Report 2005: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Replacements:
150
151     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
152       csit-vpp-perf-verify-1908-3n-hsw:
153         - 48  # NDRPDR sel vhost
154         - 49  # NDRPDR sel vhost
155         - 52  # NDRPDR sel vhost
156         - 53  # NDRPDR sel vhost
157         - 54  # NDRPDR sel vhost
158         - 55  # NDRPDR sel vhost
159         - 56  # NDRPDR sel vhost
160         - 57  # NDRPDR sel vhost
161         - 58  # NDRPDR sel vhost
162         - 59  # NDRPDR sel vhost
163
164     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
165       csit-vpp-perf-verify-1908-3n-skx:
166         - 52  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
167         - 53  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
168         - 55  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
169         - 61  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
170         - 62  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
171         - 63  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
172         - 64  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
173         - 65  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
174         - 66  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
175         - 67  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
176
177     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
178       csit-vpp-perf-verify-1908-2n-skx:
179         - 88  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
180         - 89  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
181         - 91  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
182         - 92  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
183         - 93  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
184         - 94  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
185         - 95  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
186         - 96  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
187         - 97  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
188         - 98  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
189
190     ###########################################################################
191     # Plots:
192
193     # 3n-hsw
194
195     plot-vpp-throughput-lat-tsa-3n-hsw:
196       csit-vpp-perf-report-iterative-2005-3n-hsw:
197         - 3   # NDRPDR sel
198         - 4   # NDRPDR sel
199         - 5   # NDRPDR sel
200         - 10  # NDRPDR sel
201         - 11  # NDRPDR sel
202         - 12  # NDRPDR sel
203         - 15  # NDRPDR sel
204         - 16  # NDRPDR sel
205         - 18  # NDRPDR sel
206         - 19  # NDRPDR sel
207
208     plot-vpp-hdrh-lat-3n-hsw:
209       csit-vpp-perf-report-iterative-2005-3n-hsw:
210         - 3   # NDRPDR sel
211
212     plot-vpp-nfv-3n-hsw-ndrpdr:
213       csit-vpp-perf-report-iterative-2005-3n-hsw:
214         - 3   # NDRPDR sel
215         - 4   # NDRPDR sel
216         - 5   # NDRPDR sel
217         - 10  # NDRPDR sel
218         - 11  # NDRPDR sel
219         - 12  # NDRPDR sel
220         - 15  # NDRPDR sel
221         - 16  # NDRPDR sel
222         - 18  # NDRPDR sel
223         - 19  # NDRPDR sel
224
225     plot-vpp-nfv-3n-hsw-mrr:
226       csit-vpp-perf-report-iterative-2005-3n-hsw:
227         - 13  # MRR
228
229     plot-vpp-hoststack-3n-hsw:
230       csit-vpp-perf-verify-2005-3n-hsw:
231         - 3   # hoststack
232         - 5   # hoststack
233         - 6   # hoststack
234         - 7   # hoststack
235         - 8   # hoststack
236         - 9   # hoststack
237         - 10  # hoststack
238         - 11  # hoststack
239         - 12  # hoststack
240         - 13  # hoststack
241
242     plot-dpdk-throughput-latency-3n-hsw:
243       csit-dpdk-perf-report-iterative-2005-3n-hsw:
244         - 5   # NDRPDR sel
245         - 6   # NDRPDR sel
246         - 7   # NDRPDR sel
247         - 8   # NDRPDR sel
248         - 9   # NDRPDR sel
249         - 10  # NDRPDR sel
250         - 11  # NDRPDR sel
251         - 12  # NDRPDR sel
252         - 13  # NDRPDR sel
253         - 14  # NDRPDR sel
254
255     plot-dpdk-hdrh-lat-3n-hsw:
256       csit-dpdk-perf-report-iterative-2005-3n-hsw:
257         - 5   # NDRPDR sel
258
259     # 3n-skx
260
261     plot-vpp-throughput-lat-tsa-3n-skx:
262       # TODO: Add data:
263       csit-vpp-perf-report-iterative-2005-3n-skx:
264         - 4   # NDRPDR sel
265         - 5   # NDRPDR sel ??? all x710 failed
266         - 28  # NDRPDR sel
267
268     plot-vpp-hdrh-lat-3n-skx:
269       csit-vpp-perf-report-iterative-2005-3n-skx:
270         - 4   # NDRPDR sel
271
272     plot-vpp-nfv-3n-skx-ndrpdr:
273       # TODO: Add data:
274       csit-vpp-perf-report-iterative-2005-3n-skx:
275         - 4   # NDRPDR sel
276         - 5   # NDRPDR sel ??? all x710 failed
277         - 28  # NDRPDR sel
278
279     plot-vpp-nfv-3n-skx-mrr:
280       # TODO: Replace:
281       # csit-vpp-perf-report-iterative-2005-3n-skx:
282       csit-vpp-perf-verify-2001-3n-skx:
283         - 50  # MRR sel
284
285     plot-dpdk-throughput-latency-3n-skx:
286       csit-dpdk-perf-report-iterative-2005-3n-skx:
287         - 4   # NDRPDR sel
288         - 5   # NDRPDR sel
289         - 6   # NDRPDR sel
290         - 7   # NDRPDR sel
291         - 8   # NDRPDR sel
292         - 11  # NDRPDR sel
293         - 12  # NDRPDR sel
294         - 13  # NDRPDR sel
295         - 14  # NDRPDR sel
296         - 15  # NDRPDR sel
297
298     plot-dpdk-hdrh-lat-3n-skx:
299       csit-dpdk-perf-report-iterative-2005-3n-skx:
300         - 4   # NDRPDR sel
301
302     # 2n-skx
303
304     plot-vpp-throughput-lat-tsa-2n-skx:
305       # TODO: Add data:
306       csit-vpp-perf-report-iterative-2005-2n-skx:
307         - 7   # NDRPDR sel
308
309     plot-vpp-hdrh-lat-2n-skx:
310       csit-vpp-perf-report-iterative-2005-2n-skx:
311         - 7   # NDRPDR sel
312
313     plot-vpp-soak-2n-skx:
314       # TODO: Replace:
315       # csit-vpp-perf-report-iterative-2005-2n-skx:
316       csit-vpp-perf-verify-2001-2n-skx:
317         - 181  # Soak
318         - 182  # Soak
319
320     plot-vpp-nfv-2n-skx-ndrpdr:
321       # TODO: Add data:
322       csit-vpp-perf-report-iterative-2005-2n-skx:
323         - 7   # NDRPDR sel
324
325     plot-vpp-nfv-2n-skx-mrr:
326       csit-vpp-perf-report-iterative-2005-2n-skx:
327         - 42  # MRR sel
328
329     plot-vpp-nfv-reconf-2n-skx:
330       # TODO: Replace:
331       # csit-vpp-perf-report-iterative-2005-2n-skx:
332       csit-vpp-perf-verify-2001-2n-skx:
333         - 169  # Reconf
334
335     plot-dpdk-throughput-latency-2n-skx:
336       csit-dpdk-perf-report-iterative-2005-2n-skx:
337         - 1   # NDRPDR sel
338         - 2   # NDRPDR sel
339         - 3   # NDRPDR sel
340         - 4   # NDRPDR sel
341         - 5   # NDRPDR sel
342         - 6   # NDRPDR sel
343         - 7   # NDRPDR sel
344         - 8   # NDRPDR sel
345         - 9   # NDRPDR sel
346         - 10  # NDRPDR sel
347
348     plot-dpdk-hdrh-lat-2n-skx:
349       csit-dpdk-perf-report-iterative-2005-2n-skx:
350         - 1   # NDRPDR sel
351
352     # 2n-clx
353
354     plot-vpp-throughput-lat-tsa-2n-clx:
355       # TODO: Add data:
356       csit-vpp-perf-report-iterative-2005-2n-clx:
357         - 7   # NDRPDR sel
358         - 9   # NDRPDR sel
359         - 32  # NDRPDR sel ???
360         - 33  # NDRPDR sel ???
361
362     plot-vpp-hdrh-lat-2n-clx:
363       # TODO: Add data:
364       csit-vpp-perf-report-iterative-2005-2n-clx:
365         - 9   # NDRPDR sel
366
367 #    plot-vpp-http-server-performance:
368 #      # TODO: Replace:
369 #      # csit-vpp-perf-report-iterative-2005-2n-clx:
370 #      csit-vpp-perf-verify-2001-2n-clx:
371 #        - 80  # TCP
372
373     plot-vpp-nfv-2n-clx-ndrpdr:
374       # TODO: Add data:
375       csit-vpp-perf-report-iterative-2005-2n-clx:
376         - 7   # NDRPDR sel
377         - 9   # NDRPDR sel
378         - 32  # NDRPDR sel ???
379         - 33  # NDRPDR sel ???
380
381     plot-vpp-nfv-2n-clx-mrr:
382       csit-vpp-perf-report-iterative-2005-2n-clx:
383         - 12   # MRR
384
385     plot-vpp-nfv-reconf-2n-clx:
386       # TODO: Replace:
387       # csit-vpp-perf-report-iterative-2005-2n-clx:
388       csit-vpp-perf-verify-2001-2n-clx:
389         - 68  # Reconf
390
391     plot-vpp-soak-2n-clx:
392       # TODO: Replace:
393       # csit-vpp-perf-report-iterative-2005-2n-clx:
394       csit-vpp-perf-verify-2001-2n-clx:
395         - 93  # Soak
396         - 94  # Soak
397
398     plot-dpdk-throughput-latency-2n-clx:
399       csit-dpdk-perf-report-iterative-2005-2n-clx:
400         - 1   # NDRPDR sel
401         - 2   # NDRPDR sel
402         - 3   # NDRPDR sel
403         - 4   # NDRPDR sel
404         - 5   # NDRPDR sel
405         - 6   # NDRPDR sel
406         - 7   # NDRPDR sel
407         - 8   # NDRPDR sel
408         - 9   # NDRPDR sel
409         - 10  # NDRPDR sel
410
411     plot-dpdk-hdrh-lat-2n-clx:
412       csit-dpdk-perf-report-iterative-2005-2n-clx:
413         - 1   # NDRPDR sel
414
415     # 3n-tsh
416
417     plot-vpp-throughput-lat-tsa-3n-tsh:
418       # TODO: Replace:
419       # csit-vpp-perf-report-iterative-2005-3n-tsh:
420       csit-vpp-perf-verify-2001-3n-tsh:
421         - 3   # NDRPDR sel
422
423     plot-vpp-hdrh-lat-3n-tsh:
424       # TODO: Replace:
425       # csit-vpp-perf-report-iterative-2005-3n-tsh:
426       csit-vpp-perf-verify-2001-3n-tsh:
427         - 10  # NDRPDR sel
428
429     plot-dpdk-throughput-latency-3n-tsh:
430       # TODO: Add data:
431       csit-dpdk-perf-report-iterative-2005-3n-tsh:
432         - 5   # NDRPDR sel
433
434     plot-dpdk-hdrh-lat-3n-tsh:
435       # TODO: Replace with better results:
436       csit-dpdk-perf-report-iterative-2005-3n-tsh:
437         - 5   # NDRPDR sel
438
439     # 3n-dnv
440
441     plot-vpp-throughput-lat-tsa-3n-dnv:
442       csit-vpp-perf-report-iterative-2005-3n-dnv:
443         - 2   # NDRPDR sel
444         - 3   # NDRPDR sel
445         - 4   # NDRPDR sel
446         - 5   # NDRPDR sel
447         - 6   # NDRPDR sel
448         - 7   # NDRPDR sel
449         - 9   # NDRPDR sel
450         - 10  # NDRPDR sel
451         - 11  # NDRPDR sel
452         - 12  # NDRPDR sel
453
454     plot-dpdk-throughput-latency-3n-dnv:
455       csit-dpdk-perf-report-iterative-2005-3n-dnv:
456         - 6   # NDRPDR sel
457         - 7   # NDRPDR sel
458         - 8   # NDRPDR sel
459         - 9   # NDRPDR sel
460         - 10  # NDRPDR sel
461         - 11  # NDRPDR sel
462         - 12  # NDRPDR sel
463         - 13  # NDRPDR sel
464         - 14  # NDRPDR sel
465         - 16  # NDRPDR sel
466
467     # 2n-dnv
468
469     plot-vpp-throughput-lat-tsa-2n-dnv:
470       csit-vpp-perf-report-iterative-2005-2n-dnv:
471         - 3   # NDRPDR sel
472         - 6   # NDRPDR sel
473         - 7   # NDRPDR sel
474         - 8   # NDRPDR sel
475         - 9   # NDRPDR sel
476         - 10  # NDRPDR sel
477         - 11  # NDRPDR sel
478         - 12  # NDRPDR sel
479         - 13  # NDRPDR sel
480         - 14  # NDRPDR sel
481
482     plot-dpdk-throughput-latency-2n-dnv:
483       csit-dpdk-perf-report-iterative-2005-2n-dnv:
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         - 15  # NDRPDR sel
492         - 16  # NDRPDR sel
493         - 17  # NDRPDR sel
494
495     ###########################################################################
496     # Simple tables (only one data set):
497
498     # NIC Comparisons
499
500     vpp-nic-comparison-3n-skx:
501       # TODO: Add data:
502       csit-vpp-perf-report-iterative-2005-3n-skx:
503         - 4   # NDRPDR sel
504         - 5   # NDRPDR sel ??? all x710 failed
505         - 28  # NDRPDR sel
506
507     vpp-nic-comparison-2n-skx:
508       # TODO: Add data:
509       csit-vpp-perf-report-iterative-2005-2n-skx:
510         - 7   # NDRPDR sel
511
512     vpp-nic-comparison-3n-skx-mrr:
513       csit-vpp-perf-report-iterative-2005-3n-skx:
514         - 6   # MRR sel
515
516     vpp-nic-comparison-2n-skx-mrr:
517       csit-vpp-perf-report-iterative-2005-2n-skx:
518         - 42  # MRR sel
519
520     # Results
521
522     vpp-perf-results-3n-hsw:
523       csit-vpp-perf-report-coverage-2005-3n-hsw:
524         - 1   # perf-full-3n-dnv-crypto_I
525         - 7   # perf-full-3n-hsw-crypto_II
526         - 3   # perf-full-3n-hsw-crypto_III
527         - 4   # perf-full-3n-dnv-crypto_IV
528         - 5   # perf-full-3n-hsw-ip4_I
529         - 6   # perf-full-3n-hsw-ip4_II
530         - 8   # perf-full-3n-hsw-ip4_III
531         - 9   # perf-full-3n-hsw-ip4_IV
532         - 10  # perf-full-3n-hsw-ip4_V
533         - 26  # perf-full-3n-hsw-ip4_VI
534         - 18  # perf-full-3n-hsw-ip4_VII
535         - 27  # perf-full-3n-hsw-ip4_VIII
536         - 28  # perf-full-3n-hsw-ip4_IX
537         - 29  # perf-full-3n-hsw-ip6_I
538         - 35  # perf-full-3n-hsw-ip6_II
539         - 42  # perf-full-3n-hsw-l2_I
540         - 33  # perf-full-3n-hsw-l2_II
541         - 37  # perf-full-3n-hsw-l2_III
542         - 45  # perf-full-3n-hsw-l2_IV
543         - 43  # perf-full-3n-hsw-l2_V
544         - 40  # perf-full-3n-hsw-l2_VI
545         - 44  # perf-full-3n-hsw-l2_VII
546         - 51  # perf-full-3n-hsw-l2_VIII
547         - 50  # perf-full-3n-hsw-l2_IX
548         - 52  # perf-full-3n-hsw-l2_X
549         - 53  # perf-full-3n-hsw-l2_XI
550         - 54  # perf-full-3n-hsw-memif
551         - 55  # perf-full-3n-hsw-ip4tunnels-I
552         - 56  # perf-full-3n-hsw-ip4tunnels-II
553         - 57  # perf-full-3n-hsw-ip4tunnels-III
554         - 58  # perf-full-3n-hsw-ip6tunnels-I
555         - 59  # perf-full-3n-hsw-srv6-I
556         - 60  # perf-full-3n-hsw-srv6-II
557         - 61  # perf-full-3n-hsw-vhost-I
558         - 62  # perf-full-3n-hsw-vhost-II
559         - 63  # perf-full-3n-hsw-vhost-III
560
561     vpp-perf-results-3n-skx:
562       # TODO: Replace:
563       csit-vpp-perf-report-iterative-2005-3n-skx:
564         - 4   # NDRPDR sel
565
566     vpp-perf-results-2n-skx:
567       # TODO: Replace:
568       csit-vpp-perf-report-iterative-2005-2n-skx:
569         - 7   # NDRPDR sel
570
571     vpp-perf-results-2n-clx:
572       # TODO: Replace:
573       csit-vpp-perf-report-iterative-2005-2n-clx:
574         - 9   # NDRPDR sel
575
576     vpp-perf-results-3n-tsh:
577       # TODO: Replace:
578       # csit-vpp-perf-report-iterative-2005-3n-tsh:
579       csit-vpp-perf-verify-2001-3n-tsh:
580         - 10  # NDRPDR sel
581
582     vpp-perf-results-3n-dnv:
583       csit-vpp-perf-report-coverage-2005-3n-dnv:
584         - 1   # perf-full-3n-dnv-crypto_I
585         - 15  # perf-full-3n-dnv-crypto_II
586         - 5   # perf-full-3n-dnv-ip4_I
587         - 13  # perf-full-3n-dnv-ip4_II
588         - 17  # perf-full-3n-dnv-ip6_I
589         - 18  # perf-full-3n-dnv-ip6_II
590         - 21  # perf-full-3n-dnv-l2_I
591         - 22  # perf-full-3n-dnv-l2_II
592         - 23  # perf-full-3n-dnv-ip4-tunnels_I
593
594     vpp-perf-results-2n-dnv:
595       csit-vpp-perf-report-coverage-2005-2n-dnv:
596         - 1   # perf-full-2n-dnv-ip4_I
597         - 2   # perf-full-2n-dnv-ip4_II
598         - 3   # perf-full-2n-dnv-ip6_I
599         - 4   # perf-full-2n-dnv-ip6_II
600         - 5   # perf-full-2n-dnv-l2_I
601         - 6   # perf-full-2n-dnv-l2_II
602
603     vpp-mrr-results-3n-hsw:
604       csit-vpp-perf-report-iterative-2005-3n-hsw:
605         - 13  # MRR
606
607     vpp-mrr-results-3n-skx:
608       csit-vpp-perf-report-iterative-2005-3n-skx:
609         - 6   # MRR sel
610
611     vpp-mrr-results-2n-skx:
612       csit-vpp-perf-report-iterative-2005-2n-skx:
613         - 42  # MRR sel
614
615     vpp-mrr-results-2n-clx:
616       csit-vpp-perf-report-iterative-2005-2n-clx:
617         - 12   # MRR
618
619     vpp-mrr-results-3n-tsh:
620       # TODO: Replace:
621       # csit-vpp-perf-report-iterative-2005-3n-tsh:
622       csit-vpp-perf-verify-2001-3n-tsh:
623         - 9   # MRR sel
624
625     vpp-mrr-results-3n-dnv:
626       csit-vpp-perf-report-iterative-2005-3n-dnv:
627         - 8   # MRR
628
629     vpp-mrr-results-2n-dnv:
630       csit-vpp-perf-report-iterative-2005-2n-dnv:
631         - 15  # MRR sel
632
633     vpp-device-results-ubuntu:
634       csit-vpp-device-2005-ubuntu1804-1n-skx:
635         - 35
636
637     dpdk-perf-results-3n-hsw:
638       csit-dpdk-perf-report-iterative-2005-3n-hsw:
639         - 5   # NDRPDR sel
640
641     dpdk-perf-results-3n-skx:
642       csit-dpdk-perf-report-iterative-2005-3n-skx:
643         - 4   # NDRPDR sel
644
645     dpdk-perf-results-2n-skx:
646       csit-dpdk-perf-report-iterative-2005-2n-skx:
647         - 1   # NDRPDR sel
648
649     dpdk-perf-results-2n-clx:
650       csit-dpdk-perf-report-iterative-2005-2n-clx:
651         - 1   # NDRPDR sel
652
653     dpdk-perf-results-2n-dnv:
654       csit-dpdk-perf-report-iterative-2005-2n-dnv:
655         - 8   # NDRPDR sel
656
657     dpdk-perf-results-3n-dnv:
658       csit-dpdk-perf-report-iterative-2005-3n-dnv:
659         - 6   # NDRPDR sel
660
661     dpdk-perf-results-3n-tsh:
662       # TODO: Replace with better results:
663       csit-dpdk-perf-report-iterative-2005-3n-tsh:
664         - 5   # NDRPDR sel
665
666 ###########################################################################
667     # Tables (more than one data set)
668
669     # Performance changes
670
671     vpp-performance-changes-3n-hsw-h1:
672       csit-vpp-perf-verify-1908-3n-hsw:
673         - 12  # NDRPDR sel
674         - 13  # NDRPDR sel
675         - 14  # NDRPDR sel
676         - 15  # NDRPDR sel
677         - 16  # NDRPDR sel
678         - 17  # NDRPDR sel
679         - 18  # NDRPDR sel
680         - 19  # NDRPDR sel
681         - 20  # NDRPDR sel
682         - 21  # NDRPDR sel
683     vpp-performance-changes-3n-hsw-ref:
684       csit-vpp-perf-verify-2001-3n-hsw:
685         - 21  # NDRPDR sel
686         - 22  # NDRPDR sel
687         - 23  # NDRPDR sel
688         - 24  # NDRPDR sel
689         - 25  # NDRPDR sel
690         - 29  # NDRPDR sel
691         - 30  # NDRPDR sel
692         - 31  # NDRPDR sel
693         - 32  # NDRPDR sel
694         - 34  # NDRPDR sel
695     vpp-performance-changes-3n-hsw-cmp:
696       csit-vpp-perf-report-iterative-2005-3n-hsw:
697         - 3   # NDRPDR sel
698         - 4   # NDRPDR sel
699         - 5   # NDRPDR sel
700         - 10  # NDRPDR sel
701         - 11  # NDRPDR sel
702         - 12  # NDRPDR sel
703         - 15  # NDRPDR sel
704         - 16  # NDRPDR sel
705         - 18  # NDRPDR sel
706         - 19  # NDRPDR sel
707
708     vpp-performance-changes-3n-skx-h1:
709       csit-vpp-perf-verify-1908-3n-skx:
710         - 26  # NDRPDR sel - new1908.1
711         - 27  # NDRPDR sel - new1908.1
712         - 28  # NDRPDR sel - new1908.1
713         - 29  # NDRPDR sel - new1908.1
714         - 30  # NDRPDR sel - new1908.1
715         - 31  # NDRPDR sel - new1908.1
716         - 33  # NDRPDR sel - new1908.1
717         - 34  # NDRPDR sel - new1908.1
718         - 35  # NDRPDR sel - new1908.1
719         - 36  # NDRPDR sel - new1908.1
720     vpp-performance-changes-3n-skx-ref:
721       csit-vpp-perf-verify-2001-3n-skx:
722         - 69  # NDRPDR sel - new2001.0
723         - 71  # NDRPDR sel - new2001.0
724         - 72  # NDRPDR sel - new2001.0
725         - 76  # NDRPDR sel - new2001.0
726         - 77  # NDRPDR sel - new2001.0
727         - 78  # NDRPDR sel - new2001.0
728         - 80  # NDRPDR sel - new2001.0
729     vpp-performance-changes-3n-skx-cmp:
730       # TODO: Add data:
731       csit-vpp-perf-report-iterative-2005-3n-skx:
732         - 4   # NDRPDR sel
733         - 5   # NDRPDR sel ??? all x710 failed
734         - 28  # NDRPDR sel
735
736     vpp-performance-changes-2n-skx-h1:
737       csit-vpp-perf-verify-1908-2n-skx:
738         - 39  # NDRPDR sel - new1908.1
739         - 40  # NDRPDR sel - new1908.1
740         - 41  # NDRPDR sel - new1908.1
741         - 43  # NDRPDR sel - new1908.1
742         - 44  # NDRPDR sel - new1908.1
743         - 45  # NDRPDR sel - new1908.1
744         - 46  # NDRPDR sel - new1908.1
745         - 47  # NDRPDR sel - new1908.1
746         - 48  # NDRPDR sel - new1908.1
747         - 49  # NDRPDR sel - new1908.1
748     vpp-performance-changes-2n-skx-ref:
749       csit-vpp-perf-verify-2001-2n-skx:
750         - 143  # NDRPDR sel - new2001.0
751         - 146  # NDRPDR sel - new2001.0
752         - 147  # NDRPDR sel - new2001.0
753         - 148  # NDRPDR sel - new2001.0
754         - 149  # NDRPDR sel - new2001.0
755         - 150  # NDRPDR sel - new2001.0
756         - 151  # NDRPDR sel - new2001.0
757         - 152  # NDRPDR sel - new2001.0
758         - 153  # NDRPDR sel - new2001.0
759         - 154  # NDRPDR sel - new2001.0
760     vpp-performance-changes-2n-skx-cmp:
761       # TODO: Add data:
762       csit-vpp-perf-report-iterative-2005-2n-skx:
763         - 7   # NDRPDR sel
764
765     vpp-performance-changes-nfv-2n-skx-ref:
766       csit-vpp-perf-verify-2001-2n-skx:
767         - 30  # NFV
768         - 31  # NFV
769     vpp-performance-changes-nfv-2n-skx-cmp:
770       # TODO: Add data:
771       csit-vpp-perf-report-iterative-2005-2n-skx:
772         - 7   # NDRPDR sel
773
774     vpp-performance-changes-2n-clx-ref:
775       csit-vpp-perf-verify-2001-2n-clx:
776         - 28  # NDRPDR sel
777         - 29  # NDRPDR sel
778         - 32  # NDRPDR sel
779         - 40  # NDRPDR sel
780         - 43  # NDRPDR sel
781         - 44  # NDRPDR sel
782         - 45  # NDRPDR sel
783         - 47  # NDRPDR sel
784         - 48  # NDRPDR sel
785         - 49  # NDRPDR sel
786     vpp-performance-changes-2n-clx-cmp:
787       # TODO: Add data:
788       csit-vpp-perf-report-iterative-2005-2n-clx:
789         - 7   # NDRPDR sel
790         - 9   # NDRPDR sel
791         - 32  # NDRPDR sel ???
792         - 33  # NDRPDR sel ???
793
794     vpp-performance-changes-2n-dnv-h1:
795       csit-vpp-perf-verify-1908-2n-dnv:
796         - 1   # NDRPDR sel
797         - 2   # NDRPDR sel
798         - 3   # NDRPDR sel
799         - 4   # NDRPDR sel
800         - 5   # NDRPDR sel
801         - 6   # NDRPDR sel
802         - 7   # NDRPDR sel
803         - 8   # NDRPDR sel
804         - 9   # NDRPDR sel
805         - 10  # NDRPDR sel
806     vpp-performance-changes-2n-dnv-ref:
807       csit-vpp-perf-verify-2001-2n-dnv:
808         - 4   # NDRPDR sel
809         - 5   # NDRPDR sel
810         - 6   # NDRPDR sel
811         - 7   # NDRPDR sel
812         - 8   # NDRPDR sel
813         - 9   # NDRPDR sel
814         - 10  # NDRPDR sel
815         - 11  # NDRPDR sel
816         - 13  # NDRPDR sel
817         - 16  # NDRPDR sel
818     vpp-performance-changes-2n-dnv-cmp:
819       csit-vpp-perf-report-iterative-2005-2n-dnv:
820         - 3   # NDRPDR sel
821         - 6   # NDRPDR sel
822         - 7   # NDRPDR sel
823         - 8   # NDRPDR sel
824         - 9   # NDRPDR sel
825         - 10  # NDRPDR sel
826         - 11  # NDRPDR sel
827         - 12  # NDRPDR sel
828         - 13  # NDRPDR sel
829         - 14  # NDRPDR sel
830
831     vpp-performance-changes-3n-dnv-h1:
832       csit-vpp-perf-verify-1908-3n-dnv:
833         - 6   # NDRPDR sel
834         - 7   # NDRPDR sel
835         - 8   # NDRPDR sel
836         - 9   # NDRPDR sel
837         - 10  # NDRPDR sel
838         - 12  # NDRPDR sel
839         - 13  # NDRPDR sel
840         - 14  # NDRPDR sel
841         - 15  # NDRPDR sel
842         - 16  # NDRPDR sel
843     vpp-performance-changes-3n-dnv-ref:
844       csit-vpp-perf-verify-2001-3n-dnv:
845         - 5   # NDRPDR sel
846         - 6   # NDRPDR sel
847         - 7   # NDRPDR sel
848         - 8   # NDRPDR sel
849         - 9   # NDRPDR sel
850         - 10  # NDRPDR sel
851         - 12  # NDRPDR sel
852         - 16  # NDRPDR sel
853         - 17  # NDRPDR sel
854         - 18  # NDRPDR sel
855     vpp-performance-changes-3n-dnv-cmp:
856       csit-vpp-perf-report-iterative-2005-3n-dnv:
857         - 2   # NDRPDR sel
858         - 3   # NDRPDR sel
859         - 4   # NDRPDR sel
860         - 5   # NDRPDR sel
861         - 6   # NDRPDR sel
862         - 7   # NDRPDR sel
863         - 9   # NDRPDR sel
864         - 10  # NDRPDR sel
865         - 11  # NDRPDR sel
866         - 12  # NDRPDR sel
867
868     vpp-performance-changes-3n-tsh-h1:
869       csit-vpp-perf-verify-1908-3n-tsh:
870         - 7   # NDRPDR sel
871         - 8   # NDRPDR sel
872         - 9   # NDRPDR sel
873         - 10  # NDRPDR sel
874         - 11  # NDRPDR sel
875         - 12  # NDRPDR sel
876         - 13  # NDRPDR sel
877         - 14  # NDRPDR sel
878         - 15  # NDRPDR sel
879         - 16  # NDRPDR sel
880     vpp-performance-changes-3n-tsh-ref:
881       csit-vpp-perf-verify-2001-3n-tsh:
882         - 3   # NDRPDR sel
883         - 4   # NDRPDR sel
884         - 7   # NDRPDR sel
885         - 8   # NDRPDR sel
886         - 10  # NDRPDR sel
887         - 12  # NDRPDR sel
888         - 13  # NDRPDR sel
889         - 14  # NDRPDR sel
890         - 15  # NDRPDR sel
891         - 21  # NDRPDR sel
892     vpp-performance-changes-3n-tsh-cmp:
893       # TODO: Replace:
894       # csit-vpp-perf-report-iterative-2005-3n-tsh:
895       csit-vpp-perf-verify-2001-3n-tsh:
896         - 3   # NDRPDR sel
897         - 4   # NDRPDR sel
898         - 7   # NDRPDR sel
899         - 8   # NDRPDR sel
900         - 10  # NDRPDR sel
901         - 12  # NDRPDR sel
902         - 13  # NDRPDR sel
903         - 14  # NDRPDR sel
904         - 15  # NDRPDR sel
905         - 21  # NDRPDR sel
906
907     vpp-soak-vs-ndr-2n-skx-ref:
908       # TODO: Replace:
909       # csit-vpp-perf-report-iterative-2005-2n-skx:
910       csit-vpp-perf-verify-2001-2n-skx:
911         - 143  # NDRPDR sel - new2001.0
912         - 146  # NDRPDR sel - new2001.0
913         - 147  # NDRPDR sel - new2001.0
914         - 148  # NDRPDR sel - new2001.0
915         - 149  # NDRPDR sel - new2001.0
916         - 150  # NDRPDR sel - new2001.0
917         - 151  # NDRPDR sel - new2001.0
918         - 152  # NDRPDR sel - new2001.0
919         - 153  # NDRPDR sel - new2001.0
920         - 154  # NDRPDR sel - new2001.0
921     vpp-soak-vs-ndr-2n-skx-cmp:
922       # TODO: Replace:
923       # csit-vpp-perf-report-iterative-2005-2n-skx:
924       csit-vpp-perf-verify-2001-2n-skx:
925         - 181  # Soak
926         - 182  # Soak
927     vpp-soak-vs-ndr-2n-skx:
928       # TODO: Replace:
929       # csit-vpp-perf-report-iterative-2005-2n-skx:
930       csit-vpp-perf-verify-2001-2n-skx:
931         - 143  # NDRPDR sel - new2001.0
932         - 146  # NDRPDR sel - new2001.0
933         - 147  # NDRPDR sel - new2001.0
934         - 148  # NDRPDR sel - new2001.0
935         - 149  # NDRPDR sel - new2001.0
936         - 150  # NDRPDR sel - new2001.0
937         - 151  # NDRPDR sel - new2001.0
938         - 152  # NDRPDR sel - new2001.0
939         - 153  # NDRPDR sel - new2001.0
940         - 154  # NDRPDR sel - new2001.0
941         - 181  # Soak
942         - 182  # Soak
943
944     vpp-soak-vs-ndr-2n-clx-ref:
945       # TODO: Add data:
946       # csit-vpp-perf-report-iterative-2005-2n-clx:
947       #  - 7   # NDRPDR sel
948       #  - 9   # NDRPDR sel
949       csit-vpp-perf-verify-2001-2n-clx:
950         - 28  # NDRPDR sel
951         - 29  # NDRPDR sel
952         - 32  # NDRPDR sel
953         - 40  # NDRPDR sel
954         - 43  # NDRPDR sel
955         - 44  # NDRPDR sel
956         - 45  # NDRPDR sel
957         - 47  # NDRPDR sel
958         - 48  # NDRPDR sel
959         - 49  # NDRPDR sel
960     vpp-soak-vs-ndr-2n-clx-cmp:
961       # TODO: Replace:
962       # csit-vpp-perf-report-iterative-2005-2n-clx:
963       csit-vpp-perf-verify-2001-2n-clx:
964         - 93  # SOAK
965         - 94  # Soak
966     vpp-soak-vs-ndr-2n-clx:
967       # TODO: Replace:
968       # csit-vpp-perf-report-iterative-2005-2n-clx:
969       csit-vpp-perf-verify-2001-2n-clx:
970         - 28  # NDRPDR sel
971         - 29  # NDRPDR sel
972         - 32  # NDRPDR sel
973         - 40  # NDRPDR sel
974         - 43  # NDRPDR sel
975         - 44  # NDRPDR sel
976         - 45  # NDRPDR sel
977         - 47  # NDRPDR sel
978         - 48  # NDRPDR sel
979         - 49  # NDRPDR sel
980         - 93  # SOAK
981         - 94  # Soak
982
983     vpp-performance-changes-3n-hsw-mrr-h1:
984       csit-vpp-perf-verify-1908-3n-hsw:
985         - 39  # MRR sel
986     vpp-performance-changes-3n-hsw-mrr-ref:
987       csit-vpp-perf-verify-2001-3n-hsw:
988         - 17  # MRR sel
989     vpp-performance-changes-3n-hsw-mrr-cmp:
990       csit-vpp-perf-report-iterative-2005-3n-hsw:
991         - 13  # MRR
992
993     vpp-performance-changes-3n-skx-mrr-h1:
994       csit-vpp-perf-verify-1908-3n-skx:
995         - 36  # MRR sel
996     vpp-performance-changes-3n-skx-mrr-ref:
997       csit-vpp-perf-verify-2001-3n-skx:
998         - 50  # MRR sel
999         - 53  # MRR sel addition
1000     vpp-performance-changes-3n-skx-mrr-cmp:
1001       csit-vpp-perf-report-iterative-2005-3n-skx:
1002         - 6   # MRR sel
1003
1004     vpp-performance-changes-2n-skx-mrr-h1:
1005       csit-vpp-perf-verify-1908-2n-skx:
1006         - 69  # MRR sel
1007     vpp-performance-changes-2n-skx-mrr-ref:
1008       csit-vpp-perf-verify-2001-2n-skx:
1009         - 101 # MRR sel
1010         - 128 # MRR sel addition
1011     vpp-performance-changes-2n-skx-mrr-cmp:
1012       csit-vpp-perf-report-iterative-2005-2n-skx:
1013         - 42  # MRR sel
1014
1015     vpp-performance-changes-2n-clx-mrr-ref:
1016       csit-vpp-perf-verify-2001-2n-clx:
1017         - 39  # MRR
1018     vpp-performance-changes-2n-clx-mrr-cmp:
1019       csit-vpp-perf-report-iterative-2005-2n-clx:
1020         - 12   # MRR
1021
1022 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1023 #      csit-vpp-perf-verify-1908-2n-skx:
1024 #        - 71  # NFV MRR
1025 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1026 #      # TODO: Replace
1027 #      # csit-vpp-perf-verify-2001-2n-skx:
1028 #      csit-vpp-perf-verify-1908-2n-skx:
1029 #        - 71  # NFV MRR
1030
1031     vpp-performance-changes-2n-dnv-mrr-h1:
1032       csit-vpp-perf-verify-1908-2n-dnv:
1033         - 11  # MRR sel
1034     vpp-performance-changes-2n-dnv-mrr-ref:
1035       csit-vpp-perf-verify-2001-2n-dnv:
1036         - 12  # MRR sel
1037     vpp-performance-changes-2n-dnv-mrr-cmp:
1038       csit-vpp-perf-report-iterative-2005-2n-dnv:
1039         - 15  # MRR sel
1040
1041     vpp-performance-changes-3n-dnv-mrr-h1:
1042       csit-vpp-perf-verify-1908-3n-dnv:
1043         - 17  # MRR sel
1044     vpp-performance-changes-3n-dnv-mrr-ref:
1045       csit-vpp-perf-verify-2001-3n-dnv:
1046         - 11  # MRR sel
1047     vpp-performance-changes-3n-dnv-mrr-cmp:
1048       csit-vpp-perf-report-iterative-2005-3n-dnv:
1049         - 8   # MRR
1050
1051     vpp-performance-changes-3n-tsh-mrr-h1:
1052       csit-vpp-perf-verify-1908-3n-tsh:
1053         - 17  # MRR sel
1054     vpp-performance-changes-3n-tsh-mrr-ref:
1055       csit-vpp-perf-verify-2001-3n-tsh:
1056         - 9   # MRR sel
1057     vpp-performance-changes-3n-tsh-mrr-cmp:
1058       # TODO: Replace:
1059       # csit-vpp-perf-report-iterative-2005-3n-tsh:
1060       csit-vpp-perf-verify-2001-3n-tsh:
1061         - 9   # MRR sel
1062
1063     dpdk-performance-changes-3n-hsw-h1:
1064       csit-dpdk-perf-verify-1908-3n-hsw:
1065         - 2   # NDRPDR sel
1066         - 3   # NDRPDR sel
1067         - 4   # NDRPDR sel
1068         - 5   # NDRPDR sel
1069         - 6   # NDRPDR sel
1070         - 7   # NDRPDR sel
1071         - 8   # NDRPDR sel
1072         - 9   # NDRPDR sel
1073         - 10  # NDRPDR sel
1074         - 11  # NDRPDR sel
1075     dpdk-performance-changes-3n-hsw-ref:
1076       csit-dpdk-perf-verify-2001-3n-hsw:
1077         - 4   # NDRPDR sel
1078         - 5   # NDRPDR sel
1079         - 6   # NDRPDR sel
1080         - 7   # NDRPDR sel
1081         - 8   # NDRPDR sel
1082         - 9   # NDRPDR sel
1083         - 10  # NDRPDR sel
1084         - 11  # NDRPDR sel
1085         - 12  # NDRPDR sel
1086         - 13  # NDRPDR sel
1087         - 15  # NDRPDR sel
1088         - 16  # NDRPDR sel
1089         - 17  # NDRPDR sel
1090         - 18  # NDRPDR sel
1091         - 19  # NDRPDR sel
1092         - 20  # NDRPDR sel
1093         - 21  # NDRPDR sel
1094         - 22  # NDRPDR sel
1095         - 23  # NDRPDR sel
1096         - 24  # NDRPDR sel
1097     dpdk-performance-changes-3n-hsw-cmp:
1098       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1099         - 5   # NDRPDR sel
1100         - 6   # NDRPDR sel
1101         - 7   # NDRPDR sel
1102         - 8   # NDRPDR sel
1103         - 9   # NDRPDR sel
1104         - 10  # NDRPDR sel
1105         - 11  # NDRPDR sel
1106         - 12  # NDRPDR sel
1107         - 13  # NDRPDR sel
1108         - 14  # NDRPDR sel
1109
1110     dpdk-performance-changes-3n-skx-h1:
1111       csit-dpdk-perf-verify-1908-3n-skx:
1112         - 3   # NDRPDR sel
1113         - 4   # NDRPDR sel
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     dpdk-performance-changes-3n-skx-ref:
1123       csit-dpdk-perf-verify-2001-3n-skx:
1124         - 29  # NDRPDR sel xxv710
1125         - 33  # NDRPDR sel xxv710
1126         - 34  # NDRPDR sel xxv710
1127         - 35  # NDRPDR sel xxv710
1128         - 36  # NDRPDR sel xxv710
1129         - 37  # NDRPDR sel xxv710
1130         - 41  # NDRPDR sel xxv710
1131         - 42  # NDRPDR sel xxv710
1132         - 43  # NDRPDR sel xxv710
1133         - 45  # NDRPDR sel xxv710
1134         - 30  # NDRPDR sel x710
1135         - 31  # NDRPDR sel x710
1136         - 32  # NDRPDR sel x710
1137         - 38  # NDRPDR sel x710
1138         - 39  # NDRPDR sel x710
1139         - 40  # NDRPDR sel x710
1140         - 44  # NDRPDR sel x710
1141         - 46  # NDRPDR sel x710
1142         - 47  # NDRPDR sel x710
1143         - 48  # NDRPDR sel x710
1144     dpdk-performance-changes-3n-skx-cmp:
1145       csit-dpdk-perf-report-iterative-2005-3n-skx:
1146         - 4   # NDRPDR sel
1147         - 5   # NDRPDR sel
1148         - 6   # NDRPDR sel
1149         - 7   # NDRPDR sel
1150         - 8   # NDRPDR sel
1151         - 11  # NDRPDR sel
1152         - 12  # NDRPDR sel
1153         - 13  # NDRPDR sel
1154         - 14  # NDRPDR sel
1155         - 15  # NDRPDR sel
1156
1157     dpdk-performance-changes-2n-skx-h1:
1158       csit-dpdk-perf-verify-1908-2n-skx:
1159         - 2   # NDRPDR sel
1160         - 3   # NDRPDR sel
1161         - 4   # NDRPDR sel
1162         - 5   # NDRPDR sel
1163         - 7   # NDRPDR sel
1164         - 8   # NDRPDR sel
1165         - 9   # NDRPDR sel
1166         - 10  # NDRPDR sel
1167         - 11  # NDRPDR sel
1168         - 12  # NDRPDR sel
1169     dpdk-performance-changes-2n-skx-ref:
1170       csit-dpdk-perf-verify-2001-2n-skx:
1171         - 35  # NDRPDR sel xxv710
1172         - 36  # NDRPDR sel xxv710
1173         - 37  # NDRPDR sel xxv710
1174         - 41  # NDRPDR sel xxv710
1175         - 42  # NDRPDR sel xxv710
1176         - 43  # NDRPDR sel xxv710
1177         - 46  # NDRPDR sel xxv710
1178         - 47  # NDRPDR sel xxv710
1179         - 52  # NDRPDR sel xxv710
1180         - 53  # NDRPDR sel xxv710
1181         - 38  # NDRPDR sel x710
1182         - 39  # NDRPDR sel x710
1183         - 40  # NDRPDR sel x710
1184         - 44  # NDRPDR sel x710
1185         - 45  # NDRPDR sel x710
1186         - 48  # NDRPDR sel x710
1187         - 49  # NDRPDR sel x710
1188         - 50  # NDRPDR sel x710
1189         - 51  # NDRPDR sel x710
1190         - 54  # NDRPDR sel x710
1191     dpdk-performance-changes-2n-skx-cmp:
1192       csit-dpdk-perf-report-iterative-2005-2n-skx:
1193         - 1   # NDRPDR sel
1194         - 2   # NDRPDR sel
1195         - 3   # NDRPDR sel
1196         - 4   # NDRPDR sel
1197         - 5   # NDRPDR sel
1198         - 6   # NDRPDR sel
1199         - 7   # NDRPDR sel
1200         - 8   # NDRPDR sel
1201         - 9   # NDRPDR sel
1202         - 10  # NDRPDR sel
1203
1204     dpdk-performance-changes-2n-clx-ref:
1205       csit-dpdk-perf-verify-2001-2n-clx:
1206         - 15  # NDRPDR sel
1207         - 16  # NDRPDR sel
1208         - 17  # NDRPDR sel
1209         - 18  # NDRPDR sel
1210         - 19  # NDRPDR sel
1211         - 20  # NDRPDR sel
1212         - 21  # NDRPDR sel
1213         - 22  # NDRPDR sel
1214         - 23  # NDRPDR sel
1215         - 24  # NDRPDR sel
1216         - 25  # NDRPDR sel
1217         - 26  # NDRPDR sel
1218         - 27  # NDRPDR sel
1219         - 28  # NDRPDR sel
1220         - 29  # NDRPDR sel
1221         - 30  # NDRPDR sel
1222         - 31  # NDRPDR sel
1223         - 32  # NDRPDR sel
1224         - 33  # NDRPDR sel
1225         - 34  # NDRPDR sel
1226     dpdk-performance-changes-2n-clx-cmp:
1227       csit-dpdk-perf-report-iterative-2005-2n-clx:
1228         - 1   # NDRPDR sel
1229         - 2   # NDRPDR sel
1230         - 3   # NDRPDR sel
1231         - 4   # NDRPDR sel
1232         - 5   # NDRPDR sel
1233         - 6   # NDRPDR sel
1234         - 7   # NDRPDR sel
1235         - 8   # NDRPDR sel
1236         - 9   # NDRPDR sel
1237         - 10  # NDRPDR sel
1238
1239     dpdk-performance-changes-2n-dnv-ref:
1240       csit-dpdk-perf-verify-2001-2n-dnv:
1241         - 9   # NDRPDR sel
1242         - 10  # NDRPDR sel
1243         - 11  # NDRPDR sel
1244         - 12  # NDRPDR sel
1245         - 13  # NDRPDR sel
1246         - 14  # NDRPDR sel
1247         - 15  # NDRPDR sel
1248         - 16  # NDRPDR sel
1249         - 17  # NDRPDR sel
1250         - 18  # NDRPDR sel
1251     dpdk-performance-changes-2n-dnv-cmp:
1252       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1253         - 8   # NDRPDR sel
1254         - 9   # NDRPDR sel
1255         - 10  # NDRPDR sel
1256         - 11  # NDRPDR sel
1257         - 12  # NDRPDR sel
1258         - 13  # NDRPDR sel
1259         - 14  # NDRPDR sel
1260         - 15  # NDRPDR sel
1261         - 16  # NDRPDR sel
1262         - 17  # NDRPDR sel
1263
1264     dpdk-performance-changes-3n-dnv-ref:
1265       csit-dpdk-perf-verify-2001-3n-dnv:
1266         - 12  # NDRPDR sel
1267         - 13  # NDRPDR sel
1268         - 14  # NDRPDR sel
1269         - 15  # NDRPDR sel
1270         - 16  # NDRPDR sel
1271         - 17  # NDRPDR sel
1272         - 18  # NDRPDR sel
1273         - 19  # NDRPDR sel
1274         - 20  # NDRPDR sel
1275         - 22  # NDRPDR sel
1276     dpdk-performance-changes-3n-dnv-cmp:
1277       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1278         - 6   # NDRPDR sel
1279         - 7   # NDRPDR sel
1280         - 8   # NDRPDR sel
1281         - 9   # NDRPDR sel
1282         - 10  # NDRPDR sel
1283         - 11  # NDRPDR sel
1284         - 12  # NDRPDR sel
1285         - 13  # NDRPDR sel
1286         - 14  # NDRPDR sel
1287         - 16  # NDRPDR sel
1288
1289     dpdk-performance-changes-3n-tsh-ref:
1290       csit-dpdk-perf-verify-2001-3n-tsh:
1291         - 3   # NDRPDR sel
1292         - 4   # NDRPDR sel
1293         - 5   # NDRPDR sel
1294         - 9   # NDRPDR sel
1295         - 10  # NDRPDR sel
1296         - 11  # NDRPDR sel
1297         - 12  # NDRPDR sel
1298         - 14  # NDRPDR sel
1299         - 15  # NDRPDR sel
1300         - 18  # NDRPDR sel
1301     dpdk-performance-changes-3n-tsh-cmp:
1302       # TODO: Add data:
1303       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1304         - 5   # NDRPDR sel
1305
1306     # Compare testbeds
1307
1308     vpp-compare-testbeds-ref:
1309       csit-vpp-perf-report-iterative-2005-3n-hsw:
1310         - 3   # NDRPDR sel
1311         - 4   # NDRPDR sel
1312         - 5   # NDRPDR sel
1313         - 10  # NDRPDR sel
1314         - 11  # NDRPDR sel
1315         - 12  # NDRPDR sel
1316         - 15  # NDRPDR sel
1317         - 16  # NDRPDR sel
1318         - 18  # NDRPDR sel
1319         - 19  # NDRPDR sel
1320     vpp-compare-testbeds-cmp:
1321       # TODO: Add data:
1322       csit-vpp-perf-report-iterative-2005-3n-skx:
1323         - 4   # NDRPDR sel
1324         - 5   # NDRPDR sel ??? all x710 failed
1325         - 28  # NDRPDR sel
1326
1327     vpp-compare-testbeds-skx-clx-ref:
1328       # TODO: Add data:
1329       csit-vpp-perf-report-iterative-2005-2n-skx:
1330         - 7   # NDRPDR sel
1331     vpp-compare-testbeds-skx-clx-cmp:
1332       # TODO: Add data:
1333       csit-vpp-perf-report-iterative-2005-2n-clx:
1334         - 7   # NDRPDR sel
1335         - 9   # NDRPDR sel
1336         - 32  # NDRPDR sel ???
1337         - 33  # NDRPDR sel ???
1338
1339     vpp-compare-testbeds-hsw-clx-ref:
1340       csit-vpp-perf-report-iterative-2005-3n-hsw:
1341         - 3   # NDRPDR sel
1342         - 4   # NDRPDR sel
1343         - 5   # NDRPDR sel
1344         - 10  # NDRPDR sel
1345         - 11  # NDRPDR sel
1346         - 12  # NDRPDR sel
1347         - 15  # NDRPDR sel
1348         - 16  # NDRPDR sel
1349         - 18  # NDRPDR sel
1350         - 19  # NDRPDR sel
1351     vpp-compare-testbeds-hsw-clx-cmp:
1352       # TODO: Add data:
1353       csit-vpp-perf-report-iterative-2005-2n-clx:
1354         - 7   # NDRPDR sel
1355         - 9   # NDRPDR sel
1356         - 32  # NDRPDR sel ???
1357         - 33  # NDRPDR sel ???
1358
1359     vpp-compare-testbeds-mrr-ref:
1360       csit-vpp-perf-report-iterative-2005-3n-hsw:
1361         - 13  # MRR
1362     vpp-compare-testbeds-mrr-cmp:
1363       csit-vpp-perf-report-iterative-2005-3n-skx:
1364         - 6   # MRR sel
1365
1366     vpp-compare-testbeds-mrr-skx-clx-ref:
1367       csit-vpp-perf-report-iterative-2005-2n-skx:
1368         - 42  # MRR sel
1369     vpp-compare-testbeds-mrr-skx-clx-cmp:
1370       csit-vpp-perf-report-iterative-2005-2n-clx:
1371         - 12   # MRR
1372
1373     vpp-compare-testbeds-mrr-hsw-clx-ref:
1374       csit-vpp-perf-report-iterative-2005-3n-hsw:
1375         - 13  # MRR
1376     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1377       csit-vpp-perf-report-iterative-2005-2n-clx:
1378         - 12   # MRR
1379
1380     dpdk-compare-testbeds-ref:
1381       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1382         - 5   # NDRPDR sel
1383         - 6   # NDRPDR sel
1384         - 7   # NDRPDR sel
1385         - 8   # NDRPDR sel
1386         - 9   # NDRPDR sel
1387         - 10  # NDRPDR sel
1388         - 11  # NDRPDR sel
1389         - 12  # NDRPDR sel
1390         - 13  # NDRPDR sel
1391         - 14  # NDRPDR sel
1392     dpdk-compare-testbeds-cmp:
1393       csit-dpdk-perf-report-iterative-2005-3n-skx:
1394         - 4   # NDRPDR sel
1395         - 5   # NDRPDR sel
1396         - 6   # NDRPDR sel
1397         - 7   # NDRPDR sel
1398         - 8   # NDRPDR sel
1399         - 11  # NDRPDR sel
1400         - 12  # NDRPDR sel
1401         - 13  # NDRPDR sel
1402         - 14  # NDRPDR sel
1403         - 15  # NDRPDR sel
1404
1405     dpdk-compare-testbeds-skx-clx-ref:
1406       csit-dpdk-perf-report-iterative-2005-2n-skx:
1407         - 1   # NDRPDR sel
1408         - 2   # NDRPDR sel
1409         - 3   # NDRPDR sel
1410         - 4   # NDRPDR sel
1411         - 5   # NDRPDR sel
1412         - 6   # NDRPDR sel
1413         - 7   # NDRPDR sel
1414         - 8   # NDRPDR sel
1415         - 9   # NDRPDR sel
1416         - 10  # NDRPDR sel
1417     dpdk-compare-testbeds-skx-clx-cmp:
1418       csit-dpdk-perf-report-iterative-2005-2n-clx:
1419         - 1   # NDRPDR sel
1420         - 2   # NDRPDR sel
1421         - 3   # NDRPDR sel
1422         - 4   # NDRPDR sel
1423         - 5   # NDRPDR sel
1424         - 6   # NDRPDR sel
1425         - 7   # NDRPDR sel
1426         - 8   # NDRPDR sel
1427         - 9   # NDRPDR sel
1428         - 10  # NDRPDR sel
1429
1430     # Compare topologies
1431
1432     vpp-compare-topologies-ref:
1433       # TODO: Add data:
1434       csit-vpp-perf-report-iterative-2005-3n-skx:
1435         - 4   # NDRPDR sel
1436         - 5   # NDRPDR sel ??? all x710 failed
1437         - 28  # NDRPDR sel
1438     vpp-compare-topologies-cmp:
1439       # TODO: Add data:
1440       csit-vpp-perf-report-iterative-2005-2n-skx:
1441         - 7   # NDRPDR sel
1442
1443     vpp-compare-topologies-mrr-ref:
1444       csit-vpp-perf-report-iterative-2005-3n-skx:
1445         - 6   # MRR sel
1446     vpp-compare-topologies-mrr-cmp:
1447       csit-vpp-perf-report-iterative-2005-2n-skx:
1448         - 42  # MRR sel
1449
1450     dpdk-compare-topologies-ref:
1451       csit-dpdk-perf-report-iterative-2005-3n-skx:
1452         - 4   # NDRPDR sel
1453         - 5   # NDRPDR sel
1454         - 6   # NDRPDR sel
1455         - 7   # NDRPDR sel
1456         - 8   # NDRPDR sel
1457         - 11  # NDRPDR sel
1458         - 12  # NDRPDR sel
1459         - 13  # NDRPDR sel
1460         - 14  # NDRPDR sel
1461         - 15  # NDRPDR sel
1462     dpdk-compare-topologies-cmp:
1463       csit-dpdk-perf-report-iterative-2005-2n-skx:
1464         - 1   # NDRPDR sel
1465         - 2   # NDRPDR sel
1466         - 3   # NDRPDR sel
1467         - 4   # NDRPDR sel
1468         - 5   # NDRPDR sel
1469         - 6   # NDRPDR sel
1470         - 7   # NDRPDR sel
1471         - 8   # NDRPDR sel
1472         - 9   # NDRPDR sel
1473         - 10  # NDRPDR sel
1474
1475   plot-layouts:
1476
1477     plot-soak-throughput:
1478       titlefont:
1479         size: 18
1480       xaxis:
1481         title: "<b>Test Cases [Index]</b>"
1482         titlefont:
1483           size: 16
1484         autorange: True
1485         fixedrange: False
1486         gridcolor: "rgb(230, 230, 230)"
1487         linecolor: "rgb(220, 220, 220)"
1488         linewidth: 1
1489         showgrid: True
1490         showline: True
1491         showticklabels: True
1492         tickcolor: "rgb(220, 220, 220)"
1493         tickmode: "linear"
1494         tickfont:
1495           size: 16
1496         zeroline: False
1497       yaxis:
1498         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1499         titlefont:
1500           size: 16
1501         gridcolor: "rgb(230, 230, 230)"
1502         hoverformat: ".4r"
1503         tickformat: ".3r"
1504         linecolor: "rgb(220, 220, 220)"
1505         linewidth: 1
1506         showgrid: True
1507         showline: True
1508         showticklabels: True
1509         tickcolor: "rgb(220, 220, 220)"
1510         tickfont:
1511           size: 16
1512         zeroline: False
1513         range: [0,50]
1514       autosize: False
1515       margin:
1516         t: 50
1517         b: 0
1518         l: 80
1519         r: 20
1520       showlegend: True
1521       legend:
1522         orientation: "h"
1523         font:
1524           size: 16
1525       width: 700
1526       height: 900
1527       paper_bgcolor: "#fff"
1528       plot_bgcolor: "#fff"
1529       hoverlabel:
1530         namelength: -1
1531
1532     plot-service-density:
1533       titlefont:
1534         size: 18
1535       xaxis:
1536         side: "top"
1537         autorange: True
1538         fixedrange: False
1539         showgrid: False
1540         showline: False
1541         showticklabels: False
1542         ticks: ""
1543         ticklen: 0
1544         tickwidth: 0
1545         zeroline: False
1546       yaxis:
1547         autorange: "reversed"
1548         showgrid: False
1549         showline: False
1550         showticklabels: False
1551         ticks: ""
1552         ticklen: 0
1553         tickwidth: 0
1554         zeroline: False
1555       showlegend: False
1556       paper_bgcolor: "#fff"
1557       plot_bgcolor: "#fff"
1558       width: 700
1559       height: 700
1560       hoverlabel:
1561         namelength: -1
1562
1563 #    plot-cps:
1564 #      titlefont:
1565 #        size: 18
1566 #      xaxis:
1567 #        title: "<b>Test Cases [Index]</b>"
1568 #        titlefont:
1569 #          size: 16
1570 #        autorange: True
1571 #        fixedrange: False
1572 #        gridcolor: "rgb(230, 230, 230)"
1573 #        linecolor: "rgb(220, 220, 220)"
1574 #        linewidth: 1
1575 #        showgrid: True
1576 #        showline: True
1577 #        showticklabels: True
1578 #        tickcolor: "rgb(220, 220, 220)"
1579 #        tickmode: "linear"
1580 #        tickfont:
1581 #          size: 16
1582 #        zeroline: False
1583 #      yaxis:
1584 #        title: "<b>Connections Per Second [cps]</b>"
1585 #        titlefont:
1586 #          size: 16
1587 #        gridcolor: "rgb(230, 230, 230)"
1588 #        hoverformat: ".4s"
1589 #        linecolor: "rgb(220, 220, 220)"
1590 #        linewidth: 1
1591 #        rangemode: "tozero"
1592 #        showgrid: True
1593 #        showline: True
1594 #        showticklabels: True
1595 #        tickcolor: "rgb(220, 220, 220)"
1596 #        tickformat: ".3s"
1597 #        tickfont:
1598 #          size: 16
1599 #        zeroline: False
1600 #      boxmode: "group"
1601 #      boxgroupgap: 0.5
1602 #      autosize: False
1603 #      margin:
1604 #        t: 50
1605 #        b: 20
1606 #        l: 80
1607 #        r: 20
1608 #      showlegend: True
1609 #      legend:
1610 #        orientation: "h"
1611 #        font:
1612 #          size: 16
1613 #      width: 700
1614 #      height: 800
1615 #      paper_bgcolor: "#fff"
1616 #      plot_bgcolor: "#fff"
1617 #      hoverlabel:
1618 #        namelength: -1
1619 #
1620 #    plot-rps:
1621 #      titlefont:
1622 #        size: 18
1623 #      xaxis:
1624 #        title: "<b>Test Cases [Index]</b>"
1625 #        titlefont:
1626 #          size: 16
1627 #        autorange: True
1628 #        fixedrange: False
1629 #        gridcolor: "rgb(230, 230, 230)"
1630 #        linecolor: "rgb(220, 220, 220)"
1631 #        linewidth: 1
1632 #        showgrid: True
1633 #        showline: True
1634 #        showticklabels: True
1635 #        tickcolor: "rgb(220, 220, 220)"
1636 #        tickmode: "linear"
1637 #        tickfont:
1638 #          size: 16
1639 #        zeroline: False
1640 #      yaxis:
1641 #        title: "<b>Requests Per Second [rps]</b>"
1642 #        titlefont:
1643 #          size: 16
1644 #        gridcolor: "rgb(230, 230, 230)"
1645 #        hoverformat: ".4s"
1646 #        linecolor: "rgb(220, 220, 220)"
1647 #        linewidth: 1
1648 #        rangemode: "tozero"
1649 #        showgrid: True
1650 #        showline: True
1651 #        showticklabels: True
1652 #        tickcolor: "rgb(230, 230, 230)"
1653 #        tickformat: ".3s"
1654 #        tickfont:
1655 #          size: 16
1656 #        zeroline: False
1657 #      boxmode: "group"
1658 #      boxgroupgap: 0.5
1659 #      autosize: False
1660 #      margin:
1661 #        t: 50
1662 #        b: 20
1663 #        l: 80
1664 #        r: 20
1665 #      showlegend: True
1666 #      legend:
1667 #        orientation: "h"
1668 #        font:
1669 #          size: 16
1670 #      width: 700
1671 #      height: 800
1672 #      paper_bgcolor: "#fff"
1673 #      plot_bgcolor: "#fff"
1674 #      hoverlabel:
1675 #        namelength: -1
1676
1677     plot-hoststack:
1678       titlefont:
1679         size: 16
1680       xaxis:
1681         title: "<b>Test Cases [Index]</b>"
1682         titlefont:
1683           size: 14
1684         autorange: True
1685         fixedrange: False
1686         gridcolor: "rgb(230, 230, 230)"
1687         linecolor: "rgb(220, 220, 220)"
1688         linewidth: 1
1689         showgrid: True
1690         showline: True
1691         showticklabels: True
1692         tickcolor: "rgb(220, 220, 220)"
1693         tickmode: "linear"
1694         tickfont:
1695           size: 14
1696         zeroline: False
1697       yaxis:
1698         title: "<b>Bandwidth [Gbps]</b>"
1699         titlefont:
1700           size: 14
1701         gridcolor: "rgb(230, 230, 230)"
1702         hoverformat: ".4s"
1703         linecolor: "rgb(220, 220, 220)"
1704         linewidth: 1
1705         rangemode: "tozero"
1706         showgrid: True
1707         showline: True
1708         showticklabels: True
1709         tickcolor: "rgb(230, 230, 230)"
1710         tickformat: ".3s"
1711         tickfont:
1712           size: 14
1713         zeroline: False
1714       boxmode: "group"
1715       boxgroupgap: 0.5
1716       autosize: False
1717       margin:
1718         t: 50
1719         b: 20
1720         l: 80
1721         r: 20
1722       showlegend: True
1723       legend:
1724         orientation: "h"
1725         font:
1726           size: 14
1727       width: 700
1728       height: 800
1729       paper_bgcolor: "#fff"
1730       plot_bgcolor: "#fff"
1731       hoverlabel:
1732         namelength: -1
1733
1734     plot-throughput:
1735       titlefont:
1736         size: 18
1737       xaxis:
1738         title: "<b>Test Cases [Index]</b>"
1739         titlefont:
1740           size: 16
1741         autorange: True
1742         fixedrange: False
1743         gridcolor: "rgb(230, 230, 230)"
1744         linecolor: "rgb(220, 220, 220)"
1745         linewidth: 1
1746         showgrid: True
1747         showline: True
1748         showticklabels: True
1749         tickcolor: "rgb(220, 220, 220)"
1750         tickmode: "linear"
1751         tickfont:
1752           size: 16
1753         zeroline: False
1754       yaxis:
1755         title: "<b>Packet Throughput [Mpps]</b>"
1756         titlefont:
1757           size: 16
1758         gridcolor: "rgb(230, 230, 230)"
1759         hoverformat: ".4r"
1760         tickformat: ".3r"
1761         linecolor: "rgb(220, 220, 220)"
1762         linewidth: 1
1763         showgrid: True
1764         showline: True
1765         showticklabels: True
1766         tickcolor: "rgb(220, 220, 220)"
1767         tickfont:
1768           size: 16
1769         zeroline: False
1770         range: [0,50]
1771       autosize: False
1772       margin:
1773         t: 50
1774         b: 0
1775         l: 80
1776         r: 20
1777       showlegend: True
1778       legend:
1779         orientation: "h"
1780         font:
1781           size: 16
1782       width: 700
1783       height: 900
1784       paper_bgcolor: "#fff"
1785       plot_bgcolor: "#fff"
1786       hoverlabel:
1787         namelength: -1
1788
1789     plot-throughput-speedup-analysis:
1790       titlefont:
1791         size: 18
1792       xaxis:
1793         title: "<b>Number of Cores [Qty]</b>"
1794         titlefont:
1795           size: 16
1796         autorange: True
1797         fixedrange: False
1798         gridcolor: "rgb(230, 230, 230)"
1799         linecolor: "rgb(220, 220, 220)"
1800         linewidth: 1
1801         showgrid: True
1802         showline: True
1803         showticklabels: True
1804         tickcolor: "rgb(238, 238, 238)"
1805         tickmode: "linear"
1806         tickfont:
1807           size: 16
1808         zeroline: False
1809       yaxis:
1810         title: "<b>Packet Throughput [Mpps]</b>"
1811         titlefont:
1812           size: 16
1813         type: "linear"
1814         gridcolor: "rgb(230, 230, 230)"
1815         hoverformat: ".4s"
1816         linecolor: "rgb(220, 220, 220)"
1817         linewidth: 1
1818         showgrid: True
1819         showline: True
1820         showticklabels: True
1821         tickcolor: "rgb(220, 220, 220)"
1822         tickformat: ".4s"
1823         tickfont:
1824           size: 16
1825         zeroline: True
1826         rangemode: "tozero"
1827         range: [0,100]
1828       legend:
1829         orientation: "h"
1830         font:
1831           size: 16
1832         xanchor: "left"
1833         yanchor: "top"
1834         x: 0
1835         y: -0.2
1836         bgcolor: "rgba(255, 255, 255, 0)"
1837         bordercolor: "rgba(255, 255, 255, 0)"
1838         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1839       autosize: False
1840       margin:
1841           't': 50
1842           'b': 150
1843           'l': 85
1844           'r': 10
1845       showlegend: True
1846       width: 700
1847       height: 700
1848       paper_bgcolor: "#fff"
1849       plot_bgcolor: "#fff"
1850       hoverlabel:
1851         namelength: -1
1852       annotations: [
1853         {
1854           text: "_ _          __          ...",
1855           align: "left",
1856           showarrow: False,
1857           xref: "paper",
1858           yref: "paper",
1859           xanchor: "left",
1860           yanchor: "top",
1861           x: 0,
1862           y: -0.13,
1863           font: {
1864             family: "Consolas, Courier New",
1865             size: 15
1866           },
1867         },
1868         {
1869           text: "    Perfect     Measured     Limit",
1870           align: "left",
1871           showarrow: False,
1872           xref: "paper",
1873           yref: "paper",
1874           xanchor: "left",
1875           yanchor: "top",
1876           x: 0,
1877           y: -0.15,
1878           font: {
1879             family: "Consolas, Courier New",
1880             size: 15
1881           },
1882         },
1883       ]
1884
1885     plot-latency:
1886       titlefont:
1887         size: 18
1888       xaxis:
1889         title: "<b>Direction</b>"
1890         titlefont:
1891           size: 16
1892         autorange: True
1893         fixedrange: False
1894         gridcolor: "rgb(230, 230, 230)"
1895         linecolor: "rgb(220, 220, 220)"
1896         linewidth: 1
1897         showgrid: True
1898         showline: True
1899         showticklabels: False
1900         tickcolor: "rgb(220, 220, 220)"
1901         tickmode: "linear"
1902         tickfont:
1903           size: 16
1904         zeroline: False
1905       yaxis:
1906         title: "<b>Packet Latency [uSec]</b>"
1907         titlefont:
1908           size: 16
1909         type: "linear"
1910         gridcolor: "rgb(230, 230, 230)"
1911         hoverformat: ".4s"
1912         linecolor: "rgb(220, 220, 220)"
1913         linewidth: 1
1914         showgrid: True
1915         showline: True
1916         showticklabels: True
1917         tickcolor: "rgb(220, 220, 220)"
1918         tickformat: ".4s"
1919         tickfont:
1920           size: 16
1921         zeroline: True
1922         rangemode: "tozero"
1923       legend:
1924         orientation: "h"
1925         font:
1926           size: 16
1927         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1928       autosize: False
1929       margin:
1930           't': 50
1931           'b': 150
1932           'l': 80
1933           'r': 10
1934       showlegend: True
1935       width: 700
1936       height: 700
1937       paper_bgcolor: "#fff"
1938       plot_bgcolor: "#fff"
1939       hoverlabel:
1940         namelength: -1
1941
1942     plot-hdrh-latency:
1943       title:
1944         text: ""
1945         xanchor: "center"
1946         x: 0.5
1947         font:
1948           size: 16
1949       width: 700
1950       plot_bgcolor: "white"
1951       annotations:
1952         - font:
1953             size: 14
1954           showarrow: False
1955           text: "<b>Packet Latency [uSec]</b>"
1956           x: 1
1957           xanchor: "right"
1958           xref: "paper"
1959           y: -0.045
1960           yanchor: "top"
1961           yref: "paper"
1962         - font:
1963             size: 14
1964           showarrow: False
1965           text: "<b>Probability [%]</b>"
1966           textangle: 270
1967           x: -0.06
1968           xanchor: "center"
1969           xref: "paper"
1970           y: 0.5
1971           yanchor: "middle"
1972           yref: "paper"
1973         - font:
1974             size: 14
1975           showarrow: False
1976           text: "<b>Direction: E-W</b>"
1977           x: 0.24
1978           xanchor: "center"
1979           xref: "paper"
1980           y: 1.05
1981           yanchor: "bottom"
1982           yref: "paper"
1983         - font:
1984             size: 14
1985           showarrow: False
1986           text: "<b>Direction: W-E</b>"
1987           x: 0.74
1988           xanchor: "center"
1989           xref: "paper"
1990           y: 1.05
1991           yanchor: "bottom"
1992           yref: "paper"
1993
1994     plot-hdrh-latency-percentile:
1995       title:
1996         text: ""
1997         xanchor: "center"
1998         x: 0.5
1999         font:
2000           size: 18
2001       xaxis:
2002         type: "log"
2003         title: "<b>Percentile [%]</b>"
2004         titlefont:
2005           size: 16
2006         autorange: True
2007         fixedrange: False
2008         gridcolor: "rgb(230, 230, 230)"
2009         linecolor: "rgb(220, 220, 220)"
2010         linewidth: 1
2011         showgrid: True
2012         showline: True
2013         showticklabels: True
2014         tickcolor: "rgb(220, 220, 220)"
2015         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2016         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2017         tickfont:
2018           size: 16
2019       yaxis:
2020         title: "<b>Packet Latency [uSec]</b>"
2021         titlefont:
2022           size: 16
2023         gridcolor: "rgb(230, 230, 230)"
2024         linecolor: "rgb(220, 220, 220)"
2025         linewidth: 1
2026         showgrid: True
2027         showline: True
2028         showticklabels: True
2029         tickcolor: "rgb(220, 220, 220)"
2030         tickfont:
2031           size: 16
2032       autosize: False
2033       showlegend: True
2034       legend:
2035         traceorder: "normal"
2036         orientation: "h"
2037         font:
2038           size: 16
2039         xanchor: "left"
2040         yanchor: "top"
2041         x: 0
2042         y: -0.15
2043         bgcolor: "rgba(255, 255, 255, 0)"
2044         bordercolor: "rgba(255, 255, 255, 0)"
2045       width: 700
2046       height: 700
2047       paper_bgcolor: "white"
2048       plot_bgcolor: "white"
2049
2050     plot-hdrh-latency-by-percentile:
2051       title:
2052         text: "<b>Latency by Percentile Distribution</b>"
2053         xanchor: "center"
2054         x: 0.5
2055         font:
2056           size: 18
2057       showlegend: True
2058       legend:
2059         traceorder: "normal"
2060         orientation: "h"
2061         font:
2062           size: 16
2063         xanchor: "left"
2064         yanchor: "top"
2065         x: 0
2066         y: -0.2
2067         bgcolor: "rgba(255, 255, 255, 0)"
2068         bordercolor: "rgba(255, 255, 255, 0)"
2069       xaxis:
2070         type: "linear"
2071         title: "<b>Percentile [%]</b>"
2072         titlefont:
2073           size: 14
2074         autorange: False
2075         fixedrange: False
2076         range: [0, 100]
2077         gridcolor: "rgb(230, 230, 230)"
2078         linecolor: "rgb(220, 220, 220)"
2079         linewidth: 1
2080         showgrid: True
2081         showline: True
2082         showticklabels: True
2083         tickcolor: "rgb(220, 220, 220)"
2084         tickvals: [0, 25, 50, 75, 100]
2085         ticktext: [0, 25, 50, 75, 100]
2086         tickfont:
2087           size: 14
2088       yaxis:
2089         title: "<b>One-Way Latency per Direction [uSec]</b>"
2090         titlefont:
2091           size: 14
2092         gridcolor: "rgb(230, 230, 230)"
2093         linecolor: "rgb(220, 220, 220)"
2094         linewidth: 1
2095         showgrid: True
2096         showline: True
2097         showticklabels: True
2098         tickcolor: "rgb(220, 220, 220)"
2099         tickfont:
2100           size: 14
2101       width: 700
2102       height: 700
2103       paper_bgcolor: "white"
2104       plot_bgcolor: "white"
2105
2106 - type: "static"
2107   src-path: "{DIR[RST]}"
2108   dst-path: "{DIR[WORKING,SRC]}"
2109
2110 - type: "input"
2111   general:
2112     file-name: "output_info.xml.gz"
2113     file-format: ".gz"
2114     arch-file-format:
2115       - ".gz"
2116       - ".zip"
2117     download-path: "{job}/{build}/archives/{filename}"
2118     extract: "output.xml"
2119
2120     zip-file-name: "robot-plugin.zip"
2121     zip-file-format: ".zip"
2122     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2123     zip-extract: "robot-plugin/output.xml"
2124
2125   builds:
2126
2127     csit-vpp-perf-verify-1908-3n-hsw:
2128       - 12  # NDRPDR sel
2129       - 13  # NDRPDR sel
2130       - 14  # NDRPDR sel
2131       - 15  # NDRPDR sel
2132       - 16  # NDRPDR sel
2133       - 17  # NDRPDR sel
2134       - 18  # NDRPDR sel
2135       - 19  # NDRPDR sel
2136       - 20  # NDRPDR sel
2137       - 21  # NDRPDR sel
2138       - 48  # NDRPDR sel vhost
2139       - 49  # NDRPDR sel vhost
2140       - 52  # NDRPDR sel vhost
2141       - 53  # NDRPDR sel vhost
2142       - 54  # NDRPDR sel vhost
2143       - 55  # NDRPDR sel vhost
2144       - 56  # NDRPDR sel vhost
2145       - 57  # NDRPDR sel vhost
2146       - 58  # NDRPDR sel vhost
2147       - 59  # NDRPDR sel vhost
2148       - 39  # MRR sel
2149     csit-vpp-perf-verify-2001-3n-hsw:
2150       - 21  # NDRPDR sel
2151       - 22  # NDRPDR sel
2152       - 23  # NDRPDR sel
2153       - 24  # NDRPDR sel
2154       - 25  # NDRPDR sel
2155       - 29  # NDRPDR sel
2156       - 30  # NDRPDR sel
2157       - 31  # NDRPDR sel
2158       - 32  # NDRPDR sel
2159       - 34  # NDRPDR sel
2160       - 17  # MRR sel
2161     csit-vpp-perf-report-iterative-2005-3n-hsw:
2162       - 3   # NDRPDR sel
2163       - 4   # NDRPDR sel
2164       - 5   # NDRPDR sel
2165       - 10  # NDRPDR sel
2166       - 11  # NDRPDR sel
2167       - 12  # NDRPDR sel
2168       - 15  # NDRPDR sel
2169       - 16  # NDRPDR sel
2170       - 18  # NDRPDR sel
2171       - 19  # NDRPDR sel
2172       - 13  # MRR
2173     csit-vpp-perf-verify-2005-3n-hsw:
2174       - 3   # hoststack
2175       - 5   # hoststack
2176       - 6   # hoststack
2177       - 7   # hoststack
2178       - 8   # hoststack
2179       - 9   # hoststack
2180       - 10  # hoststack
2181       - 11  # hoststack
2182       - 12  # hoststack
2183       - 13  # hoststack
2184     csit-vpp-perf-report-coverage-2005-3n-hsw:
2185       - 1   # perf-full-3n-dnv-crypto_I
2186       - 7   # perf-full-3n-hsw-crypto_II
2187       - 3   # perf-full-3n-hsw-crypto_III
2188       - 4   # perf-full-3n-dnv-crypto_IV
2189       - 5   # perf-full-3n-hsw-ip4_I
2190       - 6   # perf-full-3n-hsw-ip4_II
2191       - 8   # perf-full-3n-hsw-ip4_III
2192       - 9   # perf-full-3n-hsw-ip4_IV
2193       - 10  # perf-full-3n-hsw-ip4_V
2194       - 26  # perf-full-3n-hsw-ip4_VI
2195       - 18  # perf-full-3n-hsw-ip4_VII
2196       - 27  # perf-full-3n-hsw-ip4_VIII
2197       - 28  # perf-full-3n-hsw-ip4_IX
2198       - 29  # perf-full-3n-hsw-ip6_I
2199       - 35  # perf-full-3n-hsw-ip6_II
2200       - 42  # perf-full-3n-hsw-l2_I
2201       - 33  # perf-full-3n-hsw-l2_II
2202       - 37  # perf-full-3n-hsw-l2_III
2203       - 45  # perf-full-3n-hsw-l2_IV
2204       - 43  # perf-full-3n-hsw-l2_V
2205       - 40  # perf-full-3n-hsw-l2_VI
2206       - 44  # perf-full-3n-hsw-l2_VII
2207       - 51  # perf-full-3n-hsw-l2_VIII
2208       - 50  # perf-full-3n-hsw-l2_IX
2209       - 52  # perf-full-3n-hsw-l2_X
2210       - 53  # perf-full-3n-hsw-l2_XI
2211       - 54  # perf-full-3n-hsw-memif
2212       - 55  # perf-full-3n-hsw-ip4tunnels-I
2213       - 56  # perf-full-3n-hsw-ip4tunnels-II
2214       - 57  # perf-full-3n-hsw-ip4tunnels-III
2215       - 58  # perf-full-3n-hsw-ip6tunnels-I
2216       - 59  # perf-full-3n-hsw-srv6-I
2217       - 60  # perf-full-3n-hsw-srv6-II
2218       - 61  # perf-full-3n-hsw-vhost-I
2219       - 62  # perf-full-3n-hsw-vhost-II
2220       - 63  # perf-full-3n-hsw-vhost-III
2221
2222     csit-vpp-perf-verify-1908_1-3n-skx:
2223       - 26  # NDRPDR sel - new1908.1
2224       - 27  # NDRPDR sel - new1908.1
2225       - 28  # NDRPDR sel - new1908.1
2226       - 29  # NDRPDR sel - new1908.1
2227       - 30  # NDRPDR sel - new1908.1
2228       - 31  # NDRPDR sel - new1908.1
2229       - 33  # NDRPDR sel - new1908.1
2230       - 34  # NDRPDR sel - new1908.1
2231       - 35  # NDRPDR sel - new1908.1
2232       - 36  # NDRPDR sel - new1908.1
2233     csit-vpp-perf-verify-2001-3n-skx:
2234       - 69  # NDRPDR sel - new2001.0
2235       - 71  # NDRPDR sel - new2001.0
2236       - 72  # NDRPDR sel - new2001.0
2237       - 76  # NDRPDR sel - new2001.0
2238       - 77  # NDRPDR sel - new2001.0
2239       - 78  # NDRPDR sel - new2001.0
2240       - 80  # NDRPDR sel - new2001.0
2241       - 50  # MRR sel
2242       - 53  # MRR sel addition
2243     # TODO: Add data:
2244     csit-vpp-perf-report-iterative-2005-3n-skx:
2245       - 4   # NDRPDR sel
2246       - 5   # NDRPDR sel ??? all x710 failed
2247       - 28  # NDRPDR sel
2248       - 6   # MRR sel
2249
2250     csit-vpp-perf-verify-1908_1-2n-skx:
2251       - 39  # NDRPDR sel - new1908.1
2252       - 40  # NDRPDR sel - new1908.1
2253       - 41  # NDRPDR sel - new1908.1
2254       - 43  # NDRPDR sel - new1908.1
2255       - 44  # NDRPDR sel - new1908.1
2256       - 45  # NDRPDR sel - new1908.1
2257       - 46  # NDRPDR sel - new1908.1
2258       - 47  # NDRPDR sel - new1908.1
2259       - 48  # NDRPDR sel - new1908.1
2260       - 49  # NDRPDR sel - new1908.1
2261     csit-vpp-perf-verify-2001-2n-skx:
2262       - 143  # NDRPDR sel - new2001.0
2263       - 146  # NDRPDR sel - new2001.0
2264       - 147  # NDRPDR sel - new2001.0
2265       - 148  # NDRPDR sel - new2001.0
2266       - 149  # NDRPDR sel - new2001.0
2267       - 150  # NDRPDR sel - new2001.0
2268       - 151  # NDRPDR sel - new2001.0
2269       - 152  # NDRPDR sel - new2001.0
2270       - 153  # NDRPDR sel - new2001.0
2271       - 154  # NDRPDR sel - new2001.0
2272       - 101  # MRR sel - old
2273       - 128  # MRR sel addition - old
2274       - 169  # Reconf REMOVE
2275       - 181  # Soak REMOVE
2276       - 182  # Soak REMOVE
2277     # TODO: Add data:
2278     csit-vpp-perf-report-iterative-2005-2n-skx:
2279       - 7   # NDRPDR sel
2280       - 42  # MRR sel
2281
2282     csit-vpp-perf-verify-1908_1-2n-clx:
2283       - 5  # NDRPDR sel
2284       - 6  # NDRPDR sel
2285       - 7  # NDRPDR sel
2286       - 8  # NDRPDR sel
2287       - 9  # NDRPDR sel
2288     csit-vpp-perf-verify-2001-2n-clx:
2289       - 28  # NDRPDR sel
2290       - 29  # NDRPDR sel
2291       - 32  # NDRPDR sel
2292       - 40  # NDRPDR sel
2293       - 43  # NDRPDR sel
2294       - 44  # NDRPDR sel
2295       - 45  # NDRPDR sel
2296       - 47  # NDRPDR sel
2297       - 48  # NDRPDR sel
2298       - 49  # NDRPDR sel
2299       - 39  # MRR
2300       - 68  # Reconf REMOVE
2301       - 93  # Soak REMOVE
2302       - 94  # Soak REMOVE
2303     # TODO: Add data:
2304     csit-vpp-perf-report-iterative-2005-2n-clx:
2305       - 7   # NDRPDR sel
2306       - 9   # NDRPDR sel
2307       - 32  # NDRPDR sel ???
2308       - 33  # NDRPDR sel ???
2309       - 12   # MRR
2310
2311     csit-vpp-perf-verify-1908-3n-tsh:
2312       - 7   # NDRPDR sel
2313       - 8   # NDRPDR sel
2314       - 9   # NDRPDR sel
2315       - 10  # NDRPDR sel
2316       - 11  # NDRPDR sel
2317       - 12  # NDRPDR sel
2318       - 13  # NDRPDR sel
2319       - 14  # NDRPDR sel
2320       - 15  # NDRPDR sel
2321       - 16  # NDRPDR sel
2322       - 17  # MRR sel
2323     csit-vpp-perf-verify-2001-3n-tsh:
2324       - 3   # NDRPDR sel
2325       - 4   # NDRPDR sel
2326       - 7   # NDRPDR sel
2327       - 8   # NDRPDR sel
2328       - 10  # NDRPDR sel
2329       - 12  # NDRPDR sel
2330       - 13  # NDRPDR sel
2331       - 14  # NDRPDR sel
2332       - 15  # NDRPDR sel
2333       - 21  # NDRPDR sel
2334       - 9   # MRR sel
2335     # TODO: Add data:
2336     # csit-vpp-perf-report-iterative-2005-3n-tsh:
2337
2338     csit-vpp-perf-verify-1908-3n-dnv:
2339       - 6   # NDRPDR sel
2340       - 7   # NDRPDR sel
2341       - 8   # NDRPDR sel
2342       - 9   # NDRPDR sel
2343       - 10  # NDRPDR sel
2344       - 12  # NDRPDR sel
2345       - 13  # NDRPDR sel
2346       - 14  # NDRPDR sel
2347       - 15  # NDRPDR sel
2348       - 16  # NDRPDR sel
2349       - 17  # MRR sel
2350     csit-vpp-perf-verify-2001-3n-dnv:
2351       - 5   # NDRPDR sel
2352       - 6   # NDRPDR sel
2353       - 7   # NDRPDR sel
2354       - 8   # NDRPDR sel
2355       - 9   # NDRPDR sel
2356       - 10  # NDRPDR sel
2357       - 12  # NDRPDR sel
2358       - 16  # NDRPDR sel
2359       - 17  # NDRPDR sel
2360       - 18  # NDRPDR sel
2361       - 11  # MRR sel
2362     csit-vpp-perf-report-iterative-2005-3n-dnv:
2363       - 2   # NDRPDR sel
2364       - 3   # NDRPDR sel
2365       - 4   # NDRPDR sel
2366       - 5   # NDRPDR sel
2367       - 6   # NDRPDR sel
2368       - 7   # NDRPDR sel
2369       - 9   # NDRPDR sel
2370       - 10  # NDRPDR sel
2371       - 11  # NDRPDR sel
2372       - 12  # NDRPDR sel
2373       - 8   # MRR
2374     csit-vpp-perf-report-coverage-2005-3n-dnv:
2375       - 1   # perf-full-3n-dnv-crypto_I
2376       - 15  # perf-full-3n-dnv-crypto_II
2377       - 5   # perf-full-3n-dnv-ip4_I
2378       - 13  # perf-full-3n-dnv-ip4_II
2379       - 17  # perf-full-3n-dnv-ip6_I
2380       - 18  # perf-full-3n-dnv-ip6_II
2381       - 21  # perf-full-3n-dnv-l2_I
2382       - 22  # perf-full-3n-dnv-l2_II
2383       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2384
2385     csit-vpp-perf-verify-1908-2n-dnv:
2386       - 1   # NDRPDR sel
2387       - 2   # NDRPDR sel
2388       - 3   # NDRPDR sel
2389       - 4   # NDRPDR sel
2390       - 5   # NDRPDR sel
2391       - 6   # NDRPDR sel
2392       - 7   # NDRPDR sel
2393       - 8   # NDRPDR sel
2394       - 9   # NDRPDR sel
2395       - 10  # NDRPDR sel
2396       - 11  # MRR sel
2397     csit-vpp-perf-verify-2001-2n-dnv:
2398       - 4   # NDRPDR sel
2399       - 5   # NDRPDR sel
2400       - 6   # NDRPDR sel
2401       - 7   # NDRPDR sel
2402       - 8   # NDRPDR sel
2403       - 9   # NDRPDR sel
2404       - 10  # NDRPDR sel
2405       - 11  # NDRPDR sel
2406       - 13  # NDRPDR sel
2407       - 16  # NDRPDR sel
2408       - 12  # MRR sel
2409     csit-vpp-perf-report-iterative-2005-2n-dnv:
2410       - 3   # NDRPDR sel
2411       - 6   # NDRPDR sel
2412       - 7   # NDRPDR sel
2413       - 8   # NDRPDR sel
2414       - 9   # NDRPDR sel
2415       - 10  # NDRPDR sel
2416       - 11  # NDRPDR sel
2417       - 12  # NDRPDR sel
2418       - 13  # NDRPDR sel
2419       - 14  # NDRPDR sel
2420       - 15  # MRR sel
2421     csit-vpp-perf-report-coverage-2005-2n-dnv:
2422       - 1   # perf-full-2n-dnv-ip4_I
2423       - 2   # perf-full-2n-dnv-ip4_II
2424       - 3   # perf-full-2n-dnv-ip6_I
2425       - 4   # perf-full-2n-dnv-ip6_II
2426       - 5   # perf-full-2n-dnv-l2_I
2427       - 6   # perf-full-2n-dnv-l2_II
2428
2429     csit-dpdk-perf-verify-1908-3n-hsw:
2430       - 2   # NDRPDR sel
2431       - 3   # NDRPDR sel
2432       - 4   # NDRPDR sel
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       - 11  # NDRPDR sel
2440     csit-dpdk-perf-verify-2001-3n-hsw:
2441       - 4   # NDRPDR sel
2442       - 5   # NDRPDR sel
2443       - 6   # NDRPDR sel
2444       - 7   # NDRPDR sel
2445       - 8   # NDRPDR sel
2446       - 9   # NDRPDR sel
2447       - 10  # NDRPDR sel
2448       - 11  # NDRPDR sel
2449       - 12  # NDRPDR sel
2450       - 13  # NDRPDR sel
2451       - 15  # NDRPDR sel
2452       - 16  # NDRPDR sel
2453       - 17  # NDRPDR sel
2454       - 18  # NDRPDR sel
2455       - 19  # NDRPDR sel
2456       - 20  # NDRPDR sel
2457       - 21  # NDRPDR sel
2458       - 22  # NDRPDR sel
2459       - 23  # NDRPDR sel
2460       - 24  # NDRPDR sel
2461     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2462       - 5   # NDRPDR sel
2463       - 6   # NDRPDR sel
2464       - 7   # NDRPDR sel
2465       - 8   # NDRPDR sel
2466       - 9   # NDRPDR sel
2467       - 10  # NDRPDR sel
2468       - 11  # NDRPDR sel
2469       - 12  # NDRPDR sel
2470       - 13  # NDRPDR sel
2471       - 14  # NDRPDR sel
2472
2473     csit-dpdk-perf-verify-1908-3n-skx:
2474       - 3   # NDRPDR sel
2475       - 4   # NDRPDR sel
2476       - 5   # NDRPDR sel
2477       - 6   # NDRPDR sel
2478       - 7   # NDRPDR sel
2479       - 8   # NDRPDR sel
2480       - 9   # NDRPDR sel
2481       - 10  # NDRPDR sel
2482       - 11  # NDRPDR sel
2483       - 12  # NDRPDR sel
2484     csit-dpdk-perf-verify-2001-3n-skx:
2485       - 29  # NDRPDR sel xxv710
2486       - 33  # NDRPDR sel xxv710
2487       - 34  # NDRPDR sel xxv710
2488       - 35  # NDRPDR sel xxv710
2489       - 36  # NDRPDR sel xxv710
2490       - 37  # NDRPDR sel xxv710
2491       - 41  # NDRPDR sel xxv710
2492       - 42  # NDRPDR sel xxv710
2493       - 43  # NDRPDR sel xxv710
2494       - 45  # NDRPDR sel xxv710
2495       - 30  # NDRPDR sel x710
2496       - 31  # NDRPDR sel x710
2497       - 32  # NDRPDR sel x710
2498       - 38  # NDRPDR sel x710
2499       - 39  # NDRPDR sel x710
2500       - 40  # NDRPDR sel x710
2501       - 44  # NDRPDR sel x710
2502       - 46  # NDRPDR sel x710
2503       - 47  # NDRPDR sel x710
2504       - 48  # NDRPDR sel x710
2505     csit-dpdk-perf-report-iterative-2005-3n-skx:
2506       - 4   # NDRPDR sel
2507       - 5   # NDRPDR sel
2508       - 6   # NDRPDR sel
2509       - 7   # NDRPDR sel
2510       - 8   # NDRPDR sel
2511       - 11  # NDRPDR sel
2512       - 12  # NDRPDR sel
2513       - 13  # NDRPDR sel
2514       - 14  # NDRPDR sel
2515       - 15  # NDRPDR sel
2516
2517     csit-dpdk-perf-verify-1908-2n-skx:
2518       - 2   # NDRPDR sel
2519       - 3   # NDRPDR sel
2520       - 4   # NDRPDR sel
2521       - 5   # NDRPDR sel
2522       - 7   # NDRPDR sel
2523       - 8   # NDRPDR sel
2524       - 9   # NDRPDR sel
2525       - 10  # NDRPDR sel
2526       - 11  # NDRPDR sel
2527       - 12  # NDRPDR sel
2528     csit-dpdk-perf-verify-2001-2n-skx:
2529       - 35  # NDRPDR sel xxv710
2530       - 36  # NDRPDR sel xxv710
2531       - 37  # NDRPDR sel xxv710
2532       - 41  # NDRPDR sel xxv710
2533       - 42  # NDRPDR sel xxv710
2534       - 43  # NDRPDR sel xxv710
2535       - 46  # NDRPDR sel xxv710
2536       - 47  # NDRPDR sel xxv710
2537       - 52  # NDRPDR sel xxv710
2538       - 53  # NDRPDR sel xxv710
2539       - 38  # NDRPDR sel x710
2540       - 39  # NDRPDR sel x710
2541       - 40  # NDRPDR sel x710
2542       - 44  # NDRPDR sel x710
2543       - 45  # NDRPDR sel x710
2544       - 48  # NDRPDR sel x710
2545       - 49  # NDRPDR sel x710
2546       - 50  # NDRPDR sel x710
2547       - 51  # NDRPDR sel x710
2548       - 54  # NDRPDR sel x710
2549     csit-dpdk-perf-report-iterative-2005-2n-skx:
2550       - 1   # NDRPDR sel
2551       - 2   # NDRPDR sel
2552       - 3   # NDRPDR sel
2553       - 4   # NDRPDR sel
2554       - 5   # NDRPDR sel
2555       - 6   # NDRPDR sel
2556       - 7   # NDRPDR sel
2557       - 8   # NDRPDR sel
2558       - 9   # NDRPDR sel
2559       - 10  # NDRPDR sel
2560
2561     csit-dpdk-perf-verify-2001-2n-clx:
2562       - 15  # NDRPDR sel
2563       - 16  # NDRPDR sel
2564       - 17  # NDRPDR sel
2565       - 18  # NDRPDR sel
2566       - 19  # NDRPDR sel
2567       - 20  # NDRPDR sel
2568       - 21  # NDRPDR sel
2569       - 22  # NDRPDR sel
2570       - 23  # NDRPDR sel
2571       - 24  # NDRPDR sel
2572       - 25  # NDRPDR sel
2573       - 26  # NDRPDR sel
2574       - 27  # NDRPDR sel
2575       - 28  # NDRPDR sel
2576       - 29  # NDRPDR sel
2577       - 30  # NDRPDR sel
2578       - 31  # NDRPDR sel
2579       - 32  # NDRPDR sel
2580       - 33  # NDRPDR sel
2581       - 34  # NDRPDR sel
2582     csit-dpdk-perf-report-iterative-2005-2n-clx:
2583       - 1   # NDRPDR sel
2584       - 2   # NDRPDR sel
2585       - 3   # NDRPDR sel
2586       - 4   # NDRPDR sel
2587       - 5   # NDRPDR sel
2588       - 6   # NDRPDR sel
2589       - 7   # NDRPDR sel
2590       - 8   # NDRPDR sel
2591       - 9   # NDRPDR sel
2592       - 10  # NDRPDR sel
2593
2594     csit-dpdk-perf-verify-2001-2n-dnv:
2595       - 9   # NDRPDR sel
2596       - 10  # NDRPDR sel
2597       - 11  # NDRPDR sel
2598       - 12  # NDRPDR sel
2599       - 13  # NDRPDR sel
2600       - 14  # NDRPDR sel
2601       - 15  # NDRPDR sel
2602       - 16  # NDRPDR sel
2603       - 17  # NDRPDR sel
2604       - 18  # NDRPDR sel
2605     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2606       - 8   # NDRPDR sel
2607       - 9   # NDRPDR sel
2608       - 10  # NDRPDR sel
2609       - 11  # NDRPDR sel
2610       - 12  # NDRPDR sel
2611       - 13  # NDRPDR sel
2612       - 14  # NDRPDR sel
2613       - 15  # NDRPDR sel
2614       - 16  # NDRPDR sel
2615       - 17  # NDRPDR sel
2616
2617     csit-dpdk-perf-verify-2001-3n-dnv:
2618       - 12  # NDRPDR sel
2619       - 13  # NDRPDR sel
2620       - 14  # NDRPDR sel
2621       - 15  # NDRPDR sel
2622       - 16  # NDRPDR sel
2623       - 17  # NDRPDR sel
2624       - 18  # NDRPDR sel
2625       - 19  # NDRPDR sel
2626       - 20  # NDRPDR sel
2627       - 22  # NDRPDR sel
2628     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2629       - 6   # NDRPDR sel
2630       - 7   # NDRPDR sel
2631       - 8   # NDRPDR sel
2632       - 9   # NDRPDR sel
2633       - 10  # NDRPDR sel
2634       - 11  # NDRPDR sel
2635       - 12  # NDRPDR sel
2636       - 13  # NDRPDR sel
2637       - 14  # NDRPDR sel
2638       - 16  # NDRPDR sel
2639
2640     csit-dpdk-perf-verify-2001-3n-tsh:
2641       - 3   # NDRPDR sel
2642       - 4   # NDRPDR sel
2643       - 5   # NDRPDR sel
2644       - 9   # NDRPDR sel
2645       - 10  # NDRPDR sel
2646       - 11  # NDRPDR sel
2647       - 12  # NDRPDR sel
2648       - 14  # NDRPDR sel
2649       - 15  # NDRPDR sel
2650       - 18  # NDRPDR sel
2651     # TODO: Add data:
2652     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2653       - 5   # NDRPDR sel
2654
2655     csit-vpp-device-2005-ubuntu1804-1n-skx:
2656       - 35
2657
2658 - type: "output"
2659   output: "report"
2660   format:
2661     html:
2662     - full
2663 #    pdf:
2664 #    - minimal
2665
2666 ################################################################################
2667 ###                               T A B L E S                                ###
2668 ################################################################################
2669
2670 # VPP Soak vs NDR - 2n-skx
2671 - type: "table"
2672   title: "VPP Soak vs NDR 2n-skx"
2673   algorithm: "table_soak_vs_ndr"
2674   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2675   reference:
2676     title: "NDR"
2677     data: "vpp-soak-vs-ndr-2n-skx-ref"
2678   compare:
2679     title: "Soak"
2680     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2681   data: "vpp-soak-vs-ndr-2n-skx"
2682   include-tests: "NDR"
2683   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2684   parameters:
2685     - "throughput"
2686     - "name"
2687     - "parent"
2688
2689 # VPP Soak vs NDR - 2n-clx
2690 - type: "table"
2691   title: "VPP Soak vs NDR 2n-clx"
2692   algorithm: "table_soak_vs_ndr"
2693   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2694   reference:
2695     title: "NDR"
2696     data: "vpp-soak-vs-ndr-2n-clx-ref"
2697   compare:
2698     title: "Soak"
2699     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2700   data: "vpp-soak-vs-ndr-2n-clx"
2701   include-tests: "NDR"
2702   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2703   parameters:
2704     - "throughput"
2705     - "name"
2706     - "parent"
2707
2708 ################################################################################
2709
2710 # VPP Compare NICs 3n-skx 2t1c ndr
2711 - type: "table"
2712   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2713   algorithm: "table_comparison"
2714   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2715   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2716   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2717   columns:
2718     - title: "x710"
2719       data-set: "vpp-nic-comparison-3n-skx"
2720       tag: "NIC_Intel-X710"
2721     - title: "xxv710"
2722       data-set: "vpp-nic-comparison-3n-skx"
2723       tag: "NIC_Intel-XXV710"
2724   comparisons:
2725     - title: "Diff"
2726       reference: 1
2727       compare: 2
2728   legend:
2729     - "Legend to Table:"
2730     - "x710, xxv710 - NICs tested."
2731     - "Diff - difference between x710 and xxv710 NIC."
2732
2733 # VPP Compare NICs 3n-skx 4t2c ndr
2734 - type: "table"
2735   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2736   algorithm: "table_comparison"
2737   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2738   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2739   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2740   columns:
2741     - title: "x710"
2742       data-set: "vpp-nic-comparison-3n-skx"
2743       tag: "NIC_Intel-X710"
2744     - title: "xxv710"
2745       data-set: "vpp-nic-comparison-3n-skx"
2746       tag: "NIC_Intel-XXV710"
2747   comparisons:
2748     - title: "Diff"
2749       reference: 1
2750       compare: 2
2751   legend:
2752     - "Legend to Table:"
2753     - "x710, xxv710 - NICs tested."
2754     - "Diff - difference between x710 and xxv710 NIC."
2755
2756 # VPP Compare NICs 3n-skx 2t1c pdr
2757 - type: "table"
2758   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2759   algorithm: "table_comparison"
2760   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2761   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2762   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2763   columns:
2764     - title: "x710"
2765       data-set: "vpp-nic-comparison-3n-skx"
2766       tag: "NIC_Intel-X710"
2767     - title: "xxv710"
2768       data-set: "vpp-nic-comparison-3n-skx"
2769       tag: "NIC_Intel-XXV710"
2770   comparisons:
2771     - title: "Diff"
2772       reference: 1
2773       compare: 2
2774   legend:
2775     - "Legend to Table:"
2776     - "x710, xxv710 - NICs tested."
2777     - "Diff - difference between x710 and xxv710 NIC."
2778
2779 # VPP Compare NICs 3n-skx 4t2c pdr
2780 - type: "table"
2781   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2782   algorithm: "table_comparison"
2783   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2784   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2785   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2786   columns:
2787     - title: "x710"
2788       data-set: "vpp-nic-comparison-3n-skx"
2789       tag: "NIC_Intel-X710"
2790     - title: "xxv710"
2791       data-set: "vpp-nic-comparison-3n-skx"
2792       tag: "NIC_Intel-XXV710"
2793   comparisons:
2794     - title: "Diff"
2795       reference: 1
2796       compare: 2
2797   legend:
2798     - "Legend to Table:"
2799     - "x710, xxv710 - NICs tested."
2800     - "Diff - difference between x710 and xxv710 NIC."
2801
2802 ## VPP Compare NICs 3n-skx 2t1c mrr
2803 #- type: "table"
2804 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2805 #  algorithm: "table_comparison"
2806 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2807 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2808 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2809 #  columns:
2810 #    - title: "x710"
2811 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2812 #      tag: "NIC_Intel-X710"
2813 #    - title: "xxv710"
2814 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2815 #      tag: "NIC_Intel-XXV710"
2816 #  comparisons:
2817 #    - title: "Diff"
2818 #      reference: 1
2819 #      compare: 2
2820 #  legend:
2821 #    - "Legend to Table:"
2822 #    - "x710, xxv710 - NICs tested."
2823 #    - "Diff - difference between x710 and xxv710 NIC."
2824 #
2825 ## VPP Compare NICs 3n-skx 4t2c mrr
2826 #- type: "table"
2827 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2828 #  algorithm: "table_comparison"
2829 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2830 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2831 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2832 #  columns:
2833 #    - title: "x710"
2834 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2835 #      tag: "NIC_Intel-X710"
2836 #    - title: "xxv710"
2837 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2838 #      tag: "NIC_Intel-XXV710"
2839 #  comparisons:
2840 #    - title: "Diff"
2841 #      reference: 1
2842 #      compare: 2
2843 #  legend:
2844 #    - "Legend to Table:"
2845 #    - "x710, xxv710 - NICs tested."
2846 #    - "Diff - difference between x710 and xxv710 NIC."
2847 #
2848 ## VPP Compare NICs 3n-skx 8t4c mrr
2849 #- type: "table"
2850 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2851 #  algorithm: "table_comparison"
2852 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2853 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2854 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2855 #  columns:
2856 #    - title: "x710"
2857 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2858 #      tag: "NIC_Intel-X710"
2859 #    - title: "xxv710"
2860 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2861 #      tag: "NIC_Intel-XXV710"
2862 #  comparisons:
2863 #    - title: "Diff"
2864 #      reference: 1
2865 #      compare: 2
2866 #  legend:
2867 #    - "Legend to Table:"
2868 #    - "x710, xxv710 - NICs tested."
2869 #    - "Diff - difference between x710 and xxv710 NIC."
2870
2871 # VPP Compare NICs 2n-skx 2t1c ndr
2872 - type: "table"
2873   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2874   algorithm: "table_comparison"
2875   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2876   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2877   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2878   columns:
2879     - title: "x710"
2880       data-set: "vpp-nic-comparison-2n-skx"
2881       tag: "NIC_Intel-X710"
2882     - title: "xxv710"
2883       data-set: "vpp-nic-comparison-2n-skx"
2884       tag: "NIC_Intel-XXV710"
2885   comparisons:
2886     - title: "Diff"
2887       reference: 1
2888       compare: 2
2889   legend:
2890     - "Legend to Table:"
2891     - "x710, xxv710 - NICs tested."
2892     - "Diff - difference between x710 and xxv710 NIC."
2893
2894 # VPP Compare NICs 2n-skx 4t2c ndr
2895 - type: "table"
2896   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2897   algorithm: "table_comparison"
2898   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2899   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2900   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2901   columns:
2902     - title: "x710"
2903       data-set: "vpp-nic-comparison-2n-skx"
2904       tag: "NIC_Intel-X710"
2905     - title: "xxv710"
2906       data-set: "vpp-nic-comparison-2n-skx"
2907       tag: "NIC_Intel-XXV710"
2908   comparisons:
2909     - title: "Diff"
2910       reference: 1
2911       compare: 2
2912   legend:
2913     - "Legend to Table:"
2914     - "x710, xxv710 - NICs tested."
2915     - "Diff - difference between x710 and xxv710 NIC."
2916
2917 # VPP Compare NICs 2n-skx 2t1c pdr
2918 - type: "table"
2919   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2920   algorithm: "table_comparison"
2921   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2922   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2923   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2924   columns:
2925     - title: "x710"
2926       data-set: "vpp-nic-comparison-2n-skx"
2927       tag: "NIC_Intel-X710"
2928     - title: "xxv710"
2929       data-set: "vpp-nic-comparison-2n-skx"
2930       tag: "NIC_Intel-XXV710"
2931   comparisons:
2932     - title: "Diff"
2933       reference: 1
2934       compare: 2
2935   legend:
2936     - "Legend to Table:"
2937     - "x710, xxv710 - NICs tested."
2938     - "Diff - difference between x710 and xxv710 NIC."
2939
2940 # VPP Compare NICs 2n-skx 4t2c pdr
2941 - type: "table"
2942   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2943   algorithm: "table_comparison"
2944   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2945   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2946   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2947   columns:
2948     - title: "x710"
2949       data-set: "vpp-nic-comparison-2n-skx"
2950       tag: "NIC_Intel-X710"
2951     - title: "xxv710"
2952       data-set: "vpp-nic-comparison-2n-skx"
2953       tag: "NIC_Intel-XXV710"
2954   comparisons:
2955     - title: "Diff"
2956       reference: 1
2957       compare: 2
2958   legend:
2959     - "Legend to Table:"
2960     - "x710, xxv710 - NICs tested."
2961     - "Diff - difference between x710 and xxv710 NIC."
2962
2963 # VPP Compare NICs 2n-skx 2t1c mrr
2964 - type: "table"
2965   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2966   algorithm: "table_comparison"
2967   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2968   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2969   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2970   columns:
2971     - title: "x710"
2972       data-set: "vpp-nic-comparison-2n-skx-mrr"
2973       tag: "NIC_Intel-X710"
2974     - title: "xxv710"
2975       data-set: "vpp-nic-comparison-2n-skx-mrr"
2976       tag: "NIC_Intel-XXV710"
2977   comparisons:
2978     - title: "Diff"
2979       reference: 1
2980       compare: 2
2981   legend:
2982     - "Legend to Table:"
2983     - "x710, xxv710 - NICs tested."
2984     - "Diff - difference between x710 and xxv710 NIC."
2985
2986 # VPP Compare NICs 2n-skx 4t2c mrr
2987 - type: "table"
2988   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2989   algorithm: "table_comparison"
2990   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2991   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2992   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2993   columns:
2994     - title: "x710"
2995       data-set: "vpp-nic-comparison-2n-skx-mrr"
2996       tag: "NIC_Intel-X710"
2997     - title: "xxv710"
2998       data-set: "vpp-nic-comparison-2n-skx-mrr"
2999       tag: "NIC_Intel-XXV710"
3000   comparisons:
3001     - title: "Diff"
3002       reference: 1
3003       compare: 2
3004   legend:
3005     - "Legend to Table:"
3006     - "x710, xxv710 - NICs tested."
3007     - "Diff - difference between x710 and xxv710 NIC."
3008
3009 # VPP Compare NICs 2n-skx 8t4c mrr
3010 - type: "table"
3011   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3012   algorithm: "table_comparison"
3013   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3014   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3015   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3016   columns:
3017     - title: "x710"
3018       data-set: "vpp-nic-comparison-2n-skx-mrr"
3019       tag: "NIC_Intel-X710"
3020     - title: "xxv710"
3021       data-set: "vpp-nic-comparison-2n-skx-mrr"
3022       tag: "NIC_Intel-XXV710"
3023   comparisons:
3024     - title: "Diff"
3025       reference: 1
3026       compare: 2
3027   legend:
3028     - "Legend to Table:"
3029     - "x710, xxv710 - NICs tested."
3030     - "Diff - difference between x710 and xxv710 NIC."
3031
3032 ################################################################################
3033 # VPP
3034
3035 ## VPP Performance changes 2n-skx-xxv710 2t1c ndr
3036 #- type: "table"
3037 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c ndr"
3038 #  algorithm: "table_comparison"
3039 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-ndr"
3040 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3041 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3042 #  columns:
3043 #    - title: "1908.1"
3044 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3045 #    - title: "1908.2"
3046 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3047 #  comparisons:
3048 #    - title: "Diff"
3049 #      reference: 1
3050 #      compare: 2
3051 #  legend:
3052 #    - "Legend to Table:"
3053 #    - "1908.1, 1908.2 - VPP versions tested."
3054 #    - "Diff - difference between the previous and the current VPP version."
3055 #
3056 ## VPP Performance changes 2n-skx-xxv710 2t1c pdr
3057 #- type: "table"
3058 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c pdr"
3059 #  algorithm: "table_comparison"
3060 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-pdr"
3061 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3062 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3063 #  columns:
3064 #    - title: "1908.1"
3065 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3066 #    - title: "1908.2"
3067 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3068 #  comparisons:
3069 #    - title: "Diff"
3070 #      reference: 1
3071 #      compare: 2
3072 #  legend:
3073 #    - "Legend to Table:"
3074 #    - "1908.1, 1908.2 - VPP versions tested."
3075 #    - "Diff - difference between the previous and the current VPP version."
3076 #
3077 ## VPP Performance changes 3n-skx-xxv710 2t1c ndr
3078 #- type: "table"
3079 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c ndr"
3080 #  algorithm: "table_comparison"
3081 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-ndr"
3082 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3083 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3084 #  columns:
3085 #    - title: "1908.1"
3086 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3087 #    - title: "1908.2"
3088 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3089 #  comparisons:
3090 #    - title: "Diff"
3091 #      reference: 1
3092 #      compare: 2
3093 #  legend:
3094 #    - "Legend to Table:"
3095 #    - "1908.1, 1908.2 - VPP versions tested."
3096 #    - "Diff - difference between the previous and the current VPP version."
3097 #
3098 ## VPP Performance changes 3n-skx-xxv710 2t1c pdr
3099 #- type: "table"
3100 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c pdr"
3101 #  algorithm: "table_comparison"
3102 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-pdr"
3103 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3104 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3105 #  columns:
3106 #    - title: "1908.1"
3107 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3108 #    - title: "1908.2"
3109 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3110 #  comparisons:
3111 #    - title: "Diff"
3112 #      reference: 1
3113 #      compare: 2
3114 #  legend:
3115 #    - "Legend to Table:"
3116 #    - "1908.1, 1908.2 - VPP versions tested."
3117 #    - "Diff - difference between the previous and the current VPP version."
3118 #
3119 ## VPP Performance changes 2n-clx-xxv710 2t1c ndr
3120 #- type: "table"
3121 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c ndr"
3122 #  algorithm: "table_comparison"
3123 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-ndr"
3124 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3125 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3126 #  columns:
3127 #    - title: "1908.1"
3128 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3129 #    - title: "1908.2"
3130 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3131 #  comparisons:
3132 #    - title: "Diff"
3133 #      reference: 1
3134 #      compare: 2
3135 #  legend:
3136 #    - "Legend to Table:"
3137 #    - "1908.1, 1908.2 - VPP versions tested."
3138 #    - "Diff - difference between the previous and the current VPP version."
3139 #
3140 ## VPP Performance changes 2n-clx-xxv710 2t1c pdr
3141 #- type: "table"
3142 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c pdr"
3143 #  algorithm: "table_comparison"
3144 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-pdr"
3145 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3146 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3147 #  columns:
3148 #    - title: "1908.1"
3149 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3150 #    - title: "1908.2"
3151 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3152 #  comparisons:
3153 #    - title: "Diff"
3154 #      reference: 1
3155 #      compare: 2
3156 #  legend:
3157 #    - "Legend to Table:"
3158 #    - "1908.1, 1908.2 - VPP versions tested."
3159 #    - "Diff - difference between the previous and the current VPP version."
3160
3161 # VPP Performance Changes 3n-hsw 1t1c pdr
3162 - type: "table"
3163   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3164   algorithm: "table_comparison"
3165   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3166   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3167   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3168   columns:
3169     - title: "1908"
3170       data-set: "vpp-performance-changes-3n-hsw-h1"
3171     - title: "2001"
3172       data-set: "vpp-performance-changes-3n-hsw-ref"
3173     - title: "2005"
3174       data-set: "vpp-performance-changes-3n-hsw-cmp"
3175   comparisons:
3176     - title: "Diff"
3177       reference: 2
3178       compare: 3
3179   legend:
3180     - "Legend to Table"
3181     - "1908, 2001, 2005 - VPP versions tested."
3182     - "Diff - difference between 2001 and 2008 VPP version."
3183
3184 # VPP Performance Changes 3n-hsw 2t2c pdr
3185 - type: "table"
3186   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3187   algorithm: "table_comparison"
3188   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3189   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3190   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3191   columns:
3192     - title: "1908"
3193       data-set: "vpp-performance-changes-3n-hsw-h1"
3194     - title: "2001"
3195       data-set: "vpp-performance-changes-3n-hsw-ref"
3196     - title: "2005"
3197       data-set: "vpp-performance-changes-3n-hsw-cmp"
3198   comparisons:
3199     - title: "Diff"
3200       reference: 2
3201       compare: 3
3202   legend:
3203     - "Legend to Table"
3204     - "1908, 2001, 2005 - VPP versions tested."
3205     - "Diff - difference between 2001 and 2008 VPP version."
3206
3207 # VPP Performance Changes 3n-hsw 1t1c ndr
3208 - type: "table"
3209   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3210   algorithm: "table_comparison"
3211   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3212   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3213   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3214   columns:
3215     - title: "1908"
3216       data-set: "vpp-performance-changes-3n-hsw-h1"
3217     - title: "2001"
3218       data-set: "vpp-performance-changes-3n-hsw-ref"
3219     - title: "2005"
3220       data-set: "vpp-performance-changes-3n-hsw-cmp"
3221   comparisons:
3222     - title: "Diff"
3223       reference: 2
3224       compare: 3
3225   legend:
3226     - "Legend to Table"
3227     - "1908, 2001, 2005 - VPP versions tested."
3228     - "Diff - difference between 2001 and 2008 VPP version."
3229
3230 # VPP Performance Changes 3n-hsw 2t2c ndr
3231 - type: "table"
3232   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3233   algorithm: "table_comparison"
3234   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3235   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3236   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3237   columns:
3238     - title: "1908"
3239       data-set: "vpp-performance-changes-3n-hsw-h1"
3240     - title: "2001"
3241       data-set: "vpp-performance-changes-3n-hsw-ref"
3242     - title: "2005"
3243       data-set: "vpp-performance-changes-3n-hsw-cmp"
3244   comparisons:
3245     - title: "Diff"
3246       reference: 2
3247       compare: 3
3248   legend:
3249     - "Legend to Table"
3250     - "1908, 2001, 2005 - VPP versions tested."
3251     - "Diff - difference between 2001 and 2008 VPP version."
3252
3253 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3254 #- type: "table"
3255 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3256 #  algorithm: "table_comparison"
3257 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3258 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3259 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3260 #  rca:
3261 #    - title: "RCA1"
3262 #      data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3263 #    - title: "RCA2"
3264 #      data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3265 #  columns:
3266 #    - title: "1908.0-1"
3267 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3268 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3269 #    - title: "1908.1-1"
3270 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3271 #    - title: "1908.1-2"
3272 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3273 #    - title: "2001.0-2"
3274 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3275 #  comparisons:
3276 #    - title: "Diff1"
3277 #      reference: 2
3278 #      reference-alt: 1
3279 #      compare: 3
3280 #    - title: "Diff2"
3281 #      reference: 3
3282 #      compare: 4
3283 #  legend:
3284 #    - 'Legend to Table:'
3285 #    - '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).'
3286 #    - '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).'
3287 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3288 #    - 'RCA1 - root cause analysis reference for Diff1.'
3289 #    - 'RCA2 - root cause analysis reference for Diff2.'
3290 #
3291 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3292 #- type: "table"
3293 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3294 #  algorithm: "table_comparison"
3295 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3296 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3297 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3298 #  rca:
3299 #    - title: "RCA1"
3300 #      data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3301 #    - title: "RCA2"
3302 #      data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3303 #  columns:
3304 #    - title: "1908.0-1"
3305 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3306 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3307 #    - title: "1908.1-1"
3308 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3309 #    - title: "1908.1-2"
3310 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3311 #    - title: "2001.0-2"
3312 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3313 #  comparisons:
3314 #    - title: "Diff1"
3315 #      reference: 2
3316 #      reference-alt: 1
3317 #      compare: 3
3318 #    - title: "Diff2"
3319 #      reference: 3
3320 #      compare: 4
3321 #  legend:
3322 #    - 'Legend to Table:'
3323 #    - '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).'
3324 #    - '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).'
3325 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3326 #    - 'RCA1 - root cause analysis reference for Diff1.'
3327 #    - 'RCA2 - root cause analysis reference for Diff2.'
3328
3329 # VPP Performance Changes 3n-skx 2t1c pdr
3330 - type: "table"
3331   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3332   algorithm: "table_comparison"
3333   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3334   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3335   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3336   columns:
3337     - title: "1908"
3338       data-set: "vpp-performance-changes-3n-skx-h1"
3339       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3340     - title: "2001"
3341       data-set: "vpp-performance-changes-3n-skx-ref"
3342     - title: "2005"
3343       data-set: "vpp-performance-changes-3n-skx-cmp"
3344   comparisons:
3345     - title: "Diff"
3346       reference: 2
3347       compare: 3
3348   legend:
3349     - "Legend to Table"
3350     - "1908, 2001, 2005 - VPP versions tested."
3351     - "Diff - difference between 2001 and 2005 VPP version."
3352
3353 # VPP Performance Changes 3n-skx 4t2c pdr
3354 - type: "table"
3355   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3356   algorithm: "table_comparison"
3357   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3358   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3359   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3360   columns:
3361     - title: "1908"
3362       data-set: "vpp-performance-changes-3n-skx-h1"
3363       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3364     - title: "2001"
3365       data-set: "vpp-performance-changes-3n-skx-ref"
3366     - title: "2005"
3367       data-set: "vpp-performance-changes-3n-skx-cmp"
3368   comparisons:
3369     - title: "Diff"
3370       reference: 2
3371       compare: 3
3372   legend:
3373     - "Legend to Table"
3374     - "1908, 2001, 2005 - VPP versions tested."
3375     - "Diff - difference between 2001 and 2005 VPP version."
3376
3377 # VPP Performance Changes 3n-skx 2t1c ndr
3378 - type: "table"
3379   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3380   algorithm: "table_comparison"
3381   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3382   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3383   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3384   columns:
3385     - title: "1908"
3386       data-set: "vpp-performance-changes-3n-skx-h1"
3387       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3388     - title: "2001"
3389       data-set: "vpp-performance-changes-3n-skx-ref"
3390     - title: "2005"
3391       data-set: "vpp-performance-changes-3n-skx-cmp"
3392   comparisons:
3393     - title: "Diff"
3394       reference: 2
3395       compare: 3
3396   legend:
3397     - "Legend to Table"
3398     - "1908, 2001, 2005 - VPP versions tested."
3399     - "Diff - difference between 2001 and 2005 VPP version."
3400
3401 # VPP Performance Changes 3n-skx 4t2c ndr
3402 - type: "table"
3403   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3404   algorithm: "table_comparison"
3405   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3406   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3407   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3408   columns:
3409     - title: "1908"
3410       data-set: "vpp-performance-changes-3n-skx-h1"
3411       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3412     - title: "2001"
3413       data-set: "vpp-performance-changes-3n-skx-ref"
3414     - title: "2005"
3415       data-set: "vpp-performance-changes-3n-skx-cmp"
3416   comparisons:
3417     - title: "Diff"
3418       reference: 2
3419       compare: 3
3420   legend:
3421     - "Legend to Table"
3422     - "1908, 2001, 2005 - VPP versions tested."
3423     - "Diff - difference between 2001 and 2005 VPP version."
3424
3425 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3426 #- type: "table"
3427 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3428 #  algorithm: "table_comparison"
3429 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3430 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3431 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3432 #  rca:
3433 #    - title: "RCA1"
3434 #      data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3435 #    - title: "RCA2"
3436 #      data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3437 #  columns:
3438 #    - title: "1908.0-1"
3439 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3440 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3441 #    - title: "1908.1-1"
3442 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3443 #    - title: "1908.1-2"
3444 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3445 #    - title: "2001.0-2"
3446 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3447 #  comparisons:
3448 #    - title: "Diff1"
3449 #      reference: 2
3450 #      reference-alt: 1
3451 #      compare: 3
3452 #    - title: "Diff2"
3453 #      reference: 3
3454 #      compare: 4
3455 #  legend:
3456 #    - 'Legend to Table:'
3457 #    - '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).'
3458 #    - '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).'
3459 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3460 #    - 'RCA1 - root cause analysis reference for Diff1.'
3461 #    - 'RCA2 - root cause analysis reference for Diff2.'
3462 #
3463 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3464 #- type: "table"
3465 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3466 #  algorithm: "table_comparison"
3467 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3468 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3469 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3470 #  rca:
3471 #    - title: "RCA1"
3472 #      data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3473 #    - title: "RCA2"
3474 #      data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3475 #  columns:
3476 #    - title: "1908.0-1"
3477 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3478 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3479 #    - title: "1908.1-1"
3480 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3481 #    - title: "1908.1-2"
3482 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3483 #    - title: "2001.0-2"
3484 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3485 #  comparisons:
3486 #    - title: "Diff1"
3487 #      reference: 2
3488 #      reference-alt: 1
3489 #      compare: 3
3490 #    - title: "Diff2"
3491 #      reference: 3
3492 #      compare: 4
3493 #  legend:
3494 #    - 'Legend to Table:'
3495 #    - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "1" for 2019-08-21, "2" for 2020-03-27).'
3496 #    - '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).'
3497 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3498 #    - 'RCA1 - root cause analysis reference for Diff1.'
3499 #    - 'RCA2 - root cause analysis reference for Diff2.'
3500
3501 # VPP Performance Changes 2n-skx 2t1c pdr
3502 - type: "table"
3503   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3504   algorithm: "table_comparison"
3505   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3506   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3507   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3508   columns:
3509     - title: "1908"
3510       data-set: "vpp-performance-changes-2n-skx-h1"
3511       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3512     - title: "2001"
3513       data-set: "vpp-performance-changes-2n-skx-ref"
3514     - title: "2005"
3515       data-set: "vpp-performance-changes-2n-skx-cmp"
3516   comparisons:
3517     - title: "Diff"
3518       reference: 2
3519       compare: 3
3520   legend:
3521     - "Legend to Table"
3522     - "1908, 2001, 2005 - VPP versions tested."
3523     - "Diff - difference between 2001 and 2005 VPP version."
3524
3525 # VPP Performance Changes 2n-skx 4t2c pdr
3526 - type: "table"
3527   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3528   algorithm: "table_comparison"
3529   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3530   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3531   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3532   columns:
3533     - title: "1908"
3534       data-set: "vpp-performance-changes-2n-skx-h1"
3535       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3536     - title: "2001"
3537       data-set: "vpp-performance-changes-2n-skx-ref"
3538     - title: "2005"
3539       data-set: "vpp-performance-changes-2n-skx-cmp"
3540   comparisons:
3541     - title: "Diff"
3542       reference: 2
3543       compare: 3
3544   legend:
3545     - "Legend to Table"
3546     - "1908, 2001, 2005 - VPP versions tested."
3547     - "Diff - difference between 2001 and 2005 VPP version."
3548
3549 # VPP Performance Changes 2n-skx 2t1c ndr
3550 - type: "table"
3551   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3552   algorithm: "table_comparison"
3553   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3554   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3555   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3556   columns:
3557     - title: "1908"
3558       data-set: "vpp-performance-changes-2n-skx-h1"
3559       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3560     - title: "2001"
3561       data-set: "vpp-performance-changes-2n-skx-ref"
3562     - title: "2005"
3563       data-set: "vpp-performance-changes-2n-skx-cmp"
3564   comparisons:
3565     - title: "Diff"
3566       reference: 2
3567       compare: 3
3568   legend:
3569     - "Legend to Table"
3570     - "1908, 2001, 2005 - VPP versions tested."
3571     - "Diff - difference between 2001 and 2005 VPP version."
3572
3573 # VPP Performance Changes 2n-skx 4t2c ndr
3574 - type: "table"
3575   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3576   algorithm: "table_comparison"
3577   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3578   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3579   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3580   columns:
3581     - title: "1908"
3582       data-set: "vpp-performance-changes-2n-skx-h1"
3583       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3584     - title: "2001"
3585       data-set: "vpp-performance-changes-2n-skx-ref"
3586     - title: "2005"
3587       data-set: "vpp-performance-changes-2n-skx-cmp"
3588   comparisons:
3589     - title: "Diff"
3590       reference: 2
3591       compare: 3
3592   legend:
3593     - "Legend to Table"
3594     - "1908, 2001, 2005 - VPP versions tested."
3595     - "Diff - difference between 2001 and 2005 VPP version."
3596
3597 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3598 - type: "table"
3599   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3600   algorithm: "table_comparison"
3601   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3602   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3603   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3604   columns:
3605     - title: "2001"
3606       data-set: "vpp-performance-changes-2n-clx-ref"
3607     - title: "2005"
3608       data-set: "vpp-performance-changes-2n-clx-cmp"
3609   comparisons:
3610     - title: "Diff"
3611       reference: 1
3612       compare: 2
3613   legend:
3614     - "Legend to Table"
3615     - "2001, 2005 - VPP versions tested."
3616     - "Diff - difference between 2001 and 2005 VPP version."
3617
3618 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3619 - type: "table"
3620   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3621   algorithm: "table_comparison"
3622   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3623   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3624   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3625   columns:
3626     - title: "2001"
3627       data-set: "vpp-performance-changes-2n-clx-ref"
3628     - title: "2005"
3629       data-set: "vpp-performance-changes-2n-clx-cmp"
3630   comparisons:
3631     - title: "Diff"
3632       reference: 1
3633       compare: 2
3634   legend:
3635     - "Legend to Table"
3636     - "2001, 2005 - VPP versions tested."
3637     - "Diff - difference between 2001 and 2005 VPP version."
3638
3639 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3640 - type: "table"
3641   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3642   algorithm: "table_comparison"
3643   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3644   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3645   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3646   columns:
3647     - title: "2001"
3648       data-set: "vpp-performance-changes-2n-clx-ref"
3649     - title: "2005"
3650       data-set: "vpp-performance-changes-2n-clx-cmp"
3651   comparisons:
3652     - title: "Diff"
3653       reference: 1
3654       compare: 2
3655   legend:
3656     - "Legend to Table"
3657     - "2001, 2005 - VPP versions tested."
3658     - "Diff - difference between 2001 and 2005 VPP version."
3659
3660 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3661 - type: "table"
3662   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3663   algorithm: "table_comparison"
3664   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3665   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3666   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3667   columns:
3668     - title: "2001"
3669       data-set: "vpp-performance-changes-2n-clx-ref"
3670     - title: "2005"
3671       data-set: "vpp-performance-changes-2n-clx-cmp"
3672   comparisons:
3673     - title: "Diff"
3674       reference: 1
3675       compare: 2
3676   legend:
3677     - "Legend to Table"
3678     - "2001, 2005 - VPP versions tested."
3679     - "Diff - difference between 2001 and 2005 VPP version."
3680
3681 # VPP Performance Changes 2n-clx-x556 2t1c pdr
3682 - type: "table"
3683   title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3684   algorithm: "table_comparison"
3685   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3686   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3687   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3688   columns:
3689     - title: "2001"
3690       data-set: "vpp-performance-changes-2n-clx-ref"
3691     - title: "2005"
3692       data-set: "vpp-performance-changes-2n-clx-cmp"
3693   comparisons:
3694     - title: "Diff"
3695       reference: 1
3696       compare: 2
3697   legend:
3698     - "Legend to Table"
3699     - "2001, 2005 - VPP versions tested."
3700     - "Diff - difference between 2001 and 2005 VPP version."
3701
3702 # VPP Performance Changes 2n-clx-x556 4t2c pdr
3703 - type: "table"
3704   title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3705   algorithm: "table_comparison"
3706   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3707   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3708   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3709   columns:
3710     - title: "2001"
3711       data-set: "vpp-performance-changes-2n-clx-ref"
3712     - title: "2005"
3713       data-set: "vpp-performance-changes-2n-clx-cmp"
3714   comparisons:
3715     - title: "Diff"
3716       reference: 1
3717       compare: 2
3718   legend:
3719     - "Legend to Table"
3720     - "2001, 2005 - VPP versions tested."
3721     - "Diff - difference between 2001 and 2005 VPP version."
3722
3723 # VPP Performance Changes 2n-clx-x556 2t1c ndr
3724 - type: "table"
3725   title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3726   algorithm: "table_comparison"
3727   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3728   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3729   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3730   columns:
3731     - title: "2001"
3732       data-set: "vpp-performance-changes-2n-clx-ref"
3733     - title: "2005"
3734       data-set: "vpp-performance-changes-2n-clx-cmp"
3735   comparisons:
3736     - title: "Diff"
3737       reference: 1
3738       compare: 2
3739   legend:
3740     - "Legend to Table"
3741     - "2001, 2005 - VPP versions tested."
3742     - "Diff - difference between 2001 and 2005 VPP version."
3743
3744 # VPP Performance Changes 2n-clx-x556 4t2c ndr
3745 - type: "table"
3746   title: "VPP Performance Changes 2n-clx-x556 ndr"
3747   algorithm: "table_comparison"
3748   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3749   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3750   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3751   columns:
3752     - title: "2001"
3753       data-set: "vpp-performance-changes-2n-clx-ref"
3754     - title: "2005"
3755       data-set: "vpp-performance-changes-2n-clx-cmp"
3756   comparisons:
3757     - title: "Diff"
3758       reference: 1
3759       compare: 2
3760   legend:
3761     - "Legend to Table"
3762     - "2001, 2005 - VPP versions tested."
3763     - "Diff - difference between 2001 and 2005 VPP version."
3764
3765 # VPP Performance Changes 2n-dnv 1t1c pdr
3766 - type: "table"
3767   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3768   algorithm: "table_comparison"
3769   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3770   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3771   filter: "'1T1C'"
3772   columns:
3773     - title: "1908"
3774       data-set: "vpp-performance-changes-2n-dnv-h1"
3775     - title: "2001"
3776       data-set: "vpp-performance-changes-2n-dnv-ref"
3777     - title: "2005"
3778       data-set: "vpp-performance-changes-2n-dnv-cmp"
3779   comparisons:
3780     - title: "Diff"
3781       reference: 2
3782       compare: 3
3783   legend:
3784     - "Legend to Table"
3785     - "1908, 2001, 2005 - VPP versions tested."
3786     - "Diff - difference between 2001 and 2005 VPP version."
3787
3788 # VPP Performance Changes 2n-dnv 2t2c pdr
3789 - type: "table"
3790   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3791   algorithm: "table_comparison"
3792   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3793   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3794   filter: "'2T2C'"
3795   columns:
3796     - title: "1908"
3797       data-set: "vpp-performance-changes-2n-dnv-h1"
3798     - title: "2001"
3799       data-set: "vpp-performance-changes-2n-dnv-ref"
3800     - title: "2005"
3801       data-set: "vpp-performance-changes-2n-dnv-cmp"
3802   comparisons:
3803     - title: "Diff"
3804       reference: 2
3805       compare: 3
3806   legend:
3807     - "Legend to Table"
3808     - "1908, 2001, 2005 - VPP versions tested."
3809     - "Diff - difference between 2001 and 2005 VPP version."
3810
3811 # VPP Performance Changes 2n-dnv 1t1c ndr
3812 - type: "table"
3813   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3814   algorithm: "table_comparison"
3815   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3816   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3817   filter: "'1T1C'"
3818   columns:
3819     - title: "1908"
3820       data-set: "vpp-performance-changes-2n-dnv-h1"
3821     - title: "2001"
3822       data-set: "vpp-performance-changes-2n-dnv-ref"
3823     - title: "2005"
3824       data-set: "vpp-performance-changes-2n-dnv-cmp"
3825   comparisons:
3826     - title: "Diff"
3827       reference: 2
3828       compare: 3
3829   legend:
3830     - "Legend to Table"
3831     - "1908, 2001, 2005 - VPP versions tested."
3832     - "Diff - difference between 2001 and 2005 VPP version."
3833
3834 # VPP Performance Changes 2n-dnv 2t2c ndr
3835 - type: "table"
3836   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3837   algorithm: "table_comparison"
3838   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3839   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3840   filter: "'2T2C'"
3841   columns:
3842     - title: "1908"
3843       data-set: "vpp-performance-changes-2n-dnv-h1"
3844     - title: "2001"
3845       data-set: "vpp-performance-changes-2n-dnv-ref"
3846     - title: "2005"
3847       data-set: "vpp-performance-changes-2n-dnv-cmp"
3848   comparisons:
3849     - title: "Diff"
3850       reference: 2
3851       compare: 3
3852   legend:
3853     - "Legend to Table"
3854     - "1908, 2001, 2005 - VPP versions tested."
3855     - "Diff - difference between 2001 and 2005 VPP version."
3856
3857 # VPP Performance Changes 3n-dnv 1t1c pdr
3858 - type: "table"
3859   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3860   algorithm: "table_comparison"
3861   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3862   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3863   filter: "'1T1C'"
3864   columns:
3865     - title: "1908"
3866       data-set: "vpp-performance-changes-3n-dnv-h1"
3867     - title: "2001"
3868       data-set: "vpp-performance-changes-3n-dnv-ref"
3869     - title: "2005"
3870       data-set: "vpp-performance-changes-3n-dnv-cmp"
3871   comparisons:
3872     - title: "Diff"
3873       reference: 2
3874       compare: 3
3875   legend:
3876     - "Legend to Table"
3877     - "1908, 2001, 2005 - VPP versions tested."
3878     - "Diff - difference between 2001 and 2005 VPP version."
3879
3880 # VPP Performance Changes 3n-dnv 2t2c pdr
3881 - type: "table"
3882   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3883   algorithm: "table_comparison"
3884   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3885   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3886   filter: "'2T2C'"
3887   columns:
3888     - title: "1908"
3889       data-set: "vpp-performance-changes-3n-dnv-h1"
3890     - title: "2001"
3891       data-set: "vpp-performance-changes-3n-dnv-ref"
3892     - title: "2005"
3893       data-set: "vpp-performance-changes-3n-dnv-cmp"
3894   comparisons:
3895     - title: "Diff"
3896       reference: 2
3897       compare: 3
3898   legend:
3899     - "Legend to Table"
3900     - "1908, 2001, 2005 - VPP versions tested."
3901     - "Diff - difference between 2001 and 2005 VPP version."
3902
3903 # VPP Performance Changes 3n-dnv 1t1c ndr
3904 - type: "table"
3905   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3906   algorithm: "table_comparison"
3907   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3908   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3909   filter: "'1T1C'"
3910   columns:
3911     - title: "1908"
3912       data-set: "vpp-performance-changes-3n-dnv-h1"
3913     - title: "2001"
3914       data-set: "vpp-performance-changes-3n-dnv-ref"
3915     - title: "2005"
3916       data-set: "vpp-performance-changes-3n-dnv-cmp"
3917   comparisons:
3918     - title: "Diff"
3919       reference: 2
3920       compare: 3
3921   legend:
3922     - "Legend to Table"
3923     - "1908, 2001, 2005 - VPP versions tested."
3924     - "Diff - difference between 2001 and 2005 VPP version."
3925
3926 # VPP Performance Changes 3n-dnv 2t2c ndr
3927 - type: "table"
3928   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3929   algorithm: "table_comparison"
3930   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3931   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3932   filter: "'2T2C'"
3933   columns:
3934     - title: "1908"
3935       data-set: "vpp-performance-changes-3n-dnv-h1"
3936     - title: "2001"
3937       data-set: "vpp-performance-changes-3n-dnv-ref"
3938     - title: "2005"
3939       data-set: "vpp-performance-changes-3n-dnv-cmp"
3940   comparisons:
3941     - title: "Diff"
3942       reference: 2
3943       compare: 3
3944   legend:
3945     - "Legend to Table"
3946     - "1908, 2001, 2005 - VPP versions tested."
3947     - "Diff - difference between 2001 and 2005 VPP version."
3948
3949 # VPP Performance Changes 3n-tsh 1t1c pdr
3950 - type: "table"
3951   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3952   algorithm: "table_comparison"
3953   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3954   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3955   filter: "'1T1C'"
3956   columns:
3957     - title: "1908"
3958       data-set: "vpp-performance-changes-3n-tsh-h1"
3959     - title: "2001"
3960       data-set: "vpp-performance-changes-3n-tsh-ref"
3961     - title: "2005"
3962       data-set: "vpp-performance-changes-3n-tsh-cmp"
3963   comparisons:
3964     - title: "Diff"
3965       reference: 2
3966       compare: 3
3967   legend:
3968     - "Legend to Table"
3969     - "1908, 2001, 2005 - VPP versions tested."
3970     - "Diff - difference between 2001 and 2005 VPP version."
3971
3972 # VPP Performance Changes 3n-tsh 2t2c pdr
3973 - type: "table"
3974   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3975   algorithm: "table_comparison"
3976   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3977   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3978   filter: "'2T2C'"
3979   columns:
3980     - title: "1908"
3981       data-set: "vpp-performance-changes-3n-tsh-h1"
3982     - title: "2001"
3983       data-set: "vpp-performance-changes-3n-tsh-ref"
3984     - title: "2005"
3985       data-set: "vpp-performance-changes-3n-tsh-cmp"
3986   comparisons:
3987     - title: "Diff"
3988       reference: 2
3989       compare: 3
3990   legend:
3991     - "Legend to Table"
3992     - "1908, 2001, 2005 - VPP versions tested."
3993     - "Diff - difference between 2001 and 2005 VPP version."
3994
3995 # VPP Performance Changes 3n-tsh 1t1c ndr
3996 - type: "table"
3997   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3998   algorithm: "table_comparison"
3999   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4000   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4001   filter: "'1T1C'"
4002   columns:
4003     - title: "1908"
4004       data-set: "vpp-performance-changes-3n-tsh-h1"
4005     - title: "2001"
4006       data-set: "vpp-performance-changes-3n-tsh-ref"
4007     - title: "2005"
4008       data-set: "vpp-performance-changes-3n-tsh-cmp"
4009   comparisons:
4010     - title: "Diff"
4011       reference: 2
4012       compare: 3
4013   legend:
4014     - "Legend to Table"
4015     - "1908, 2001, 2005 - VPP versions tested."
4016     - "Diff - difference between 2001 and 2005 VPP version."
4017
4018 # VPP Performance Changes 3n-tsh 2t2c ndr
4019 - type: "table"
4020   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4021   algorithm: "table_comparison"
4022   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4023   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4024   filter: "'2T2C'"
4025   columns:
4026     - title: "1908"
4027       data-set: "vpp-performance-changes-3n-tsh-h1"
4028     - title: "2001"
4029       data-set: "vpp-performance-changes-3n-tsh-ref"
4030     - title: "2005"
4031       data-set: "vpp-performance-changes-3n-tsh-cmp"
4032   comparisons:
4033     - title: "Diff"
4034       reference: 2
4035       compare: 3
4036   legend:
4037     - "Legend to Table"
4038     - "1908, 2001, 2005 - VPP versions tested."
4039     - "Diff - difference between 2001 and 2005 VPP version."
4040
4041 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4042 - type: "table"
4043   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4044   algorithm: "table_comparison"
4045   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4046   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4047   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4048   columns:
4049     - title: "3n-hsw xl710"
4050       data-set: "vpp-compare-testbeds-ref"
4051       tag: "NIC_Intel-XL710"
4052     - title: "3n-skx xxv710"
4053       data-set: "vpp-compare-testbeds-cmp"
4054       tag: "NIC_Intel-XXV710"
4055   comparisons:
4056     - title: "Diff"
4057       reference: 1
4058       compare: 2
4059   legend:
4060     - "Legend to Table"
4061     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4062     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4063
4064 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4065 - type: "table"
4066   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4067   algorithm: "table_comparison"
4068   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4069   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4070   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4071   columns:
4072     - title: "3n-hsw xl710"
4073       data-set: "vpp-compare-testbeds-ref"
4074       tag: "NIC_Intel-XL710"
4075     - title: "3n-skx xxv710"
4076       data-set: "vpp-compare-testbeds-cmp"
4077       tag: "NIC_Intel-XXV710"
4078   comparisons:
4079     - title: "Diff"
4080       reference: 1
4081       compare: 2
4082   legend:
4083     - "Legend to Table"
4084     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4085     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4086
4087 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4088 - type: "table"
4089   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4090   algorithm: "table_comparison"
4091   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4092   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4093   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4094   columns:
4095     - title: "3n-hsw xl710"
4096       data-set: "vpp-compare-testbeds-ref"
4097       tag: "NIC_Intel-XL710"
4098     - title: "3n-skx xxv710"
4099       data-set: "vpp-compare-testbeds-cmp"
4100       tag: "NIC_Intel-XXV710"
4101   comparisons:
4102     - title: "Diff"
4103       reference: 1
4104       compare: 2
4105   legend:
4106     - "Legend to Table"
4107     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4108     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4109
4110 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4111 - type: "table"
4112   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4113   algorithm: "table_comparison"
4114   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4115   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4116   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4117   columns:
4118     - title: "3n-hsw xl710"
4119       data-set: "vpp-compare-testbeds-ref"
4120       tag: "NIC_Intel-XL710"
4121     - title: "3n-skx xxv710"
4122       data-set: "vpp-compare-testbeds-cmp"
4123       tag: "NIC_Intel-XXV710"
4124   comparisons:
4125     - title: "Diff"
4126       reference: 1
4127       compare: 2
4128   legend:
4129     - "Legend to Table"
4130     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4131     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4132
4133 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4134 - type: "table"
4135   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4136   algorithm: "table_comparison"
4137   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4138   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4139   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4140   columns:
4141     - title: "2n-skx"
4142       data-set: "vpp-compare-testbeds-skx-clx-ref"
4143     - title: "2n-clx"
4144       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4145   comparisons:
4146     - title: "Diff"
4147       reference: 1
4148       compare: 2
4149   legend:
4150     - "Legend to Table"
4151     - "2n-skx, 2n-clx - testbeds and NICs tested."
4152     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4153
4154 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4155 - type: "table"
4156   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4157   algorithm: "table_comparison"
4158   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4159   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4160   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4161   columns:
4162     - title: "2n-skx"
4163       data-set: "vpp-compare-testbeds-skx-clx-ref"
4164     - title: "2n-clx"
4165       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4166   comparisons:
4167     - title: "Diff"
4168       reference: 1
4169       compare: 2
4170   legend:
4171     - "Legend to Table"
4172     - "2n-skx, 2n-clx - testbeds and NICs tested."
4173     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4174
4175 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4176 - type: "table"
4177   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4178   algorithm: "table_comparison"
4179   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4180   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4181   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4182   columns:
4183     - title: "2n-skx"
4184       data-set: "vpp-compare-testbeds-skx-clx-ref"
4185     - title: "2n-clx"
4186       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4187   comparisons:
4188     - title: "Diff"
4189       reference: 1
4190       compare: 2
4191   legend:
4192     - "Legend to Table"
4193     - "2n-skx, 2n-clx - testbeds and NICs tested."
4194     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4195
4196 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4197 - type: "table"
4198   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4199   algorithm: "table_comparison"
4200   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4201   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4202   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4203   columns:
4204     - title: "2n-skx"
4205       data-set: "vpp-compare-testbeds-skx-clx-ref"
4206     - title: "2n-clx"
4207       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4208   comparisons:
4209     - title: "Diff"
4210       reference: 1
4211       compare: 2
4212   legend:
4213     - "Legend to Table"
4214     - "2n-skx, 2n-clx - testbeds and NICs tested."
4215     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4216
4217 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4218 - type: "table"
4219   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4220   algorithm: "table_comparison"
4221   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4222   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4223   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4224   columns:
4225     - title: "3n-hsw xl710"
4226       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4227       tag: "NIC_Intel-XL710"
4228     - title: "2n-clx xxv710"
4229       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4230       tag: "NIC_Intel-XXV710"
4231   comparisons:
4232     - title: "Diff"
4233       reference: 1
4234       compare: 2
4235   legend:
4236     - "Legend to Table"
4237     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4238     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4239
4240 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4241 - type: "table"
4242   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4243   algorithm: "table_comparison"
4244   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4245   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4246   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4247   columns:
4248     - title: "3n-hsw xl710"
4249       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4250       tag: "NIC_Intel-XL710"
4251     - title: "2n-clx xxv710"
4252       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4253       tag: "NIC_Intel-XXV710"
4254   comparisons:
4255     - title: "Diff"
4256       reference: 1
4257       compare: 2
4258   legend:
4259     - "Legend to Table"
4260     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4261     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4262
4263 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4264 - type: "table"
4265   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4266   algorithm: "table_comparison"
4267   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4268   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4269   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4270   columns:
4271     - title: "3n-hsw xl710"
4272       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4273       tag: "NIC_Intel-XL710"
4274     - title: "2n-clx xxv710"
4275       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4276       tag: "NIC_Intel-XXV710"
4277   comparisons:
4278     - title: "Diff"
4279       reference: 1
4280       compare: 2
4281   legend:
4282     - "Legend to Table"
4283     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4284     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4285
4286 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4287 - type: "table"
4288   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4289   algorithm: "table_comparison"
4290   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4291   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4292   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4293   columns:
4294     - title: "3n-hsw xl710"
4295       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4296       tag: "NIC_Intel-XL710"
4297     - title: "2n-clx xxv710"
4298       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4299       tag: "NIC_Intel-XXV710"
4300   comparisons:
4301     - title: "Diff"
4302       reference: 1
4303       compare: 2
4304   legend:
4305     - "Legend to Table"
4306     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4307     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4308
4309 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4310 - type: "table"
4311   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4312   algorithm: "table_comparison"
4313   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4314   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4315   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4316   columns:
4317     - title: "3n-skx"
4318       data-set: "vpp-compare-topologies-ref"
4319     - title: "2n-skx"
4320       data-set: "vpp-compare-topologies-cmp"
4321   comparisons:
4322     - title: "Diff"
4323       reference: 1
4324       compare: 2
4325   legend:
4326     - "Legend to Table"
4327     - "3n-skx, 2n-skx - topologies tested."
4328     - "Diff - difference between 3n-skx and 2n-skx topologies."
4329
4330 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4331 - type: "table"
4332   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4333   algorithm: "table_comparison"
4334   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4335   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4336   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4337   columns:
4338     - title: "3n-skx"
4339       data-set: "vpp-compare-topologies-ref"
4340     - title: "2n-skx"
4341       data-set: "vpp-compare-topologies-cmp"
4342   comparisons:
4343     - title: "Diff"
4344       reference: 1
4345       compare: 2
4346   legend:
4347     - "Legend to Table"
4348     - "3n-skx, 2n-skx - topologies tested."
4349     - "Diff - difference between 3n-skx and 2n-skx topologies."
4350
4351 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4352 - type: "table"
4353   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4354   algorithm: "table_comparison"
4355   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4356   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4357   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4358   columns:
4359     - title: "3n-skx"
4360       data-set: "vpp-compare-topologies-ref"
4361     - title: "2n-skx"
4362       data-set: "vpp-compare-topologies-cmp"
4363   comparisons:
4364     - title: "Diff"
4365       reference: 1
4366       compare: 2
4367   legend:
4368     - "Legend to Table"
4369     - "3n-skx, 2n-skx - topologies tested."
4370     - "Diff - difference between 3n-skx and 2n-skx topologies."
4371
4372 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4373 - type: "table"
4374   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4375   algorithm: "table_comparison"
4376   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4377   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4378   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4379   columns:
4380     - title: "3n-skx"
4381       data-set: "vpp-compare-topologies-ref"
4382     - title: "2n-skx"
4383       data-set: "vpp-compare-topologies-cmp"
4384   comparisons:
4385     - title: "Diff"
4386       reference: 1
4387       compare: 2
4388   legend:
4389     - "Legend to Table"
4390     - "3n-skx, 2n-skx - topologies tested."
4391     - "Diff - difference between 3n-skx and 2n-skx topologies."
4392
4393 # VPP Performance Changes 3n-hsw 1t1c mrr
4394 - type: "table"
4395   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4396   algorithm: "table_comparison"
4397   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4398   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4399   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4400   columns:
4401     - title: "1908"
4402       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4403     - title: "2001"
4404       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4405     - title: "2005"
4406       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4407   comparisons:
4408     - title: "Diff"
4409       reference: 2
4410       compare: 3
4411   legend:
4412     - "Legend to Table"
4413     - "1908, 2001, 2005 - VPP versions tested."
4414     - "Diff - difference between 2001 and 2005 VPP version."
4415
4416 # VPP Performance Changes 3n-hsw 2t2c mrr
4417 - type: "table"
4418   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4419   algorithm: "table_comparison"
4420   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4421   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4422   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4423   columns:
4424     - title: "1908"
4425       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4426     - title: "2001"
4427       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4428     - title: "2005"
4429       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4430   comparisons:
4431     - title: "Diff"
4432       reference: 2
4433       compare: 3
4434   legend:
4435     - "Legend to Table"
4436     - "1908, 2001, 2005 - VPP versions tested."
4437     - "Diff - difference between 2001 and 2005 VPP version."
4438
4439 # VPP Performance Changes 3n-hsw 4t4c mrr
4440 - type: "table"
4441   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4442   algorithm: "table_comparison"
4443   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4444   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4445   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4446   columns:
4447     - title: "1908"
4448       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4449     - title: "2001"
4450       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4451     - title: "2005"
4452       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4453   comparisons:
4454     - title: "Diff"
4455       reference: 2
4456       compare: 3
4457   legend:
4458     - "Legend to Table"
4459     - "1908, 2001, 2005 - VPP versions tested."
4460     - "Diff - difference between 2001 and 2005 VPP version."
4461
4462 # VPP Performance Changes 3n-skx 2t1c mrr
4463 - type: "table"
4464   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4465   algorithm: "table_comparison"
4466   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4467   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4468   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4469   columns:
4470     - title: "1908"
4471       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4472     - title: "2001"
4473       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4474     - title: "2005"
4475       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4476   comparisons:
4477     - title: "Diff"
4478       reference: 2
4479       compare: 3
4480   legend:
4481     - "Legend to Table"
4482     - "1908, 2001, 2005 - VPP versions tested."
4483     - "Diff - difference between 2001 and 2005 VPP version."
4484
4485 # VPP Performance Changes 3n-skx 4t2c mrr
4486 - type: "table"
4487   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4488   algorithm: "table_comparison"
4489   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4490   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4491   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4492   columns:
4493     - title: "1908"
4494       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4495     - title: "2001"
4496       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4497     - title: "2005"
4498       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4499   comparisons:
4500     - title: "Diff"
4501       reference: 2
4502       compare: 3
4503   legend:
4504     - "Legend to Table"
4505     - "1908, 2001, 2005 - VPP versions tested."
4506     - "Diff - difference between 2001 and 2005 VPP version."
4507
4508 # VPP Performance Changes 3n-skx 8t4c mrr
4509 - type: "table"
4510   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4511   algorithm: "table_comparison"
4512   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4513   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4514   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4515   columns:
4516     - title: "1908"
4517       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4518     - title: "2001"
4519       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4520     - title: "2005"
4521       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4522   comparisons:
4523     - title: "Diff"
4524       reference: 2
4525       compare: 3
4526   legend:
4527     - "Legend to Table"
4528     - "1908, 2001, 2005 - VPP versions tested."
4529     - "Diff - difference between 2001 and 2005 VPP version."
4530
4531 # VPP Performance Changes 2n-skx 2t1c mrr
4532 - type: "table"
4533   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4534   algorithm: "table_comparison"
4535   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4536   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4537   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4538   columns:
4539     - title: "1908"
4540       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4541     - title: "2001"
4542       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4543     - title: "2005"
4544       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4545   comparisons:
4546     - title: "Diff"
4547       reference: 2
4548       compare: 3
4549   legend:
4550     - "Legend to Table"
4551     - "1908, 2001, 2005 - VPP versions tested."
4552     - "Diff - difference between 2001 and 2005 VPP version."
4553
4554 # VPP Performance Changes 2n-skx 4t2c mrr
4555 - type: "table"
4556   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4557   algorithm: "table_comparison"
4558   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4559   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4560   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4561   columns:
4562     - title: "1908"
4563       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4564     - title: "2001"
4565       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4566     - title: "2005"
4567       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4568   comparisons:
4569     - title: "Diff"
4570       reference: 2
4571       compare: 3
4572   legend:
4573     - "Legend to Table"
4574     - "1908, 2001, 2005 - VPP versions tested."
4575     - "Diff - difference between 2001 and 2005 VPP version."
4576
4577 # VPP Performance Changes 2n-skx 8t4c mrr
4578 - type: "table"
4579   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4580   algorithm: "table_comparison"
4581   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4582   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4583   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4584   columns:
4585     - title: "1908"
4586       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4587     - title: "2001"
4588       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4589     - title: "2005"
4590       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4591   comparisons:
4592     - title: "Diff"
4593       reference: 2
4594       compare: 3
4595   legend:
4596     - "Legend to Table"
4597     - "1908, 2001, 2005 - VPP versions tested."
4598     - "Diff - difference between 2001 and 2005 VPP version."
4599
4600 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4601 - type: "table"
4602   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4603   algorithm: "table_comparison"
4604   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4605   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4606   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4607   columns:
4608     - title: "2001"
4609       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4610     - title: "2005"
4611       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4612   comparisons:
4613     - title: "Diff"
4614       reference: 1
4615       compare: 2
4616   legend:
4617     - "Legend to Table"
4618     - "2001, 2005 - VPP versions tested."
4619     - "Diff - difference between 2001 and 2005 VPP version."
4620
4621 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4622 - type: "table"
4623   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4624   algorithm: "table_comparison"
4625   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4626   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4627   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4628   columns:
4629     - title: "2001"
4630       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4631     - title: "2005"
4632       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4633   comparisons:
4634     - title: "Diff"
4635       reference: 1
4636       compare: 2
4637   legend:
4638     - "Legend to Table"
4639     - "2001, 2005 - VPP versions tested."
4640     - "Diff - difference between 2001 and 2005 VPP version."
4641
4642 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4643 - type: "table"
4644   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4645   algorithm: "table_comparison"
4646   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4647   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4648   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4649   columns:
4650     - title: "2001"
4651       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4652     - title: "2005"
4653       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4654   comparisons:
4655     - title: "Diff"
4656       reference: 1
4657       compare: 2
4658   legend:
4659     - "Legend to Table"
4660     - "2001, 2005 - VPP versions tested."
4661     - "Diff - difference between 2001 and 2005 VPP version."
4662
4663 # VPP Performance Changes 2n-clx-clx-x556 2t1c mrr
4664 - type: "table"
4665   title: "VPP Performance Changes 2n-clx-clx-x556 2t1c mrr"
4666   algorithm: "table_comparison"
4667   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-2t1c-mrr"
4668   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4669   filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4670   columns:
4671     - title: "2001"
4672       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4673     - title: "2005"
4674       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4675   comparisons:
4676     - title: "Diff"
4677       reference: 1
4678       compare: 2
4679   legend:
4680     - "Legend to Table"
4681     - "2001, 2005 - VPP versions tested."
4682     - "Diff - difference between 2001 and 2005 VPP version."
4683
4684 # VPP Performance Changes 2n-clx-clx-x556 4t2c mrr
4685 - type: "table"
4686   title: "VPP Performance Changes 2n-clx-clx-x556 4t2c mrr"
4687   algorithm: "table_comparison"
4688   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-4t2c-mrr"
4689   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4690   filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4691   columns:
4692     - title: "2001"
4693       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4694     - title: "2005"
4695       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4696   comparisons:
4697     - title: "Diff"
4698       reference: 1
4699       compare: 2
4700   legend:
4701     - "Legend to Table"
4702     - "2001, 2005 - VPP versions tested."
4703     - "Diff - difference between 2001 and 2005 VPP version."
4704
4705 # VPP Performance Changes 2n-clx-clx-x556 8t4c mrr
4706 - type: "table"
4707   title: "VPP Performance Changes 2n-clx-clx-x556 8t4c mrr"
4708   algorithm: "table_comparison"
4709   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-8t4c-mrr"
4710   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4711   filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4712   columns:
4713     - title: "2001"
4714       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4715     - title: "2005"
4716       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4717   comparisons:
4718     - title: "Diff"
4719       reference: 1
4720       compare: 2
4721   legend:
4722     - "Legend to Table"
4723     - "2001, 2005 - VPP versions tested."
4724     - "Diff - difference between 2001 and 2005 VPP version."
4725
4726 # VPP Performance Changes 2n-dnv 1t1c mrr
4727 - type: "table"
4728   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4729   algorithm: "table_comparison"
4730   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4731   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4732   filter: "'1T1C'"
4733   columns:
4734     - title: "1908"
4735       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4736     - title: "2001"
4737       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4738     - title: "2005"
4739       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4740   comparisons:
4741     - title: "Diff"
4742       reference: 2
4743       compare: 3
4744   legend:
4745     - "Legend to Table"
4746     - "1908, 2001, 2005 - VPP versions tested."
4747     - "Diff - difference between 2001 and 2005 VPP version."
4748
4749 # VPP Performance Changes 2n-dnv 2t2c mrr
4750 - type: "table"
4751   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4752   algorithm: "table_comparison"
4753   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4754   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4755   filter: "'2T2C'"
4756   columns:
4757     - title: "1908"
4758       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4759     - title: "2001"
4760       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4761     - title: "2005"
4762       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4763   comparisons:
4764     - title: "Diff"
4765       reference: 2
4766       compare: 3
4767   legend:
4768     - "Legend to Table"
4769     - "1908, 2001, 2005 - VPP versions tested."
4770     - "Diff - difference between 2001 and 2005 VPP version."
4771
4772 # VPP Performance Changes 2n-dnv 4t4c mrr
4773 - type: "table"
4774   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4775   algorithm: "table_comparison"
4776   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4777   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4778   filter: "'4T4C'"
4779   columns:
4780     - title: "1908"
4781       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4782     - title: "2001"
4783       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4784     - title: "2005"
4785       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4786   comparisons:
4787     - title: "Diff"
4788       reference: 2
4789       compare: 3
4790   legend:
4791     - "Legend to Table"
4792     - "1908, 2001, 2005 - VPP versions tested."
4793     - "Diff - difference between 2001 and 2005 VPP version."
4794
4795 # VPP Performance Changes 3n-dnv 1t1c mrr
4796 - type: "table"
4797   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4798   algorithm: "table_comparison"
4799   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4800   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4801   filter: "'1T1C'"
4802   columns:
4803     - title: "1908"
4804       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4805     - title: "2001"
4806       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4807     - title: "2005"
4808       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4809   comparisons:
4810     - title: "Diff"
4811       reference: 2
4812       compare: 3
4813   legend:
4814     - "Legend to Table"
4815     - "1908, 2001, 2005 - VPP versions tested."
4816     - "Diff - difference between 2001 and 2005 VPP version."
4817
4818 # VPP Performance Changes 3n-dnv 2t2c mrr
4819 - type: "table"
4820   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4821   algorithm: "table_comparison"
4822   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4823   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4824   filter: "'2T2C'"
4825   columns:
4826     - title: "1908"
4827       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4828     - title: "2001"
4829       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4830     - title: "2005"
4831       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4832   comparisons:
4833     - title: "Diff"
4834       reference: 2
4835       compare: 3
4836   legend:
4837     - "Legend to Table"
4838     - "1908, 2001, 2005 - VPP versions tested."
4839     - "Diff - difference between 2001 and 2005 VPP version."
4840
4841 # VPP Performance Changes 3n-dnv 4t4c mrr
4842 - type: "table"
4843   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4844   algorithm: "table_comparison"
4845   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4846   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4847   filter: "'4T4C'"
4848   columns:
4849     - title: "1908"
4850       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4851     - title: "2001"
4852       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4853     - title: "2005"
4854       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4855   comparisons:
4856     - title: "Diff"
4857       reference: 2
4858       compare: 3
4859   legend:
4860     - "Legend to Table"
4861     - "1908, 2001, 2005 - VPP versions tested."
4862     - "Diff - difference between 2001 and 2005 VPP version."
4863
4864 # VPP Performance Changes 3n-tsh 1t1c mrr
4865 - type: "table"
4866   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4867   algorithm: "table_comparison"
4868   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4869   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4870   filter: "'1T1C'"
4871   columns:
4872     - title: "1908"
4873       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4874     - title: "2001"
4875       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4876     - title: "2005"
4877       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4878   comparisons:
4879     - title: "Diff"
4880       reference: 2
4881       compare: 3
4882   legend:
4883     - "Legend to Table"
4884     - "1908, 2001, 2005 - VPP versions tested."
4885     - "Diff - difference between 2001 and 2005 VPP version."
4886
4887 # VPP Performance Changes 3n-tsh 2t2c mrr
4888 - type: "table"
4889   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4890   algorithm: "table_comparison"
4891   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4892   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4893   filter: "'2T2C'"
4894   columns:
4895     - title: "1908"
4896       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4897     - title: "2001"
4898       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4899     - title: "2005"
4900       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4901   comparisons:
4902     - title: "Diff"
4903       reference: 2
4904       compare: 3
4905   legend:
4906     - "Legend to Table"
4907     - "1908, 2001, 2005 - VPP versions tested."
4908     - "Diff - difference between 2001 and 2005 VPP version."
4909
4910 # VPP Performance Changes 3n-tsh 4t4c mrr
4911 - type: "table"
4912   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
4913   algorithm: "table_comparison"
4914   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4915   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4916   filter: "'4T4C'"
4917   columns:
4918     - title: "1908"
4919       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4920     - title: "2001"
4921       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4922     - title: "2005"
4923       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4924   comparisons:
4925     - title: "Diff"
4926       reference: 2
4927       compare: 3
4928   legend:
4929     - "Legend to Table"
4930     - "1908, 2001, 2005 - VPP versions tested."
4931     - "Diff - difference between 2001 and 2005 VPP version."
4932
4933 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4934 - type: "table"
4935   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4936   algorithm: "table_comparison"
4937   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4938   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4939   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4940   columns:
4941     - title: "3n-hsw xl710"
4942       data-set: "vpp-compare-testbeds-mrr-ref"
4943       tag: "NIC_Intel-XL710"
4944     - title: "3n-skx xxv710"
4945       data-set: "vpp-compare-testbeds-mrr-cmp"
4946       tag: "NIC_Intel-XXV710"
4947   comparisons:
4948     - title: "Diff"
4949       reference: 1
4950       compare: 2
4951   legend:
4952     - "Legend to Table"
4953     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4954     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4955
4956 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4957 - type: "table"
4958   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4959   algorithm: "table_comparison"
4960   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4961   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4962   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4963   columns:
4964     - title: "3n-hsw xl710"
4965       data-set: "vpp-compare-testbeds-mrr-ref"
4966       tag: "NIC_Intel-XL710"
4967     - title: "3n-skx xxv710"
4968       data-set: "vpp-compare-testbeds-mrr-cmp"
4969       tag: "NIC_Intel-XXV710"
4970   comparisons:
4971     - title: "Diff"
4972       reference: 1
4973       compare: 2
4974   legend:
4975     - "Legend to Table"
4976     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4977     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4978
4979 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4980 - type: "table"
4981   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4982   algorithm: "table_comparison"
4983   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4984   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4985   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4986   columns:
4987     - title: "3n-hsw xl710"
4988       data-set: "vpp-compare-testbeds-mrr-ref"
4989       tag: "NIC_Intel-XL710"
4990     - title: "3n-skx xxv710"
4991       data-set: "vpp-compare-testbeds-mrr-cmp"
4992       tag: "NIC_Intel-XXV710"
4993   comparisons:
4994     - title: "Diff"
4995       reference: 1
4996       compare: 2
4997   legend:
4998     - "Legend to Table"
4999     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5000     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5001
5002 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5003 - type: "table"
5004   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5005   algorithm: "table_comparison"
5006   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5007   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5008   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5009   columns:
5010     - title: "2n-skx"
5011       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5012     - title: "2n-clx"
5013       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5014   comparisons:
5015     - title: "Diff"
5016       reference: 1
5017       compare: 2
5018   legend:
5019     - "Legend to Table"
5020     - "2n-skx, 2n-clx - testbeds and NICs tested."
5021     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5022
5023 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5024 - type: "table"
5025   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5026   algorithm: "table_comparison"
5027   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5028   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5029   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5030   columns:
5031     - title: "2n-skx"
5032       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5033     - title: "2n-clx"
5034       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5035   comparisons:
5036     - title: "Diff"
5037       reference: 1
5038       compare: 2
5039   legend:
5040     - "Legend to Table"
5041     - "2n-skx, 2n-clx - testbeds and NICs tested."
5042     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5043
5044 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5045 - type: "table"
5046   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5047   algorithm: "table_comparison"
5048   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5049   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5050   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5051   columns:
5052     - title: "2n-skx"
5053       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5054     - title: "2n-clx"
5055       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5056   comparisons:
5057     - title: "Diff"
5058       reference: 1
5059       compare: 2
5060   legend:
5061     - "Legend to Table"
5062     - "2n-skx, 2n-clx - testbeds and NICs tested."
5063     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5064
5065 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5066 - type: "table"
5067   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5068   algorithm: "table_comparison"
5069   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5070   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5071   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5072   columns:
5073     - title: "3n-skx"
5074       data-set: "vpp-compare-topologies-mrr-ref"
5075     - title: "2n-skx"
5076       data-set: "vpp-compare-topologies-mrr-cmp"
5077   comparisons:
5078     - title: "Diff"
5079       reference: 1
5080       compare: 2
5081   legend:
5082     - "Legend to Table"
5083     - "3n-skx, 2n-skx - topologies tested."
5084     - "Diff - difference between 3n-skx and 2n-skx topologies."
5085
5086 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5087 - type: "table"
5088   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5089   algorithm: "table_comparison"
5090   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5091   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5092   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5093   columns:
5094     - title: "3n-skx"
5095       data-set: "vpp-compare-topologies-mrr-ref"
5096     - title: "2n-skx"
5097       data-set: "vpp-compare-topologies-mrr-cmp"
5098   comparisons:
5099     - title: "Diff"
5100       reference: 1
5101       compare: 2
5102   legend:
5103     - "Legend to Table"
5104     - "3n-skx, 2n-skx - topologies tested."
5105     - "Diff - difference between 3n-skx and 2n-skx topologies."
5106
5107 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5108 - type: "table"
5109   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5110   algorithm: "table_comparison"
5111   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5112   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5113   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5114   columns:
5115     - title: "3n-skx"
5116       data-set: "vpp-compare-topologies-mrr-ref"
5117     - title: "2n-skx"
5118       data-set: "vpp-compare-topologies-mrr-cmp"
5119   comparisons:
5120     - title: "Diff"
5121       reference: 1
5122       compare: 2
5123   legend:
5124     - "Legend to Table"
5125     - "3n-skx, 2n-skx - topologies tested."
5126     - "Diff - difference between 3n-skx and 2n-skx topologies."
5127
5128 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5129 - type: "table"
5130   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5131   algorithm: "table_comparison"
5132   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5133   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5134   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5135   columns:
5136     - title: "3n-hsw xl710"
5137       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5138       tag: "NIC_Intel-XL710"
5139     - title: "2n-clx xxv710"
5140       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5141       tag: "NIC_Intel-XXV710"
5142   comparisons:
5143     - title: "Diff"
5144       reference: 1
5145       compare: 2
5146   legend:
5147     - "Legend to Table"
5148     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5149     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5150
5151 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5152 - type: "table"
5153   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5154   algorithm: "table_comparison"
5155   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5156   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5157   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5158   columns:
5159     - title: "3n-hsw xl710"
5160       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5161       tag: "NIC_Intel-XL710"
5162     - title: "2n-clx xxv710"
5163       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5164       tag: "NIC_Intel-XXV710"
5165   comparisons:
5166     - title: "Diff"
5167       reference: 1
5168       compare: 2
5169   legend:
5170     - "Legend to Table"
5171     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5172     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5173
5174 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5175 - type: "table"
5176   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5177   algorithm: "table_comparison"
5178   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5179   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5180   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5181   columns:
5182     - title: "3n-hsw xl710"
5183       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5184       tag: "NIC_Intel-XL710"
5185     - title: "2n-clx xxv710"
5186       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5187       tag: "NIC_Intel-XXV710"
5188   comparisons:
5189     - title: "Diff"
5190       reference: 1
5191       compare: 2
5192   legend:
5193     - "Legend to Table"
5194     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5195     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5196
5197 # Detailed Test Results - VPP Performance Results 3n-hsw
5198 - type: "table"
5199   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5200   algorithm: "table_merged_details"
5201   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5202   columns:
5203     - title: " |prein| Test Name |preout| "
5204       data: "data name"
5205     - 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| "
5206       data: "data msg"
5207   data: "vpp-perf-results-3n-hsw"
5208   filter: "all"
5209   parameters:
5210   - "name"
5211   - "parent"
5212   - "msg"
5213
5214 # Detailed Test Results - VPP Performance Results 3n-skx
5215 - type: "table"
5216   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5217   algorithm: "table_merged_details"
5218   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5219   columns:
5220     - title: " |prein| Test Name |preout| "
5221       data: "data name"
5222     - 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| "
5223       data: "data msg"
5224   data: "vpp-perf-results-3n-skx"
5225   filter: "all"
5226   remove-ndr: False
5227   parameters:
5228   - "name"
5229   - "parent"
5230   - "msg"
5231
5232 # Detailed Test Results - VPP Performance Results 2n-skx
5233 - type: "table"
5234   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5235   algorithm: "table_merged_details"
5236   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5237   columns:
5238     - title: " |prein| Test Name |preout| "
5239       data: "data name"
5240     - 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| "
5241       data: "data msg"
5242   data: "vpp-perf-results-2n-skx"
5243   filter: "all"
5244   remove-ndr: False
5245   parameters:
5246   - "name"
5247   - "parent"
5248   - "msg"
5249
5250 # Detailed Test Results - VPP Performance Results 2n-clx
5251 - type: "table"
5252   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5253   algorithm: "table_merged_details"
5254   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5255   columns:
5256     - title: " |prein| Test Name |preout| "
5257       data: "data name"
5258     - 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| "
5259       data: "data msg"
5260   data: "vpp-perf-results-2n-clx"
5261   filter: "all"
5262   parameters:
5263   - "name"
5264   - "parent"
5265   - "msg"
5266
5267 # Detailed Test Results - VPP Performance Results 3n-tsh
5268 - type: "table"
5269   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5270   algorithm: "table_merged_details"
5271   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5272   columns:
5273     - title: " |prein| Test Name |preout| "
5274       data: "data name"
5275     - 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| "
5276       data: "data msg"
5277   data: "vpp-perf-results-3n-tsh"
5278   filter: "all"
5279   parameters:
5280   - "name"
5281   - "parent"
5282   - "msg"
5283
5284 # Detailed Test Results - VPP Performance Results 3n-dnv
5285 - type: "table"
5286   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5287   algorithm: "table_merged_details"
5288   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5289   columns:
5290     - title: " |prein| Test Name |preout| "
5291       data: "data name"
5292     - 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| "
5293       data: "data msg"
5294   data: "vpp-perf-results-3n-dnv"
5295   filter: "all"
5296   parameters:
5297   - "name"
5298   - "parent"
5299   - "msg"
5300
5301 # Detailed Test Results - VPP Performance Results 2n-dnv
5302 - type: "table"
5303   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5304   algorithm: "table_merged_details"
5305   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5306   columns:
5307     - title: " |prein| Test Name |preout| "
5308       data: "data name"
5309     - 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| "
5310       data: "data msg"
5311   data: "vpp-perf-results-2n-dnv"
5312   filter: "all"
5313   parameters:
5314   - "name"
5315   - "parent"
5316   - "msg"
5317
5318 # Test configuration - VPP Performance Test Configs 3n-hsw
5319 - type: "table"
5320   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5321   algorithm: "table_merged_details"
5322   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5323   columns:
5324     - title: " |prein| Test Name |preout| "
5325       data: "data name"
5326     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5327       data: "data conf-history"
5328   data: "vpp-perf-results-3n-hsw"
5329   filter: "all"
5330   parameters:
5331   - "parent"
5332   - "name"
5333   - "conf-history"
5334
5335 # Test configuration - VPP Performance Test Configs 3n-skx
5336 - type: "table"
5337   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5338   algorithm: "table_merged_details"
5339   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5340   columns:
5341     - title: " |prein| Test Name |preout| "
5342       data: "data name"
5343     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5344       data: "data conf-history"
5345   data: "vpp-perf-results-3n-skx"
5346   filter: "all"
5347   parameters:
5348   - "parent"
5349   - "name"
5350   - "conf-history"
5351
5352 # Test configuration - VPP Performance Test Configs 2n-skx
5353 - type: "table"
5354   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5355   algorithm: "table_merged_details"
5356   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5357   columns:
5358     - title: " |prein| Test Name |preout| "
5359       data: "data name"
5360     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5361       data: "data conf-history"
5362   data: "vpp-perf-results-2n-skx"
5363   filter: "all"
5364   parameters:
5365   - "parent"
5366   - "name"
5367   - "conf-history"
5368
5369 # Test configuration - VPP Performance Test Configs 2n-clx
5370 - type: "table"
5371   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5372   algorithm: "table_merged_details"
5373   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5374   columns:
5375     - title: " |prein| Test Name |preout| "
5376       data: "data name"
5377     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5378       data: "data conf-history"
5379   data: "vpp-perf-results-2n-clx"
5380   filter: "all"
5381   parameters:
5382   - "parent"
5383   - "name"
5384   - "conf-history"
5385
5386 # Test configuration - VPP Performance Test Configs 3n-tsh
5387 - type: "table"
5388   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5389   algorithm: "table_merged_details"
5390   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5391   columns:
5392     - title: " |prein| Test Name |preout| "
5393       data: "data name"
5394     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5395       data: "data conf-history"
5396   data: "vpp-perf-results-3n-tsh"
5397   filter: "all"
5398   parameters:
5399   - "parent"
5400   - "name"
5401   - "conf-history"
5402
5403 # Test configuration - VPP Performance Test Configs 3n-dnv
5404 - type: "table"
5405   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5406   algorithm: "table_merged_details"
5407   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5408   columns:
5409     - title: " |prein| Test Name |preout| "
5410       data: "data name"
5411     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5412       data: "data conf-history"
5413   data: "vpp-perf-results-3n-dnv"
5414   filter: "all"
5415   parameters:
5416   - "parent"
5417   - "name"
5418   - "conf-history"
5419
5420 # Test configuration - VPP Performance Test Configs 2n-dnv
5421 - type: "table"
5422   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5423   algorithm: "table_merged_details"
5424   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5425   columns:
5426     - title: " |prein| Test Name |preout| "
5427       data: "data name"
5428     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5429       data: "data conf-history"
5430   data: "vpp-perf-results-2n-dnv"
5431   filter: "all"
5432   parameters:
5433   - "parent"
5434   - "name"
5435   - "conf-history"
5436
5437 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5438 - type: "table"
5439   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5440   algorithm: "table_oper_data_html"
5441   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5442   data: "vpp-perf-results-3n-hsw"
5443   filter: "all"
5444
5445 # Test Operational Data - VPP Performance Operational Data 3n-skx
5446 - type: "table"
5447   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5448   algorithm: "table_oper_data_html"
5449   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5450   data: "vpp-perf-results-3n-skx"
5451   filter: "all"
5452
5453 # Test Operational Data - VPP Performance Operational Data 2n-skx
5454 - type: "table"
5455   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5456   algorithm: "table_oper_data_html"
5457   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5458   data: "vpp-perf-results-2n-skx"
5459   filter: "all"
5460
5461 # Test Operational Data - VPP Performance Operational Data 2n-clx
5462 - type: "table"
5463   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5464   algorithm: "table_oper_data_html"
5465   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5466   data: "vpp-perf-results-2n-clx"
5467   filter: "all"
5468
5469 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5470 - type: "table"
5471   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5472   algorithm: "table_oper_data_html"
5473   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5474   data: "vpp-perf-results-3n-tsh"
5475   filter: "all"
5476
5477 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5478 - type: "table"
5479   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5480   algorithm: "table_oper_data_html"
5481   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5482   data: "vpp-perf-results-3n-dnv"
5483   filter: "all"
5484
5485 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5486 - type: "table"
5487   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5488   algorithm: "table_oper_data_html"
5489   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5490   data: "vpp-perf-results-2n-dnv"
5491   filter: "all"
5492
5493 # Detailed Test Results - VPP MRR Results 3n-hsw
5494 - type: "table"
5495   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5496   algorithm: "table_merged_details"
5497   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5498   columns:
5499     - title: " |prein| Test Name |preout| "
5500       data: "data name"
5501     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5502       data: "data msg"
5503   data: "vpp-mrr-results-3n-hsw"
5504   filter: "all"
5505   parameters:
5506   - "name"
5507   - "parent"
5508   - "msg"
5509
5510 # Detailed Test Results - VPP MRR Results 3n-skx
5511 - type: "table"
5512   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5513   algorithm: "table_merged_details"
5514   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5515   columns:
5516     - title: " |prein| Test Name |preout| "
5517       data: "data name"
5518     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5519       data: "data msg"
5520   data: "vpp-mrr-results-3n-skx"
5521   filter: "all"
5522   parameters:
5523   - "name"
5524   - "parent"
5525   - "msg"
5526
5527 # Detailed Test Results - VPP MRR Results 2n-skx
5528 - type: "table"
5529   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5530   algorithm: "table_merged_details"
5531   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5532   columns:
5533     - title: " |prein| Test Name |preout| "
5534       data: "data name"
5535     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5536       data: "data msg"
5537   data: "vpp-mrr-results-2n-skx"
5538   filter: "all"
5539   parameters:
5540   - "name"
5541   - "parent"
5542   - "msg"
5543
5544 # Detailed Test Results - VPP MRR Results 2n-clx
5545 - type: "table"
5546   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5547   algorithm: "table_merged_details"
5548   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5549   columns:
5550     - title: " |prein| Test Name |preout| "
5551       data: "data name"
5552     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5553       data: "data msg"
5554   data: "vpp-mrr-results-2n-clx"
5555   filter: "all"
5556   parameters:
5557   - "name"
5558   - "parent"
5559   - "msg"
5560
5561 # Detailed Test Results - VPP MRR Results 3n-tsh
5562 - type: "table"
5563   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5564   algorithm: "table_merged_details"
5565   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5566   columns:
5567     - title: " |prein| Test Name |preout| "
5568       data: "data name"
5569     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5570       data: "data msg"
5571   data: "vpp-mrr-results-3n-tsh"
5572   filter: "all"
5573   parameters:
5574   - "name"
5575   - "parent"
5576   - "msg"
5577
5578 # Detailed Test Results - VPP MRR Results 3n-dnv
5579 - type: "table"
5580   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5581   algorithm: "table_merged_details"
5582   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5583   columns:
5584     - title: " |prein| Test Name |preout| "
5585       data: "data name"
5586     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5587       data: "data msg"
5588   data: "vpp-mrr-results-3n-dnv"
5589   filter: "all"
5590   parameters:
5591   - "name"
5592   - "parent"
5593   - "msg"
5594
5595 # Detailed Test Results - VPP MRR Results 2n-dnv
5596 - type: "table"
5597   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5598   algorithm: "table_merged_details"
5599   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5600   columns:
5601     - title: " |prein| Test Name |preout| "
5602       data: "data name"
5603     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5604       data: "data msg"
5605   data: "vpp-mrr-results-2n-dnv"
5606   filter: "all"
5607   parameters:
5608   - "name"
5609   - "parent"
5610   - "msg"
5611
5612 # Test configuration - VPP MRR Test Configs 3n-hsw
5613 - type: "table"
5614   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5615   algorithm: "table_merged_details"
5616   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5617   columns:
5618     - title: " |prein| Test Name |preout| "
5619       data: "data name"
5620     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5621       data: "data conf-history"
5622   data: "vpp-mrr-results-3n-hsw"
5623   filter: "all"
5624   parameters:
5625   - "parent"
5626   - "name"
5627   - "conf-history"
5628
5629 # Test configuration - VPP MRR Test Configs 3n-skx
5630 - type: "table"
5631   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5632   algorithm: "table_merged_details"
5633   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5634   columns:
5635     - title: " |prein| Test Name |preout| "
5636       data: "data name"
5637     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5638       data: "data conf-history"
5639   data: "vpp-mrr-results-3n-skx"
5640   filter: "all"
5641   parameters:
5642   - "parent"
5643   - "name"
5644   - "conf-history"
5645
5646 # Test configuration - VPP MRR Test Configs 2n-skx
5647 - type: "table"
5648   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5649   algorithm: "table_merged_details"
5650   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5651   columns:
5652     - title: " |prein| Test Name |preout| "
5653       data: "data name"
5654     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5655       data: "data conf-history"
5656   data: "vpp-mrr-results-2n-skx"
5657   filter: "all"
5658   parameters:
5659   - "parent"
5660   - "name"
5661   - "conf-history"
5662
5663 # Test configuration - VPP MRR Test Configs 2n-clx
5664 - type: "table"
5665   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5666   algorithm: "table_merged_details"
5667   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5668   columns:
5669     - title: " |prein| Test Name |preout| "
5670       data: "data name"
5671     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5672       data: "data conf-history"
5673   data: "vpp-mrr-results-2n-clx"
5674   filter: "all"
5675   parameters:
5676   - "parent"
5677   - "name"
5678   - "conf-history"
5679
5680 # Test configuration - VPP MRR Test Configs 3n-tsh
5681 - type: "table"
5682   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5683   algorithm: "table_merged_details"
5684   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5685   columns:
5686     - title: " |prein| Test Name |preout| "
5687       data: "data name"
5688     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5689       data: "data conf-history"
5690   data: "vpp-mrr-results-3n-tsh"
5691   filter: "all"
5692   parameters:
5693   - "parent"
5694   - "name"
5695   - "conf-history"
5696
5697 # Test configuration - VPP MRR Test Configs 3n-dnv
5698 - type: "table"
5699   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5700   algorithm: "table_merged_details"
5701   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5702   columns:
5703     - title: " |prein| Test Name |preout| "
5704       data: "data name"
5705     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5706       data: "data conf-history"
5707   data: "vpp-mrr-results-3n-dnv"
5708   filter: "all"
5709   parameters:
5710   - "parent"
5711   - "name"
5712   - "conf-history"
5713
5714 # Test configuration - VPP MRR Test Configs 2n-dnv
5715 - type: "table"
5716   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5717   algorithm: "table_merged_details"
5718   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5719   columns:
5720     - title: " |prein| Test Name |preout| "
5721       data: "data name"
5722     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5723       data: "data conf-history"
5724   data: "vpp-mrr-results-2n-dnv"
5725   filter: "all"
5726   parameters:
5727   - "parent"
5728   - "name"
5729   - "conf-history"
5730
5731 # Detailed Test Results - VPP Device Results - Ubuntu
5732 - type: "table"
5733   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5734   algorithm: "table_merged_details"
5735   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5736   columns:
5737     - title: " |prein| Test Name |preout| "
5738       data: "data name"
5739     - title: " |prein| Status |preout| "
5740       data: "data status"
5741   data: "vpp-device-results-ubuntu"
5742   filter: "all"
5743   parameters:
5744   - "name"
5745   - "parent"
5746   - "doc"
5747   - "status"
5748
5749 # Test configuration - VPP Device Test Configs - Ubuntu
5750 - type: "table"
5751   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5752   algorithm: "table_merged_details"
5753   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5754   columns:
5755     - title: " |prein| Test Name |preout| "
5756       data: "data name"
5757     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5758       data: "data conf-history"
5759   data: "vpp-device-results-ubuntu"
5760   filter: "all"
5761   parameters:
5762   - "parent"
5763   - "name"
5764   - "conf-history"
5765
5766 ################################################################################
5767
5768 # DPDK Performance Changes 3n-hsw 1t1c pdr
5769 - type: "table"
5770   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5771   algorithm: "table_comparison"
5772   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5773   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5774   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5775   columns:
5776     - title: "1908"
5777       data-set: "dpdk-performance-changes-3n-hsw-h1"
5778     - title: "2001"
5779       data-set: "dpdk-performance-changes-3n-hsw-ref"
5780     - title: "2005"
5781       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5782   comparisons:
5783     - title: "Diff"
5784       reference: 2
5785       compare: 3
5786   legend:
5787     - "Legend to Table"
5788     - "1908, 2001, 2005 - DPDK versions tested."
5789     - "Diff - difference between 2001 and 2005 DPDK version."
5790
5791 # DPDK Performance Changes 3n-hsw 2t2c pdr
5792 - type: "table"
5793   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5794   algorithm: "table_comparison"
5795   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5796   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5797   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5798   columns:
5799     - title: "1908"
5800       data-set: "dpdk-performance-changes-3n-hsw-h1"
5801     - title: "2001"
5802       data-set: "dpdk-performance-changes-3n-hsw-ref"
5803     - title: "2005"
5804       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5805   comparisons:
5806     - title: "Diff"
5807       reference: 2
5808       compare: 3
5809   legend:
5810     - "Legend to Table"
5811     - "1908, 2001, 2005 - DPDK versions tested."
5812     - "Diff - difference between 2001 and 2005 DPDK version."
5813
5814 # DPDK Performance Changes 3n-hsw 1t1c pdr
5815 - type: "table"
5816   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5817   algorithm: "table_comparison"
5818   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5819   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5820   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5821   columns:
5822     - title: "1908"
5823       data-set: "dpdk-performance-changes-3n-hsw-h1"
5824     - title: "2001"
5825       data-set: "dpdk-performance-changes-3n-hsw-ref"
5826     - title: "2005"
5827       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5828   comparisons:
5829     - title: "Diff"
5830       reference: 2
5831       compare: 3
5832   legend:
5833     - "Legend to Table"
5834     - "1908, 2001, 2005 - DPDK versions tested."
5835     - "Diff - difference between 2001 and 2005 DPDK version."
5836
5837 # DPDK Performance Changes 3n-hsw 2t2c ndr
5838 - type: "table"
5839   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5840   algorithm: "table_comparison"
5841   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5842   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5843   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5844   columns:
5845     - title: "1908"
5846       data-set: "dpdk-performance-changes-3n-hsw-h1"
5847     - title: "2001"
5848       data-set: "dpdk-performance-changes-3n-hsw-ref"
5849     - title: "2005"
5850       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5851   comparisons:
5852     - title: "Diff"
5853       reference: 2
5854       compare: 3
5855   legend:
5856     - "Legend to Table"
5857     - "1908, 2001, 2005 - DPDK versions tested."
5858     - "Diff - difference between 2001 and 2005 DPDK version."
5859
5860 # DPDK Performance Changes 3n-skx 2t1c pdr
5861 - type: "table"
5862   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5863   algorithm: "table_comparison"
5864   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5865   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5866   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5867   columns:
5868     - title: "1908"
5869       data-set: "dpdk-performance-changes-3n-skx-h1"
5870     - title: "2001"
5871       data-set: "dpdk-performance-changes-3n-skx-ref"
5872     - title: "2005"
5873       data-set: "dpdk-performance-changes-3n-skx-cmp"
5874   comparisons:
5875     - title: "Diff"
5876       reference: 2
5877       compare: 3
5878   legend:
5879     - "Legend to Table"
5880     - "1908, 2001, 2005 - DPDK versions tested."
5881     - "Diff - difference between 2001 and 2005 DPDK version."
5882
5883 # DPDK Performance Changes 3n-skx 4t2c pdr
5884 - type: "table"
5885   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5886   algorithm: "table_comparison"
5887   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5888   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5889   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5890   columns:
5891     - title: "1908"
5892       data-set: "dpdk-performance-changes-3n-skx-h1"
5893     - title: "2001"
5894       data-set: "dpdk-performance-changes-3n-skx-ref"
5895     - title: "2005"
5896       data-set: "dpdk-performance-changes-3n-skx-cmp"
5897   comparisons:
5898     - title: "Diff"
5899       reference: 2
5900       compare: 3
5901   legend:
5902     - "Legend to Table"
5903     - "1908, 2001, 2005 - DPDK versions tested."
5904     - "Diff - difference between 2001 and 2005 DPDK version."
5905
5906 # DPDK Performance Changes 3n-skx 2t1c ndr
5907 - type: "table"
5908   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5909   algorithm: "table_comparison"
5910   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5911   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5912   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5913   columns:
5914     - title: "1908"
5915       data-set: "dpdk-performance-changes-3n-skx-h1"
5916     - title: "2001"
5917       data-set: "dpdk-performance-changes-3n-skx-ref"
5918     - title: "2005"
5919       data-set: "dpdk-performance-changes-3n-skx-cmp"
5920   comparisons:
5921     - title: "Diff"
5922       reference: 2
5923       compare: 3
5924   legend:
5925     - "Legend to Table"
5926     - "1908, 2001, 2005 - DPDK versions tested."
5927     - "Diff - difference between 2001 and 2005 DPDK version."
5928
5929 # DPDK Performance Changes 3n-skx 4t2c ndr
5930 - type: "table"
5931   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5932   algorithm: "table_comparison"
5933   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5934   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5935   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5936   columns:
5937     - title: "1908"
5938       data-set: "dpdk-performance-changes-3n-skx-h1"
5939     - title: "2001"
5940       data-set: "dpdk-performance-changes-3n-skx-ref"
5941     - title: "2005"
5942       data-set: "dpdk-performance-changes-3n-skx-cmp"
5943   comparisons:
5944     - title: "Diff"
5945       reference: 2
5946       compare: 3
5947   legend:
5948     - "Legend to Table"
5949     - "1908, 2001, 2005 - DPDK versions tested."
5950     - "Diff - difference between 2001 and 2005 DPDK version."
5951
5952 # DPDK Performance Changes 2n-skx 2t1c pdr
5953 - type: "table"
5954   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5955   algorithm: "table_comparison"
5956   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5957   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5958   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5959   columns:
5960     - title: "1908"
5961       data-set: "dpdk-performance-changes-2n-skx-h1"
5962     - title: "2001"
5963       data-set: "dpdk-performance-changes-2n-skx-ref"
5964     - title: "2005"
5965       data-set: "dpdk-performance-changes-2n-skx-cmp"
5966   comparisons:
5967     - title: "Diff"
5968       reference: 2
5969       compare: 3
5970   legend:
5971     - "Legend to Table"
5972     - "1908, 2001, 2005 - DPDK versions tested."
5973     - "Diff - difference between 2001 and 2005 DPDK version."
5974
5975 # DPDK Performance Changes 2n-skx 4t2c pdr
5976 - type: "table"
5977   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5978   algorithm: "table_comparison"
5979   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5980   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5981   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5982   columns:
5983     - title: "1908"
5984       data-set: "dpdk-performance-changes-2n-skx-h1"
5985     - title: "2001"
5986       data-set: "dpdk-performance-changes-2n-skx-ref"
5987     - title: "2005"
5988       data-set: "dpdk-performance-changes-2n-skx-cmp"
5989   comparisons:
5990     - title: "Diff"
5991       reference: 2
5992       compare: 3
5993   legend:
5994     - "Legend to Table"
5995     - "1908, 2001, 2005 - DPDK versions tested."
5996     - "Diff - difference between 2001 and 2005 DPDK version."
5997
5998 # DPDK Performance Changes 2n-skx 2t1c ndr
5999 - type: "table"
6000   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6001   algorithm: "table_comparison"
6002   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6003   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6004   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6005   columns:
6006     - title: "1908"
6007       data-set: "dpdk-performance-changes-2n-skx-h1"
6008     - title: "2001"
6009       data-set: "dpdk-performance-changes-2n-skx-ref"
6010     - title: "2005"
6011       data-set: "dpdk-performance-changes-2n-skx-cmp"
6012   comparisons:
6013     - title: "Diff"
6014       reference: 2
6015       compare: 3
6016   legend:
6017     - "Legend to Table"
6018     - "1908, 2001, 2005 - DPDK versions tested."
6019     - "Diff - difference between 2001 and 2005 DPDK version."
6020
6021 # DPDK Performance Changes 2n-skx 4t2c ndr
6022 - type: "table"
6023   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6024   algorithm: "table_comparison"
6025   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6026   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6027   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6028   columns:
6029     - title: "1908"
6030       data-set: "dpdk-performance-changes-2n-skx-h1"
6031     - title: "2001"
6032       data-set: "dpdk-performance-changes-2n-skx-ref"
6033     - title: "2005"
6034       data-set: "dpdk-performance-changes-2n-skx-cmp"
6035   comparisons:
6036     - title: "Diff"
6037       reference: 2
6038       compare: 3
6039   legend:
6040     - "Legend to Table"
6041     - "1908, 2001, 2005 - DPDK versions tested."
6042     - "Diff - difference between 2001 and 2005 DPDK version."
6043
6044 # DPDK Performance Changes 2n-clx 2t1c pdr
6045 - type: "table"
6046   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6047   algorithm: "table_comparison"
6048   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6049   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6050   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6051   columns:
6052     - title: "2001"
6053       data-set: "dpdk-performance-changes-2n-clx-ref"
6054     - title: "2005"
6055       data-set: "dpdk-performance-changes-2n-clx-cmp"
6056   comparisons:
6057     - title: "Diff"
6058       reference: 1
6059       compare: 2
6060   legend:
6061     - "Legend to Table"
6062     - "2001, 2005 - DPDK versions tested."
6063     - "Diff - difference between 2001 and 2005 DPDK version."
6064
6065 # DPDK Performance Changes 2n-clx 4t2c pdr
6066 - type: "table"
6067   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6068   algorithm: "table_comparison"
6069   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6070   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6071   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6072   columns:
6073     - title: "2001"
6074       data-set: "dpdk-performance-changes-2n-clx-ref"
6075     - title: "2005"
6076       data-set: "dpdk-performance-changes-2n-clx-cmp"
6077   comparisons:
6078     - title: "Diff"
6079       reference: 1
6080       compare: 2
6081   legend:
6082     - "Legend to Table"
6083     - "2001, 2005 - DPDK versions tested."
6084     - "Diff - difference between 2001 and 2005 DPDK version."
6085
6086 # DPDK Performance Changes 2n-clx 2t1c ndr
6087 - type: "table"
6088   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6089   algorithm: "table_comparison"
6090   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6091   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6092   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6093   columns:
6094     - title: "2001"
6095       data-set: "dpdk-performance-changes-2n-clx-ref"
6096     - title: "2005"
6097       data-set: "dpdk-performance-changes-2n-clx-cmp"
6098   comparisons:
6099     - title: "Diff"
6100       reference: 1
6101       compare: 2
6102   legend:
6103     - "Legend to Table"
6104     - "2001, 2005 - DPDK versions tested."
6105     - "Diff - difference between 2001 and 2005 DPDK version."
6106
6107 # DPDK Performance Changes 2n-clx 4t2c ndr
6108 - type: "table"
6109   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6110   algorithm: "table_comparison"
6111   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6112   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6113   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6114   columns:
6115     - title: "2001"
6116       data-set: "dpdk-performance-changes-2n-clx-ref"
6117     - title: "2005"
6118       data-set: "dpdk-performance-changes-2n-clx-cmp"
6119   comparisons:
6120     - title: "Diff"
6121       reference: 1
6122       compare: 2
6123   legend:
6124     - "Legend to Table"
6125     - "2001, 2005 - DPDK versions tested."
6126     - "Diff - difference between 2001 and 2005 DPDK version."
6127
6128 # DPDK Performance Changes 2n-dnv 1t1c pdr
6129 - type: "table"
6130   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6131   algorithm: "table_comparison"
6132   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6133   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6134   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6135   columns:
6136     - title: "2001"
6137       data-set: "dpdk-performance-changes-2n-dnv-ref"
6138     - title: "2005"
6139       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6140   comparisons:
6141     - title: "Diff"
6142       reference: 1
6143       compare: 2
6144   legend:
6145     - "Legend to Table"
6146     - "2001, 2005 - DPDK versions tested."
6147     - "Diff - difference between 2001 and 2005 DPDK version."
6148
6149 # DPDK Performance Changes 2n-dnv 2t2c pdr
6150 - type: "table"
6151   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6152   algorithm: "table_comparison"
6153   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6154   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6155   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6156   columns:
6157     - title: "2001"
6158       data-set: "dpdk-performance-changes-2n-dnv-ref"
6159     - title: "2005"
6160       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6161   comparisons:
6162     - title: "Diff"
6163       reference: 1
6164       compare: 2
6165   legend:
6166     - "Legend to Table"
6167     - "2001, 2005 - DPDK versions tested."
6168     - "Diff - difference between 2001 and 2005 DPDK version."
6169
6170 # DPDK Performance Changes 2n-dnv 1t1c ndr
6171 - type: "table"
6172   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6173   algorithm: "table_comparison"
6174   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6175   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6176   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6177   columns:
6178     - title: "2001"
6179       data-set: "dpdk-performance-changes-2n-dnv-ref"
6180     - title: "2005"
6181       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6182   comparisons:
6183     - title: "Diff"
6184       reference: 1
6185       compare: 2
6186   legend:
6187     - "Legend to Table"
6188     - "2001, 2005 - DPDK versions tested."
6189     - "Diff - difference between 2001 and 2005 DPDK version."
6190
6191 # DPDK Performance Changes 2n-dnv 2t2c ndr
6192 - type: "table"
6193   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6194   algorithm: "table_comparison"
6195   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6196   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6197   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6198   columns:
6199     - title: "2001"
6200       data-set: "dpdk-performance-changes-2n-dnv-ref"
6201     - title: "2005"
6202       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6203   comparisons:
6204     - title: "Diff"
6205       reference: 1
6206       compare: 2
6207   legend:
6208     - "Legend to Table"
6209     - "2001, 2005 - DPDK versions tested."
6210     - "Diff - difference between 2001 and 2005 DPDK version."
6211
6212 # DPDK Performance Changes 3n-dnv 1t1c pdr
6213 - type: "table"
6214   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6215   algorithm: "table_comparison"
6216   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6217   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6218   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6219   columns:
6220     - title: "2001"
6221       data-set: "dpdk-performance-changes-3n-dnv-ref"
6222     - title: "2005"
6223       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6224   comparisons:
6225     - title: "Diff"
6226       reference: 1
6227       compare: 2
6228   legend:
6229     - "Legend to Table"
6230     - "2001, 2005 - DPDK versions tested."
6231     - "Diff - difference between 2001 and 2005 DPDK version."
6232
6233 # DPDK Performance Changes 3n-dnv 2t2c pdr
6234 - type: "table"
6235   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6236   algorithm: "table_comparison"
6237   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6238   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6239   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6240   columns:
6241     - title: "2001"
6242       data-set: "dpdk-performance-changes-3n-dnv-ref"
6243     - title: "2005"
6244       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6245   comparisons:
6246     - title: "Diff"
6247       reference: 1
6248       compare: 2
6249   legend:
6250     - "Legend to Table"
6251     - "2001, 2005 - DPDK versions tested."
6252     - "Diff - difference between 2001 and 2005 DPDK version."
6253
6254 # DPDK Performance Changes 3n-dnv 1t1c ndr
6255 - type: "table"
6256   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6257   algorithm: "table_comparison"
6258   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6259   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6260   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6261   columns:
6262     - title: "2001"
6263       data-set: "dpdk-performance-changes-3n-dnv-ref"
6264     - title: "2005"
6265       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6266   comparisons:
6267     - title: "Diff"
6268       reference: 1
6269       compare: 2
6270   legend:
6271     - "Legend to Table"
6272     - "2001, 2005 - DPDK versions tested."
6273     - "Diff - difference between 2001 and 2005 DPDK version."
6274
6275 # DPDK Performance Changes 3n-dnv 2t2c ndr
6276 - type: "table"
6277   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6278   algorithm: "table_comparison"
6279   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6280   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6281   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6282   columns:
6283     - title: "2001"
6284       data-set: "dpdk-performance-changes-3n-dnv-ref"
6285     - title: "2005"
6286       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6287   comparisons:
6288     - title: "Diff"
6289       reference: 1
6290       compare: 2
6291   legend:
6292     - "Legend to Table"
6293     - "2001, 2005 - DPDK versions tested."
6294     - "Diff - difference between 2001 and 2005 DPDK version."
6295
6296 # DPDK Performance Changes 3n-tsh 1t1c pdr
6297 - type: "table"
6298   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6299   algorithm: "table_comparison"
6300   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6301   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6302   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6303   columns:
6304     - title: "2001"
6305       data-set: "dpdk-performance-changes-3n-tsh-ref"
6306     - title: "2005"
6307       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6308   comparisons:
6309     - title: "Diff"
6310       reference: 1
6311       compare: 2
6312   legend:
6313     - "Legend to Table"
6314     - "2001, 2005 - DPDK versions tested."
6315     - "Diff - difference between 2001 and 2005 DPDK version."
6316
6317 # DPDK Performance Changes 3n-tsh 2t2c pdr
6318 - type: "table"
6319   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6320   algorithm: "table_comparison"
6321   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6322   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6323   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6324   columns:
6325     - title: "2001"
6326       data-set: "dpdk-performance-changes-3n-tsh-ref"
6327     - title: "2005"
6328       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6329   comparisons:
6330     - title: "Diff"
6331       reference: 1
6332       compare: 2
6333   legend:
6334     - "Legend to Table"
6335     - "2001, 2005 - DPDK versions tested."
6336     - "Diff - difference between 2001 and 2005 DPDK version."
6337
6338 # DPDK Performance Changes 3n-tsh 1t1c ndr
6339 - type: "table"
6340   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6341   algorithm: "table_comparison"
6342   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6343   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6344   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6345   columns:
6346     - title: "2001"
6347       data-set: "dpdk-performance-changes-3n-tsh-ref"
6348     - title: "2005"
6349       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6350   comparisons:
6351     - title: "Diff"
6352       reference: 1
6353       compare: 2
6354   legend:
6355     - "Legend to Table"
6356     - "2001, 2005 - DPDK versions tested."
6357     - "Diff - difference between 2001 and 2005 DPDK version."
6358
6359 # DPDK Performance Changes 3n-tsh 2t2c ndr
6360 - type: "table"
6361   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6362   algorithm: "table_comparison"
6363   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6364   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6365   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6366   columns:
6367     - title: "2001"
6368       data-set: "dpdk-performance-changes-3n-tsh-ref"
6369     - title: "2005"
6370       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6371   comparisons:
6372     - title: "Diff"
6373       reference: 1
6374       compare: 2
6375   legend:
6376     - "Legend to Table"
6377     - "2001, 2005 - DPDK versions tested."
6378     - "Diff - difference between 2001 and 2005 DPDK version."
6379
6380 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6381 - type: "table"
6382   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6383   algorithm: "table_comparison"
6384   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6385   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6386   filter: "'NIC_Intel-X710'"
6387   columns:
6388     - title: "3n-hsw x710"
6389       data-set: "dpdk-compare-testbeds-ref"
6390     - title: "3n-skx x710"
6391       data-set: "dpdk-compare-testbeds-cmp"
6392   comparisons:
6393     - title: "Diff"
6394       reference: 1
6395       compare: 2
6396   legend:
6397     - "Legend to Table"
6398     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6399     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6400
6401 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6402 - type: "table"
6403   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6404   algorithm: "table_comparison"
6405   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6406   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6407   filter: "'NIC_Intel-X710'"
6408   columns:
6409     - title: "3n-hsw x710"
6410       data-set: "dpdk-compare-testbeds-ref"
6411     - title: "3n-skx x710"
6412       data-set: "dpdk-compare-testbeds-cmp"
6413   comparisons:
6414     - title: "Diff"
6415       reference: 1
6416       compare: 2
6417   legend:
6418     - "Legend to Table"
6419     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6420     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6421
6422 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6423 - type: "table"
6424   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6425   algorithm: "table_comparison"
6426   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6427   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6428   filter: "'NIC_Intel-XXV710'"
6429   columns:
6430     - title: "2n-skx"
6431       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6432     - title: "2n-clx"
6433       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6434   comparisons:
6435     - title: "Diff"
6436       reference: 1
6437       compare: 2
6438   legend:
6439     - "Legend to Table"
6440     - "2n-skx, 2n-clx - testbeds and NICs tested."
6441     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6442
6443 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6444 - type: "table"
6445   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6446   algorithm: "table_comparison"
6447   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6448   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6449   filter: "'NIC_Intel-XXV710'"
6450   columns:
6451     - title: "2n-skx"
6452       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6453     - title: "2n-clx"
6454       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6455   comparisons:
6456     - title: "Diff"
6457       reference: 1
6458       compare: 2
6459   legend:
6460     - "Legend to Table"
6461     - "2n-skx, 2n-clx - testbeds and NICs tested."
6462     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6463
6464 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6465 - type: "table"
6466   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6467   algorithm: "table_comparison"
6468   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6469   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6470   filter: "'NIC_Intel-XXV710'"
6471   columns:
6472     - title: "3n-skx"
6473       data-set: "dpdk-compare-topologies-ref"
6474     - title: "2n-skx"
6475       data-set: "dpdk-compare-topologies-cmp"
6476   comparisons:
6477     - title: "Diff"
6478       reference: 1
6479       compare: 2
6480   legend:
6481     - "Legend to Table"
6482     - "3n-skx, 2n-skx - topologies tested."
6483     - "Diff - difference between 3n-skx and 2n-skx topologies."
6484
6485 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6486 - type: "table"
6487   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6488   algorithm: "table_comparison"
6489   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6490   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6491   filter: "'NIC_Intel-XXV710'"
6492   columns:
6493     - title: "3n-skx"
6494       data-set: "dpdk-compare-topologies-ref"
6495     - title: "2n-skx"
6496       data-set: "dpdk-compare-topologies-cmp"
6497   comparisons:
6498     - title: "Diff"
6499       reference: 1
6500       compare: 2
6501   legend:
6502     - "Legend to Table"
6503     - "3n-skx, 2n-skx - topologies tested."
6504     - "Diff - difference between 3n-skx and 2n-skx topologies."
6505
6506 # Detailed Test Results - DPDK Performance Results 3n-hsw
6507 - type: "table"
6508   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6509   algorithm: "table_merged_details"
6510   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6511   columns:
6512     - title: " |prein| Test Name |preout| "
6513       data: "data name"
6514     - 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| "
6515       data: "data msg"
6516   data: "dpdk-perf-results-3n-hsw"
6517   filter: "all"
6518   parameters:
6519   - "name"
6520   - "parent"
6521   - "msg"
6522
6523 # Detailed Test Results - DPDK Performance Results 3n-skx
6524 - type: "table"
6525   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6526   algorithm: "table_merged_details"
6527   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6528   columns:
6529     - title: " |prein| Test Name |preout| "
6530       data: "data name"
6531     - 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| "
6532       data: "data msg"
6533   data: "dpdk-perf-results-3n-skx"
6534   filter: "all"
6535   remove-ndr: False
6536   parameters:
6537   - "name"
6538   - "parent"
6539   - "msg"
6540
6541 # Detailed Test Results - DPDK Performance Results 2n-skx
6542 - type: "table"
6543   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6544   algorithm: "table_merged_details"
6545   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6546   columns:
6547     - title: " |prein| Test Name |preout| "
6548       data: "data name"
6549     - 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| "
6550       data: "data msg"
6551   data: "dpdk-perf-results-2n-skx"
6552   filter: "all"
6553   remove-ndr: False
6554   parameters:
6555   - "name"
6556   - "parent"
6557   - "msg"
6558
6559 # Detailed Test Results - DPDK Performance Results 2n-clx
6560 - type: "table"
6561   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6562   algorithm: "table_merged_details"
6563   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6564   columns:
6565     - title: " |prein| Test Name |preout| "
6566       data: "data name"
6567     - 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| "
6568       data: "data msg"
6569   data: "dpdk-perf-results-2n-clx"
6570   filter: "all"
6571   parameters:
6572   - "name"
6573   - "parent"
6574   - "msg"
6575
6576 # Detailed Test Results - DPDK Performance Results 2n-dnv
6577 - type: "table"
6578   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6579   algorithm: "table_merged_details"
6580   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6581   columns:
6582     - title: " |prein| Test Name |preout| "
6583       data: "data name"
6584     - 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| "
6585       data: "data msg"
6586   data: "dpdk-perf-results-2n-dnv"
6587   filter: "all"
6588   parameters:
6589   - "name"
6590   - "parent"
6591   - "msg"
6592
6593 # Detailed Test Results - DPDK Performance Results 3n-dnv
6594 - type: "table"
6595   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6596   algorithm: "table_merged_details"
6597   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6598   columns:
6599     - title: " |prein| Test Name |preout| "
6600       data: "data name"
6601     - 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| "
6602       data: "data msg"
6603   data: "dpdk-perf-results-3n-dnv"
6604   filter: "all"
6605   parameters:
6606   - "name"
6607   - "parent"
6608   - "msg"
6609
6610 # Detailed Test Results - DPDK Performance Results 3n-tsh
6611 - type: "table"
6612   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6613   algorithm: "table_merged_details"
6614   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6615   columns:
6616     - title: " |prein| Test Name |preout| "
6617       data: "data name"
6618     - 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| "
6619       data: "data msg"
6620   data: "dpdk-perf-results-3n-tsh"
6621   filter: "all"
6622   parameters:
6623   - "name"
6624   - "parent"
6625   - "msg"
6626
6627 ################################################################################
6628 ###                                F I L E S                                 ###
6629 ################################################################################
6630
6631 # VPP Performance Results
6632 - type: "file"
6633   title: "VPP Performance Results"
6634   algorithm: "file_details_split"
6635   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6636   dir-tables:
6637     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6638     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6639     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6640     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6641     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6642     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6643     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6644   data:
6645     - "vpp-perf-results-2n-skx"
6646     - "vpp-perf-results-3n-skx"
6647     - "vpp-perf-results-2n-clx"
6648     - "vpp-perf-results-3n-hsw"
6649     - "vpp-perf-results-3n-tsh"
6650     - "vpp-perf-results-2n-dnv"
6651     - "vpp-perf-results-3n-dnv"
6652   filter: "all"
6653   data-start-level: 4
6654   order-chapters:
6655     level-1:
6656       - "l2"
6657       - "ip4"
6658       - "ip6"
6659       - "srv6"
6660       - "ip4_tunnels"
6661       - "ip6_tunnels"
6662       - "vm_vhost"
6663       - "container_memif"
6664       - "crypto"
6665       - "vts"
6666       - "lb"
6667       - "nfv_density"
6668       - "hoststack"
6669     level-2:
6670       - "2n-skx"
6671       - "3n-skx"
6672       - "2n-clx"
6673       - "3n-hsw"
6674       - "3n-tsh"
6675       - "2n-dnv"
6676       - "3n-dnv"
6677     level-3:
6678       - "xl710"
6679       - "x520"
6680       - "xxv710"
6681       - "x710"
6682       - "x553"
6683       - "cx556a"
6684       - "vic1227"
6685       - "vic1385"
6686
6687 # VPP Performance Configuration
6688 - type: "file"
6689   title: "VPP Performance Configuration"
6690   algorithm: "file_details_split"
6691   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6692   dir-tables:
6693     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6694     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6695     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6696     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6697     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6698     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6699     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6700   data:
6701     - "vpp-perf-results-2n-skx"
6702     - "vpp-perf-results-3n-skx"
6703     - "vpp-perf-results-2n-clx"
6704     - "vpp-perf-results-3n-hsw"
6705     - "vpp-perf-results-3n-tsh"
6706     - "vpp-perf-results-2n-dnv"
6707     - "vpp-perf-results-3n-dnv"
6708   filter: "all"
6709   data-start-level: 4
6710   order-chapters:
6711     level-1:
6712       - "l2"
6713       - "ip4"
6714       - "ip6"
6715       - "srv6"
6716       - "ip4_tunnels"
6717       - "ip6_tunnels"
6718       - "vm_vhost"
6719       - "container_memif"
6720       - "crypto"
6721       - "vts"
6722       - "lb"
6723       - "nfv_density"
6724       - "hoststack"
6725     level-2:
6726       - "2n-skx"
6727       - "3n-skx"
6728       - "2n-clx"
6729       - "3n-hsw"
6730       - "3n-tsh"
6731       - "2n-dnv"
6732       - "3n-dnv"
6733     level-3:
6734       - "xl710"
6735       - "x520"
6736       - "xxv710"
6737       - "x710"
6738       - "x553"
6739       - "cx556a"
6740       - "vic1227"
6741       - "vic1385"
6742
6743 # VPP Performance Operational
6744 - type: "file"
6745   title: "VPP Performance Operational"
6746   algorithm: "file_details_split_html"
6747   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6748   dir-tables:
6749     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6750     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6751     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6752     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6753     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6754     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6755     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6756   data:
6757     - "vpp-perf-results-2n-skx"
6758     - "vpp-perf-results-3n-skx"
6759     - "vpp-perf-results-2n-clx"
6760     - "vpp-perf-results-3n-hsw"
6761     - "vpp-perf-results-3n-tsh"
6762     - "vpp-perf-results-2n-dnv"
6763     - "vpp-perf-results-3n-dnv"
6764   filter: "all"
6765   data-start-level: 4
6766   order-chapters:
6767     level-1:
6768       - "l2"
6769       - "ip4"
6770       - "ip6"
6771       - "srv6"
6772       - "ip4_tunnels"
6773       - "ip6_tunnels"
6774       - "vm_vhost"
6775       - "container_memif"
6776       - "crypto"
6777       - "vts"
6778       - "lb"
6779       - "nfv_density"
6780       - "hoststack"
6781     level-2:
6782       - "2n-skx"
6783       - "3n-skx"
6784       - "2n-clx"
6785       - "3n-hsw"
6786       - "3n-tsh"
6787       - "2n-dnv"
6788       - "3n-dnv"
6789     level-3:
6790       - "xl710"
6791       - "x520"
6792       - "xxv710"
6793       - "x710"
6794       - "x553"
6795       - "cx556a"
6796       - "vic1227"
6797       - "vic1385"
6798
6799 # VPP MRR Results
6800 - type: "file"
6801   title: "VPP MRR Results"
6802   algorithm: "file_details_split"
6803   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6804   dir-tables:
6805     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6806     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6807     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6808     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6809     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6810     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6811     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6812   data:
6813     - "vpp-mrr-results-2n-skx"
6814     - "vpp-mrr-results-3n-skx"
6815     - "vpp-mrr-results-2n-clx"
6816     - "vpp-mrr-results-3n-hsw"
6817     - "vpp-mrr-results-3n-tsh"
6818     - "vpp-mrr-results-2n-dnv"
6819     - "vpp-mrr-results-3n-dnv"
6820   filter: "all"
6821   data-start-level: 4
6822   order-chapters:
6823     level-1:
6824       - "l2"
6825       - "ip4"
6826       - "ip6"
6827       - "srv6"
6828       - "ip4_tunnels"
6829       - "ip6_tunnels"
6830       - "vm_vhost"
6831       - "container_memif"
6832       - "crypto"
6833       - "vts"
6834       - "lb"
6835       - "nfv_density"
6836       - "hoststack"
6837     level-2:
6838       - "2n-skx"
6839       - "3n-skx"
6840       - "2n-clx"
6841       - "3n-hsw"
6842       - "3n-tsh"
6843       - "2n-dnv"
6844       - "3n-dnv"
6845     level-3:
6846       - "xl710"
6847       - "x520"
6848       - "xxv710"
6849       - "x710"
6850       - "x553"
6851       - "cx556a"
6852       - "vic1227"
6853       - "vic1385"
6854
6855 # VPP MRR Configuration
6856 - type: "file"
6857   title: "VPP MRR Configuration"
6858   algorithm: "file_details_split"
6859   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6860   dir-tables:
6861     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6862     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6863     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6864     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6865     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6866     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6867     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6868   data:
6869     - "vpp-mrr-results-2n-skx"
6870     - "vpp-mrr-results-3n-skx"
6871     - "vpp-mrr-results-2n-clx"
6872     - "vpp-mrr-results-3n-hsw"
6873     - "vpp-mrr-results-3n-tsh"
6874     - "vpp-mrr-results-2n-dnv"
6875     - "vpp-mrr-results-3n-dnv"
6876   filter: "all"
6877   data-start-level: 4
6878   order-chapters:
6879     level-1:
6880       - "l2"
6881       - "ip4"
6882       - "ip6"
6883       - "srv6"
6884       - "ip4_tunnels"
6885       - "ip6_tunnels"
6886       - "vm_vhost"
6887       - "container_memif"
6888       - "crypto"
6889       - "vts"
6890       - "lb"
6891       - "nfv_density"
6892       - "hoststack"
6893     level-2:
6894       - "2n-skx"
6895       - "3n-skx"
6896       - "2n-clx"
6897       - "3n-hsw"
6898       - "3n-tsh"
6899       - "2n-dnv"
6900       - "3n-dnv"
6901     level-3:
6902       - "xl710"
6903       - "x520"
6904       - "xxv710"
6905       - "x710"
6906       - "x553"
6907       - "cx556a"
6908       - "vic1227"
6909       - "vic1385"
6910
6911 # VPP Device Results - Ubuntu
6912 - type: "file"
6913   title: "VPP Device Results - Ubuntu"
6914   algorithm: "file_test_results"
6915   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6916   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6917   data: "vpp-device-results-ubuntu"
6918   filter: "all"
6919   data-start-level: 4
6920
6921 # VPP Device Configuration - Ubuntu
6922 - type: "file"
6923   title: "VPP Device Configuration - Ubuntu"
6924   algorithm: "file_test_results"
6925   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6926   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6927   data: "vpp-device-results-ubuntu"
6928   filter: "all"
6929   data-start-level: 4
6930
6931 # DPDK Performance Results 3n-hsw
6932 - type: "file"
6933   title: "DPDK Performance Results 3n-hsw"
6934   algorithm: "file_test_results"
6935   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6936   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6937   data: "dpdk-perf-results-3n-hsw"
6938   filter: "all"
6939   data-start-level: 4
6940
6941 # DPDK Performance Results 3n-skx
6942 - type: "file"
6943   title: "DPDK Performance Results 3n-skx"
6944   algorithm: "file_test_results"
6945   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6946   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6947   data: "dpdk-perf-results-3n-skx"
6948   filter: "all"
6949   data-start-level: 4
6950
6951 # DPDK Performance Results 2n-skx
6952 - type: "file"
6953   title: "DPDK Performance Results 2n-skx"
6954   algorithm: "file_test_results"
6955   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6956   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6957   data: "dpdk-perf-results-2n-skx"
6958   filter: "all"
6959   data-start-level: 4
6960
6961 # DPDK Performance Results 2n-clx
6962 - type: "file"
6963   title: "DPDK Performance Results 2n-clx"
6964   algorithm: "file_test_results"
6965   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6966   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6967   data: "dpdk-perf-results-2n-clx"
6968   filter: "all"
6969   data-start-level: 4
6970
6971 # DPDK Performance Results 2n-dnv
6972 - type: "file"
6973   title: "DPDK Performance Results 2n-dnv"
6974   algorithm: "file_test_results"
6975   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6976   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6977   data: "dpdk-perf-results-2n-dnv"
6978   filter: "all"
6979   data-start-level: 4
6980
6981 # DPDK Performance Results 3n-dnv
6982 - type: "file"
6983   title: "DPDK Performance Results 3n-dnv"
6984   algorithm: "file_test_results"
6985   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6986   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6987   data: "dpdk-perf-results-3n-dnv"
6988   filter: "all"
6989   data-start-level: 4
6990
6991 # DPDK Performance Results 3n-tsh
6992 - type: "file"
6993   title: "DPDK Performance Results 3n-tsh"
6994   algorithm: "file_test_results"
6995   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6996   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6997   data: "dpdk-perf-results-3n-tsh"
6998   filter: "all"
6999   data-start-level: 4
7000
7001 ################################################################################
7002 ###                                P L O T S                                 ###
7003 ################################################################################
7004
7005 # Hoststack tests 3n-hsw
7006
7007 - type: "plot"
7008   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7009   algorithm: "plot_perf_box_name"
7010   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7011   data: "plot-vpp-hoststack-3n-hsw"
7012   include:
7013     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7014     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7015   layout:
7016     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7017     layout: "plot-hoststack"
7018
7019 - type: "plot"
7020   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7021   algorithm: "plot_perf_box_name"
7022   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7023   data: "plot-vpp-hoststack-3n-hsw"
7024   include:
7025     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7026     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7027   layout:
7028     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7029     layout: "plot-hoststack"
7030
7031 - type: "plot"
7032   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7033   algorithm: "plot_perf_box_name"
7034   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7035   data: "plot-vpp-hoststack-3n-hsw"
7036   include:
7037     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7038     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7039     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7040     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7041   layout:
7042     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7043     layout: "plot-hoststack"
7044
7045 ## Plots VPP HTTP Server Performance
7046 #- type: "plot"
7047 #  title: "VPP HTTP Server Performance"
7048 #  algorithm: "plot_http_server_perf_box"
7049 #  output-file-type: ".html"
7050 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
7051 #  data:
7052 #    "plot-vpp-http-server-performance"
7053 #  filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
7054 #  parameters:
7055 #  - "result"
7056 #  - "name"
7057 #  traces:
7058 #    hoverinfo: "y+name"
7059 #    boxpoints: "outliers"
7060 #    whiskerwidth: 0
7061 #  layout:
7062 #    title: "VPP HTTP Server Performance"
7063 #    layout:
7064 #      "plot-cps"
7065 #
7066 #- type: "plot"
7067 #  title: "VPP HTTP Server Performance"
7068 #  algorithm: "plot_http_server_perf_box"
7069 #  output-file-type: ".html"
7070 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
7071 #  data:
7072 #    "plot-vpp-http-server-performance"
7073 #  filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
7074 #  parameters:
7075 #  - "result"
7076 #  - "name"
7077 #  traces:
7078 #    hoverinfo: "y+name"
7079 #    boxpoints: "outliers"
7080 #    whiskerwidth: 0
7081 #  layout:
7082 #    title: "VPP HTTP Server Performance"
7083 #    layout:
7084 #      "plot-rps"
7085
7086 ################################################################################
7087
7088 # Soak Test (PLRsearch), boxes - 2n-clx
7089 - type: "plot"
7090   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7091   algorithm: "plot_perf_box_name"
7092   output-file-type: ".html"
7093   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7094   data: "plot-vpp-soak-2n-clx"
7095   include:
7096     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7097     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7098     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7099     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7100     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7102   layout:
7103     title: "30 Minutes Soak Test (PLRsearch)"
7104     layout: "plot-soak-throughput"
7105
7106 # Soak Test (PLRsearch), boxes - 2n-clx
7107 - type: "plot"
7108   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7109   algorithm: "plot_perf_box_name"
7110   output-file-type: ".html"
7111   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7112   data: "plot-vpp-soak-2n-clx"
7113   include:
7114     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7115     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7116     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7117     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7118     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7119     - "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"
7120   layout:
7121     title: "30 Minutes Soak Test (PLRsearch)"
7122     layout: "plot-soak-throughput"
7123
7124 # Soak Test (PLRsearch), boxes - 2n-skx
7125 - type: "plot"
7126   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7127   algorithm: "plot_perf_box_name"
7128   output-file-type: ".html"
7129   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7130   data: "plot-vpp-soak-2n-skx"
7131   include:
7132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7136     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7137     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7138   layout:
7139     title: "30 Minutes Soak Test (PLRsearch)"
7140     layout: "plot-soak-throughput"
7141
7142 # Soak Test (PLRsearch), boxes - 2n-skx
7143 - type: "plot"
7144   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7145   algorithm: "plot_perf_box_name"
7146   output-file-type: ".html"
7147   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7148   data: "plot-vpp-soak-2n-skx"
7149   include:
7150     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7151     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7152     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7153     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7154     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7155     - "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"
7156   layout:
7157     title: "30 Minutes Soak Test (PLRsearch)"
7158     layout: "plot-soak-throughput"
7159
7160 ###############################################################################
7161
7162 # Reconf tests 2n-skx
7163
7164 - type: "plot"
7165   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7166   algorithm: "plot_nf_reconf_box_name"
7167   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7168   data: "plot-vpp-nfv-reconf-2n-skx"
7169   include:
7170     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
7171     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
7172     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
7173     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
7174     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
7175     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
7176   layout:
7177     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7178     layout: "plot-throughput"
7179
7180 - type: "plot"
7181   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7182   algorithm: "plot_nf_reconf_box_name"
7183   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7184   data: "plot-vpp-nfv-reconf-2n-skx"
7185   include:
7186     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
7187     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
7188     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
7189     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
7190     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
7191     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
7192   layout:
7193     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7194     layout: "plot-throughput"
7195
7196 - type: "plot"
7197   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7198   algorithm: "plot_nf_reconf_box_name"
7199   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7200   data: "plot-vpp-nfv-reconf-2n-skx"
7201   include:
7202     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
7203     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
7204     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
7205     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
7206     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
7207     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
7208   layout:
7209     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7210     layout: "plot-throughput"
7211
7212 ###############################################################################
7213
7214 # Reconf tests 2n-clx
7215
7216 - type: "plot"
7217   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7218   algorithm: "plot_nf_reconf_box_name"
7219   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7220   data: "plot-vpp-nfv-reconf-2n-clx"
7221   include:
7222     - "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"
7223     - "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"
7224     - "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"
7225     - "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"
7226   layout:
7227     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7228     layout: "plot-throughput"
7229
7230 - type: "plot"
7231   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7232   algorithm: "plot_nf_reconf_box_name"
7233   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7234   data: "plot-vpp-nfv-reconf-2n-clx"
7235   include:
7236     - "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"
7237     - "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"
7238     - "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"
7239     - "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"
7240   layout:
7241     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7242     layout: "plot-throughput"
7243
7244 - type: "plot"
7245   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7246   algorithm: "plot_nf_reconf_box_name"
7247   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7248   data: "plot-vpp-nfv-reconf-2n-clx"
7249   include:
7250     - "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"
7251     - "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"
7252     - "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"
7253     - "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"
7254   layout:
7255     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7256     layout: "plot-throughput"
7257
7258 ################################################################################
7259 ## Plots - NF Density - VSC - MRR 64b
7260 #- type: "plot"
7261 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7262 #  algorithm: "plot_nf_heatmap"
7263 #  output-file-type: ".html"
7264 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
7265 #  data: "plot-vpp-nfv-2n-skx-mrr"
7266 #  filter: "'NIC_Intel-XXV710' and
7267 #           'NF_DENSITY' and
7268 #           'VHOST' and
7269 #           not 'VXLAN' and
7270 #           'CHAIN' and
7271 #           'NF_VPPIP4' and
7272 #           '64B' and
7273 #           '2T1C' and
7274 #           'MRR'"
7275 #  parameters:
7276 #  - "result"
7277 #  - "name"
7278 #  - "tags"
7279 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7280 #  x-axis: "X = VNFs per Service Chain"
7281 #  y-axis: "Y = Number of Service Chains"
7282 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7283 #  layout:
7284 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7285 #    layout: "plot-service-density"
7286 #
7287 #- type: "plot"
7288 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7289 #  algorithm: "plot_nf_heatmap"
7290 #  output-file-type: ".html"
7291 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
7292 #  data: "plot-vpp-nfv-2n-skx-mrr"
7293 #  filter: "'NIC_Intel-XXV710' and
7294 #           'NF_DENSITY' and
7295 #           'VHOST' and
7296 #           not 'VXLAN' and
7297 #           'CHAIN' and
7298 #           'NF_VPPIP4' and
7299 #           '64B' and
7300 #           '4T2C' and
7301 #           'MRR'"
7302 #  parameters:
7303 #  - "result"
7304 #  - "name"
7305 #  - "tags"
7306 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7307 #  x-axis: "X = VNFs per Service Chain"
7308 #  y-axis: "Y = Number of Service Chains"
7309 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7310 #  layout:
7311 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7312 #    layout: "plot-service-density"
7313 #
7314 #- type: "plot"
7315 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7316 #  algorithm: "plot_nf_heatmap"
7317 #  output-file-type: ".html"
7318 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
7319 #  data: "plot-vpp-nfv-2n-skx-mrr"
7320 #  filter: "'NIC_Intel-XXV710' and
7321 #           'NF_DENSITY' and
7322 #           'VHOST' and
7323 #           not 'VXLAN' and
7324 #           'CHAIN' and
7325 #           'NF_VPPIP4' and
7326 #           '64B' and
7327 #           '8T4C' and
7328 #           'MRR'"
7329 #  parameters:
7330 #  - "result"
7331 #  - "name"
7332 #  - "tags"
7333 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7334 #  x-axis: "X = VNFs per Service Chain"
7335 #  y-axis: "Y = Number of Service Chains"
7336 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7337 #  layout:
7338 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7339 #    layout: "plot-service-density"
7340 #
7341 ## Plots - NF Density - VSC - MRR IMIX
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-imix-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 #           'IMIX' 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: "IMIX 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-imix-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 #           'IMIX' 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: "IMIX 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-imix-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 #           'IMIX' 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: "IMIX 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 - NDR 64b
7424 #- type: "plot"
7425 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7426 #  algorithm: "plot_nf_heatmap"
7427 #  output-file-type: ".html"
7428 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
7429 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
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 #           '64B' and
7437 #           '2T1C' and
7438 #           'NDRPDR'"
7439 #  parameters:
7440 #  - "throughput"
7441 #  - "name"
7442 #  - "tags"
7443 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7444 #  x-axis: "X = VNFs per Service Chain"
7445 #  y-axis: "Y = Number of Service Chains"
7446 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7447 #  layout:
7448 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7449 #    layout: "plot-service-density"
7450 #
7451 #- type: "plot"
7452 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7453 #  algorithm: "plot_nf_heatmap"
7454 #  output-file-type: ".html"
7455 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
7456 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
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 #           '64B' and
7464 #           '4T2C' and
7465 #           'NDRPDR'"
7466 #  parameters:
7467 #  - "throughput"
7468 #  - "name"
7469 #  - "tags"
7470 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7471 #  x-axis: "X = VNFs per Service Chain"
7472 #  y-axis: "Y = Number of Service Chains"
7473 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7474 #  layout:
7475 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7476 #    layout: "plot-service-density"
7477 #
7478 #- type: "plot"
7479 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7480 #  algorithm: "plot_nf_heatmap"
7481 #  output-file-type: ".html"
7482 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
7483 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
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 #           '64B' and
7491 #           '8T4C' and
7492 #           'NDRPDR'"
7493 #  parameters:
7494 #  - "throughput"
7495 #  - "name"
7496 #  - "tags"
7497 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7498 #  x-axis: "X = VNFs per Service Chain"
7499 #  y-axis: "Y = Number of Service Chains"
7500 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7501 #  layout:
7502 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7503 #    layout: "plot-service-density"
7504 #
7505 ## Plots - NF Density - VSC - NDR IMIX
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-imix-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 #           'IMIX' 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: "IMIX 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-imix-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 #           'IMIX' 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: "IMIX 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-imix-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 #           'IMIX' 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: "IMIX 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 - PDR 64b
7588 #- type: "plot"
7589 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7590 #  algorithm: "plot_nf_heatmap"
7591 #  output-file-type: ".html"
7592 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
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 #           '64B' and
7601 #           '2T1C' and
7602 #           'NDRPDR'"
7603 #  parameters:
7604 #  - "throughput"
7605 #  - "name"
7606 #  - "tags"
7607 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7608 #  x-axis: "X = VNFs per Service Chain"
7609 #  y-axis: "Y = Number of Service Chains"
7610 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7611 #  layout:
7612 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7613 #    layout: "plot-service-density"
7614 #
7615 #- type: "plot"
7616 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7617 #  algorithm: "plot_nf_heatmap"
7618 #  output-file-type: ".html"
7619 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
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 #           '64B' and
7628 #           '4T2C' and
7629 #           'NDRPDR'"
7630 #  parameters:
7631 #  - "throughput"
7632 #  - "name"
7633 #  - "tags"
7634 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7635 #  x-axis: "X = VNFs per Service Chain"
7636 #  y-axis: "Y = Number of Service Chains"
7637 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7638 #  layout:
7639 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7640 #    layout: "plot-service-density"
7641 #
7642 #- type: "plot"
7643 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7644 #  algorithm: "plot_nf_heatmap"
7645 #  output-file-type: ".html"
7646 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
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 #           '64B' and
7655 #           '8T4C' and
7656 #           'NDRPDR'"
7657 #  parameters:
7658 #  - "throughput"
7659 #  - "name"
7660 #  - "tags"
7661 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7662 #  x-axis: "X = VNFs per Service Chain"
7663 #  y-axis: "Y = Number of Service Chains"
7664 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7665 #  layout:
7666 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7667 #    layout: "plot-service-density"
7668 #
7669 ## Plots - NF Density - VSC - PDR IMIX
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-imix-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 #           'IMIX' 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: "IMIX 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-imix-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 #           'IMIX' 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: "IMIX 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-imix-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 #           'IMIX' 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: "IMIX 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 ################################################################################
7752 ## Plots - NF Density - VSC - MRR 64b
7753 #- type: "plot"
7754 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7755 #  algorithm: "plot_nf_heatmap"
7756 #  output-file-type: ".html"
7757 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7758 #  data: "plot-vpp-nfv-2n-skx-mrr"
7759 #  filter: "'NIC_Intel-XXV710' and
7760 #           'NF_DENSITY' and
7761 #           'VHOST' and
7762 #           'VXLAN' and
7763 #           'CHAIN' and
7764 #           '118' and
7765 #           '2T1C' and
7766 #           'MRR'"
7767 #  parameters:
7768 #  - "result"
7769 #  - "name"
7770 #  - "tags"
7771 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7772 #  x-axis: "X = VNFs per Service Chain"
7773 #  y-axis: "Y = Number of Service Chains"
7774 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7775 #  layout:
7776 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7777 #    layout: "plot-service-density"
7778 #
7779 #- type: "plot"
7780 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7781 #  algorithm: "plot_nf_heatmap"
7782 #  output-file-type: ".html"
7783 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7784 #  data: "plot-vpp-nfv-2n-skx-mrr"
7785 #  filter: "'NIC_Intel-XXV710' and
7786 #           'NF_DENSITY' and
7787 #           'VHOST' and
7788 #           'VXLAN' and
7789 #           'CHAIN' and
7790 #           '118' and
7791 #           '4T2C' and
7792 #           'MRR'"
7793 #  parameters:
7794 #  - "result"
7795 #  - "name"
7796 #  - "tags"
7797 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7798 #  x-axis: "X = VNFs per Service Chain"
7799 #  y-axis: "Y = Number of Service Chains"
7800 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7801 #  layout:
7802 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7803 #    layout: "plot-service-density"
7804 #
7805 #- type: "plot"
7806 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7807 #  algorithm: "plot_nf_heatmap"
7808 #  output-file-type: ".html"
7809 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7810 #  data: "plot-vpp-nfv-2n-skx-mrr"
7811 #  filter: "'NIC_Intel-XXV710' and
7812 #           'NF_DENSITY' and
7813 #           'VHOST' and
7814 #           'VXLAN' and
7815 #           'CHAIN' and
7816 #           '118' and
7817 #           '8T4C' and
7818 #           'MRR'"
7819 #  parameters:
7820 #  - "result"
7821 #  - "name"
7822 #  - "tags"
7823 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7824 #  x-axis: "X = VNFs per Service Chain"
7825 #  y-axis: "Y = Number of Service Chains"
7826 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7827 #  layout:
7828 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7829 #    layout: "plot-service-density"
7830 #
7831 ## Plots - NF Density - VSC - MRR IMIX
7832 #- type: "plot"
7833 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7834 #  algorithm: "plot_nf_heatmap"
7835 #  output-file-type: ".html"
7836 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7837 #  data: "plot-vpp-nfv-2n-skx-mrr"
7838 #  filter: "'NIC_Intel-XXV710' and
7839 #           'NF_DENSITY' and
7840 #           'VHOST' and
7841 #           'VXLAN' and
7842 #           'CHAIN' and
7843 #           'IMIX' and
7844 #           '2T1C' and
7845 #           'MRR'"
7846 #  parameters:
7847 #  - "result"
7848 #  - "name"
7849 #  - "tags"
7850 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7851 #  x-axis: "X = VNFs per Service Chain"
7852 #  y-axis: "Y = Number of Service Chains"
7853 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7854 #  layout:
7855 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7856 #    layout: "plot-service-density"
7857 #
7858 #- type: "plot"
7859 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7860 #  algorithm: "plot_nf_heatmap"
7861 #  output-file-type: ".html"
7862 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7863 #  data: "plot-vpp-nfv-2n-skx-mrr"
7864 #  filter: "'NIC_Intel-XXV710' and
7865 #           'NF_DENSITY' and
7866 #           'VHOST' and
7867 #           'VXLAN' and
7868 #           'CHAIN' and
7869 #           'IMIX' and
7870 #           '4T2C' and
7871 #           'MRR'"
7872 #  parameters:
7873 #  - "result"
7874 #  - "name"
7875 #  - "tags"
7876 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7877 #  x-axis: "X = VNFs per Service Chain"
7878 #  y-axis: "Y = Number of Service Chains"
7879 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7880 #  layout:
7881 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7882 #    layout: "plot-service-density"
7883 #
7884 #- type: "plot"
7885 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7886 #  algorithm: "plot_nf_heatmap"
7887 #  output-file-type: ".html"
7888 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7889 #  data: "plot-vpp-nfv-2n-skx-mrr"
7890 #  filter: "'NIC_Intel-XXV710' and
7891 #           'NF_DENSITY' and
7892 #           'VHOST' and
7893 #           'VXLAN' and
7894 #           'CHAIN' and
7895 #           'IMIX' and
7896 #           '8T4C' and
7897 #           'MRR'"
7898 #  parameters:
7899 #  - "result"
7900 #  - "name"
7901 #  - "tags"
7902 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7903 #  x-axis: "X = VNFs per Service Chain"
7904 #  y-axis: "Y = Number of Service Chains"
7905 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7906 #  layout:
7907 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7908 #    layout: "plot-service-density"
7909 #
7910 ## Plots - NF Density - VSC - NDR 64b
7911 #- type: "plot"
7912 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7913 #  algorithm: "plot_nf_heatmap"
7914 #  output-file-type: ".html"
7915 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7916 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7917 #  filter: "'NIC_Intel-XXV710' and
7918 #           'NF_DENSITY' and
7919 #           'VHOST' and
7920 #           'VXLAN' and
7921 #           'CHAIN' and
7922 #           '118' and
7923 #           '2T1C' and
7924 #           'NDRPDR'"
7925 #  parameters:
7926 #  - "throughput"
7927 #  - "name"
7928 #  - "tags"
7929 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7930 #  x-axis: "X = VNFs per Service Chain"
7931 #  y-axis: "Y = Number of Service Chains"
7932 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7933 #  layout:
7934 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7935 #    layout: "plot-service-density"
7936 #
7937 #- type: "plot"
7938 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7939 #  algorithm: "plot_nf_heatmap"
7940 #  output-file-type: ".html"
7941 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7942 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7943 #  filter: "'NIC_Intel-XXV710' and
7944 #           'NF_DENSITY' and
7945 #           'VHOST' and
7946 #           'VXLAN' and
7947 #           'CHAIN' and
7948 #           '118' and
7949 #           '4T2C' and
7950 #           'NDRPDR'"
7951 #  parameters:
7952 #  - "throughput"
7953 #  - "name"
7954 #  - "tags"
7955 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7956 #  x-axis: "X = VNFs per Service Chain"
7957 #  y-axis: "Y = Number of Service Chains"
7958 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7959 #  layout:
7960 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7961 #    layout: "plot-service-density"
7962 #
7963 #- type: "plot"
7964 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7965 #  algorithm: "plot_nf_heatmap"
7966 #  output-file-type: ".html"
7967 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7968 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7969 #  filter: "'NIC_Intel-XXV710' and
7970 #           'NF_DENSITY' and
7971 #           'VHOST' and
7972 #           'VXLAN' and
7973 #           'CHAIN' and
7974 #           '118' and
7975 #           '8T4C' and
7976 #           'NDRPDR'"
7977 #  parameters:
7978 #  - "throughput"
7979 #  - "name"
7980 #  - "tags"
7981 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7982 #  x-axis: "X = VNFs per Service Chain"
7983 #  y-axis: "Y = Number of Service Chains"
7984 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7985 #  layout:
7986 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7987 #    layout: "plot-service-density"
7988 #
7989 ## Plots - NF Density - VSC - NDR IMIX
7990 #- type: "plot"
7991 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7992 #  algorithm: "plot_nf_heatmap"
7993 #  output-file-type: ".html"
7994 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7995 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7996 #  filter: "'NIC_Intel-XXV710' and
7997 #           'NF_DENSITY' and
7998 #           'VHOST' and
7999 #           'VXLAN' and
8000 #           'CHAIN' and
8001 #           'IMIX' and
8002 #           '2T1C' and
8003 #           'NDRPDR'"
8004 #  parameters:
8005 #  - "throughput"
8006 #  - "name"
8007 #  - "tags"
8008 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8009 #  x-axis: "X = VNFs per Service Chain"
8010 #  y-axis: "Y = Number of Service Chains"
8011 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8012 #  layout:
8013 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8014 #    layout: "plot-service-density"
8015 #
8016 #- type: "plot"
8017 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8018 #  algorithm: "plot_nf_heatmap"
8019 #  output-file-type: ".html"
8020 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8021 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8022 #  filter: "'NIC_Intel-XXV710' and
8023 #           'NF_DENSITY' and
8024 #           'VHOST' and
8025 #           'VXLAN' and
8026 #           'CHAIN' and
8027 #           'IMIX' and
8028 #           '4T2C' and
8029 #           'NDRPDR'"
8030 #  parameters:
8031 #  - "throughput"
8032 #  - "name"
8033 #  - "tags"
8034 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8035 #  x-axis: "X = VNFs per Service Chain"
8036 #  y-axis: "Y = Number of Service Chains"
8037 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8038 #  layout:
8039 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8040 #    layout: "plot-service-density"
8041 #
8042 #- type: "plot"
8043 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8044 #  algorithm: "plot_nf_heatmap"
8045 #  output-file-type: ".html"
8046 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8047 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8048 #  filter: "'NIC_Intel-XXV710' and
8049 #           'NF_DENSITY' and
8050 #           'VHOST' and
8051 #           'VXLAN' and
8052 #           'CHAIN' and
8053 #           'IMIX' and
8054 #           '8T4C' and
8055 #           'NDRPDR'"
8056 #  parameters:
8057 #  - "throughput"
8058 #  - "name"
8059 #  - "tags"
8060 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8061 #  x-axis: "X = VNFs per Service Chain"
8062 #  y-axis: "Y = Number of Service Chains"
8063 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8064 #  layout:
8065 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8066 #    layout: "plot-service-density"
8067 #
8068 ## Plots - NF Density - VSC - PDR 64b
8069 #- type: "plot"
8070 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8071 #  algorithm: "plot_nf_heatmap"
8072 #  output-file-type: ".html"
8073 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
8074 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8075 #  filter: "'NIC_Intel-XXV710' and
8076 #           'NF_DENSITY' and
8077 #           'VHOST' and
8078 #           'VXLAN' and
8079 #           'CHAIN' and
8080 #           '118' and
8081 #           '2T1C' and
8082 #           'NDRPDR'"
8083 #  parameters:
8084 #  - "throughput"
8085 #  - "name"
8086 #  - "tags"
8087 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8088 #  x-axis: "X = VNFs per Service Chain"
8089 #  y-axis: "Y = Number of Service Chains"
8090 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8091 #  layout:
8092 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8093 #    layout: "plot-service-density"
8094 #
8095 #- type: "plot"
8096 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8097 #  algorithm: "plot_nf_heatmap"
8098 #  output-file-type: ".html"
8099 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
8100 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8101 #  filter: "'NIC_Intel-XXV710' and
8102 #           'NF_DENSITY' and
8103 #           'VHOST' and
8104 #           'VXLAN' and
8105 #           'CHAIN' and
8106 #           '118' and
8107 #           '4T2C' and
8108 #           'NDRPDR'"
8109 #  parameters:
8110 #  - "throughput"
8111 #  - "name"
8112 #  - "tags"
8113 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8114 #  x-axis: "X = VNFs per Service Chain"
8115 #  y-axis: "Y = Number of Service Chains"
8116 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8117 #  layout:
8118 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8119 #    layout: "plot-service-density"
8120 #
8121 #- type: "plot"
8122 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8123 #  algorithm: "plot_nf_heatmap"
8124 #  output-file-type: ".html"
8125 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
8126 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8127 #  filter: "'NIC_Intel-XXV710' and
8128 #           'NF_DENSITY' and
8129 #           'VHOST' and
8130 #           'VXLAN' and
8131 #           'CHAIN' and
8132 #           '118' and
8133 #           '8T4C' and
8134 #           'NDRPDR'"
8135 #  parameters:
8136 #  - "throughput"
8137 #  - "name"
8138 #  - "tags"
8139 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8140 #  x-axis: "X = VNFs per Service Chain"
8141 #  y-axis: "Y = Number of Service Chains"
8142 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8143 #  layout:
8144 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8145 #    layout: "plot-service-density"
8146 #
8147 ## Plots - NF Density - VSC - PDR IMIX
8148 #- type: "plot"
8149 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8150 #  algorithm: "plot_nf_heatmap"
8151 #  output-file-type: ".html"
8152 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8153 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8154 #  filter: "'NIC_Intel-XXV710' and
8155 #           'NF_DENSITY' and
8156 #           'VHOST' and
8157 #           'VXLAN' and
8158 #           'CHAIN' and
8159 #           'IMIX' and
8160 #           '2T1C' and
8161 #           'NDRPDR'"
8162 #  parameters:
8163 #  - "throughput"
8164 #  - "name"
8165 #  - "tags"
8166 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8167 #  x-axis: "X = VNFs per Service Chain"
8168 #  y-axis: "Y = Number of Service Chains"
8169 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8170 #  layout:
8171 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8172 #    layout: "plot-service-density"
8173 #
8174 #- type: "plot"
8175 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8176 #  algorithm: "plot_nf_heatmap"
8177 #  output-file-type: ".html"
8178 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8179 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8180 #  filter: "'NIC_Intel-XXV710' and
8181 #           'NF_DENSITY' and
8182 #           'VHOST' and
8183 #           'VXLAN' and
8184 #           'CHAIN' and
8185 #           'IMIX' and
8186 #           '4T2C' and
8187 #           'NDRPDR'"
8188 #  parameters:
8189 #  - "throughput"
8190 #  - "name"
8191 #  - "tags"
8192 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8193 #  x-axis: "X = VNFs per Service Chain"
8194 #  y-axis: "Y = Number of Service Chains"
8195 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8196 #  layout:
8197 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8198 #    layout: "plot-service-density"
8199 #
8200 #- type: "plot"
8201 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8202 #  algorithm: "plot_nf_heatmap"
8203 #  output-file-type: ".html"
8204 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8205 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8206 #  filter: "'NIC_Intel-XXV710' and
8207 #           'NF_DENSITY' and
8208 #           'VHOST' and
8209 #           'VXLAN' and
8210 #           'CHAIN' and
8211 #           'IMIX' and
8212 #           '8T4C' and
8213 #           'NDRPDR'"
8214 #  parameters:
8215 #  - "throughput"
8216 #  - "name"
8217 #  - "tags"
8218 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8219 #  x-axis: "X = VNFs per Service Chain"
8220 #  y-axis: "Y = Number of Service Chains"
8221 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8222 #  layout:
8223 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8224 #    layout: "plot-service-density"
8225 #
8226 ################################################################################
8227 ## Plots - NF Density - CSC - MRR 64b
8228 #- type: "plot"
8229 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8230 #  algorithm: "plot_nf_heatmap"
8231 #  output-file-type: ".html"
8232 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
8233 #  data: "plot-vpp-nfv-2n-skx-mrr"
8234 #  filter: "'NIC_Intel-XXV710' and
8235 #           'NF_DENSITY' and
8236 #           'DOCKER' and
8237 #           'CHAIN' and
8238 #           'NF_VPPIP4' and
8239 #           '64B' and
8240 #           '2T1C' and
8241 #           'MRR'"
8242 #  parameters:
8243 #  - "result"
8244 #  - "name"
8245 #  - "tags"
8246 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8247 #  x-axis: "X = CNFs per Service Chain"
8248 #  y-axis: "Y = Number of Service Chains"
8249 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8250 #  layout:
8251 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8252 #    layout: "plot-service-density"
8253 #
8254 #- type: "plot"
8255 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8256 #  algorithm: "plot_nf_heatmap"
8257 #  output-file-type: ".html"
8258 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
8259 #  data: "plot-vpp-nfv-2n-skx-mrr"
8260 #  filter: "'NIC_Intel-XXV710' and
8261 #           'NF_DENSITY' and
8262 #           'DOCKER' and
8263 #           'CHAIN' and
8264 #           'NF_VPPIP4' and
8265 #           '64B' and
8266 #           '4T2C' and
8267 #           'MRR'"
8268 #  parameters:
8269 #  - "result"
8270 #  - "name"
8271 #  - "tags"
8272 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8273 #  x-axis: "X = CNFs per Service Chain"
8274 #  y-axis: "Y = Number of Service Chains"
8275 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8276 #  layout:
8277 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8278 #    layout: "plot-service-density"
8279 #
8280 #- type: "plot"
8281 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8282 #  algorithm: "plot_nf_heatmap"
8283 #  output-file-type: ".html"
8284 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
8285 #  data: "plot-vpp-nfv-2n-skx-mrr"
8286 #  filter: "'NIC_Intel-XXV710' and
8287 #           'NF_DENSITY' and
8288 #           'DOCKER' and
8289 #           'CHAIN' and
8290 #           'NF_VPPIP4' and
8291 #           '64B' and
8292 #           '8T4C' and
8293 #           'MRR'"
8294 #  parameters:
8295 #  - "result"
8296 #  - "name"
8297 #  - "tags"
8298 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8299 #  x-axis: "X = CNFs per Service Chain"
8300 #  y-axis: "Y = Number of Service Chains"
8301 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8302 #  layout:
8303 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8304 #    layout: "plot-service-density"
8305 #
8306 ## Plots - NF Density - CSC - MRR IMIX
8307 #- type: "plot"
8308 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8309 #  algorithm: "plot_nf_heatmap"
8310 #  output-file-type: ".html"
8311 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8312 #  data: "plot-vpp-nfv-2n-skx-mrr"
8313 #  filter: "'NIC_Intel-XXV710' and
8314 #           'NF_DENSITY' and
8315 #           'DOCKER' and
8316 #           'CHAIN' and
8317 #           'NF_VPPIP4' and
8318 #           'IMIX' and
8319 #           '2T1C' and
8320 #           'MRR'"
8321 #  parameters:
8322 #  - "result"
8323 #  - "name"
8324 #  - "tags"
8325 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8326 #  x-axis: "X = CNFs per Service Chain"
8327 #  y-axis: "Y = Number of Service Chains"
8328 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8329 #  layout:
8330 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8331 #    layout: "plot-service-density"
8332 #
8333 #- type: "plot"
8334 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8335 #  algorithm: "plot_nf_heatmap"
8336 #  output-file-type: ".html"
8337 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8338 #  data: "plot-vpp-nfv-2n-skx-mrr"
8339 #  filter: "'NIC_Intel-XXV710' and
8340 #           'NF_DENSITY' and
8341 #           'DOCKER' and
8342 #           'CHAIN' and
8343 #           'NF_VPPIP4' and
8344 #           'IMIX' and
8345 #           '4T2C' and
8346 #           'MRR'"
8347 #  parameters:
8348 #  - "result"
8349 #  - "name"
8350 #  - "tags"
8351 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8352 #  x-axis: "X = CNFs per Service Chain"
8353 #  y-axis: "Y = Number of Service Chains"
8354 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8355 #  layout:
8356 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8357 #    layout: "plot-service-density"
8358 #
8359 #- type: "plot"
8360 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8361 #  algorithm: "plot_nf_heatmap"
8362 #  output-file-type: ".html"
8363 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8364 #  data: "plot-vpp-nfv-2n-skx-mrr"
8365 #  filter: "'NIC_Intel-XXV710' and
8366 #           'NF_DENSITY' and
8367 #           'DOCKER' and
8368 #           'CHAIN' and
8369 #           'NF_VPPIP4' and
8370 #           'IMIX' and
8371 #           '8T4C' and
8372 #           'MRR'"
8373 #  parameters:
8374 #  - "result"
8375 #  - "name"
8376 #  - "tags"
8377 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8378 #  x-axis: "X = CNFs per Service Chain"
8379 #  y-axis: "Y = Number of Service Chains"
8380 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8381 #  layout:
8382 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8383 #    layout: "plot-service-density"
8384 #
8385 ## Plots - NF Density - CSC - NDR 64b
8386 #- type: "plot"
8387 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8388 #  algorithm: "plot_nf_heatmap"
8389 #  output-file-type: ".html"
8390 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
8391 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8392 #  filter: "'NIC_Intel-XXV710' and
8393 #           'NF_DENSITY' and
8394 #           'DOCKER' and
8395 #           'CHAIN' and
8396 #           'NF_VPPIP4' and
8397 #           '64B' and
8398 #           '2T1C' and
8399 #           'NDRPDR'"
8400 #  parameters:
8401 #  - "throughput"
8402 #  - "name"
8403 #  - "tags"
8404 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8405 #  x-axis: "X = CNFs per Service Chain"
8406 #  y-axis: "Y = Number of Service Chains"
8407 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8408 #  layout:
8409 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8410 #    layout: "plot-service-density"
8411 #
8412 #- type: "plot"
8413 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8414 #  algorithm: "plot_nf_heatmap"
8415 #  output-file-type: ".html"
8416 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
8417 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8418 #  filter: "'NIC_Intel-XXV710' and
8419 #           'NF_DENSITY' and
8420 #           'DOCKER' and
8421 #           'CHAIN' and
8422 #           'NF_VPPIP4' and
8423 #           '64B' and
8424 #           '4T2C' and
8425 #           'NDRPDR'"
8426 #  parameters:
8427 #  - "throughput"
8428 #  - "name"
8429 #  - "tags"
8430 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8431 #  x-axis: "X = CNFs per Service Chain"
8432 #  y-axis: "Y = Number of Service Chains"
8433 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8434 #  layout:
8435 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8436 #    layout: "plot-service-density"
8437 #
8438 #- type: "plot"
8439 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8440 #  algorithm: "plot_nf_heatmap"
8441 #  output-file-type: ".html"
8442 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
8443 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8444 #  filter: "'NIC_Intel-XXV710' and
8445 #           'NF_DENSITY' and
8446 #           'DOCKER' and
8447 #           'CHAIN' and
8448 #           'NF_VPPIP4' and
8449 #           '64B' and
8450 #           '8T4C' and
8451 #           'NDRPDR'"
8452 #  parameters:
8453 #  - "throughput"
8454 #  - "name"
8455 #  - "tags"
8456 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8457 #  x-axis: "X = CNFs per Service Chain"
8458 #  y-axis: "Y = Number of Service Chains"
8459 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8460 #  layout:
8461 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8462 #    layout: "plot-service-density"
8463 #
8464 ## Plots - NF Density - CSC - NDR IMIX
8465 #- type: "plot"
8466 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8467 #  algorithm: "plot_nf_heatmap"
8468 #  output-file-type: ".html"
8469 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8470 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8471 #  filter: "'NIC_Intel-XXV710' and
8472 #           'NF_DENSITY' and
8473 #           'DOCKER' and
8474 #           'CHAIN' and
8475 #           'NF_VPPIP4' and
8476 #           'IMIX' and
8477 #           '2T1C' and
8478 #           'NDRPDR'"
8479 #  parameters:
8480 #  - "throughput"
8481 #  - "name"
8482 #  - "tags"
8483 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8484 #  x-axis: "X = CNFs per Service Chain"
8485 #  y-axis: "Y = Number of Service Chains"
8486 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8487 #  layout:
8488 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8489 #    layout: "plot-service-density"
8490 #
8491 #- type: "plot"
8492 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8493 #  algorithm: "plot_nf_heatmap"
8494 #  output-file-type: ".html"
8495 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8496 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8497 #  filter: "'NIC_Intel-XXV710' and
8498 #           'NF_DENSITY' and
8499 #           'DOCKER' and
8500 #           'CHAIN' and
8501 #           'NF_VPPIP4' and
8502 #           'IMIX' and
8503 #           '4T2C' and
8504 #           'NDRPDR'"
8505 #  parameters:
8506 #  - "throughput"
8507 #  - "name"
8508 #  - "tags"
8509 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8510 #  x-axis: "X = CNFs per Service Chain"
8511 #  y-axis: "Y = Number of Service Chains"
8512 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8513 #  layout:
8514 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8515 #    layout: "plot-service-density"
8516 #
8517 #- type: "plot"
8518 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8519 #  algorithm: "plot_nf_heatmap"
8520 #  output-file-type: ".html"
8521 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8522 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8523 #  filter: "'NIC_Intel-XXV710' and
8524 #           'NF_DENSITY' and
8525 #           'DOCKER' and
8526 #           'CHAIN' and
8527 #           'NF_VPPIP4' and
8528 #           'IMIX' and
8529 #           '8T4C' and
8530 #           'NDRPDR'"
8531 #  parameters:
8532 #  - "throughput"
8533 #  - "name"
8534 #  - "tags"
8535 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8536 #  x-axis: "X = CNFs per Service Chain"
8537 #  y-axis: "Y = Number of Service Chains"
8538 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8539 #  layout:
8540 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8541 #    layout: "plot-service-density"
8542 #
8543 ## Plots - NF Density - CSC - PDR 64b
8544 #- type: "plot"
8545 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8546 #  algorithm: "plot_nf_heatmap"
8547 #  output-file-type: ".html"
8548 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
8549 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8550 #  filter: "'NIC_Intel-XXV710' and
8551 #           'NF_DENSITY' and
8552 #           'DOCKER' and
8553 #           'CHAIN' and
8554 #           'NF_VPPIP4' and
8555 #           '64B' and
8556 #           '2T1C' and
8557 #           'NDRPDR'"
8558 #  parameters:
8559 #  - "throughput"
8560 #  - "name"
8561 #  - "tags"
8562 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8563 #  x-axis: "X = CNFs per Service Chain"
8564 #  y-axis: "Y = Number of Service Chains"
8565 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8566 #  layout:
8567 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8568 #    layout: "plot-service-density"
8569 #
8570 #- type: "plot"
8571 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8572 #  algorithm: "plot_nf_heatmap"
8573 #  output-file-type: ".html"
8574 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
8575 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8576 #  filter: "'NIC_Intel-XXV710' and
8577 #           'NF_DENSITY' and
8578 #           'DOCKER' and
8579 #           'CHAIN' and
8580 #           'NF_VPPIP4' and
8581 #           '64B' and
8582 #           '4T2C' and
8583 #           'NDRPDR'"
8584 #  parameters:
8585 #  - "throughput"
8586 #  - "name"
8587 #  - "tags"
8588 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8589 #  x-axis: "X = CNFs per Service Chain"
8590 #  y-axis: "Y = Number of Service Chains"
8591 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8592 #  layout:
8593 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8594 #    layout: "plot-service-density"
8595 #
8596 #- type: "plot"
8597 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8598 #  algorithm: "plot_nf_heatmap"
8599 #  output-file-type: ".html"
8600 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
8601 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8602 #  filter: "'NIC_Intel-XXV710' and
8603 #           'NF_DENSITY' and
8604 #           'DOCKER' and
8605 #           'CHAIN' and
8606 #           'NF_VPPIP4' and
8607 #           '64B' and
8608 #           '8T4C' and
8609 #           'NDRPDR'"
8610 #  parameters:
8611 #  - "throughput"
8612 #  - "name"
8613 #  - "tags"
8614 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8615 #  x-axis: "X = CNFs per Service Chain"
8616 #  y-axis: "Y = Number of Service Chains"
8617 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8618 #  layout:
8619 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8620 #    layout: "plot-service-density"
8621 #
8622 ## Plots - NF Density - CSC - PDR IMIX
8623 #- type: "plot"
8624 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8625 #  algorithm: "plot_nf_heatmap"
8626 #  output-file-type: ".html"
8627 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8628 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8629 #  filter: "'NIC_Intel-XXV710' and
8630 #           'NF_DENSITY' and
8631 #           'DOCKER' and
8632 #           'CHAIN' and
8633 #           'NF_VPPIP4' and
8634 #           'IMIX' and
8635 #           '2T1C' and
8636 #           'NDRPDR'"
8637 #  parameters:
8638 #  - "throughput"
8639 #  - "name"
8640 #  - "tags"
8641 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8642 #  x-axis: "X = CNFs per Service Chain"
8643 #  y-axis: "Y = Number of Service Chains"
8644 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8645 #  layout:
8646 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8647 #    layout: "plot-service-density"
8648 #
8649 #- type: "plot"
8650 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8651 #  algorithm: "plot_nf_heatmap"
8652 #  output-file-type: ".html"
8653 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8654 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8655 #  filter: "'NIC_Intel-XXV710' and
8656 #           'NF_DENSITY' and
8657 #           'DOCKER' and
8658 #           'CHAIN' and
8659 #           'NF_VPPIP4' and
8660 #           'IMIX' and
8661 #           '4T2C' and
8662 #           'NDRPDR'"
8663 #  parameters:
8664 #  - "throughput"
8665 #  - "name"
8666 #  - "tags"
8667 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8668 #  x-axis: "X = CNFs per Service Chain"
8669 #  y-axis: "Y = Number of Service Chains"
8670 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8671 #  layout:
8672 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8673 #    layout: "plot-service-density"
8674 #
8675 #- type: "plot"
8676 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8677 #  algorithm: "plot_nf_heatmap"
8678 #  output-file-type: ".html"
8679 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8680 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8681 #  filter: "'NIC_Intel-XXV710' and
8682 #           'NF_DENSITY' and
8683 #           'DOCKER' and
8684 #           'CHAIN' and
8685 #           'NF_VPPIP4' and
8686 #           'IMIX' and
8687 #           '8T4C' and
8688 #           'NDRPDR'"
8689 #  parameters:
8690 #  - "throughput"
8691 #  - "name"
8692 #  - "tags"
8693 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8694 #  x-axis: "X = CNFs per Service Chain"
8695 #  y-axis: "Y = Number of Service Chains"
8696 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8697 #  layout:
8698 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8699 #    layout: "plot-service-density"
8700 #
8701 ################################################################################
8702 #
8703 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8704 #- type: "plot"
8705 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8706 #  algorithm: "plot_nf_heatmap"
8707 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8708 #  data: "plot-vpp-nfv-3n-skx-mrr"
8709 #  filter: "'NIC_Intel-XXV710' and
8710 #           'NF_DENSITY' and
8711 #           'DOCKER' and
8712 #           'CHAIN' and
8713 #           'NF_VPPIP4' and
8714 #           'IPSEC' and
8715 #           'TNL_4' and
8716 #           'IMIX' and
8717 #           '2T1C' and
8718 #           'MRR'"
8719 #  parameters:
8720 #  - "result"
8721 #  - "name"
8722 #  - "tags"
8723 #  include-tests: "MRR" # "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 MRR) [Mpps]"
8727 #  layout:
8728 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8729 #    layout: "plot-service-density"
8730 #
8731 #- type: "plot"
8732 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8733 #  algorithm: "plot_nf_heatmap"
8734 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8735 #  data: "plot-vpp-nfv-3n-skx-mrr"
8736 #  filter: "'NIC_Intel-XXV710' and
8737 #           'NF_DENSITY' and
8738 #           'DOCKER' and
8739 #           'CHAIN' and
8740 #           'NF_VPPIP4' and
8741 #           'IPSEC' and
8742 #           'TNL_4' and
8743 #           'IMIX' and
8744 #           '4T2C' and
8745 #           'MRR'"
8746 #  parameters:
8747 #  - "result"
8748 #  - "name"
8749 #  - "tags"
8750 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8751 #  x-axis: "X = CNFs per Service Chain"
8752 #  y-axis: "Y = Number of Service Chains"
8753 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8754 #  layout:
8755 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8756 #    layout: "plot-service-density"
8757 #
8758 #- type: "plot"
8759 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8760 #  algorithm: "plot_nf_heatmap"
8761 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8762 #  data: "plot-vpp-nfv-3n-skx-mrr"
8763 #  filter: "'NIC_Intel-XXV710' and
8764 #           'NF_DENSITY' and
8765 #           'DOCKER' and
8766 #           'CHAIN' and
8767 #           'NF_VPPIP4' and
8768 #           'IPSEC' and
8769 #           'TNL_4' and
8770 #           'IMIX' and
8771 #           '8T4C' and
8772 #           'MRR'"
8773 #  parameters:
8774 #  - "result"
8775 #  - "name"
8776 #  - "tags"
8777 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8778 #  x-axis: "X = CNFs per Service Chain"
8779 #  y-axis: "Y = Number of Service Chains"
8780 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8781 #  layout:
8782 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8783 #    layout: "plot-service-density"
8784
8785 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8786 - type: "plot"
8787   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8788   algorithm: "plot_nf_heatmap"
8789   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8790   data: "plot-vpp-nfv-3n-skx-ndrpdr"
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            'NDRPDR'"
8801   parameters:
8802   - "throughput"
8803   - "name"
8804   - "tags"
8805   include-tests: "NDR" # "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 NDR) [Mpps]"
8809   layout:
8810     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8811     layout: "plot-service-density"
8812
8813 - type: "plot"
8814   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8815   algorithm: "plot_nf_heatmap"
8816   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8817   data: "plot-vpp-nfv-3n-skx-ndrpdr"
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            'NDRPDR'"
8828   parameters:
8829   - "throughput"
8830   - "name"
8831   - "tags"
8832   include-tests: "NDR" # "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 NDR) [Mpps]"
8836   layout:
8837     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8838     layout: "plot-service-density"
8839
8840 - type: "plot"
8841   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8842   algorithm: "plot_nf_heatmap"
8843   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8844   data: "plot-vpp-nfv-3n-skx-ndrpdr"
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            'NDRPDR'"
8855   parameters:
8856   - "throughput"
8857   - "name"
8858   - "tags"
8859   include-tests: "NDR" # "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 NDR) [Mpps]"
8863   layout:
8864     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8865     layout: "plot-service-density"
8866
8867 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8868 - type: "plot"
8869   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8870   algorithm: "plot_nf_heatmap"
8871   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
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: "PDR" # "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 PDR) [Mpps]"
8891   layout:
8892     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8893     layout: "plot-service-density"
8894
8895 - type: "plot"
8896   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8897   algorithm: "plot_nf_heatmap"
8898   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
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: "PDR" # "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 PDR) [Mpps]"
8918   layout:
8919     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8920     layout: "plot-service-density"
8921
8922 - type: "plot"
8923   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8924   algorithm: "plot_nf_heatmap"
8925   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
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: "PDR" # "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 PDR) [Mpps]"
8945   layout:
8946     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8947     layout: "plot-service-density"
8948
8949 ###############################################################################
8950
8951 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8952 - type: "plot"
8953   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8954   algorithm: "plot_nf_heatmap"
8955   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8956   data: "plot-vpp-nfv-3n-hsw-mrr"
8957   filter: "'NIC_Intel-XL710' and
8958            'NF_DENSITY' and
8959            'DOCKER' and
8960            'CHAIN' and
8961            'NF_VPPIP4' and
8962            'IMIX' and
8963            'TNL_4' and
8964            '1T1C' and
8965            'MRR'"
8966   parameters:
8967   - "result"
8968   - "name"
8969   - "tags"
8970   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8971   x-axis: "X = CNFs per Service Chain"
8972   y-axis: "Y = Number of Service Chains"
8973   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8974   layout:
8975     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8976     layout: "plot-service-density"
8977
8978 - type: "plot"
8979   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8980   algorithm: "plot_nf_heatmap"
8981   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8982   data: "plot-vpp-nfv-3n-hsw-mrr"
8983   filter: "'NIC_Intel-XL710' and
8984            'NF_DENSITY' and
8985            'DOCKER' and
8986            'CHAIN' and
8987            'NF_VPPIP4' and
8988            'IPSEC' and
8989            'TNL_4' and
8990            'IMIX' and
8991            '2T2C' and
8992            'MRR'"
8993   parameters:
8994   - "result"
8995   - "name"
8996   - "tags"
8997   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8998   x-axis: "X = CNFs per Service Chain"
8999   y-axis: "Y = Number of Service Chains"
9000   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9001   layout:
9002     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9003     layout: "plot-service-density"
9004
9005 - type: "plot"
9006   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9007   algorithm: "plot_nf_heatmap"
9008   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9009   data: "plot-vpp-nfv-3n-hsw-mrr"
9010   filter: "'NIC_Intel-XL710' and
9011            'NF_DENSITY' and
9012            'DOCKER' and
9013            'CHAIN' and
9014            'NF_VPPIP4' and
9015            'IPSEC' and
9016            'TNL_4' and
9017            'IMIX' and
9018            '4T4C' and
9019            'MRR'"
9020   parameters:
9021   - "result"
9022   - "name"
9023   - "tags"
9024   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9025   x-axis: "X = CNFs per Service Chain"
9026   y-axis: "Y = Number of Service Chains"
9027   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9028   layout:
9029     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9030     layout: "plot-service-density"
9031
9032 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9033 - type: "plot"
9034   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9035   algorithm: "plot_nf_heatmap"
9036   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9037   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9038   filter: "'NIC_Intel-XL710' and
9039            'NF_DENSITY' and
9040            'DOCKER' and
9041            'CHAIN' and
9042            'NF_VPPIP4' and
9043            'IPSEC' and
9044            'TNL_4' and
9045            'IMIX' and
9046            '1T1C' and
9047            'NDRPDR'"
9048   parameters:
9049   - "throughput"
9050   - "name"
9051   - "tags"
9052   include-tests: "NDR" # "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 NDR) [Mpps]"
9056   layout:
9057     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9058     layout: "plot-service-density"
9059
9060 - type: "plot"
9061   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9062   algorithm: "plot_nf_heatmap"
9063   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9064   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
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            'NDRPDR'"
9075   parameters:
9076   - "throughput"
9077   - "name"
9078   - "tags"
9079   include-tests: "NDR" # "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 NDR) [Mpps]"
9083   layout:
9084     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9085     layout: "plot-service-density"
9086
9087 - type: "plot"
9088   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9089   algorithm: "plot_nf_heatmap"
9090   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9091   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
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            'NDRPDR'"
9102   parameters:
9103   - "throughput"
9104   - "name"
9105   - "tags"
9106   include-tests: "NDR" # "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 NDR) [Mpps]"
9110   layout:
9111     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9112     layout: "plot-service-density"
9113
9114 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9115 - type: "plot"
9116   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9117   algorithm: "plot_nf_heatmap"
9118   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
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: "PDR" # "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 PDR) [Mpps]"
9138   layout:
9139     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9140     layout: "plot-service-density"
9141
9142 - type: "plot"
9143   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9144   algorithm: "plot_nf_heatmap"
9145   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
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: "PDR" # "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 PDR) [Mpps]"
9165   layout:
9166     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9167     layout: "plot-service-density"
9168
9169 - type: "plot"
9170   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9171   algorithm: "plot_nf_heatmap"
9172   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
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: "PDR" # "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 PDR) [Mpps]"
9192   layout:
9193     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9194     layout: "plot-service-density"
9195
9196 ###############################################################################
9197
9198 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9199 #- type: "plot"
9200 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9201 #  algorithm: "plot_nf_heatmap"
9202 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9203 #  data: "plot-vpp-nfv-3n-skx-mrr"
9204 #  filter: "'NIC_Intel-XXV710' and
9205 #           'NF_DENSITY' and
9206 #           'DOCKER' and
9207 #           'CHAIN' and
9208 #           'NF_VPPIP4' and
9209 #           'IPSEC' and
9210 #           'TNL_1000' and
9211 #           'IMIX' and
9212 #           '2T1C' and
9213 #           'MRR'"
9214 #  parameters:
9215 #  - "result"
9216 #  - "name"
9217 #  - "tags"
9218 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9219 #  x-axis: "X = CNFs per Service Chain"
9220 #  y-axis: "Y = Number of Service Chains"
9221 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9222 #  layout:
9223 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9224 #    layout: "plot-service-density"
9225 #
9226 #- type: "plot"
9227 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9228 #  algorithm: "plot_nf_heatmap"
9229 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9230 #  data: "plot-vpp-nfv-3n-skx-mrr"
9231 #  filter: "'NIC_Intel-XXV710' and
9232 #           'NF_DENSITY' and
9233 #           'DOCKER' and
9234 #           'CHAIN' and
9235 #           'NF_VPPIP4' and
9236 #           'IPSEC' and
9237 #           'TNL_1000' and
9238 #           'IMIX' and
9239 #           '4T2C' and
9240 #           'MRR'"
9241 #  parameters:
9242 #  - "result"
9243 #  - "name"
9244 #  - "tags"
9245 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9246 #  x-axis: "X = CNFs per Service Chain"
9247 #  y-axis: "Y = Number of Service Chains"
9248 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9249 #  layout:
9250 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9251 #    layout: "plot-service-density"
9252 #
9253 #- type: "plot"
9254 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9255 #  algorithm: "plot_nf_heatmap"
9256 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9257 #  data: "plot-vpp-nfv-3n-skx-mrr"
9258 #  filter: "'NIC_Intel-XXV710' and
9259 #           'NF_DENSITY' and
9260 #           'DOCKER' and
9261 #           'CHAIN' and
9262 #           'NF_VPPIP4' and
9263 #           'IPSEC' and
9264 #           'TNL_1000' and
9265 #           'IMIX' and
9266 #           '8T4C' and
9267 #           'MRR'"
9268 #  parameters:
9269 #  - "result"
9270 #  - "name"
9271 #  - "tags"
9272 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9273 #  x-axis: "X = CNFs per Service Chain"
9274 #  y-axis: "Y = Number of Service Chains"
9275 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9276 #  layout:
9277 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9278 #    layout: "plot-service-density"
9279
9280 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9281 - type: "plot"
9282   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9283   algorithm: "plot_nf_heatmap"
9284   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9285   data: "plot-vpp-nfv-3n-skx-ndrpdr"
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            'NDRPDR'"
9296   parameters:
9297   - "throughput"
9298   - "name"
9299   - "tags"
9300   include-tests: "NDR" # "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 NDR) [Mpps]"
9304   layout:
9305     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9306     layout: "plot-service-density"
9307
9308 - type: "plot"
9309   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9310   algorithm: "plot_nf_heatmap"
9311   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9312   data: "plot-vpp-nfv-3n-skx-ndrpdr"
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            'NDRPDR'"
9323   parameters:
9324   - "throughput"
9325   - "name"
9326   - "tags"
9327   include-tests: "NDR" # "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 NDR) [Mpps]"
9331   layout:
9332     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9333     layout: "plot-service-density"
9334
9335 - type: "plot"
9336   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9337   algorithm: "plot_nf_heatmap"
9338   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9339   data: "plot-vpp-nfv-3n-skx-ndrpdr"
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            'NDRPDR'"
9350   parameters:
9351   - "throughput"
9352   - "name"
9353   - "tags"
9354   include-tests: "NDR" # "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 NDR) [Mpps]"
9358   layout:
9359     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9360     layout: "plot-service-density"
9361
9362 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9363 - type: "plot"
9364   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9365   algorithm: "plot_nf_heatmap"
9366   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
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: "PDR" # "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 PDR) [Mpps]"
9386   layout:
9387     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9388     layout: "plot-service-density"
9389
9390 - type: "plot"
9391   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9392   algorithm: "plot_nf_heatmap"
9393   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
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: "PDR" # "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 PDR) [Mpps]"
9413   layout:
9414     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9415     layout: "plot-service-density"
9416
9417 - type: "plot"
9418   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9419   algorithm: "plot_nf_heatmap"
9420   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
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: "PDR" # "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 PDR) [Mpps]"
9440   layout:
9441     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9442     layout: "plot-service-density"
9443
9444 ###############################################################################
9445
9446 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9447 - type: "plot"
9448   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9449   algorithm: "plot_nf_heatmap"
9450   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9451   data: "plot-vpp-nfv-3n-hsw-mrr"
9452   filter: "'NIC_Intel-XL710' and
9453            'NF_DENSITY' and
9454            'DOCKER' and
9455            'CHAIN' and
9456            'NF_VPPIP4' and
9457            'IMIX' and
9458            'TNL_1000' and
9459            '1T1C' and
9460            'MRR'"
9461   parameters:
9462   - "result"
9463   - "name"
9464   - "tags"
9465   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9466   x-axis: "X = CNFs per Service Chain"
9467   y-axis: "Y = Number of Service Chains"
9468   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9469   layout:
9470     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9471     layout: "plot-service-density"
9472
9473 - type: "plot"
9474   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9475   algorithm: "plot_nf_heatmap"
9476   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9477   data: "plot-vpp-nfv-3n-hsw-mrr"
9478   filter: "'NIC_Intel-XL710' and
9479            'NF_DENSITY' and
9480            'DOCKER' and
9481            'CHAIN' and
9482            'NF_VPPIP4' and
9483            'IPSEC' and
9484            'TNL_1000' and
9485            'IMIX' and
9486            '2T2C' and
9487            'MRR'"
9488   parameters:
9489   - "result"
9490   - "name"
9491   - "tags"
9492   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9493   x-axis: "X = CNFs per Service Chain"
9494   y-axis: "Y = Number of Service Chains"
9495   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9496   layout:
9497     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9498     layout: "plot-service-density"
9499
9500 - type: "plot"
9501   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9502   algorithm: "plot_nf_heatmap"
9503   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9504   data: "plot-vpp-nfv-3n-hsw-mrr"
9505   filter: "'NIC_Intel-XL710' and
9506            'NF_DENSITY' and
9507            'DOCKER' and
9508            'CHAIN' and
9509            'NF_VPPIP4' and
9510            'IPSEC' and
9511            'TNL_1000' and
9512            'IMIX' and
9513            '4T4C' and
9514            'MRR'"
9515   parameters:
9516   - "result"
9517   - "name"
9518   - "tags"
9519   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9520   x-axis: "X = CNFs per Service Chain"
9521   y-axis: "Y = Number of Service Chains"
9522   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9523   layout:
9524     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9525     layout: "plot-service-density"
9526
9527 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9528 - type: "plot"
9529   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9530   algorithm: "plot_nf_heatmap"
9531   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9532   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9533   filter: "'NIC_Intel-XL710' and
9534            'NF_DENSITY' and
9535            'DOCKER' and
9536            'CHAIN' and
9537            'NF_VPPIP4' and
9538            'IPSEC' and
9539            'TNL_1000' and
9540            'IMIX' and
9541            '1T1C' and
9542            'NDRPDR'"
9543   parameters:
9544   - "throughput"
9545   - "name"
9546   - "tags"
9547   include-tests: "NDR" # "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 NDR) [Mpps]"
9551   layout:
9552     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9553     layout: "plot-service-density"
9554
9555 - type: "plot"
9556   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9557   algorithm: "plot_nf_heatmap"
9558   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9559   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
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            'NDRPDR'"
9570   parameters:
9571   - "throughput"
9572   - "name"
9573   - "tags"
9574   include-tests: "NDR" # "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 NDR) [Mpps]"
9578   layout:
9579     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9580     layout: "plot-service-density"
9581
9582 - type: "plot"
9583   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9584   algorithm: "plot_nf_heatmap"
9585   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9586   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
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            'NDRPDR'"
9597   parameters:
9598   - "throughput"
9599   - "name"
9600   - "tags"
9601   include-tests: "NDR" # "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 NDR) [Mpps]"
9605   layout:
9606     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9607     layout: "plot-service-density"
9608
9609 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9610 - type: "plot"
9611   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9612   algorithm: "plot_nf_heatmap"
9613   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
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: "PDR" # "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 PDR) [Mpps]"
9633   layout:
9634     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9635     layout: "plot-service-density"
9636
9637 - type: "plot"
9638   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9639   algorithm: "plot_nf_heatmap"
9640   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
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: "PDR" # "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 PDR) [Mpps]"
9660   layout:
9661     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9662     layout: "plot-service-density"
9663
9664 - type: "plot"
9665   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9666   algorithm: "plot_nf_heatmap"
9667   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
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: "PDR" # "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 PDR) [Mpps]"
9687   layout:
9688     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9689     layout: "plot-service-density"
9690
9691 ###############################################################################
9692
9693 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9694 #- type: "plot"
9695 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9696 #  algorithm: "plot_nf_heatmap"
9697 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9698 #  data: "plot-vpp-nfv-3n-skx-mrr"
9699 #  filter: "'NIC_Intel-XXV710' and
9700 #           'NF_DENSITY' and
9701 #           'DOCKER' and
9702 #           'CHAIN' and
9703 #           'NF_VPPIP4' and
9704 #           'IPSEC' and
9705 #           'TNL_10000' and
9706 #           'IMIX' and
9707 #           '2T1C' and
9708 #           'MRR'"
9709 #  parameters:
9710 #  - "result"
9711 #  - "name"
9712 #  - "tags"
9713 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9714 #  x-axis: "X = CNFs per Service Chain"
9715 #  y-axis: "Y = Number of Service Chains"
9716 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9717 #  layout:
9718 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9719 #    layout: "plot-service-density"
9720 #
9721 #- type: "plot"
9722 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9723 #  algorithm: "plot_nf_heatmap"
9724 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9725 #  data: "plot-vpp-nfv-3n-skx-mrr"
9726 #  filter: "'NIC_Intel-XXV710' and
9727 #           'NF_DENSITY' and
9728 #           'DOCKER' and
9729 #           'CHAIN' and
9730 #           'NF_VPPIP4' and
9731 #           'IPSEC' and
9732 #           'TNL_10000' and
9733 #           'IMIX' and
9734 #           '4T2C' and
9735 #           'MRR'"
9736 #  parameters:
9737 #  - "result"
9738 #  - "name"
9739 #  - "tags"
9740 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9741 #  x-axis: "X = CNFs per Service Chain"
9742 #  y-axis: "Y = Number of Service Chains"
9743 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9744 #  layout:
9745 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9746 #    layout: "plot-service-density"
9747 #
9748 #- type: "plot"
9749 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9750 #  algorithm: "plot_nf_heatmap"
9751 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9752 #  data: "plot-vpp-nfv-3n-skx-mrr"
9753 #  filter: "'NIC_Intel-XXV710' and
9754 #           'NF_DENSITY' and
9755 #           'DOCKER' and
9756 #           'CHAIN' and
9757 #           'NF_VPPIP4' and
9758 #           'IPSEC' and
9759 #           'TNL_10000' and
9760 #           'IMIX' and
9761 #           '8T4C' and
9762 #           'MRR'"
9763 #  parameters:
9764 #  - "result"
9765 #  - "name"
9766 #  - "tags"
9767 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9768 #  x-axis: "X = CNFs per Service Chain"
9769 #  y-axis: "Y = Number of Service Chains"
9770 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9771 #  layout:
9772 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9773 #    layout: "plot-service-density"
9774
9775 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9776 - type: "plot"
9777   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9778   algorithm: "plot_nf_heatmap"
9779   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9780   data: "plot-vpp-nfv-3n-skx-ndrpdr"
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            'NDRPDR'"
9791   parameters:
9792   - "throughput"
9793   - "name"
9794   - "tags"
9795   include-tests: "NDR" # "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 NDR) [Mpps]"
9799   layout:
9800     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9801     layout: "plot-service-density"
9802
9803 - type: "plot"
9804   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9805   algorithm: "plot_nf_heatmap"
9806   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9807   data: "plot-vpp-nfv-3n-skx-ndrpdr"
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            'NDRPDR'"
9818   parameters:
9819   - "throughput"
9820   - "name"
9821   - "tags"
9822   include-tests: "NDR" # "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 NDR) [Mpps]"
9826   layout:
9827     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9828     layout: "plot-service-density"
9829
9830 - type: "plot"
9831   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9832   algorithm: "plot_nf_heatmap"
9833   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9834   data: "plot-vpp-nfv-3n-skx-ndrpdr"
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            'NDRPDR'"
9845   parameters:
9846   - "throughput"
9847   - "name"
9848   - "tags"
9849   include-tests: "NDR" # "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 NDR) [Mpps]"
9853   layout:
9854     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9855     layout: "plot-service-density"
9856
9857 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9858 - type: "plot"
9859   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9860   algorithm: "plot_nf_heatmap"
9861   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
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: "PDR" # "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 PDR) [Mpps]"
9881   layout:
9882     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9883     layout: "plot-service-density"
9884
9885 - type: "plot"
9886   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9887   algorithm: "plot_nf_heatmap"
9888   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
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: "PDR" # "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 PDR) [Mpps]"
9908   layout:
9909     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9910     layout: "plot-service-density"
9911
9912 - type: "plot"
9913   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9914   algorithm: "plot_nf_heatmap"
9915   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
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: "PDR" # "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 PDR) [Mpps]"
9935   layout:
9936     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9937     layout: "plot-service-density"
9938
9939 ###############################################################################
9940
9941 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9942 - type: "plot"
9943   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9944   algorithm: "plot_nf_heatmap"
9945   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9946   data: "plot-vpp-nfv-3n-hsw-mrr"
9947   filter: "'NIC_Intel-XL710' and
9948            'NF_DENSITY' and
9949            'DOCKER' and
9950            'CHAIN' and
9951            'NF_VPPIP4' and
9952            'IMIX' and
9953            'TNL_10000' and
9954            '1T1C' and
9955            'MRR'"
9956   parameters:
9957   - "result"
9958   - "name"
9959   - "tags"
9960   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9961   x-axis: "X = CNFs per Service Chain"
9962   y-axis: "Y = Number of Service Chains"
9963   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9964   layout:
9965     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9966     layout: "plot-service-density"
9967
9968 - type: "plot"
9969   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9970   algorithm: "plot_nf_heatmap"
9971   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9972   data: "plot-vpp-nfv-3n-hsw-mrr"
9973   filter: "'NIC_Intel-XL710' and
9974            'NF_DENSITY' and
9975            'DOCKER' and
9976            'CHAIN' and
9977            'NF_VPPIP4' and
9978            'IPSEC' and
9979            'TNL_10000' and
9980            'IMIX' and
9981            '2T2C' and
9982            'MRR'"
9983   parameters:
9984   - "result"
9985   - "name"
9986   - "tags"
9987   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9988   x-axis: "X = CNFs per Service Chain"
9989   y-axis: "Y = Number of Service Chains"
9990   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9991   layout:
9992     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9993     layout: "plot-service-density"
9994
9995 - type: "plot"
9996   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9997   algorithm: "plot_nf_heatmap"
9998   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9999   data: "plot-vpp-nfv-3n-hsw-mrr"
10000   filter: "'NIC_Intel-XL710' and
10001            'NF_DENSITY' and
10002            'DOCKER' and
10003            'CHAIN' and
10004            'NF_VPPIP4' and
10005            'IPSEC' and
10006            'TNL_10000' and
10007            'IMIX' and
10008            '4T4C' and
10009            'MRR'"
10010   parameters:
10011   - "result"
10012   - "name"
10013   - "tags"
10014   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10015   x-axis: "X = CNFs per Service Chain"
10016   y-axis: "Y = Number of Service Chains"
10017   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10018   layout:
10019     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10020     layout: "plot-service-density"
10021
10022 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10023 - type: "plot"
10024   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10025   algorithm: "plot_nf_heatmap"
10026   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10027   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10028   filter: "'NIC_Intel-XL710' and
10029            'NF_DENSITY' and
10030            'DOCKER' and
10031            'CHAIN' and
10032            'NF_VPPIP4' and
10033            'IPSEC' and
10034            'TNL_10000' and
10035            'IMIX' and
10036            '1T1C' and
10037            'NDRPDR'"
10038   parameters:
10039   - "throughput"
10040   - "name"
10041   - "tags"
10042   include-tests: "NDR" # "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 NDR) [Mpps]"
10046   layout:
10047     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10048     layout: "plot-service-density"
10049
10050 - type: "plot"
10051   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10052   algorithm: "plot_nf_heatmap"
10053   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10054   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
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            'NDRPDR'"
10065   parameters:
10066   - "throughput"
10067   - "name"
10068   - "tags"
10069   include-tests: "NDR" # "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 NDR) [Mpps]"
10073   layout:
10074     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10075     layout: "plot-service-density"
10076
10077 - type: "plot"
10078   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10079   algorithm: "plot_nf_heatmap"
10080   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10081   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
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            'NDRPDR'"
10092   parameters:
10093   - "throughput"
10094   - "name"
10095   - "tags"
10096   include-tests: "NDR" # "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 NDR) [Mpps]"
10100   layout:
10101     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10102     layout: "plot-service-density"
10103
10104 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10105 - type: "plot"
10106   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10107   algorithm: "plot_nf_heatmap"
10108   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
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: "PDR" # "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 PDR) [Mpps]"
10128   layout:
10129     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10130     layout: "plot-service-density"
10131
10132 - type: "plot"
10133   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10134   algorithm: "plot_nf_heatmap"
10135   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
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: "PDR" # "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 PDR) [Mpps]"
10155   layout:
10156     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10157     layout: "plot-service-density"
10158
10159 - type: "plot"
10160   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10161   algorithm: "plot_nf_heatmap"
10162   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
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: "PDR" # "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 PDR) [Mpps]"
10182   layout:
10183     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10184     layout: "plot-service-density"
10185
10186 ###############################################################################
10187
10188 # Plots - NF Density - CSP - MRR 64b
10189
10190 #- type: "plot"
10191 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10192 #  algorithm: "plot_nf_heatmap"
10193 #  output-file-type: ".html"
10194 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
10195 #  data: "plot-vpp-nfv-2n-skx-mrr"
10196 #  filter: "'NIC_Intel-XXV710' and
10197 #           'NF_DENSITY' and
10198 #           'DOCKER' and
10199 #           'PIPELINE' and
10200 #           'NF_VPPIP4' and
10201 #           '64B' and
10202 #           '2T1C' and
10203 #           'MRR'"
10204 #  parameters:
10205 #  - "result"
10206 #  - "name"
10207 #  - "tags"
10208 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10209 #  x-axis: "X = CNFs per Service Pipeline"
10210 #  y-axis: "Y = Number of Service Pipelines"
10211 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10212 #  layout:
10213 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10214 #    layout: "plot-service-density"
10215 #
10216 #- type: "plot"
10217 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10218 #  algorithm: "plot_nf_heatmap"
10219 #  output-file-type: ".html"
10220 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
10221 #  data: "plot-vpp-nfv-2n-skx-mrr"
10222 #  filter: "'NIC_Intel-XXV710' and
10223 #           'NF_DENSITY' and
10224 #           'DOCKER' and
10225 #           'PIPELINE' and
10226 #           'NF_VPPIP4' and
10227 #           '64B' and
10228 #           '4T2C' and
10229 #           'MRR'"
10230 #  parameters:
10231 #  - "result"
10232 #  - "name"
10233 #  - "tags"
10234 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10235 #  x-axis: "X = CNFs per Service Pipeline"
10236 #  y-axis: "Y = Number of Service Pipelines"
10237 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10238 #  layout:
10239 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10240 #    layout: "plot-service-density"
10241 #
10242 #- type: "plot"
10243 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10244 #  algorithm: "plot_nf_heatmap"
10245 #  output-file-type: ".html"
10246 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
10247 #  data: "plot-vpp-nfv-2n-skx-mrr"
10248 #  filter: "'NIC_Intel-XXV710' and
10249 #           'NF_DENSITY' and
10250 #           'DOCKER' and
10251 #           'PIPELINE' and
10252 #           'NF_VPPIP4' and
10253 #           '64B' and
10254 #           '8T4C' and
10255 #           'MRR'"
10256 #  parameters:
10257 #  - "result"
10258 #  - "name"
10259 #  - "tags"
10260 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10261 #  x-axis: "X = CNFs per Service Pipeline"
10262 #  y-axis: "Y = Number of Service Pipelines"
10263 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10264 #  layout:
10265 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10266 #    layout: "plot-service-density"
10267 #
10268 ## Plots - NF Density - CSP - MRR IMIX
10269 #- type: "plot"
10270 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10271 #  algorithm: "plot_nf_heatmap"
10272 #  output-file-type: ".html"
10273 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10274 #  data: "plot-vpp-nfv-2n-skx-mrr"
10275 #  filter: "'NIC_Intel-XXV710' and
10276 #           'NF_DENSITY' and
10277 #           'DOCKER' and
10278 #           'PIPELINE' and
10279 #           'NF_VPPIP4' and
10280 #           'IMIX' and
10281 #           '2T1C' and
10282 #           'MRR'"
10283 #  parameters:
10284 #  - "result"
10285 #  - "name"
10286 #  - "tags"
10287 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10288 #  x-axis: "X = CNFs per Service Pipeline"
10289 #  y-axis: "Y = Number of Service Pipelines"
10290 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10291 #  layout:
10292 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10293 #    layout: "plot-service-density"
10294 #
10295 #- type: "plot"
10296 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10297 #  algorithm: "plot_nf_heatmap"
10298 #  output-file-type: ".html"
10299 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10300 #  data: "plot-vpp-nfv-2n-skx-mrr"
10301 #  filter: "'NIC_Intel-XXV710' and
10302 #           'NF_DENSITY' and
10303 #           'DOCKER' and
10304 #           'PIPELINE' and
10305 #           'NF_VPPIP4' and
10306 #           'IMIX' and
10307 #           '4T2C' and
10308 #           'MRR'"
10309 #  parameters:
10310 #  - "result"
10311 #  - "name"
10312 #  - "tags"
10313 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10314 #  x-axis: "X = CNFs per Service Pipeline"
10315 #  y-axis: "Y = Number of Service Pipelines"
10316 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10317 #  layout:
10318 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10319 #    layout: "plot-service-density"
10320 #
10321 #- type: "plot"
10322 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10323 #  algorithm: "plot_nf_heatmap"
10324 #  output-file-type: ".html"
10325 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10326 #  data: "plot-vpp-nfv-2n-skx-mrr"
10327 #  filter: "'NIC_Intel-XXV710' and
10328 #           'NF_DENSITY' and
10329 #           'DOCKER' and
10330 #           'PIPELINE' and
10331 #           'NF_VPPIP4' and
10332 #           'IMIX' and
10333 #           '8T4C' and
10334 #           'MRR'"
10335 #  parameters:
10336 #  - "result"
10337 #  - "name"
10338 #  - "tags"
10339 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10340 #  x-axis: "X = CNFs per Service Pipeline"
10341 #  y-axis: "Y = Number of Service Pipelines"
10342 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10343 #  layout:
10344 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10345 #    layout: "plot-service-density"
10346 #
10347 ## Plots - NF Density - CSP - NDR 64b
10348 #- type: "plot"
10349 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10350 #  algorithm: "plot_nf_heatmap"
10351 #  output-file-type: ".html"
10352 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
10353 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10354 #  filter: "'NIC_Intel-XXV710' and
10355 #           'NF_DENSITY' and
10356 #           'DOCKER' and
10357 #           'PIPELINE' and
10358 #           'NF_VPPIP4' and
10359 #           '64B' and
10360 #           '2T1C' and
10361 #           'NDRPDR'"
10362 #  parameters:
10363 #  - "throughput"
10364 #  - "name"
10365 #  - "tags"
10366 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10367 #  x-axis: "X = CNFs per Service Pipeline"
10368 #  y-axis: "Y = Number of Service Pipelines"
10369 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10370 #  layout:
10371 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10372 #    layout: "plot-service-density"
10373 #
10374 #- type: "plot"
10375 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10376 #  algorithm: "plot_nf_heatmap"
10377 #  output-file-type: ".html"
10378 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
10379 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10380 #  filter: "'NIC_Intel-XXV710' and
10381 #           'NF_DENSITY' and
10382 #           'DOCKER' and
10383 #           'PIPELINE' and
10384 #           'NF_VPPIP4' and
10385 #           '64B' and
10386 #           '4T2C' and
10387 #           'NDRPDR'"
10388 #  parameters:
10389 #  - "throughput"
10390 #  - "name"
10391 #  - "tags"
10392 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10393 #  x-axis: "X = CNFs per Service Pipeline"
10394 #  y-axis: "Y = Number of Service Pipelines"
10395 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10396 #  layout:
10397 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10398 #    layout: "plot-service-density"
10399 #
10400 #- type: "plot"
10401 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10402 #  algorithm: "plot_nf_heatmap"
10403 #  output-file-type: ".html"
10404 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
10405 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10406 #  filter: "'NIC_Intel-XXV710' and
10407 #           'NF_DENSITY' and
10408 #           'DOCKER' and
10409 #           'PIPELINE' and
10410 #           'NF_VPPIP4' and
10411 #           '64B' and
10412 #           '8T4C' and
10413 #           'NDRPDR'"
10414 #  parameters:
10415 #  - "throughput"
10416 #  - "name"
10417 #  - "tags"
10418 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10419 #  x-axis: "X = CNFs per Service Pipeline"
10420 #  y-axis: "Y = Number of Service Pipelines"
10421 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10422 #  layout:
10423 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10424 #    layout: "plot-service-density"
10425 #
10426 ## Plots - NF Density - CSP - NDR IMIX
10427 #- type: "plot"
10428 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10429 #  algorithm: "plot_nf_heatmap"
10430 #  output-file-type: ".html"
10431 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10432 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10433 #  filter: "'NIC_Intel-XXV710' and
10434 #           'NF_DENSITY' and
10435 #           'DOCKER' and
10436 #           'PIPELINE' and
10437 #           'NF_VPPIP4' and
10438 #           'IMIX' and
10439 #           '2T1C' and
10440 #           'NDRPDR'"
10441 #  parameters:
10442 #  - "throughput"
10443 #  - "name"
10444 #  - "tags"
10445 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10446 #  x-axis: "X = CNFs per Service Pipeline"
10447 #  y-axis: "Y = Number of Service Pipelines"
10448 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10449 #  layout:
10450 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10451 #    layout: "plot-service-density"
10452 #
10453 #- type: "plot"
10454 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10455 #  algorithm: "plot_nf_heatmap"
10456 #  output-file-type: ".html"
10457 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10458 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10459 #  filter: "'NIC_Intel-XXV710' and
10460 #           'NF_DENSITY' and
10461 #           'DOCKER' and
10462 #           'PIPELINE' and
10463 #           'NF_VPPIP4' and
10464 #           'IMIX' and
10465 #           '4T2C' and
10466 #           'NDRPDR'"
10467 #  parameters:
10468 #  - "throughput"
10469 #  - "name"
10470 #  - "tags"
10471 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10472 #  x-axis: "X = CNFs per Service Pipeline"
10473 #  y-axis: "Y = Number of Service Pipelines"
10474 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10475 #  layout:
10476 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10477 #    layout: "plot-service-density"
10478 #
10479 #- type: "plot"
10480 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10481 #  algorithm: "plot_nf_heatmap"
10482 #  output-file-type: ".html"
10483 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10484 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10485 #  filter: "'NIC_Intel-XXV710' and
10486 #           'NF_DENSITY' and
10487 #           'DOCKER' and
10488 #           'PIPELINE' and
10489 #           'NF_VPPIP4' and
10490 #           'IMIX' and
10491 #           '8T4C' and
10492 #           'NDRPDR'"
10493 #  parameters:
10494 #  - "throughput"
10495 #  - "name"
10496 #  - "tags"
10497 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10498 #  x-axis: "X = CNFs per Service Pipeline"
10499 #  y-axis: "Y = Number of Service Pipelines"
10500 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10501 #  layout:
10502 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10503 #    layout: "plot-service-density"
10504 #
10505 ## Plots - NF Density - CSP - PDR 64b
10506 #- type: "plot"
10507 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10508 #  algorithm: "plot_nf_heatmap"
10509 #  output-file-type: ".html"
10510 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
10511 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10512 #  filter: "'NIC_Intel-XXV710' and
10513 #           'NF_DENSITY' and
10514 #           'DOCKER' and
10515 #           'PIPELINE' and
10516 #           'NF_VPPIP4' and
10517 #           '64B' and
10518 #           '2T1C' and
10519 #           'NDRPDR'"
10520 #  parameters:
10521 #  - "throughput"
10522 #  - "name"
10523 #  - "tags"
10524 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10525 #  x-axis: "X = CNFs per Service Pipeline"
10526 #  y-axis: "Y = Number of Service Pipelines"
10527 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10528 #  layout:
10529 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10530 #    layout: "plot-service-density"
10531 #
10532 #- type: "plot"
10533 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10534 #  algorithm: "plot_nf_heatmap"
10535 #  output-file-type: ".html"
10536 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
10537 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10538 #  filter: "'NIC_Intel-XXV710' and
10539 #           'NF_DENSITY' and
10540 #           'DOCKER' and
10541 #           'PIPELINE' and
10542 #           'NF_VPPIP4' and
10543 #           '64B' and
10544 #           '4T2C' and
10545 #           'NDRPDR'"
10546 #  parameters:
10547 #  - "throughput"
10548 #  - "name"
10549 #  - "tags"
10550 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10551 #  x-axis: "X = CNFs per Service Pipeline"
10552 #  y-axis: "Y = Number of Service Pipelines"
10553 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10554 #  layout:
10555 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10556 #    layout: "plot-service-density"
10557 #
10558 #- type: "plot"
10559 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10560 #  algorithm: "plot_nf_heatmap"
10561 #  output-file-type: ".html"
10562 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
10563 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10564 #  filter: "'NIC_Intel-XXV710' and
10565 #           'NF_DENSITY' and
10566 #           'DOCKER' and
10567 #           'PIPELINE' and
10568 #           'NF_VPPIP4' and
10569 #           '64B' and
10570 #           '8T4C' and
10571 #           'NDRPDR'"
10572 #  parameters:
10573 #  - "throughput"
10574 #  - "name"
10575 #  - "tags"
10576 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10577 #  x-axis: "X = CNFs per Service Pipeline"
10578 #  y-axis: "Y = Number of Service Pipelines"
10579 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10580 #  layout:
10581 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10582 #    layout: "plot-service-density"
10583 #
10584 ## Plots - NF Density - CSP - PDR IMIX
10585 #- type: "plot"
10586 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10587 #  algorithm: "plot_nf_heatmap"
10588 #  output-file-type: ".html"
10589 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10590 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10591 #  filter: "'NIC_Intel-XXV710' and
10592 #           'NF_DENSITY' and
10593 #           'DOCKER' and
10594 #           'PIPELINE' and
10595 #           'NF_VPPIP4' and
10596 #           'IMIX' and
10597 #           '2T1C' and
10598 #           'NDRPDR'"
10599 #  parameters:
10600 #  - "throughput"
10601 #  - "name"
10602 #  - "tags"
10603 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10604 #  x-axis: "X = CNFs per Service Pipeline"
10605 #  y-axis: "Y = Number of Service Pipelines"
10606 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10607 #  layout:
10608 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10609 #    layout: "plot-service-density"
10610 #
10611 #- type: "plot"
10612 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10613 #  algorithm: "plot_nf_heatmap"
10614 #  output-file-type: ".html"
10615 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10616 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10617 #  filter: "'NIC_Intel-XXV710' and
10618 #           'NF_DENSITY' and
10619 #           'DOCKER' and
10620 #           'PIPELINE' and
10621 #           'NF_VPPIP4' and
10622 #           'IMIX' and
10623 #           '4T2C' and
10624 #           'NDRPDR'"
10625 #  parameters:
10626 #  - "throughput"
10627 #  - "name"
10628 #  - "tags"
10629 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10630 #  x-axis: "X = CNFs per Service Pipeline"
10631 #  y-axis: "Y = Number of Service Pipelines"
10632 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10633 #  layout:
10634 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10635 #    layout: "plot-service-density"
10636 #
10637 #- type: "plot"
10638 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10639 #  algorithm: "plot_nf_heatmap"
10640 #  output-file-type: ".html"
10641 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10642 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10643 #  filter: "'NIC_Intel-XXV710' and
10644 #           'NF_DENSITY' and
10645 #           'DOCKER' and
10646 #           'PIPELINE' and
10647 #           'NF_VPPIP4' and
10648 #           'IMIX' and
10649 #           '8T4C' and
10650 #           'NDRPDR'"
10651 #  parameters:
10652 #  - "throughput"
10653 #  - "name"
10654 #  - "tags"
10655 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10656 #  x-axis: "X = CNFs per Service Pipeline"
10657 #  y-axis: "Y = Number of Service Pipelines"
10658 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10659 #  layout:
10660 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10661 #    layout: "plot-service-density"
10662
10663 ###############################################################################
10664 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10665
10666 - type: "plot"
10667   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10668   algorithm: "plot_nf_heatmap"
10669   output-file-type: ".html"
10670   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10671   data: "plot-vpp-nfv-2n-clx-mrr"
10672   filter: "'NIC_Intel-XXV710' and
10673            'NF_DENSITY' and
10674            'VHOST' and
10675            not 'VXLAN' and
10676            'CHAIN' and
10677            'NF_VPPIP4' and
10678            'IMIX' and
10679            '2T1C' and
10680            'MRR'"
10681   parameters:
10682   - "result"
10683   - "name"
10684   - "tags"
10685   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10686   x-axis: "X = VNFs per Service Chain"
10687   y-axis: "Y = Number of Service Chains"
10688   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10689   layout:
10690     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10691     layout: "plot-service-density"
10692
10693 - type: "plot"
10694   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10695   algorithm: "plot_nf_heatmap"
10696   output-file-type: ".html"
10697   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10698   data: "plot-vpp-nfv-2n-clx-mrr"
10699   filter: "'NIC_Intel-XXV710' and
10700            'NF_DENSITY' and
10701            'VHOST' and
10702            not 'VXLAN' and
10703            'CHAIN' and
10704            'NF_VPPIP4' and
10705            'IMIX' and
10706            '4T2C' and
10707            'MRR'"
10708   parameters:
10709   - "result"
10710   - "name"
10711   - "tags"
10712   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10713   x-axis: "X = VNFs per Service Chain"
10714   y-axis: "Y = Number of Service Chains"
10715   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10716   layout:
10717     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10718     layout: "plot-service-density"
10719
10720 - type: "plot"
10721   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10722   algorithm: "plot_nf_heatmap"
10723   output-file-type: ".html"
10724   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10725   data: "plot-vpp-nfv-2n-clx-mrr"
10726   filter: "'NIC_Intel-XXV710' and
10727            'NF_DENSITY' and
10728            'VHOST' and
10729            not 'VXLAN' and
10730            'CHAIN' and
10731            'NF_VPPIP4' and
10732            'IMIX' and
10733            '8T4C' and
10734            'MRR'"
10735   parameters:
10736   - "result"
10737   - "name"
10738   - "tags"
10739   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10740   x-axis: "X = VNFs per Service Chain"
10741   y-axis: "Y = Number of Service Chains"
10742   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10743   layout:
10744     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10745     layout: "plot-service-density"
10746
10747 # Plots - NF Density - VSC - NDR IMIX
10748 - type: "plot"
10749   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10750   algorithm: "plot_nf_heatmap"
10751   output-file-type: ".html"
10752   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10753   data: "plot-vpp-nfv-2n-clx-ndrpdr"
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            'NDRPDR'"
10763   parameters:
10764   - "throughput"
10765   - "name"
10766   - "tags"
10767   include-tests: "NDR" # "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 NDR) [Mpps]"
10771   layout:
10772     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10773     layout: "plot-service-density"
10774
10775 - type: "plot"
10776   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10777   algorithm: "plot_nf_heatmap"
10778   output-file-type: ".html"
10779   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10780   data: "plot-vpp-nfv-2n-clx-ndrpdr"
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            'NDRPDR'"
10790   parameters:
10791   - "throughput"
10792   - "name"
10793   - "tags"
10794   include-tests: "NDR" # "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 NDR) [Mpps]"
10798   layout:
10799     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10800     layout: "plot-service-density"
10801
10802 - type: "plot"
10803   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10804   algorithm: "plot_nf_heatmap"
10805   output-file-type: ".html"
10806   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10807   data: "plot-vpp-nfv-2n-clx-ndrpdr"
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            'NDRPDR'"
10817   parameters:
10818   - "throughput"
10819   - "name"
10820   - "tags"
10821   include-tests: "NDR" # "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 NDR) [Mpps]"
10825   layout:
10826     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10827     layout: "plot-service-density"
10828
10829 # Plots - NF Density - VSC - PDR IMIX
10830 - type: "plot"
10831   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10832   algorithm: "plot_nf_heatmap"
10833   output-file-type: ".html"
10834   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
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: "PDR" # "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 PDR) [Mpps]"
10853   layout:
10854     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10855     layout: "plot-service-density"
10856
10857 - type: "plot"
10858   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10859   algorithm: "plot_nf_heatmap"
10860   output-file-type: ".html"
10861   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
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: "PDR" # "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 PDR) [Mpps]"
10880   layout:
10881     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10882     layout: "plot-service-density"
10883
10884 - type: "plot"
10885   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10886   algorithm: "plot_nf_heatmap"
10887   output-file-type: ".html"
10888   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
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: "PDR" # "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 PDR) [Mpps]"
10907   layout:
10908     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10909     layout: "plot-service-density"
10910
10911 # Plots - NF Density - VSC - MRR IMIX
10912 - type: "plot"
10913   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10914   algorithm: "plot_nf_heatmap"
10915   output-file-type: ".html"
10916   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10917   data: "plot-vpp-nfv-2n-clx-mrr"
10918   filter: "'NIC_Intel-XXV710' and
10919            'NF_DENSITY' and
10920            'VHOST' and
10921            'VXLAN' and
10922            'CHAIN' and
10923            'IMIX' and
10924            '2T1C' and
10925            'MRR'"
10926   parameters:
10927   - "result"
10928   - "name"
10929   - "tags"
10930   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10931   x-axis: "X = VNFs per Service Chain"
10932   y-axis: "Y = Number of Service Chains"
10933   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10934   layout:
10935     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10936     layout: "plot-service-density"
10937
10938 - type: "plot"
10939   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10940   algorithm: "plot_nf_heatmap"
10941   output-file-type: ".html"
10942   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10943   data: "plot-vpp-nfv-2n-clx-mrr"
10944   filter: "'NIC_Intel-XXV710' and
10945            'NF_DENSITY' and
10946            'VHOST' and
10947            'VXLAN' and
10948            'CHAIN' and
10949            'IMIX' and
10950            '4T2C' and
10951            'MRR'"
10952   parameters:
10953   - "result"
10954   - "name"
10955   - "tags"
10956   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10957   x-axis: "X = VNFs per Service Chain"
10958   y-axis: "Y = Number of Service Chains"
10959   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10960   layout:
10961     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10962     layout: "plot-service-density"
10963
10964 - type: "plot"
10965   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10966   algorithm: "plot_nf_heatmap"
10967   output-file-type: ".html"
10968   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10969   data: "plot-vpp-nfv-2n-clx-mrr"
10970   filter: "'NIC_Intel-XXV710' and
10971            'NF_DENSITY' and
10972            'VHOST' and
10973            'VXLAN' and
10974            'CHAIN' and
10975            'IMIX' and
10976            '8T4C' and
10977            'MRR'"
10978   parameters:
10979   - "result"
10980   - "name"
10981   - "tags"
10982   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10983   x-axis: "X = VNFs per Service Chain"
10984   y-axis: "Y = Number of Service Chains"
10985   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10986   layout:
10987     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10988     layout: "plot-service-density"
10989
10990 # Plots - NF Density - VSC - NDR IMIX
10991 - type: "plot"
10992   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10993   algorithm: "plot_nf_heatmap"
10994   output-file-type: ".html"
10995   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10996   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10997   filter: "'NIC_Intel-XXV710' and
10998            'NF_DENSITY' and
10999            'VHOST' and
11000            'VXLAN' and
11001            'CHAIN' and
11002            'IMIX' and
11003            '2T1C' and
11004            'NDRPDR'"
11005   parameters:
11006   - "throughput"
11007   - "name"
11008   - "tags"
11009   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11010   x-axis: "X = VNFs per Service Chain"
11011   y-axis: "Y = Number of Service Chains"
11012   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11013   layout:
11014     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11015     layout: "plot-service-density"
11016
11017 - type: "plot"
11018   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11019   algorithm: "plot_nf_heatmap"
11020   output-file-type: ".html"
11021   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
11022   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11023   filter: "'NIC_Intel-XXV710' and
11024            'NF_DENSITY' and
11025            'VHOST' and
11026            'VXLAN' and
11027            'CHAIN' and
11028            'IMIX' and
11029            '4T2C' and
11030            'NDRPDR'"
11031   parameters:
11032   - "throughput"
11033   - "name"
11034   - "tags"
11035   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11036   x-axis: "X = VNFs per Service Chain"
11037   y-axis: "Y = Number of Service Chains"
11038   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11039   layout:
11040     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11041     layout: "plot-service-density"
11042
11043 - type: "plot"
11044   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11045   algorithm: "plot_nf_heatmap"
11046   output-file-type: ".html"
11047   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
11048   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11049   filter: "'NIC_Intel-XXV710' and
11050            'NF_DENSITY' and
11051            'VHOST' and
11052            'VXLAN' and
11053            'CHAIN' and
11054            'IMIX' and
11055            '8T4C' and
11056            'NDRPDR'"
11057   parameters:
11058   - "throughput"
11059   - "name"
11060   - "tags"
11061   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11062   x-axis: "X = VNFs per Service Chain"
11063   y-axis: "Y = Number of Service Chains"
11064   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11065   layout:
11066     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11067     layout: "plot-service-density"
11068
11069 # Plots - NF Density - VSC - PDR IMIX
11070 - type: "plot"
11071   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11072   algorithm: "plot_nf_heatmap"
11073   output-file-type: ".html"
11074   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11075   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11076   filter: "'NIC_Intel-XXV710' and
11077            'NF_DENSITY' and
11078            'VHOST' and
11079            'VXLAN' and
11080            'CHAIN' and
11081            'IMIX' and
11082            '2T1C' and
11083            'NDRPDR'"
11084   parameters:
11085   - "throughput"
11086   - "name"
11087   - "tags"
11088   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11089   x-axis: "X = VNFs per Service Chain"
11090   y-axis: "Y = Number of Service Chains"
11091   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11092   layout:
11093     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11094     layout: "plot-service-density"
11095
11096 - type: "plot"
11097   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11098   algorithm: "plot_nf_heatmap"
11099   output-file-type: ".html"
11100   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11101   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11102   filter: "'NIC_Intel-XXV710' and
11103            'NF_DENSITY' and
11104            'VHOST' and
11105            'VXLAN' and
11106            'CHAIN' and
11107            'IMIX' and
11108            '4T2C' and
11109            'NDRPDR'"
11110   parameters:
11111   - "throughput"
11112   - "name"
11113   - "tags"
11114   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11115   x-axis: "X = VNFs per Service Chain"
11116   y-axis: "Y = Number of Service Chains"
11117   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11118   layout:
11119     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11120     layout: "plot-service-density"
11121
11122 - type: "plot"
11123   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11124   algorithm: "plot_nf_heatmap"
11125   output-file-type: ".html"
11126   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11127   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11128   filter: "'NIC_Intel-XXV710' and
11129            'NF_DENSITY' and
11130            'VHOST' and
11131            'VXLAN' and
11132            'CHAIN' and
11133            'IMIX' and
11134            '8T4C' and
11135            'NDRPDR'"
11136   parameters:
11137   - "throughput"
11138   - "name"
11139   - "tags"
11140   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11141   x-axis: "X = VNFs per Service Chain"
11142   y-axis: "Y = Number of Service Chains"
11143   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11144   layout:
11145     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11146     layout: "plot-service-density"
11147
11148 # Plots - NF Density - CSC - MRR IMIX
11149 - type: "plot"
11150   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11151   algorithm: "plot_nf_heatmap"
11152   output-file-type: ".html"
11153   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11154   data: "plot-vpp-nfv-2n-clx-mrr"
11155   filter: "'NIC_Intel-XXV710' and
11156            'NF_DENSITY' and
11157            'DOCKER' and
11158            'CHAIN' and
11159            'NF_VPPIP4' and
11160            'IMIX' and
11161            '2T1C' and
11162            'MRR'"
11163   parameters:
11164   - "result"
11165   - "name"
11166   - "tags"
11167   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11168   x-axis: "X = CNFs per Service Chain"
11169   y-axis: "Y = Number of Service Chains"
11170   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11171   layout:
11172     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11173     layout: "plot-service-density"
11174
11175 - type: "plot"
11176   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11177   algorithm: "plot_nf_heatmap"
11178   output-file-type: ".html"
11179   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11180   data: "plot-vpp-nfv-2n-clx-mrr"
11181   filter: "'NIC_Intel-XXV710' and
11182            'NF_DENSITY' and
11183            'DOCKER' and
11184            'CHAIN' and
11185            'NF_VPPIP4' and
11186            'IMIX' and
11187            '4T2C' and
11188            'MRR'"
11189   parameters:
11190   - "result"
11191   - "name"
11192   - "tags"
11193   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11194   x-axis: "X = CNFs per Service Chain"
11195   y-axis: "Y = Number of Service Chains"
11196   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11197   layout:
11198     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11199     layout: "plot-service-density"
11200
11201 - type: "plot"
11202   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11203   algorithm: "plot_nf_heatmap"
11204   output-file-type: ".html"
11205   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11206   data: "plot-vpp-nfv-2n-clx-mrr"
11207   filter: "'NIC_Intel-XXV710' and
11208            'NF_DENSITY' and
11209            'DOCKER' and
11210            'CHAIN' and
11211            'NF_VPPIP4' and
11212            'IMIX' and
11213            '8T4C' and
11214            'MRR'"
11215   parameters:
11216   - "result"
11217   - "name"
11218   - "tags"
11219   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11220   x-axis: "X = CNFs per Service Chain"
11221   y-axis: "Y = Number of Service Chains"
11222   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11223   layout:
11224     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11225     layout: "plot-service-density"
11226
11227 # Plots - NF Density - CSC - NDR IMIX
11228 - type: "plot"
11229   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11230   algorithm: "plot_nf_heatmap"
11231   output-file-type: ".html"
11232   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11233   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11234   filter: "'NIC_Intel-XXV710' and
11235            'NF_DENSITY' and
11236            'DOCKER' and
11237            'CHAIN' and
11238            'NF_VPPIP4' and
11239            'IMIX' and
11240            '2T1C' and
11241            'NDRPDR'"
11242   parameters:
11243   - "throughput"
11244   - "name"
11245   - "tags"
11246   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11247   x-axis: "X = CNFs per Service Chain"
11248   y-axis: "Y = Number of Service Chains"
11249   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11250   layout:
11251     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11252     layout: "plot-service-density"
11253
11254 - type: "plot"
11255   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11256   algorithm: "plot_nf_heatmap"
11257   output-file-type: ".html"
11258   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11259   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11260   filter: "'NIC_Intel-XXV710' and
11261            'NF_DENSITY' and
11262            'DOCKER' and
11263            'CHAIN' and
11264            'NF_VPPIP4' and
11265            'IMIX' and
11266            '4T2C' and
11267            'NDRPDR'"
11268   parameters:
11269   - "throughput"
11270   - "name"
11271   - "tags"
11272   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11273   x-axis: "X = CNFs per Service Chain"
11274   y-axis: "Y = Number of Service Chains"
11275   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11276   layout:
11277     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11278     layout: "plot-service-density"
11279
11280 - type: "plot"
11281   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11282   algorithm: "plot_nf_heatmap"
11283   output-file-type: ".html"
11284   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11285   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11286   filter: "'NIC_Intel-XXV710' and
11287            'NF_DENSITY' and
11288            'DOCKER' and
11289            'CHAIN' and
11290            'NF_VPPIP4' and
11291            'IMIX' and
11292            '8T4C' and
11293            'NDRPDR'"
11294   parameters:
11295   - "throughput"
11296   - "name"
11297   - "tags"
11298   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11299   x-axis: "X = CNFs per Service Chain"
11300   y-axis: "Y = Number of Service Chains"
11301   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11302   layout:
11303     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11304     layout: "plot-service-density"
11305
11306 # Plots - NF Density - CSC - PDR IMIX
11307 - type: "plot"
11308   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11309   algorithm: "plot_nf_heatmap"
11310   output-file-type: ".html"
11311   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11312   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11313   filter: "'NIC_Intel-XXV710' and
11314            'NF_DENSITY' and
11315            'DOCKER' and
11316            'CHAIN' and
11317            'NF_VPPIP4' and
11318            'IMIX' and
11319            '2T1C' and
11320            'NDRPDR'"
11321   parameters:
11322   - "throughput"
11323   - "name"
11324   - "tags"
11325   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11326   x-axis: "X = CNFs per Service Chain"
11327   y-axis: "Y = Number of Service Chains"
11328   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11329   layout:
11330     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11331     layout: "plot-service-density"
11332
11333 - type: "plot"
11334   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11335   algorithm: "plot_nf_heatmap"
11336   output-file-type: ".html"
11337   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11338   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11339   filter: "'NIC_Intel-XXV710' and
11340            'NF_DENSITY' and
11341            'DOCKER' and
11342            'CHAIN' and
11343            'NF_VPPIP4' and
11344            'IMIX' and
11345            '4T2C' and
11346            'NDRPDR'"
11347   parameters:
11348   - "throughput"
11349   - "name"
11350   - "tags"
11351   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11352   x-axis: "X = CNFs per Service Chain"
11353   y-axis: "Y = Number of Service Chains"
11354   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11355   layout:
11356     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11357     layout: "plot-service-density"
11358
11359 - type: "plot"
11360   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11361   algorithm: "plot_nf_heatmap"
11362   output-file-type: ".html"
11363   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11364   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11365   filter: "'NIC_Intel-XXV710' and
11366            'NF_DENSITY' and
11367            'DOCKER' and
11368            'CHAIN' and
11369            'NF_VPPIP4' and
11370            'IMIX' and
11371            '8T4C' and
11372            'NDRPDR'"
11373   parameters:
11374   - "throughput"
11375   - "name"
11376   - "tags"
11377   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11378   x-axis: "X = CNFs per Service Chain"
11379   y-axis: "Y = Number of Service Chains"
11380   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11381   layout:
11382     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11383     layout: "plot-service-density"
11384
11385 # Plots - NF Density - CSP - MRR IMIX
11386 - type: "plot"
11387   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11388   algorithm: "plot_nf_heatmap"
11389   output-file-type: ".html"
11390   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11391   data: "plot-vpp-nfv-2n-clx-mrr"
11392   filter: "'NIC_Intel-XXV710' and
11393            'NF_DENSITY' and
11394            'DOCKER' and
11395            'PIPELINE' and
11396            'NF_VPPIP4' and
11397            'IMIX' and
11398            '2T1C' and
11399            'MRR'"
11400   parameters:
11401   - "result"
11402   - "name"
11403   - "tags"
11404   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11405   x-axis: "X = CNFs per Service Pipeline"
11406   y-axis: "Y = Number of Service Pipelines"
11407   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11408   layout:
11409     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11410     layout: "plot-service-density"
11411
11412 - type: "plot"
11413   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11414   algorithm: "plot_nf_heatmap"
11415   output-file-type: ".html"
11416   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11417   data: "plot-vpp-nfv-2n-clx-mrr"
11418   filter: "'NIC_Intel-XXV710' and
11419            'NF_DENSITY' and
11420            'DOCKER' and
11421            'PIPELINE' and
11422            'NF_VPPIP4' and
11423            'IMIX' and
11424            '4T2C' and
11425            'MRR'"
11426   parameters:
11427   - "result"
11428   - "name"
11429   - "tags"
11430   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11431   x-axis: "X = CNFs per Service Pipeline"
11432   y-axis: "Y = Number of Service Pipelines"
11433   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11434   layout:
11435     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11436     layout: "plot-service-density"
11437
11438 - type: "plot"
11439   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11440   algorithm: "plot_nf_heatmap"
11441   output-file-type: ".html"
11442   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11443   data: "plot-vpp-nfv-2n-clx-mrr"
11444   filter: "'NIC_Intel-XXV710' and
11445            'NF_DENSITY' and
11446            'DOCKER' and
11447            'PIPELINE' and
11448            'NF_VPPIP4' and
11449            'IMIX' and
11450            '8T4C' and
11451            'MRR'"
11452   parameters:
11453   - "result"
11454   - "name"
11455   - "tags"
11456   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11457   x-axis: "X = CNFs per Service Pipeline"
11458   y-axis: "Y = Number of Service Pipelines"
11459   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11460   layout:
11461     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11462     layout: "plot-service-density"
11463
11464 # Plots - NF Density - CSP - NDR IMIX
11465 - type: "plot"
11466   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11467   algorithm: "plot_nf_heatmap"
11468   output-file-type: ".html"
11469   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11470   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11471   filter: "'NIC_Intel-XXV710' and
11472            'NF_DENSITY' and
11473            'DOCKER' and
11474            'PIPELINE' and
11475            'NF_VPPIP4' and
11476            'IMIX' and
11477            '2T1C' and
11478            'NDRPDR'"
11479   parameters:
11480   - "throughput"
11481   - "name"
11482   - "tags"
11483   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11484   x-axis: "X = CNFs per Service Pipeline"
11485   y-axis: "Y = Number of Service Pipelines"
11486   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11487   layout:
11488     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11489     layout: "plot-service-density"
11490
11491 - type: "plot"
11492   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11493   algorithm: "plot_nf_heatmap"
11494   output-file-type: ".html"
11495   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11496   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11497   filter: "'NIC_Intel-XXV710' and
11498            'NF_DENSITY' and
11499            'DOCKER' and
11500            'PIPELINE' and
11501            'NF_VPPIP4' and
11502            'IMIX' and
11503            '4T2C' and
11504            'NDRPDR'"
11505   parameters:
11506   - "throughput"
11507   - "name"
11508   - "tags"
11509   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11510   x-axis: "X = CNFs per Service Pipeline"
11511   y-axis: "Y = Number of Service Pipelines"
11512   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11513   layout:
11514     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11515     layout: "plot-service-density"
11516
11517 - type: "plot"
11518   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11519   algorithm: "plot_nf_heatmap"
11520   output-file-type: ".html"
11521   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11522   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11523   filter: "'NIC_Intel-XXV710' and
11524            'NF_DENSITY' and
11525            'DOCKER' and
11526            'PIPELINE' and
11527            'NF_VPPIP4' and
11528            'IMIX' and
11529            '8T4C' and
11530            'NDRPDR'"
11531   parameters:
11532   - "throughput"
11533   - "name"
11534   - "tags"
11535   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11536   x-axis: "X = CNFs per Service Pipeline"
11537   y-axis: "Y = Number of Service Pipelines"
11538   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11539   layout:
11540     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11541     layout: "plot-service-density"
11542
11543 # Plots - NF Density - CSP - PDR IMIX
11544 - type: "plot"
11545   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11546   algorithm: "plot_nf_heatmap"
11547   output-file-type: ".html"
11548   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11549   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11550   filter: "'NIC_Intel-XXV710' and
11551            'NF_DENSITY' and
11552            'DOCKER' and
11553            'PIPELINE' and
11554            'NF_VPPIP4' and
11555            'IMIX' and
11556            '2T1C' and
11557            'NDRPDR'"
11558   parameters:
11559   - "throughput"
11560   - "name"
11561   - "tags"
11562   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11563   x-axis: "X = CNFs per Service Pipeline"
11564   y-axis: "Y = Number of Service Pipelines"
11565   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11566   layout:
11567     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11568     layout: "plot-service-density"
11569
11570 - type: "plot"
11571   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11572   algorithm: "plot_nf_heatmap"
11573   output-file-type: ".html"
11574   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11575   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11576   filter: "'NIC_Intel-XXV710' and
11577            'NF_DENSITY' and
11578            'DOCKER' and
11579            'PIPELINE' and
11580            'NF_VPPIP4' and
11581            'IMIX' and
11582            '4T2C' and
11583            'NDRPDR'"
11584   parameters:
11585   - "throughput"
11586   - "name"
11587   - "tags"
11588   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11589   x-axis: "X = CNFs per Service Pipeline"
11590   y-axis: "Y = Number of Service Pipelines"
11591   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11592   layout:
11593     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11594     layout: "plot-service-density"
11595
11596 - type: "plot"
11597   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11598   algorithm: "plot_nf_heatmap"
11599   output-file-type: ".html"
11600   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11601   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11602   filter: "'NIC_Intel-XXV710' and
11603            'NF_DENSITY' and
11604            'DOCKER' and
11605            'PIPELINE' and
11606            'NF_VPPIP4' and
11607            'IMIX' and
11608            '8T4C' and
11609            'NDRPDR'"
11610   parameters:
11611   - "throughput"
11612   - "name"
11613   - "tags"
11614   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11615   x-axis: "X = CNFs per Service Pipeline"
11616   y-axis: "Y = Number of Service Pipelines"
11617   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11618   layout:
11619     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11620     layout: "plot-service-density"
11621
11622 ################################################################################
11623
11624 # Packet Throughput
11625
11626 - type: "plot"
11627   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11628   algorithm: "plot_perf_box_name"
11629   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11630   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11631   include:
11632     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11633     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11634     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11635     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11636   layout:
11637     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11638     layout: "plot-throughput"
11639
11640 - type: "plot"
11641   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11642   algorithm: "plot_perf_box_name"
11643   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11644   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11645   include:
11646     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11647     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11648     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11649     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11650   layout:
11651     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11652     layout: "plot-throughput"
11653
11654 - type: "plot"
11655   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11656   algorithm: "plot_perf_box_name"
11657   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11658   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11659   include:
11660     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11661     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11662     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11663     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11664   layout:
11665     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11666     layout: "plot-throughput"
11667
11668 - type: "plot"
11669   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11670   algorithm: "plot_perf_box_name"
11671   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11672   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11673   include:
11674     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11675     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11676     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11677     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11678   layout:
11679     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11680     layout: "plot-throughput"
11681
11682 - type: "plot"
11683   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11684   algorithm: "plot_perf_box_name"
11685   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11686   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11687   include:
11688     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
11689     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
11690     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11691     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11692     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11693   layout:
11694     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11695     layout: "plot-throughput"
11696
11697 - type: "plot"
11698   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11699   algorithm: "plot_perf_box_name"
11700   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11701   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11702   include:
11703     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11704     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11705     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11706     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11707     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11708   layout:
11709     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11710     layout: "plot-throughput"
11711
11712 - type: "plot"
11713   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11714   algorithm: "plot_perf_box_name"
11715   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11716   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11717   include:
11718     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11719     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11720     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11721     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11722     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11723   layout:
11724     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11725     layout: "plot-throughput"
11726
11727 - type: "plot"
11728   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11729   algorithm: "plot_perf_box_name"
11730   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11731   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11732   include:
11733     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11734     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11735     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11736     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11737     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11738   layout:
11739     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11740     layout: "plot-throughput"
11741
11742 - type: "plot"
11743   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11744   algorithm: "plot_perf_box_name"
11745   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11746   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11747   include:
11748     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11749     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11750     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11751     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11752     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11753   layout:
11754     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11755     layout: "plot-throughput"
11756
11757 - type: "plot"
11758   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11759   algorithm: "plot_perf_box_name"
11760   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11761   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11762   include:
11763     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11764     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11765     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11766     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11767     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11768   layout:
11769     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11770     layout: "plot-throughput"
11771
11772 - type: "plot"
11773   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11774   algorithm: "plot_perf_box_name"
11775   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11776   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11777   include:
11778     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11779     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11780     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11781     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11782     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11783     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11784   layout:
11785     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11786     layout: "plot-throughput"
11787
11788 - type: "plot"
11789   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11790   algorithm: "plot_perf_box_name"
11791   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11792   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11793   include:
11794     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11795     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11796     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11797     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11798     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11799     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11800   layout:
11801     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11802     layout: "plot-throughput"
11803
11804 - type: "plot"
11805   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11806   algorithm: "plot_perf_box_name"
11807   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11808   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11809   include:
11810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11815   layout:
11816     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11817     layout: "plot-throughput"
11818
11819 - type: "plot"
11820   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11821   algorithm: "plot_perf_box_name"
11822   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11823   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11824   include:
11825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11830   layout:
11831     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11832     layout: "plot-throughput"
11833
11834 - type: "plot"
11835   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11836   algorithm: "plot_perf_box_name"
11837   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11838   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11839   include:
11840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11842     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11843   layout:
11844     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11845     layout: "plot-throughput"
11846
11847 - type: "plot"
11848   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11849   algorithm: "plot_perf_box_name"
11850   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11851   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11852   include:
11853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11856   layout:
11857     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11858     layout: "plot-throughput"
11859
11860 - type: "plot"
11861   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11862   algorithm: "plot_perf_box_name"
11863   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11864   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11865   include:
11866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11871   layout:
11872     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11873     layout: "plot-throughput"
11874
11875 - type: "plot"
11876   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11877   algorithm: "plot_perf_box_name"
11878   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11879   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11880   include:
11881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11882     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11886   layout:
11887     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11888     layout: "plot-throughput"
11889
11890 - type: "plot"
11891   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11892   algorithm: "plot_perf_box_name"
11893   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11894   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11895   include:
11896     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11899   layout:
11900     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11901     layout: "plot-throughput"
11902
11903 - type: "plot"
11904   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11905   algorithm: "plot_perf_box_name"
11906   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11907   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11908   include:
11909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11910     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11912   layout:
11913     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11914     layout: "plot-throughput"
11915
11916 - type: "plot"
11917   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11918   algorithm: "plot_perf_box_name"
11919   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11920   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11921   include:
11922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11925     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11928   layout:
11929     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11930     layout: "plot-throughput"
11931
11932 - type: "plot"
11933   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11934   algorithm: "plot_perf_box_name"
11935   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11936   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11937   include:
11938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11942     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11944   layout:
11945     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11946     layout: "plot-throughput"
11947
11948 - type: "plot"
11949   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11950   algorithm: "plot_perf_box_name"
11951   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11952   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11953   include:
11954     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11955     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11958     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11960   layout:
11961     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11962     layout: "plot-throughput"
11963
11964 - type: "plot"
11965   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11966   algorithm: "plot_perf_box_name"
11967   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11968   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11969   include:
11970     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11971     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11972     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11973     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11976   layout:
11977     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11978     layout: "plot-throughput"
11979
11980 - type: "plot"
11981   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11982   algorithm: "plot_perf_box_name"
11983   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11984   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11985   include:
11986     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11987     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11988     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11989   layout:
11990     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11991     layout: "plot-throughput"
11992
11993 - type: "plot"
11994   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11995   algorithm: "plot_perf_box_name"
11996   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11997   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11998   include:
11999     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12000     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12001     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12002   layout:
12003     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12004     layout: "plot-throughput"
12005
12006 - type: "plot"
12007   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12008   algorithm: "plot_perf_box_name"
12009   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12010   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12011   include:
12012     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12013     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12014     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12015 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12016 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12017   layout:
12018     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12019     layout: "plot-throughput"
12020
12021 - type: "plot"
12022   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12023   algorithm: "plot_perf_box_name"
12024   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12025   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12026   include:
12027     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12028     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12029     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12030 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12031 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12032   layout:
12033     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12034     layout: "plot-throughput"
12035
12036 - type: "plot"
12037   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12038   algorithm: "plot_perf_box_name"
12039   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12040   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12041   include:
12042     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12043     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12044     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12045     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12046     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12047   layout:
12048     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12049     layout: "plot-throughput"
12050
12051 - type: "plot"
12052   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12053   algorithm: "plot_perf_box_name"
12054   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12055   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12056   include:
12057     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12058     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12059     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12060     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12061     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12062   layout:
12063     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12064     layout: "plot-throughput"
12065
12066 - type: "plot"
12067   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12068   algorithm: "plot_perf_box_name"
12069   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12070   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12071   include:
12072     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12073     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12074     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12075     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12076     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12077   layout:
12078     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12079     layout: "plot-throughput"
12080
12081 - type: "plot"
12082   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12083   algorithm: "plot_perf_box_name"
12084   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12085   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12086   include:
12087     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12088     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12089     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12090     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12091     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12092   layout:
12093     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12094     layout: "plot-throughput"
12095
12096 - type: "plot"
12097   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12098   algorithm: "plot_perf_box_name"
12099   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12100   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12101   include:
12102     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12103     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12104     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12105     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12106     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12107     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12108   layout:
12109     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12110     layout: "plot-throughput"
12111
12112 - type: "plot"
12113   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12114   algorithm: "plot_perf_box_name"
12115   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12116   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12117   include:
12118     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12119     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12120     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12121     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12122     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12123     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12124   layout:
12125     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12126     layout: "plot-throughput"
12127
12128 - type: "plot"
12129   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12130   algorithm: "plot_perf_box_name"
12131   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12132   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12133   include:
12134     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12135     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12136     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12137     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12138     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12139     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12140   layout:
12141     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12142     layout: "plot-throughput"
12143
12144 - type: "plot"
12145   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12146   algorithm: "plot_perf_box_name"
12147   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12148   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12149   include:
12150     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12151     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12152     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12153     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12154     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12155     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12156   layout:
12157     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12158     layout: "plot-throughput"
12159
12160 - type: "plot"
12161   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12162   algorithm: "plot_perf_box_name"
12163   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12164   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12165   include:
12166     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12167     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12168     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12169     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12170     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12171   layout:
12172     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12173     layout: "plot-throughput"
12174
12175 - type: "plot"
12176   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12177   algorithm: "plot_perf_box_name"
12178   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12179   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12180   include:
12181     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12182     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12183     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12184     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12185     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12186   layout:
12187     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12188     layout: "plot-throughput"
12189
12190 - type: "plot"
12191   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12192   algorithm: "plot_perf_box_name"
12193   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12194   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12195   include:
12196     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12197     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12198     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12199     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12200     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12201     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12202   layout:
12203     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12204     layout: "plot-throughput"
12205
12206 - type: "plot"
12207   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12208   algorithm: "plot_perf_box_name"
12209   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12210   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12211   include:
12212     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12213     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12214     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12215     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12216     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12217     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12218   layout:
12219     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12220     layout: "plot-throughput"
12221
12222 - type: "plot"
12223   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12224   algorithm: "plot_perf_box_name"
12225   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12226   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12227   include:
12228     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12229     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12230     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12231     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12232     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12233   layout:
12234     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12235     layout: "plot-throughput"
12236
12237 - type: "plot"
12238   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12239   algorithm: "plot_perf_box_name"
12240   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12241   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12242   include:
12243     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12244     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12245     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12246     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12247     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12248   layout:
12249     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12250     layout: "plot-throughput"
12251
12252 - type: "plot"
12253   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12254   algorithm: "plot_perf_box_name"
12255   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12256   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12257   include:
12258     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12259     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12260     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12261     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12262     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12263     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12264   layout:
12265     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12266     layout: "plot-throughput"
12267
12268 - type: "plot"
12269   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12270   algorithm: "plot_perf_box_name"
12271   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12272   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12273   include:
12274     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12275     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12276     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12277     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12278     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12279     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12280   layout:
12281     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12282     layout: "plot-throughput"
12283
12284 - type: "plot"
12285   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12286   algorithm: "plot_perf_box_name"
12287   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12288   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12289   include:
12290     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12291     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12292     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12293     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12294     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12295   layout:
12296     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12297     layout: "plot-throughput"
12298
12299 - type: "plot"
12300   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12301   algorithm: "plot_perf_box_name"
12302   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12303   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12304   include:
12305     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12306     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12307     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12308     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12309     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12310   layout:
12311     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12312     layout: "plot-throughput"
12313
12314 - type: "plot"
12315   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12316   algorithm: "plot_perf_box_name"
12317   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12318   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12319   include:
12320     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12321     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12322     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12323     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12324     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12325     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12326   layout:
12327     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12328     layout: "plot-throughput"
12329
12330 - type: "plot"
12331   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12332   algorithm: "plot_perf_box_name"
12333   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12334   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12335   include:
12336     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12337     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12338     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12339     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12340     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12341     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12342   layout:
12343     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12344     layout: "plot-throughput"
12345
12346 - type: "plot"
12347   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12348   algorithm: "plot_perf_box_name"
12349   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12350   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12351   include:
12352     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12353     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12354   layout:
12355     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12356     layout: "plot-throughput"
12357
12358 - type: "plot"
12359   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12360   algorithm: "plot_perf_box_name"
12361   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12362   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12363   include:
12364     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12365     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12366   layout:
12367     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12368     layout: "plot-throughput"
12369
12370 - type: "plot"
12371   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12372   algorithm: "plot_perf_box_name"
12373   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12374   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12375   include:
12376     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12377     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12378     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12379     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12380   layout:
12381     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12382     layout: "plot-throughput"
12383
12384 - type: "plot"
12385   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12386   algorithm: "plot_perf_box_name"
12387   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12388   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12389   include:
12390     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12391     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12392     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12393     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12394   layout:
12395     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12396     layout: "plot-throughput"
12397
12398 - type: "plot"
12399   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12400   algorithm: "plot_perf_box_name"
12401   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12402   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12403   include:
12404     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12405     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12406     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12407     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12408   layout:
12409     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12410     layout: "plot-throughput"
12411
12412 - type: "plot"
12413   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12414   algorithm: "plot_perf_box_name"
12415   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12416   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12417   include:
12418     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12419     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12420     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12421     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12422   layout:
12423     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12424     layout: "plot-throughput"
12425
12426 - type: "plot"
12427   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12428   algorithm: "plot_perf_box_name"
12429   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12430   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12431   include:
12432     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12433     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12434     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12435     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12436   layout:
12437     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12438     layout: "plot-throughput"
12439
12440 - type: "plot"
12441   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12442   algorithm: "plot_perf_box_name"
12443   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12444   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12445   include:
12446     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12447     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12448     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12449     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12450   layout:
12451     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12452     layout: "plot-throughput"
12453
12454 - type: "plot"
12455   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12456   algorithm: "plot_perf_box_name"
12457   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12458   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12459   include:
12460     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12461     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12462     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12463     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12464   layout:
12465     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12466     layout: "plot-throughput"
12467
12468 - type: "plot"
12469   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12470   algorithm: "plot_perf_box_name"
12471   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12472   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12473   include:
12474     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12475     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12476     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12477     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12478   layout:
12479     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12480     layout: "plot-throughput"
12481
12482 - type: "plot"
12483   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12484   algorithm: "plot_perf_box_name"
12485   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12486   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12487   include:
12488     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12489     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12490     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12491     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12492     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12493     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12494   layout:
12495     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12496     layout: "plot-throughput"
12497
12498 - type: "plot"
12499   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12500   algorithm: "plot_perf_box_name"
12501   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12502   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12503   include:
12504     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12505     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12506     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12507     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12508     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12509     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12510   layout:
12511     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12512     layout: "plot-throughput"
12513
12514 - type: "plot"
12515   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12516   algorithm: "plot_perf_box_name"
12517   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12518   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12519   include:
12520     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12521     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12522     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12523     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12524     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12525   layout:
12526     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12527     layout: "plot-throughput"
12528
12529 - type: "plot"
12530   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12531   algorithm: "plot_perf_box_name"
12532   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12533   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12534   include:
12535     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12536     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12537     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12538     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12539     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12540   layout:
12541     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12542     layout: "plot-throughput"
12543
12544 - type: "plot"
12545   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12546   algorithm: "plot_perf_box_name"
12547   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12548   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12549   include:
12550     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12551     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12552     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12553     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12554     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12555   layout:
12556     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12557     layout: "plot-throughput"
12558
12559 - type: "plot"
12560   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12561   algorithm: "plot_perf_box_name"
12562   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12563   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12564   include:
12565     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12566     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12567     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12568     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12569     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12570   layout:
12571     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12572     layout: "plot-throughput"
12573
12574 - type: "plot"
12575   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12576   algorithm: "plot_perf_box_name"
12577   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12578   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12579   include:
12580     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12581     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12582     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12583   layout:
12584     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12585     layout: "plot-throughput"
12586
12587 - type: "plot"
12588   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12589   algorithm: "plot_perf_box_name"
12590   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12591   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12592   include:
12593     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12594     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12595     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12596   layout:
12597     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12598     layout: "plot-throughput"
12599
12600 - type: "plot"
12601   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12602   algorithm: "plot_perf_box_name"
12603   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12604   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12605   include:
12606     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12607     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12608     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12609   layout:
12610     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12611     layout: "plot-throughput"
12612
12613 - type: "plot"
12614   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12615   algorithm: "plot_perf_box_name"
12616   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12617   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12618   include:
12619     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12620     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12621     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12622   layout:
12623     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12624     layout: "plot-throughput"
12625
12626 - type: "plot"
12627   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12628   algorithm: "plot_perf_box_name"
12629   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12630   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12631   include:
12632     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12633     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12634     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12635     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12636     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12637   layout:
12638     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12639     layout: "plot-throughput"
12640
12641 - type: "plot"
12642   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12643   algorithm: "plot_perf_box_name"
12644   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12645   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12646   include:
12647     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12648     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12649     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12650     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12651     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12652   layout:
12653     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12654     layout: "plot-throughput"
12655
12656 - type: "plot"
12657   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12658   algorithm: "plot_perf_box_name"
12659   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12660   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12661   include:
12662     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12663     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12664     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12665     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12666     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12667   layout:
12668     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12669     layout: "plot-throughput"
12670
12671 - type: "plot"
12672   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12673   algorithm: "plot_perf_box_name"
12674   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12675   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12676   include:
12677     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12678     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12679     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12680     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12681     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12682   layout:
12683     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12684     layout: "plot-throughput"
12685
12686 - type: "plot"
12687   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12688   algorithm: "plot_perf_box_name"
12689   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12690   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12691   include:
12692     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12693     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12694     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12695     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12696     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12697   layout:
12698     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12699     layout: "plot-throughput"
12700
12701 - type: "plot"
12702   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12703   algorithm: "plot_perf_box_name"
12704   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12705   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12706   include:
12707     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12708     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12709     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12710     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12711     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12712   layout:
12713     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12714     layout: "plot-throughput"
12715
12716 - type: "plot"
12717   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12718   algorithm: "plot_perf_box_name"
12719   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12720   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12721   include:
12722     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12723     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12724     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12725     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12726     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12727   layout:
12728     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12729     layout: "plot-throughput"
12730
12731 - type: "plot"
12732   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12733   algorithm: "plot_perf_box_name"
12734   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12735   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12736   include:
12737     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12738     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12739     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12740     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12741     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12742   layout:
12743     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12744     layout: "plot-throughput"
12745
12746 - type: "plot"
12747   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12748   algorithm: "plot_perf_box_name"
12749   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12750   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12751   include:
12752     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12753     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12754     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12755     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12756     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12757   layout:
12758     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12759     layout: "plot-throughput"
12760
12761 - type: "plot"
12762   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12763   algorithm: "plot_perf_box_name"
12764   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12765   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12766   include:
12767     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12768     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12769     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12770     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12771     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12772   layout:
12773     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12774     layout: "plot-throughput"
12775
12776 - type: "plot"
12777   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12778   algorithm: "plot_perf_box_name"
12779   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12780   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12781   include:
12782     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12783     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12784     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12785     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12786     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12787     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12788   layout:
12789     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12790     layout: "plot-throughput"
12791
12792 - type: "plot"
12793   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12794   algorithm: "plot_perf_box_name"
12795   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12796   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12797   include:
12798     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12799     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12800     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12801     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12802     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12803     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12804   layout:
12805     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12806     layout: "plot-throughput"
12807
12808 - type: "plot"
12809   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12810   algorithm: "plot_perf_box_name"
12811   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12812   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12813   include:
12814     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12815     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12816     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12817     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12818   layout:
12819     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12820     layout: "plot-throughput"
12821
12822 - type: "plot"
12823   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12824   algorithm: "plot_perf_box_name"
12825   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12826   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12827   include:
12828     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12829     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12830     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12831     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12832   layout:
12833     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12834     layout: "plot-throughput"
12835
12836 - type: "plot"
12837   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12838   algorithm: "plot_perf_box_name"
12839   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12840   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12841   include:
12842     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12843     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12844     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12845     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12846     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12847     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12848   layout:
12849     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12850     layout: "plot-throughput"
12851
12852 - type: "plot"
12853   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12854   algorithm: "plot_perf_box_name"
12855   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12856   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12857   include:
12858     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12859     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12860     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12861     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12862     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12863     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12864   layout:
12865     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12866     layout: "plot-throughput"
12867
12868 - type: "plot"
12869   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12870   algorithm: "plot_perf_box_name"
12871   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12872   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12873   include:
12874     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12875     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12876     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12877     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12878     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12879     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12880   layout:
12881     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12882     layout: "plot-throughput"
12883
12884 - type: "plot"
12885   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12886   algorithm: "plot_perf_box_name"
12887   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12888   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12889   include:
12890     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12891     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12892     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12893     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12894     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12895     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12896   layout:
12897     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12898     layout: "plot-throughput"
12899
12900 - type: "plot"
12901   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12902   algorithm: "plot_perf_box_name"
12903   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12904   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12905   include:
12906     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12907     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12908     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12909     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12910     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12911     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12912   layout:
12913     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12914     layout: "plot-throughput"
12915
12916 - type: "plot"
12917   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12918   algorithm: "plot_perf_box_name"
12919   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12920   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12921   include:
12922     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12923     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12924     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12925     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12926     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12927     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12928   layout:
12929     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12930     layout: "plot-throughput"
12931
12932 - type: "plot"
12933   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12934   algorithm: "plot_perf_box_name"
12935   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12936   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12937   include:
12938     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12939     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12940     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12941     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12942     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12943     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12944   layout:
12945     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12946     layout: "plot-throughput"
12947
12948 - type: "plot"
12949   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12950   algorithm: "plot_perf_box_name"
12951   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12952   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12953   include:
12954     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12955     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12956     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12957     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12958     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12959     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12960   layout:
12961     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12962     layout: "plot-throughput"
12963
12964 - type: "plot"
12965   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12966   algorithm: "plot_perf_box_name"
12967   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12968   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12969   include:
12970     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12971     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12972     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12973     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12974     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12975     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12976   layout:
12977     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12978     layout: "plot-throughput"
12979
12980 - type: "plot"
12981   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12982   algorithm: "plot_perf_box_name"
12983   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12984   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12985   include:
12986     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12987     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12988     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12989     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12990     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12991     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12992   layout:
12993     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12994     layout: "plot-throughput"
12995
12996 - type: "plot"
12997   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12998   algorithm: "plot_perf_box_name"
12999   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13000   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13001   include:
13002     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13003     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13004     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13005     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13006     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13007     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13008   layout:
13009     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13010     layout: "plot-throughput"
13011
13012 - type: "plot"
13013   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13014   algorithm: "plot_perf_box_name"
13015   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13016   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13017   include:
13018     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13019     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13020     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13021     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13022     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13023     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13024   layout:
13025     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13026     layout: "plot-throughput"
13027
13028 - type: "plot"
13029   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13030   algorithm: "plot_perf_box_name"
13031   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13032   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13033   include:
13034     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13035     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13036     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13037     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13038     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13039     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13040   layout:
13041     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13042     layout: "plot-throughput"
13043
13044 - type: "plot"
13045   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13046   algorithm: "plot_perf_box_name"
13047   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13048   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13049   include:
13050     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13051     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13053     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13055     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13056   layout:
13057     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13058     layout: "plot-throughput"
13059
13060 - type: "plot"
13061   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13062   algorithm: "plot_perf_box_name"
13063   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13064   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13065   include:
13066     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13067     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13068     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13069     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13070     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13071     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13072   layout:
13073     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13074     layout: "plot-throughput"
13075
13076 - type: "plot"
13077   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13078   algorithm: "plot_perf_box_name"
13079   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13080   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13081   include:
13082     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13083     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13084     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13086     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13088   layout:
13089     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13090     layout: "plot-throughput"
13091
13092 - type: "plot"
13093   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13094   algorithm: "plot_perf_box_name"
13095   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13096   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13097   include:
13098     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13099     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13102   layout:
13103     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13104     layout: "plot-throughput"
13105
13106 - type: "plot"
13107   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13108   algorithm: "plot_perf_box_name"
13109   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13110   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13111   include:
13112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13113     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13116   layout:
13117     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13118     layout: "plot-throughput"
13119
13120 - type: "plot"
13121   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13122   algorithm: "plot_perf_box_name"
13123   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13124   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13125   include:
13126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13127     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13130   layout:
13131     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13132     layout: "plot-throughput"
13133
13134 - type: "plot"
13135   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13136   algorithm: "plot_perf_box_name"
13137   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13138   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13139   include:
13140     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13141     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13142     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13143     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13144   layout:
13145     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13146     layout: "plot-throughput"
13147
13148 - type: "plot"
13149   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13150   algorithm: "plot_perf_box_name"
13151   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13152   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13153   include:
13154     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13155     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13156     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13157     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13158     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13159     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13160   layout:
13161     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13162     layout: "plot-throughput"
13163
13164 - type: "plot"
13165   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13166   algorithm: "plot_perf_box_name"
13167   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13168   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13169   include:
13170     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13171     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13172     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13173     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13174     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13175     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13176   layout:
13177     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13178     layout: "plot-throughput"
13179
13180 - type: "plot"
13181   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13182   algorithm: "plot_perf_box_name"
13183   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13184   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13185   include:
13186     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13187     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13188     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13189     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13190     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13191   layout:
13192     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13193     layout: "plot-throughput"
13194
13195 - type: "plot"
13196   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13197   algorithm: "plot_perf_box_name"
13198   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13199   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13200   include:
13201     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13202     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13203     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13204     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13205     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13206   layout:
13207     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13208     layout: "plot-throughput"
13209
13210 - type: "plot"
13211   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13212   algorithm: "plot_perf_box_name"
13213   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13214   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13215   include:
13216     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13217     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13218     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13219     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13220     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13221   layout:
13222     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13223     layout: "plot-throughput"
13224
13225 - type: "plot"
13226   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13227   algorithm: "plot_perf_box_name"
13228   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13229   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13230   include:
13231     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13232     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13233     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13234     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13235     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13236   layout:
13237     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13238     layout: "plot-throughput"
13239
13240 - type: "plot"
13241   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13242   algorithm: "plot_perf_box_name"
13243   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13244   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13245   include:
13246     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13247     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13248     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13249     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13250   layout:
13251     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13252     layout: "plot-throughput"
13253
13254 - type: "plot"
13255   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13256   algorithm: "plot_perf_box_name"
13257   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13258   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13259   include:
13260     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13261     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13262     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13263     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13264   layout:
13265     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13266     layout: "plot-throughput"
13267
13268 - type: "plot"
13269   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13270   algorithm: "plot_perf_box_name"
13271   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13272   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13273   include:
13274     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13275     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13276     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13277     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13278     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13279     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13280   layout:
13281     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13282     layout: "plot-throughput"
13283
13284 - type: "plot"
13285   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13286   algorithm: "plot_perf_box_name"
13287   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13288   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13289   include:
13290     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13291     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13292     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13293     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13294     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13295     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13296   layout:
13297     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13298     layout: "plot-throughput"
13299
13300 - type: "plot"
13301   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13302   algorithm: "plot_perf_box_name"
13303   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13304   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13305   include:
13306     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13307     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13308     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13309     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13310     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13311     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13312   layout:
13313     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13314     layout: "plot-throughput"
13315
13316 - type: "plot"
13317   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13318   algorithm: "plot_perf_box_name"
13319   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13320   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13321   include:
13322     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13323     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13324     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13325     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13326     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13327     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13328   layout:
13329     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13330     layout: "plot-throughput"
13331
13332 - type: "plot"
13333   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13334   algorithm: "plot_perf_box_name"
13335   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13336   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13337   include:
13338     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13339     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13340     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13341     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13342     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13343     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13344   layout:
13345     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13346     layout: "plot-throughput"
13347
13348 - type: "plot"
13349   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13350   algorithm: "plot_perf_box_name"
13351   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13352   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13353   include:
13354     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13355     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13356     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13357     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13358     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13359     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13360   layout:
13361     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13362     layout: "plot-throughput"
13363
13364 - type: "plot"
13365   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13366   algorithm: "plot_perf_box_name"
13367   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13368   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13369   include:
13370     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13371     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13372     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13373     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13374     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13375     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13376   layout:
13377     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13378     layout: "plot-throughput"
13379
13380 - type: "plot"
13381   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13382   algorithm: "plot_perf_box_name"
13383   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13384   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13385   include:
13386     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13387     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13388     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13389     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13390     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13391     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13392   layout:
13393     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13394     layout: "plot-throughput"
13395
13396 - type: "plot"
13397   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13398   algorithm: "plot_perf_box_name"
13399   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13400   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13401   include:
13402     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13403     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13404     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13405     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13406   layout:
13407     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13408     layout: "plot-throughput"
13409
13410 - type: "plot"
13411   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13412   algorithm: "plot_perf_box_name"
13413   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13414   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13415   include:
13416     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13417     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13418     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13419     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13420   layout:
13421     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13422     layout: "plot-throughput"
13423
13424 - type: "plot"
13425   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13426   algorithm: "plot_perf_box_name"
13427   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13428   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13429   include:
13430     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13431     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13432     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13433     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13434     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13435     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13436   layout:
13437     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13438     layout: "plot-throughput"
13439
13440 - type: "plot"
13441   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13442   algorithm: "plot_perf_box_name"
13443   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13444   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13445   include:
13446     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13447     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13448     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13449     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13450     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13451     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13452   layout:
13453     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13454     layout: "plot-throughput"
13455
13456 - type: "plot"
13457   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13458   algorithm: "plot_perf_box_name"
13459   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13460   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13461   include:
13462     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13463     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13464     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13465     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13466     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13467     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13468   layout:
13469     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13470     layout: "plot-throughput"
13471
13472 - type: "plot"
13473   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13474   algorithm: "plot_perf_box_name"
13475   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13476   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13477   include:
13478     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13479     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13480     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13481     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13482     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13483     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13484   layout:
13485     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13486     layout: "plot-throughput"
13487
13488 #- type: "plot"
13489 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13490 #  algorithm: "plot_perf_box_name"
13491 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13492 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13493 #  include:
13494 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13495 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13496 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13497 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13498 #  layout:
13499 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13500 #    layout: "plot-throughput"
13501 #
13502 #- type: "plot"
13503 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13504 #  algorithm: "plot_perf_box_name"
13505 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13506 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13507 #  include:
13508 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13509 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13510 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13511 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13512 #  layout:
13513 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13514 #    layout: "plot-throughput"
13515
13516 - type: "plot"
13517   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13518   algorithm: "plot_perf_box_name"
13519   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13520   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13521   include:
13522     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13523     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13524     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13525     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13526     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13527     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13528   layout:
13529     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13530     layout: "plot-throughput"
13531
13532 - type: "plot"
13533   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13534   algorithm: "plot_perf_box_name"
13535   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13536   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13537   include:
13538     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13539     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13540     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13541     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13542     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13543     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13544   layout:
13545     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13546     layout: "plot-throughput"
13547
13548 #- type: "plot"
13549 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13550 #  algorithm: "plot_perf_box_name"
13551 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13552 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13553 #  include:
13554 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13555 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13556 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13557 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13558 #  layout:
13559 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13560 #    layout: "plot-throughput"
13561 #
13562 #- type: "plot"
13563 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13564 #  algorithm: "plot_perf_box_name"
13565 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13566 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13567 #  include:
13568 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13569 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13570 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13571 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13572 #  layout:
13573 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13574 #    layout: "plot-throughput"
13575
13576 - type: "plot"
13577   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13578   algorithm: "plot_perf_box_name"
13579   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13580   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13581   include:
13582     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13583     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13584     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13585     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13586     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13587     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13588   layout:
13589     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13590     layout: "plot-throughput"
13591
13592 - type: "plot"
13593   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13594   algorithm: "plot_perf_box_name"
13595   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13596   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13597   include:
13598     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13599     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13600     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13601     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13602     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13603     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13604   layout:
13605     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13606     layout: "plot-throughput"
13607
13608 #- type: "plot"
13609 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13610 #  algorithm: "plot_perf_box_name"
13611 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13612 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13613 #  include:
13614 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13615 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13616 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13617 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13618 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13619 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13620 #  layout:
13621 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13622 #    layout: "plot-throughput"
13623 #
13624 #- type: "plot"
13625 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13626 #  algorithm: "plot_perf_box_name"
13627 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13628 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13629 #  include:
13630 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13631 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13632 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13633 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13634 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13635 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13636 #  layout:
13637 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13638 #    layout: "plot-throughput"
13639
13640 - type: "plot"
13641   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13642   algorithm: "plot_perf_box_name"
13643   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13644   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13645   include:
13646     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13647     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13648     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13649     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13650     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13651     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13652   layout:
13653     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13654     layout: "plot-throughput"
13655
13656 - type: "plot"
13657   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13658   algorithm: "plot_perf_box_name"
13659   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13660   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13661   include:
13662     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13663     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13664     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13665     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13666     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13667     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13668   layout:
13669     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13670     layout: "plot-throughput"
13671
13672 - type: "plot"
13673   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13674   algorithm: "plot_perf_box_name"
13675   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13676   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13677   include:
13678     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13679     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13680     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13681     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13682     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13683     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13684   layout:
13685     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13686     layout: "plot-throughput"
13687
13688 - type: "plot"
13689   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13690   algorithm: "plot_perf_box_name"
13691   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13692   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13693   include:
13694     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13695     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13696     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13697     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13698     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13699     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13700   layout:
13701     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13702     layout: "plot-throughput"
13703
13704 - type: "plot"
13705   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13706   algorithm: "plot_perf_box_name"
13707   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13708   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13709   include:
13710     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13711     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13712     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13713     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13714     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13715     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13716   layout:
13717     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13718     layout: "plot-throughput"
13719
13720 - type: "plot"
13721   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13722   algorithm: "plot_perf_box_name"
13723   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13724   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13725   include:
13726     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13727     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13728     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13729     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13730     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13731     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13732   layout:
13733     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13734     layout: "plot-throughput"
13735
13736 - type: "plot"
13737   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13738   algorithm: "plot_perf_box_name"
13739   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13740   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13741   include:
13742     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13743     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13744     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13745     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13746     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13747     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13748   layout:
13749     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13750     layout: "plot-throughput"
13751
13752 - type: "plot"
13753   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13754   algorithm: "plot_perf_box_name"
13755   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13756   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13757   include:
13758     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13759     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13760     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13761     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13762     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13763     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13764   layout:
13765     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13766     layout: "plot-throughput"
13767
13768 #- type: "plot"
13769 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13770 #  algorithm: "plot_perf_box_name"
13771 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13772 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13773 #  include:
13774 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13775 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13776 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13777 #  layout:
13778 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13779 #    layout: "plot-throughput"
13780 #
13781 #- type: "plot"
13782 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13783 #  algorithm: "plot_perf_box_name"
13784 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13785 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13786 #  include:
13787 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13788 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13789 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13790 #  layout:
13791 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13792 #    layout: "plot-throughput"
13793
13794 - type: "plot"
13795   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13796   algorithm: "plot_perf_box_name"
13797   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13798   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13799   include:
13800     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13801     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13802     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13803     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13804     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13805   layout:
13806     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13807     layout: "plot-throughput"
13808
13809 - type: "plot"
13810   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13811   algorithm: "plot_perf_box_name"
13812   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13813   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13814   include:
13815     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13816     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13817     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13818     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13819     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13820   layout:
13821     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13822     layout: "plot-throughput"
13823
13824 - type: "plot"
13825   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13826   algorithm: "plot_perf_box_name"
13827   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13828   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13829   include:
13830     - "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"
13831     - "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"
13832     - "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"
13833     - "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"
13834     - "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"
13835   layout:
13836     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13837     layout: "plot-throughput"
13838
13839 - type: "plot"
13840   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13841   algorithm: "plot_perf_box_name"
13842   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13843   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13844   include:
13845     - "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"
13846     - "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"
13847     - "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"
13848     - "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"
13849     - "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"
13850   layout:
13851     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13852     layout: "plot-throughput"
13853
13854 - type: "plot"
13855   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13856   algorithm: "plot_perf_box_name"
13857   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13858   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13859   include:
13860     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13861     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13862     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13863     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13864     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13865   layout:
13866     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13867     layout: "plot-throughput"
13868
13869 - type: "plot"
13870   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13871   algorithm: "plot_perf_box_name"
13872   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13873   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13874   include:
13875     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13878     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13879     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13880   layout:
13881     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13882     layout: "plot-throughput"
13883
13884 - type: "plot"
13885   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13886   algorithm: "plot_perf_box_name"
13887   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13888   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13889   include:
13890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13894     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13895   layout:
13896     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13897     layout: "plot-throughput"
13898
13899 - type: "plot"
13900   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13901   algorithm: "plot_perf_box_name"
13902   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13903   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13904   include:
13905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13907     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13908     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13909     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13910   layout:
13911     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13912     layout: "plot-throughput"
13913
13914 - type: "plot"
13915   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13916   algorithm: "plot_perf_box_name"
13917   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13918   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13919   include:
13920     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13921     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13922     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13923     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13924     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13925   layout:
13926     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13927     layout: "plot-throughput"
13928
13929 - type: "plot"
13930   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13931   algorithm: "plot_perf_box_name"
13932   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13933   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13934   include:
13935     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13936     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13937     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13938     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13939     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13940   layout:
13941     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13942     layout: "plot-throughput"
13943
13944 - type: "plot"
13945   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13946   algorithm: "plot_perf_box_name"
13947   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13948   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13949   include:
13950     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13951     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13952     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13953     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13954     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13955   layout:
13956     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13957     layout: "plot-throughput"
13958
13959 - type: "plot"
13960   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13961   algorithm: "plot_perf_box_name"
13962   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13963   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13964   include:
13965     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13966     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13967     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13968     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13969     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13970   layout:
13971     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13972     layout: "plot-throughput"
13973
13974 - type: "plot"
13975   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13976   algorithm: "plot_perf_box_name"
13977   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13978   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13979   include:
13980     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13981     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13982     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13983     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13984   layout:
13985     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13986     layout: "plot-throughput"
13987
13988 - type: "plot"
13989   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13990   algorithm: "plot_perf_box_name"
13991   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13992   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13993   include:
13994     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13995     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13996     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13997     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13998   layout:
13999     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14000     layout: "plot-throughput"
14001
14002 - type: "plot"
14003   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14004   algorithm: "plot_perf_box_name"
14005   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14006   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14007   include:
14008     - "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"
14009     - "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"
14010     - "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"
14011     - "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"
14012   layout:
14013     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14014     layout: "plot-throughput"
14015
14016 - type: "plot"
14017   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14018   algorithm: "plot_perf_box_name"
14019   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14020   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14021   include:
14022     - "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"
14023     - "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"
14024     - "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"
14025     - "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"
14026   layout:
14027     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14028     layout: "plot-throughput"
14029
14030 - type: "plot"
14031   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14032   algorithm: "plot_perf_box_name"
14033   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14034   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14035   include:
14036     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14037     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14038     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14039     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14040     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14041     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14042   layout:
14043     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14044     layout: "plot-throughput"
14045
14046 - type: "plot"
14047   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14048   algorithm: "plot_perf_box_name"
14049   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14050   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14051   include:
14052     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14053     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14054     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14055     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14056     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14057     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14058   layout:
14059     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14060     layout: "plot-throughput"
14061
14062 - type: "plot"
14063   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14064   algorithm: "plot_perf_box_name"
14065   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14066   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14067   include:
14068     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14069     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14070     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14071     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14072     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14073     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14074   layout:
14075     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14076     layout: "plot-throughput"
14077
14078 - type: "plot"
14079   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14080   algorithm: "plot_perf_box_name"
14081   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14082   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14083   include:
14084     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14085     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14086     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14087     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14088     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14089     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14090   layout:
14091     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14092     layout: "plot-throughput"
14093
14094 - type: "plot"
14095   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14096   algorithm: "plot_perf_box_name"
14097   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14098   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14099   include:
14100     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14101     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14102     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14103     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14104     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14105     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14106   layout:
14107     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14108     layout: "plot-throughput"
14109
14110 - type: "plot"
14111   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14112   algorithm: "plot_perf_box_name"
14113   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14114   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14115   include:
14116     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14117     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14118     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14119     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14120     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14121     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14122   layout:
14123     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14124     layout: "plot-throughput"
14125
14126 - type: "plot"
14127   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14128   algorithm: "plot_perf_box_name"
14129   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14130   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14131   include:
14132     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14133     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14134     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14135     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14136     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14137   layout:
14138     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14139     layout: "plot-throughput"
14140
14141 - type: "plot"
14142   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14143   algorithm: "plot_perf_box_name"
14144   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14145   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14146   include:
14147     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14148     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14149     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14150     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14151     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14152   layout:
14153     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14154     layout: "plot-throughput"
14155
14156 - type: "plot"
14157   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14158   algorithm: "plot_perf_box_name"
14159   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14160   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14161   include:
14162     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14163     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14164   layout:
14165     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14166     layout: "plot-throughput"
14167
14168 - type: "plot"
14169   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14170   algorithm: "plot_perf_box_name"
14171   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14172   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14173   include:
14174     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14175     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14176   layout:
14177     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14178     layout: "plot-throughput"
14179
14180 - type: "plot"
14181   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14182   algorithm: "plot_perf_box_name"
14183   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14184   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14185   include:
14186     - "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"
14187     - "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"
14188   layout:
14189     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14190     layout: "plot-throughput"
14191
14192 - type: "plot"
14193   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14194   algorithm: "plot_perf_box_name"
14195   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14196   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14197   include:
14198     - "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"
14199     - "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"
14200   layout:
14201     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14202     layout: "plot-throughput"
14203
14204 - type: "plot"
14205   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14206   algorithm: "plot_perf_box_name"
14207   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14208   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14209   include:
14210     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14211     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14212   layout:
14213     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14214     layout: "plot-throughput"
14215
14216 - type: "plot"
14217   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14218   algorithm: "plot_perf_box_name"
14219   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14220   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14221   include:
14222     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14224   layout:
14225     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14226     layout: "plot-throughput"
14227
14228 - type: "plot"
14229   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14230   algorithm: "plot_perf_box_name"
14231   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14232   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14233   include:
14234     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14235     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14236   layout:
14237     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14238     layout: "plot-throughput"
14239
14240 - type: "plot"
14241   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14242   algorithm: "plot_perf_box_name"
14243   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14244   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14245   include:
14246     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14247     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14248   layout:
14249     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14250     layout: "plot-throughput"
14251
14252 - type: "plot"
14253   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14254   algorithm: "plot_perf_box_name"
14255   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14256   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14257   include:
14258     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14259     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14260     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14261     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14262     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14263     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14264   layout:
14265     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14266     layout: "plot-throughput"
14267
14268 - type: "plot"
14269   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14270   algorithm: "plot_perf_box_name"
14271   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14272   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14273   include:
14274     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14275     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14276     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14277     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14278     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14279     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14280   layout:
14281     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14282     layout: "plot-throughput"
14283
14284 - type: "plot"
14285   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14286   algorithm: "plot_perf_box_name"
14287   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14288   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14289   include:
14290     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14291     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14292     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14293     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14294     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14295     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14296   layout:
14297     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14298     layout: "plot-throughput"
14299
14300 - type: "plot"
14301   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14302   algorithm: "plot_perf_box_name"
14303   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14304   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14305   include:
14306     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14307     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14308     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14309     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14310     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14311     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14312   layout:
14313     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14314     layout: "plot-throughput"
14315
14316 #- type: "plot"
14317 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14318 #  algorithm: "plot_perf_box_name"
14319 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14320 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14321 #  include:
14322 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14323 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14324 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14325 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14326 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14327 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14328 #  layout:
14329 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14330 #    layout: "plot-throughput"
14331 #
14332 #- type: "plot"
14333 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14334 #  algorithm: "plot_perf_box_name"
14335 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14336 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14337 #  include:
14338 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14339 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14340 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14341 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14342 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14343 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14344 #  layout:
14345 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14346 #    layout: "plot-throughput"
14347
14348 - type: "plot"
14349   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14350   algorithm: "plot_perf_box_name"
14351   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14352   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14353   include:
14354     - "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"
14355     - "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"
14356     - "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"
14357     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14358     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14359     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14360   layout:
14361     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14362     layout: "plot-throughput"
14363
14364 - type: "plot"
14365   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14366   algorithm: "plot_perf_box_name"
14367   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14368   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14369   include:
14370     - "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"
14371     - "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"
14372     - "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"
14373     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14374     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14375     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14376   layout:
14377     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14378     layout: "plot-throughput"
14379
14380 ################################################################################
14381
14382 # Packet Speedup
14383
14384 - type: "plot"
14385   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14386   algorithm: "plot_tsa_name"
14387   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14388   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14389   include:
14390     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14391     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14392     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14393     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14394   layout:
14395     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14396     layout: "plot-throughput-speedup-analysis"
14397
14398 - type: "plot"
14399   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14400   algorithm: "plot_tsa_name"
14401   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14402   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14403   include:
14404     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14405     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14406     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14407     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14408   layout:
14409     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14410     layout: "plot-throughput-speedup-analysis"
14411
14412 - type: "plot"
14413   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14414   algorithm: "plot_tsa_name"
14415   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14416   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14417   include:
14418     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14419     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14420     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14421     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14422   layout:
14423     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14424     layout: "plot-throughput-speedup-analysis"
14425
14426 - type: "plot"
14427   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14428   algorithm: "plot_tsa_name"
14429   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14430   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14431   include:
14432     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14433     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14434     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14435     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14436   layout:
14437     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14438     layout: "plot-throughput-speedup-analysis"
14439
14440 - type: "plot"
14441   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14442   algorithm: "plot_tsa_name"
14443   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14444   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14445   include:
14446     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14447     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14448     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14449     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14450     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14451   layout:
14452     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14453     layout: "plot-throughput-speedup-analysis"
14454
14455 - type: "plot"
14456   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14457   algorithm: "plot_tsa_name"
14458   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14459   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14460   include:
14461     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14462     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14463     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14464     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14465     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14466   layout:
14467     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14468     layout: "plot-throughput-speedup-analysis"
14469
14470 - type: "plot"
14471   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14472   algorithm: "plot_tsa_name"
14473   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14474   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14475   include:
14476     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14477     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14478     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14479     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14480     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14481   layout:
14482     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14483     layout: "plot-throughput-speedup-analysis"
14484
14485 - type: "plot"
14486   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14487   algorithm: "plot_tsa_name"
14488   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14489   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14490   include:
14491     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14492     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14493     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14494     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14495     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14496   layout:
14497     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14498     layout: "plot-throughput-speedup-analysis"
14499
14500 - type: "plot"
14501   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14502   algorithm: "plot_tsa_name"
14503   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14504   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14505   include:
14506     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14507     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14508     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14509     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14510     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14511     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14512   layout:
14513     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14514     layout: "plot-throughput-speedup-analysis"
14515
14516 - type: "plot"
14517   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14518   algorithm: "plot_tsa_name"
14519   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14520   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14521   include:
14522     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14523     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14524     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14525     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14526     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14527     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14528   layout:
14529     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14530     layout: "plot-throughput-speedup-analysis"
14531
14532 - type: "plot"
14533   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14534   algorithm: "plot_tsa_name"
14535   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14536   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14537   include:
14538     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14539     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14540     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14541     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14542     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14543   layout:
14544     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14545     layout: "plot-throughput-speedup-analysis"
14546
14547 - type: "plot"
14548   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14549   algorithm: "plot_tsa_name"
14550   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14551   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14552   include:
14553     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14554     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14555     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14556     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14557     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14558   layout:
14559     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14560     layout: "plot-throughput-speedup-analysis"
14561
14562 - type: "plot"
14563   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14564   algorithm: "plot_tsa_name"
14565   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14566   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14567   include:
14568     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14569     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14570     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14571   layout:
14572     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14573     layout: "plot-throughput-speedup-analysis"
14574
14575 - type: "plot"
14576   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14577   algorithm: "plot_tsa_name"
14578   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14579   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14580   include:
14581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14584   layout:
14585     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14586     layout: "plot-throughput-speedup-analysis"
14587
14588 - type: "plot"
14589   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14590   algorithm: "plot_tsa_name"
14591   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14592   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14593   include:
14594     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14595     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14596     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14597     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14598     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14599   layout:
14600     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14601     layout: "plot-throughput-speedup-analysis"
14602
14603 - type: "plot"
14604   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14605   algorithm: "plot_tsa_name"
14606   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14607   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14608   include:
14609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14610     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14611     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14612     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14613     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14614   layout:
14615     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14616     layout: "plot-throughput-speedup-analysis"
14617
14618 - type: "plot"
14619   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14620   algorithm: "plot_tsa_name"
14621   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14622   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14623   include:
14624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14625     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14626     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14627   layout:
14628     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14629     layout: "plot-throughput-speedup-analysis"
14630
14631 - type: "plot"
14632   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14633   algorithm: "plot_tsa_name"
14634   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14635   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14636   include:
14637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14639     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14640   layout:
14641     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14642     layout: "plot-throughput-speedup-analysis"
14643
14644 - type: "plot"
14645   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14646   algorithm: "plot_tsa_name"
14647   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14648   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14649   include:
14650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14652     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14653     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14654     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14655     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14656   layout:
14657     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14658     layout: "plot-throughput-speedup-analysis"
14659
14660 - type: "plot"
14661   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14662   algorithm: "plot_tsa_name"
14663   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14664   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14665   include:
14666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14668     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14670     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14672   layout:
14673     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14674     layout: "plot-throughput-speedup-analysis"
14675
14676 - type: "plot"
14677   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14678   algorithm: "plot_tsa_name"
14679   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14680   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14681   include:
14682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14688   layout:
14689     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14690     layout: "plot-throughput-speedup-analysis"
14691
14692 - type: "plot"
14693   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14694   algorithm: "plot_tsa_name"
14695   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14696   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14697   include:
14698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14701     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14704   layout:
14705     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14706     layout: "plot-throughput-speedup-analysis"
14707
14708 - type: "plot"
14709   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14710   algorithm: "plot_tsa_name"
14711   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14712   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14713   include:
14714     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14715     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14716     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14717   layout:
14718     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14719     layout: "plot-throughput-speedup-analysis"
14720
14721 - type: "plot"
14722   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14723   algorithm: "plot_tsa_name"
14724   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14725   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14726   include:
14727     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14728     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14729     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14730   layout:
14731     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14732     layout: "plot-throughput-speedup-analysis"
14733
14734 - type: "plot"
14735   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14736   algorithm: "plot_tsa_name"
14737   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14738   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14739   include:
14740     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14741     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14742     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14743 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14744 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14745   layout:
14746     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14747     layout: "plot-throughput-speedup-analysis"
14748
14749 - type: "plot"
14750   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14751   algorithm: "plot_tsa_name"
14752   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14753   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14754   include:
14755     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14756     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14757     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14758 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14759 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14760   layout:
14761     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14762     layout: "plot-throughput-speedup-analysis"
14763
14764 - type: "plot"
14765   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14766   algorithm: "plot_tsa_name"
14767   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14768   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14769   include:
14770     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14771     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14772     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14773     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14774     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14775   layout:
14776     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14777     layout: "plot-throughput-speedup-analysis"
14778
14779 - type: "plot"
14780   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14781   algorithm: "plot_tsa_name"
14782   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14783   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14784   include:
14785     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14786     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14787     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14788     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14789     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14790   layout:
14791     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14792     layout: "plot-throughput-speedup-analysis"
14793
14794 - type: "plot"
14795   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14796   algorithm: "plot_tsa_name"
14797   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14798   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14799   include:
14800     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14801     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14802     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14803     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14804     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14805   layout:
14806     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14807     layout: "plot-throughput-speedup-analysis"
14808
14809 - type: "plot"
14810   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14811   algorithm: "plot_tsa_name"
14812   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14813   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14814   include:
14815     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14816     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14817     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14818     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14819     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14820   layout:
14821     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14822     layout: "plot-throughput-speedup-analysis"
14823
14824 - type: "plot"
14825   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14826   algorithm: "plot_tsa_name"
14827   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14828   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14829   include:
14830     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14831     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14832     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14833     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14834     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14835     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14836   layout:
14837     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14838     layout: "plot-throughput-speedup-analysis"
14839
14840 - type: "plot"
14841   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14842   algorithm: "plot_tsa_name"
14843   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14844   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14845   include:
14846     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14847     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14848     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14849     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14850     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14851     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14852   layout:
14853     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14854     layout: "plot-throughput-speedup-analysis"
14855
14856 - type: "plot"
14857   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14858   algorithm: "plot_tsa_name"
14859   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14860   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14861   include:
14862     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14863     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14864     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14865     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14866     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14867     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14868   layout:
14869     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14870     layout: "plot-throughput-speedup-analysis"
14871
14872 - type: "plot"
14873   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14874   algorithm: "plot_tsa_name"
14875   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14876   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14877   include:
14878     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14879     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14880     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14881     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14882     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14883     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14884   layout:
14885     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14886     layout: "plot-throughput-speedup-analysis"
14887
14888 - type: "plot"
14889   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14890   algorithm: "plot_tsa_name"
14891   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14892   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14893   include:
14894     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14895     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14896   layout:
14897     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14898     layout: "plot-throughput-speedup-analysis"
14899
14900 - type: "plot"
14901   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14902   algorithm: "plot_tsa_name"
14903   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14904   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14905   include:
14906     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14907     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14908   layout:
14909     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14910     layout: "plot-throughput-speedup-analysis"
14911
14912 - type: "plot"
14913   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14914   algorithm: "plot_tsa_name"
14915   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14916   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14917   include:
14918     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14919     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14920     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14921     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14922   layout:
14923     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14924     layout: "plot-throughput-speedup-analysis"
14925
14926 - type: "plot"
14927   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14928   algorithm: "plot_tsa_name"
14929   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14930   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14931   include:
14932     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14933     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14934     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14935     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14936   layout:
14937     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14938     layout: "plot-throughput-speedup-analysis"
14939
14940 - type: "plot"
14941   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14942   algorithm: "plot_tsa_name"
14943   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14944   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14945   include:
14946     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14947     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14948     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14949     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14950   layout:
14951     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14952     layout: "plot-throughput-speedup-analysis"
14953
14954 - type: "plot"
14955   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14956   algorithm: "plot_tsa_name"
14957   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14958   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14959   include:
14960     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14961     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14962     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14963     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14964   layout:
14965     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14966     layout: "plot-throughput-speedup-analysis"
14967
14968 - type: "plot"
14969   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14970   algorithm: "plot_tsa_name"
14971   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14972   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14973   include:
14974     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14975     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14976     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14977     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14978     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14979     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14980   layout:
14981     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14982     layout: "plot-throughput-speedup-analysis"
14983
14984 - type: "plot"
14985   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14986   algorithm: "plot_tsa_name"
14987   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14988   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14989   include:
14990     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14991     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14992     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14993     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14994     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14995     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14996   layout:
14997     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14998     layout: "plot-throughput-speedup-analysis"
14999
15000 - type: "plot"
15001   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15002   algorithm: "plot_tsa_name"
15003   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15004   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15005   include:
15006     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15007     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15008     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15009     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15010     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15011   layout:
15012     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15013     layout: "plot-throughput-speedup-analysis"
15014
15015 - type: "plot"
15016   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15017   algorithm: "plot_tsa_name"
15018   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15019   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15020   include:
15021     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15022     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15023     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15024     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15025     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15026   layout:
15027     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15028     layout: "plot-throughput-speedup-analysis"
15029
15030 - type: "plot"
15031   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15032   algorithm: "plot_tsa_name"
15033   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15034   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15035   include:
15036     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15037     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15038     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15039     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15040     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15041   layout:
15042     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15043     layout: "plot-throughput-speedup-analysis"
15044
15045 - type: "plot"
15046   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15047   algorithm: "plot_tsa_name"
15048   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15049   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15050   include:
15051     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15052     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15053     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15054     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15055     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15056   layout:
15057     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15058     layout: "plot-throughput-speedup-analysis"
15059
15060 - type: "plot"
15061   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15062   algorithm: "plot_tsa_name"
15063   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15064   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15065   include:
15066     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15067     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15068     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15069   layout:
15070     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15071     layout: "plot-throughput-speedup-analysis"
15072
15073 - type: "plot"
15074   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15075   algorithm: "plot_tsa_name"
15076   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15077   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15078   include:
15079     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15080     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15081     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15082   layout:
15083     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15084     layout: "plot-throughput-speedup-analysis"
15085
15086 - type: "plot"
15087   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15088   algorithm: "plot_tsa_name"
15089   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15090   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15091   include:
15092     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15093     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15094     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15095   layout:
15096     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15097     layout: "plot-throughput-speedup-analysis"
15098
15099 - type: "plot"
15100   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15101   algorithm: "plot_tsa_name"
15102   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15103   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15104   include:
15105     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15106     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15107     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15108   layout:
15109     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15110     layout: "plot-throughput-speedup-analysis"
15111
15112 - type: "plot"
15113   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15114   algorithm: "plot_tsa_name"
15115   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15116   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15117   include:
15118     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15119     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15120     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15121     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15122     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15123   layout:
15124     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15125     layout: "plot-throughput-speedup-analysis"
15126
15127 - type: "plot"
15128   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15129   algorithm: "plot_tsa_name"
15130   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15131   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15132   include:
15133     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15134     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15135     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15136     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15137     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15138   layout:
15139     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15140     layout: "plot-throughput-speedup-analysis"
15141
15142 - type: "plot"
15143   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15144   algorithm: "plot_tsa_name"
15145   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15146   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15147   include:
15148     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15149     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15150     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15151     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15152     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15153   layout:
15154     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15155     layout: "plot-throughput-speedup-analysis"
15156
15157 - type: "plot"
15158   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15159   algorithm: "plot_tsa_name"
15160   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15161   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15162   include:
15163     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15164     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15165     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15166     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15167     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15168   layout:
15169     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15170     layout: "plot-throughput-speedup-analysis"
15171
15172 - type: "plot"
15173   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15174   algorithm: "plot_tsa_name"
15175   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15176   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15177   include:
15178     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15179     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15180     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15181     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15182     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15183     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15184   layout:
15185     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15186     layout: "plot-throughput-speedup-analysis"
15187
15188 - type: "plot"
15189   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15190   algorithm: "plot_tsa_name"
15191   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15192   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15193   include:
15194     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15195     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15196     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15197     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15198     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15199     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15200   layout:
15201     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15202     layout: "plot-throughput-speedup-analysis"
15203
15204 - type: "plot"
15205   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15206   algorithm: "plot_tsa_name"
15207   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15208   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15209   include:
15210     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15211     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15212     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15213     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15214   layout:
15215     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15216     layout: "plot-throughput-speedup-analysis"
15217
15218 - type: "plot"
15219   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15220   algorithm: "plot_tsa_name"
15221   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15222   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15223   include:
15224     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15225     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15226     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15227     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15228   layout:
15229     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15230     layout: "plot-throughput-speedup-analysis"
15231
15232 - type: "plot"
15233   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15234   algorithm: "plot_tsa_name"
15235   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15236   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15237   include:
15238     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15239     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15240     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15241     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15242     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15243     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15244   layout:
15245     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15246     layout: "plot-throughput-speedup-analysis"
15247
15248 - type: "plot"
15249   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15250   algorithm: "plot_tsa_name"
15251   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15252   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15253   include:
15254     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15255     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15256     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15257     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15258     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15259     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15260   layout:
15261     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15262     layout: "plot-throughput-speedup-analysis"
15263
15264 - type: "plot"
15265   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15266   algorithm: "plot_tsa_name"
15267   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15268   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15269   include:
15270     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15271     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15272     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15273     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15274     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15275     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15276   layout:
15277     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15278     layout: "plot-throughput-speedup-analysis"
15279
15280 - type: "plot"
15281   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15282   algorithm: "plot_tsa_name"
15283   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15284   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15285   include:
15286     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15287     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15288     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15289     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15290     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15291     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15292   layout:
15293     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15294     layout: "plot-throughput-speedup-analysis"
15295
15296 - type: "plot"
15297   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15298   algorithm: "plot_tsa_name"
15299   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15300   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15301   include:
15302     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15303     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15304     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15305     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15306     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15307     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15308   layout:
15309     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15310     layout: "plot-throughput-speedup-analysis"
15311
15312 - type: "plot"
15313   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15314   algorithm: "plot_tsa_name"
15315   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15316   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15317   include:
15318     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15319     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15320     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15321     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15322     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15323     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15324   layout:
15325     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15326     layout: "plot-throughput-speedup-analysis"
15327
15328 - type: "plot"
15329   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15330   algorithm: "plot_tsa_name"
15331   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15332   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15333   include:
15334     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15335     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15336     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15337     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15338     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15339     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15340   layout:
15341     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15342     layout: "plot-throughput-speedup-analysis"
15343
15344 - type: "plot"
15345   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15346   algorithm: "plot_tsa_name"
15347   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15348   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15349   include:
15350     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15351     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15352     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15353     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15354     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15355     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15356   layout:
15357     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15358     layout: "plot-throughput-speedup-analysis"
15359
15360 - type: "plot"
15361   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15362   algorithm: "plot_tsa_name"
15363   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15364   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15365   include:
15366     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15367     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15368     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15369     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15370     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15371     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15372   layout:
15373     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15374     layout: "plot-throughput-speedup-analysis"
15375
15376 - type: "plot"
15377   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15378   algorithm: "plot_tsa_name"
15379   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15380   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15381   include:
15382     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15383     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15384     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15385     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15386     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15387     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15388   layout:
15389     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15390     layout: "plot-throughput-speedup-analysis"
15391
15392 - type: "plot"
15393   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15394   algorithm: "plot_tsa_name"
15395   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15396   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15397   include:
15398     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15399     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15400     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15401     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15402   layout:
15403     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15404     layout: "plot-throughput-speedup-analysis"
15405
15406 - type: "plot"
15407   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15408   algorithm: "plot_tsa_name"
15409   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15410   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15411   include:
15412     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15413     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15414     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15415     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15416   layout:
15417     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15418     layout: "plot-throughput-speedup-analysis"
15419
15420 - type: "plot"
15421   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15422   algorithm: "plot_tsa_name"
15423   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15424   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15425   include:
15426     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15427     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15428     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15429     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15430   layout:
15431     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15432     layout: "plot-throughput-speedup-analysis"
15433
15434 - type: "plot"
15435   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15436   algorithm: "plot_tsa_name"
15437   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15438   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15439   include:
15440     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15441     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15442     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15443     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15444   layout:
15445     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15446     layout: "plot-throughput-speedup-analysis"
15447
15448 - type: "plot"
15449   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15450   algorithm: "plot_tsa_name"
15451   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15452   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15453   include:
15454     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15455     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15456     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15457     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15458     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15459     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15460   layout:
15461     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15462     layout: "plot-throughput-speedup-analysis"
15463
15464 - type: "plot"
15465   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15466   algorithm: "plot_tsa_name"
15467   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15468   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15469   include:
15470     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15471     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15472     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15473     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15474     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15475     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15476   layout:
15477     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15478     layout: "plot-throughput-speedup-analysis"
15479
15480 - type: "plot"
15481   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15482   algorithm: "plot_tsa_name"
15483   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15484   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15485   include:
15486     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15487     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15488     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15489     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15490     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15491   layout:
15492     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15493     layout: "plot-throughput-speedup-analysis"
15494
15495 - type: "plot"
15496   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15497   algorithm: "plot_tsa_name"
15498   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15499   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15500   include:
15501     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15502     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15503     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15504     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15505     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15506   layout:
15507     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15508     layout: "plot-throughput-speedup-analysis"
15509
15510 - type: "plot"
15511   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15512   algorithm: "plot_tsa_name"
15513   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15514   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15515   include:
15516     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15517     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15518     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15519     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15520     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15521   layout:
15522     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15523     layout: "plot-throughput-speedup-analysis"
15524
15525 - type: "plot"
15526   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15527   algorithm: "plot_tsa_name"
15528   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15529   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15530   include:
15531     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15532     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15533     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15534     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15535     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15536   layout:
15537     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15538     layout: "plot-throughput-speedup-analysis"
15539
15540 - type: "plot"
15541   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15542   algorithm: "plot_tsa_name"
15543   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15544   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15545   include:
15546     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15547     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15548     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15549     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15550   layout:
15551     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15552     layout: "plot-throughput-speedup-analysis"
15553
15554 - type: "plot"
15555   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15556   algorithm: "plot_tsa_name"
15557   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15558   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15559   include:
15560     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15561     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15562     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15563     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15564   layout:
15565     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15566     layout: "plot-throughput-speedup-analysis"
15567
15568 - type: "plot"
15569   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15570   algorithm: "plot_tsa_name"
15571   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15572   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15573   include:
15574     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15575     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15576     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15577     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15578     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15579     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15580   layout:
15581     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15582     layout: "plot-throughput-speedup-analysis"
15583
15584 - type: "plot"
15585   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15586   algorithm: "plot_tsa_name"
15587   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15588   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15589   include:
15590     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15591     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15592     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15593     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15594     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15595     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15596   layout:
15597     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15598     layout: "plot-throughput-speedup-analysis"
15599
15600 - type: "plot"
15601   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15602   algorithm: "plot_tsa_name"
15603   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15604   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15605   include:
15606     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15607     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15608     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15609     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15610     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15611     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15612   layout:
15613     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15614     layout: "plot-throughput-speedup-analysis"
15615
15616 - type: "plot"
15617   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15618   algorithm: "plot_tsa_name"
15619   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15620   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15621   include:
15622     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15623     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15624     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15625     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15626     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15627     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15628   layout:
15629     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15630     layout: "plot-throughput-speedup-analysis"
15631
15632 - type: "plot"
15633   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15634   algorithm: "plot_tsa_name"
15635   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15636   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15637   include:
15638     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15639     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15640     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15641     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15642     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15643     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15644   layout:
15645     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15646     layout: "plot-throughput-speedup-analysis"
15647
15648 - type: "plot"
15649   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15650   algorithm: "plot_tsa_name"
15651   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15652   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15653   include:
15654     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15655     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15656     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15657     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15658     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15659     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15660   layout:
15661     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15662     layout: "plot-throughput-speedup-analysis"
15663
15664 - type: "plot"
15665   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15666   algorithm: "plot_tsa_name"
15667   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15668   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15669   include:
15670     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15671     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15672     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15673     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15674     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15675     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15676   layout:
15677     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15678     layout: "plot-throughput-speedup-analysis"
15679
15680 - type: "plot"
15681   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15682   algorithm: "plot_tsa_name"
15683   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15684   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15685   include:
15686     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15687     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15688     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15689     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15690     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15691     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15692   layout:
15693     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15694     layout: "plot-throughput-speedup-analysis"
15695
15696 - type: "plot"
15697   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15698   algorithm: "plot_tsa_name"
15699   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15700   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15701   include:
15702     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15703     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15704     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15705     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15706     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15707     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15708   layout:
15709     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15710     layout: "plot-throughput-speedup-analysis"
15711
15712 - type: "plot"
15713   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15714   algorithm: "plot_tsa_name"
15715   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15716   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15717   include:
15718     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15719     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15720     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15721     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15722     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15723     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15724   layout:
15725     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15726     layout: "plot-throughput-speedup-analysis"
15727
15728 - type: "plot"
15729   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15730   algorithm: "plot_tsa_name"
15731   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15732   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15733   include:
15734     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15735     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15736     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15737     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15738     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15739   layout:
15740     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15741     layout: "plot-throughput-speedup-analysis"
15742
15743 - type: "plot"
15744   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15745   algorithm: "plot_tsa_name"
15746   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15747   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15748   include:
15749     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15750     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15751     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15752     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15753     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15754   layout:
15755     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15756     layout: "plot-throughput-speedup-analysis"
15757
15758 - type: "plot"
15759   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15760   algorithm: "plot_tsa_name"
15761   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15762   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15763   include:
15764     - "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"
15765     - "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"
15766     - "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"
15767     - "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"
15768     - "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"
15769   layout:
15770     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15771     layout: "plot-throughput-speedup-analysis"
15772
15773 - type: "plot"
15774   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15775   algorithm: "plot_tsa_name"
15776   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15777   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15778   include:
15779     - "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"
15780     - "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"
15781     - "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"
15782     - "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"
15783     - "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"
15784   layout:
15785     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15786     layout: "plot-throughput-speedup-analysis"
15787
15788 - type: "plot"
15789   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15790   algorithm: "plot_tsa_name"
15791   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15792   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15793   include:
15794     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15795     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15796     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15797     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15798     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15799   layout:
15800     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15801     layout: "plot-throughput-speedup-analysis"
15802
15803 - type: "plot"
15804   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15805   algorithm: "plot_tsa_name"
15806   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15807   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15808   include:
15809     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15810     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15811     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15812     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15813     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15814   layout:
15815     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15816     layout: "plot-throughput-speedup-analysis"
15817
15818 - type: "plot"
15819   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15820   algorithm: "plot_tsa_name"
15821   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15822   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15823   include:
15824     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15825     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15826     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15827     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15828     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15829   layout:
15830     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15831     layout: "plot-throughput-speedup-analysis"
15832
15833 - type: "plot"
15834   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15835   algorithm: "plot_tsa_name"
15836   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15837   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15838   include:
15839     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15840     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15841     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15842     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15843     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15844   layout:
15845     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15846     layout: "plot-throughput-speedup-analysis"
15847
15848 - type: "plot"
15849   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15850   algorithm: "plot_tsa_name"
15851   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15852   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15853   include:
15854     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15855     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15856     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15857     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15858     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15859   layout:
15860     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15861     layout: "plot-throughput-speedup-analysis"
15862
15863 - type: "plot"
15864   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15865   algorithm: "plot_tsa_name"
15866   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15867   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15868   include:
15869     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15870     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15871     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15872     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15873     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15874   layout:
15875     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15876     layout: "plot-throughput-speedup-analysis"
15877
15878 - type: "plot"
15879   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15880   algorithm: "plot_tsa_name"
15881   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15882   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15883   include:
15884     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15885     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15886     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15887     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15888     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15889   layout:
15890     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15891     layout: "plot-throughput-speedup-analysis"
15892
15893 - type: "plot"
15894   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15895   algorithm: "plot_tsa_name"
15896   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15897   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15898   include:
15899     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15900     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15901     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15902     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15903     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15904   layout:
15905     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15906     layout: "plot-throughput-speedup-analysis"
15907
15908 - type: "plot"
15909   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15910   algorithm: "plot_tsa_name"
15911   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15912   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15913   include:
15914     - "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"
15915     - "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"
15916     - "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"
15917     - "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"
15918   layout:
15919     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15920     layout: "plot-throughput-speedup-analysis"
15921
15922 - type: "plot"
15923   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15924   algorithm: "plot_tsa_name"
15925   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15926   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15927   include:
15928     - "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"
15929     - "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"
15930     - "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"
15931     - "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"
15932   layout:
15933     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15934     layout: "plot-throughput-speedup-analysis"
15935
15936 - type: "plot"
15937   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15938   algorithm: "plot_tsa_name"
15939   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15940   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15941   include:
15942     - "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"
15943     - "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"
15944     - "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"
15945     - "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"
15946   layout:
15947     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15948     layout: "plot-throughput-speedup-analysis"
15949
15950 - type: "plot"
15951   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15952   algorithm: "plot_tsa_name"
15953   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15954   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15955   include:
15956     - "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"
15957     - "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"
15958     - "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"
15959     - "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"
15960   layout:
15961     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15962     layout: "plot-throughput-speedup-analysis"
15963
15964 - type: "plot"
15965   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15966   algorithm: "plot_tsa_name"
15967   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15968   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15969   include:
15970     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15971     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15972     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15973     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15974     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15975     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15976   layout:
15977     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15978     layout: "plot-throughput-speedup-analysis"
15979
15980 - type: "plot"
15981   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15982   algorithm: "plot_tsa_name"
15983   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15984   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15985   include:
15986     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15987     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15988     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15989     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15990     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15991     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15992   layout:
15993     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15994     layout: "plot-throughput-speedup-analysis"
15995
15996 - type: "plot"
15997   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15998   algorithm: "plot_tsa_name"
15999   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16000   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16001   include:
16002     - "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"
16003     - "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"
16004     - "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"
16005     - "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"
16006     - "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"
16007     - "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"
16008   layout:
16009     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16010     layout: "plot-throughput-speedup-analysis"
16011
16012 - type: "plot"
16013   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16014   algorithm: "plot_tsa_name"
16015   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16016   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16017   include:
16018     - "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"
16019     - "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"
16020     - "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"
16021     - "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"
16022     - "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"
16023     - "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"
16024   layout:
16025     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16026     layout: "plot-throughput-speedup-analysis"
16027
16028 - type: "plot"
16029   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16030   algorithm: "plot_tsa_name"
16031   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16032   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16033   include:
16034     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16035     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16036     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16037     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16038     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16039     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16040   layout:
16041     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16042     layout: "plot-throughput-speedup-analysis"
16043
16044 - type: "plot"
16045   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16046   algorithm: "plot_tsa_name"
16047   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16048   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16049   include:
16050     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16051     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16052     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16053     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16054     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16055     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16056   layout:
16057     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16058     layout: "plot-throughput-speedup-analysis"
16059
16060 - type: "plot"
16061   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16062   algorithm: "plot_tsa_name"
16063   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16064   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16065   include:
16066     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16067     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16068     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16069     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16070     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16071   layout:
16072     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16073     layout: "plot-throughput-speedup-analysis"
16074
16075 - type: "plot"
16076   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16077   algorithm: "plot_tsa_name"
16078   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16079   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16080   include:
16081     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16082     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16083     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16084     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16085     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16086   layout:
16087     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16088     layout: "plot-throughput-speedup-analysis"
16089
16090 - type: "plot"
16091   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16092   algorithm: "plot_tsa_name"
16093   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16094   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16095   include:
16096     - "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"
16097     - "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"
16098   layout:
16099     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16100     layout: "plot-throughput-speedup-analysis"
16101
16102 - type: "plot"
16103   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16104   algorithm: "plot_tsa_name"
16105   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16106   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16107   include:
16108     - "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"
16109     - "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"
16110   layout:
16111     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16112     layout: "plot-throughput-speedup-analysis"
16113
16114 - type: "plot"
16115   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16116   algorithm: "plot_tsa_name"
16117   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16118   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16119   include:
16120     - "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"
16121     - "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"
16122   layout:
16123     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16124     layout: "plot-throughput-speedup-analysis"
16125
16126 - type: "plot"
16127   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16128   algorithm: "plot_tsa_name"
16129   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16130   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16131   include:
16132     - "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"
16133     - "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"
16134   layout:
16135     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16136     layout: "plot-throughput-speedup-analysis"
16137
16138 - type: "plot"
16139   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16140   algorithm: "plot_tsa_name"
16141   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16142   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16143   include:
16144     - "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"
16145     - "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"
16146     - "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"
16147     - "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"
16148     - "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"
16149     - "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"
16150   layout:
16151     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16152     layout: "plot-throughput-speedup-analysis"
16153
16154 - type: "plot"
16155   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16156   algorithm: "plot_tsa_name"
16157   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16158   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16159   include:
16160     - "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"
16161     - "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"
16162     - "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"
16163     - "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"
16164     - "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"
16165     - "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"
16166   layout:
16167     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16168     layout: "plot-throughput-speedup-analysis"
16169
16170 - type: "plot"
16171   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16172   algorithm: "plot_tsa_name"
16173   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16174   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16175   include:
16176     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16177     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16178     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16179     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16180     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16181   layout:
16182     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16183     layout: "plot-throughput-speedup-analysis"
16184
16185 - type: "plot"
16186   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16187   algorithm: "plot_tsa_name"
16188   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16189   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16190   include:
16191     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16192     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16193     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16194     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16195     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16196   layout:
16197     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16198     layout: "plot-throughput-speedup-analysis"
16199
16200 - type: "plot"
16201   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16202   algorithm: "plot_tsa_name"
16203   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16204   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16205   include:
16206     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16207     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16208     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16209     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16210     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16211   layout:
16212     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16213     layout: "plot-throughput-speedup-analysis"
16214
16215 - type: "plot"
16216   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16217   algorithm: "plot_tsa_name"
16218   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16219   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16220   include:
16221     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16222     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16223     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16224     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16225     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16226   layout:
16227     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16228     layout: "plot-throughput-speedup-analysis"
16229
16230 - type: "plot"
16231   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16232   algorithm: "plot_tsa_name"
16233   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16234   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16235   include:
16236     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16237     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16238     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16239     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16240     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16241     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16242   layout:
16243     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16244     layout: "plot-throughput-speedup-analysis"
16245
16246 - type: "plot"
16247   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16248   algorithm: "plot_tsa_name"
16249   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16250   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16251   include:
16252     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16253     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16254     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16255     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16256     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16257     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16258   layout:
16259     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16260     layout: "plot-throughput-speedup-analysis"
16261
16262 - type: "plot"
16263   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16264   algorithm: "plot_tsa_name"
16265   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16266   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16267   include:
16268     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16269     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16270     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16271     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16272   layout:
16273     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16274     layout: "plot-throughput-speedup-analysis"
16275
16276 - type: "plot"
16277   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16278   algorithm: "plot_tsa_name"
16279   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16280   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16281   include:
16282     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16283     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16284     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16285     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16286   layout:
16287     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16288     layout: "plot-throughput-speedup-analysis"
16289
16290 - type: "plot"
16291   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16292   algorithm: "plot_tsa_name"
16293   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16294   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16295   include:
16296     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16297     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16298     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16299     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16300     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16301   layout:
16302     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16303     layout: "plot-throughput-speedup-analysis"
16304
16305 - type: "plot"
16306   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16307   algorithm: "plot_tsa_name"
16308   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16309   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16310   include:
16311     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16312     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16313     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16314     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16315     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16316   layout:
16317     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16318     layout: "plot-throughput-speedup-analysis"
16319
16320 - type: "plot"
16321   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16322   algorithm: "plot_tsa_name"
16323   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16324   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16325   include:
16326     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16327     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16328     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16329     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16330     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16331     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16332   layout:
16333     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16334     layout: "plot-throughput-speedup-analysis"
16335
16336 - type: "plot"
16337   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16338   algorithm: "plot_tsa_name"
16339   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16340   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16341   include:
16342     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16343     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16344     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16345     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16346     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16347     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16348   layout:
16349     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16350     layout: "plot-throughput-speedup-analysis"
16351
16352 - type: "plot"
16353   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16354   algorithm: "plot_tsa_name"
16355   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16356   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16357   include:
16358     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16359     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16360     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16361     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16362   layout:
16363     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16364     layout: "plot-throughput-speedup-analysis"
16365
16366 - type: "plot"
16367   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16368   algorithm: "plot_tsa_name"
16369   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16370   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16371   include:
16372     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16373     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16374     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16375     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16376   layout:
16377     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16378     layout: "plot-throughput-speedup-analysis"
16379
16380 - type: "plot"
16381   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16382   algorithm: "plot_tsa_name"
16383   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16384   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16385   include:
16386     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16387     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16388     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16389     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16390     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16391     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16392   layout:
16393     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16394     layout: "plot-throughput-speedup-analysis"
16395
16396 - type: "plot"
16397   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16398   algorithm: "plot_tsa_name"
16399   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16400   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16401   include:
16402     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16403     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16404     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16405     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16406     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16407     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16408   layout:
16409     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16410     layout: "plot-throughput-speedup-analysis"
16411
16412 - type: "plot"
16413   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16414   algorithm: "plot_tsa_name"
16415   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16416   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16417   include:
16418     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16419     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16420     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16421     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16422     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16423     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16424   layout:
16425     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16426     layout: "plot-throughput-speedup-analysis"
16427
16428 - type: "plot"
16429   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16430   algorithm: "plot_tsa_name"
16431   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16432   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16433   include:
16434     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16435     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16436     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16437     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16438     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16439     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16440   layout:
16441     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16442     layout: "plot-throughput-speedup-analysis"
16443
16444 - type: "plot"
16445   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16446   algorithm: "plot_tsa_name"
16447   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16448   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16449   include:
16450     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16451     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16452     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16453     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16454     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16455     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16456   layout:
16457     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16458     layout: "plot-throughput-speedup-analysis"
16459
16460 - type: "plot"
16461   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16462   algorithm: "plot_tsa_name"
16463   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16464   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16465   include:
16466     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16467     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16468     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16469     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16470     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16471     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16472   layout:
16473     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16474     layout: "plot-throughput-speedup-analysis"
16475
16476 - type: "plot"
16477   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16478   algorithm: "plot_tsa_name"
16479   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16480   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16481   include:
16482     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16483     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16484     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16485     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16486     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16487     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16488   layout:
16489     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16490     layout: "plot-throughput-speedup-analysis"
16491
16492 - type: "plot"
16493   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16494   algorithm: "plot_tsa_name"
16495   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16496   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16497   include:
16498     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16499     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16500     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16501     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16502     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16503     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16504   layout:
16505     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16506     layout: "plot-throughput-speedup-analysis"
16507
16508 - type: "plot"
16509   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16510   algorithm: "plot_tsa_name"
16511   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16512   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16513   include:
16514     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16515     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16516     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16517     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16518     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16519     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16520   layout:
16521     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16522     layout: "plot-throughput-speedup-analysis"
16523
16524 - type: "plot"
16525   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16526   algorithm: "plot_tsa_name"
16527   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16528   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16529   include:
16530     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16531     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16532     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16533     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16534     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16535     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16536   layout:
16537     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16538     layout: "plot-throughput-speedup-analysis"
16539
16540 #- type: "plot"
16541 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16542 #  algorithm: "plot_tsa_name"
16543 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16544 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16545 #  include:
16546 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16547 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16548 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16549 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16550 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16551 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16552 #  layout:
16553 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16554 #    layout: "plot-throughput-speedup-analysis"
16555 #
16556 #- type: "plot"
16557 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16558 #  algorithm: "plot_tsa_name"
16559 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16560 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16561 #  include:
16562 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16563 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16564 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16565 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16566 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16567 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16568 #  layout:
16569 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16570 #    layout: "plot-throughput-speedup-analysis"
16571
16572 - type: "plot"
16573   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16574   algorithm: "plot_tsa_name"
16575   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16576   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16577   include:
16578     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16579     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16580     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16581     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16582     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16583   layout:
16584     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16585     layout: "plot-throughput-speedup-analysis"
16586
16587 - type: "plot"
16588   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16589   algorithm: "plot_tsa_name"
16590   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16591   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16592   include:
16593     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16594     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16595     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16596     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16597     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16598   layout:
16599     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16600     layout: "plot-throughput-speedup-analysis"
16601
16602 - type: "plot"
16603   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16604   algorithm: "plot_tsa_name"
16605   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16606   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16607   include:
16608     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16609     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16610     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16611     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16612     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16613     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16614   layout:
16615     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16616     layout: "plot-throughput-speedup-analysis"
16617
16618 - type: "plot"
16619   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16620   algorithm: "plot_tsa_name"
16621   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16622   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16623   include:
16624     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16625     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16626     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16627     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16628     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16629     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16630   layout:
16631     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16632     layout: "plot-throughput-speedup-analysis"
16633
16634 - type: "plot"
16635   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16636   algorithm: "plot_tsa_name"
16637   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16638   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16639   include:
16640     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16641     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16642     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16643     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16644     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16645   layout:
16646     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16647     layout: "plot-throughput-speedup-analysis"
16648
16649 - type: "plot"
16650   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16651   algorithm: "plot_tsa_name"
16652   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16653   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16654   include:
16655     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16656     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16657     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16658     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16659     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16660   layout:
16661     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16662     layout: "plot-throughput-speedup-analysis"
16663
16664 #- type: "plot"
16665 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16666 #  algorithm: "plot_tsa_name"
16667 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16668 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16669 #  include:
16670 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16671 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16672 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16673 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16674 #  layout:
16675 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16676 #    layout: "plot-throughput-speedup-analysis"
16677 #
16678 #- type: "plot"
16679 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16680 #  algorithm: "plot_tsa_name"
16681 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16682 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16683 #  include:
16684 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16685 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16686 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16687 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16688 #  layout:
16689 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16690 #    layout: "plot-throughput-speedup-analysis"
16691
16692 - type: "plot"
16693   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16694   algorithm: "plot_tsa_name"
16695   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16696   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16697   include:
16698     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16699     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16700     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16701     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16702     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16703     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16704   layout:
16705     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16706     layout: "plot-throughput-speedup-analysis"
16707
16708 - type: "plot"
16709   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16710   algorithm: "plot_tsa_name"
16711   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16712   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16713   include:
16714     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16715     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16716     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16717     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16718     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16719     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16720   layout:
16721     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16722     layout: "plot-throughput-speedup-analysis"
16723
16724 - type: "plot"
16725   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16726   algorithm: "plot_tsa_name"
16727   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16728   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16729   include:
16730     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16731     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16732     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16733     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16734     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16735   layout:
16736     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16737     layout: "plot-throughput-speedup-analysis"
16738
16739 - type: "plot"
16740   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16741   algorithm: "plot_tsa_name"
16742   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16743   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16744   include:
16745     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16746     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16747     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16748     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16749     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16750   layout:
16751     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16752     layout: "plot-throughput-speedup-analysis"
16753
16754 - type: "plot"
16755   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16756   algorithm: "plot_tsa_name"
16757   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16758   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16759   include:
16760     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16761     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16762     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16763     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16764     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16765     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16766   layout:
16767     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16768     layout: "plot-throughput-speedup-analysis"
16769
16770 - type: "plot"
16771   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16772   algorithm: "plot_tsa_name"
16773   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16774   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16775   include:
16776     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16777     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16778     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16779     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16780     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16781     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16782   layout:
16783     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16784     layout: "plot-throughput-speedup-analysis"
16785
16786 - type: "plot"
16787   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16788   algorithm: "plot_tsa_name"
16789   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16790   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16791   include:
16792     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16793     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16794     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16795     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16796   layout:
16797     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16798     layout: "plot-throughput-speedup-analysis"
16799
16800 - type: "plot"
16801   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16802   algorithm: "plot_tsa_name"
16803   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16804   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16805   include:
16806     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16807     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16808     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16809     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16810   layout:
16811     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16812     layout: "plot-throughput-speedup-analysis"
16813
16814 - type: "plot"
16815   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16816   algorithm: "plot_tsa_name"
16817   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16818   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16819   include:
16820     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16821     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16822     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16823     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16824     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16825   layout:
16826     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16827     layout: "plot-throughput-speedup-analysis"
16828
16829 - type: "plot"
16830   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16831   algorithm: "plot_tsa_name"
16832   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16833   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16834   include:
16835     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16836     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16837     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16838     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16839     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16840   layout:
16841     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16842     layout: "plot-throughput-speedup-analysis"
16843
16844 - type: "plot"
16845   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16846   algorithm: "plot_tsa_name"
16847   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16848   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16849   include:
16850     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16851     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16852     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16853     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16854     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16855     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16856   layout:
16857     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16858     layout: "plot-throughput-speedup-analysis"
16859
16860 - type: "plot"
16861   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16862   algorithm: "plot_tsa_name"
16863   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16864   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16865   include:
16866     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16867     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16868     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16869     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16870     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16871     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16872   layout:
16873     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16874     layout: "plot-throughput-speedup-analysis"
16875
16876 #- type: "plot"
16877 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16878 #  algorithm: "plot_tsa_name"
16879 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16880 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16881 #  include:
16882 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16883 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16884 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16885 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16886 #  layout:
16887 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16888 #    layout: "plot-throughput-speedup-analysis"
16889 #
16890 #- type: "plot"
16891 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16892 #  algorithm: "plot_tsa_name"
16893 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16894 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16895 #  include:
16896 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16897 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16898 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16899 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16900 #  layout:
16901 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16902 #    layout: "plot-throughput-speedup-analysis"
16903
16904 - type: "plot"
16905   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16906   algorithm: "plot_tsa_name"
16907   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16908   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16909   include:
16910     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16911     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16912     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16913     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16914     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16915     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16916   layout:
16917     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16918     layout: "plot-throughput-speedup-analysis"
16919
16920 - type: "plot"
16921   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16922   algorithm: "plot_tsa_name"
16923   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16924   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16925   include:
16926     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16927     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16928     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16929     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16930     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16931     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16932   layout:
16933     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16934     layout: "plot-throughput-speedup-analysis"
16935
16936 #- type: "plot"
16937 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16938 #  algorithm: "plot_tsa_name"
16939 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16940 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16941 #  include:
16942 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16943 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16944 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16945 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16946 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16947 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16948 #  layout:
16949 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16950 #    layout: "plot-throughput-speedup-analysis"
16951 #
16952 #- type: "plot"
16953 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16954 #  algorithm: "plot_tsa_name"
16955 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16956 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16957 #  include:
16958 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16959 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16960 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16961 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16962 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16963 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16964 #  layout:
16965 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16966 #    layout: "plot-throughput-speedup-analysis"
16967
16968 #- type: "plot"
16969 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16970 #  algorithm: "plot_tsa_name"
16971 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16972 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16973 #  include:
16974 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16975 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16976 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16977 #  layout:
16978 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16979 #    layout: "plot-throughput-speedup-analysis"
16980 #
16981 #- type: "plot"
16982 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16983 #  algorithm: "plot_tsa_name"
16984 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16985 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16986 #  include:
16987 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16988 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16989 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16990 #  layout:
16991 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16992 #    layout: "plot-throughput-speedup-analysis"
16993
16994 ################################################################################
16995
16996 # Packet Throughput - DPDK
16997
16998 # 2n-skx-xxv710
16999
17000 - type: "plot"
17001   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17002   algorithm: "plot_perf_box_name"
17003   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17004   data: "plot-dpdk-throughput-latency-2n-skx"
17005   include:
17006     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17007     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17008   layout:
17009     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17010     layout: "plot-throughput"
17011
17012 - type: "plot"
17013   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17014   algorithm: "plot_perf_box_name"
17015   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17016   data: "plot-dpdk-throughput-latency-2n-skx"
17017   include:
17018     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17019     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17020   layout:
17021     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17022     layout: "plot-throughput"
17023
17024 - type: "plot"
17025   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17026   algorithm: "plot_perf_box_name"
17027   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17028   data: "plot-dpdk-throughput-latency-2n-skx"
17029   include:
17030     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17031     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17032   layout:
17033     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17034     layout: "plot-throughput"
17035
17036 - type: "plot"
17037   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17038   algorithm: "plot_perf_box_name"
17039   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17040   data: "plot-dpdk-throughput-latency-2n-skx"
17041   include:
17042     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17043     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17044   layout:
17045     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17046     layout: "plot-throughput"
17047
17048 # 2n-skx-x710
17049
17050 - type: "plot"
17051   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17052   algorithm: "plot_perf_box_name"
17053   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17054   data: "plot-dpdk-throughput-latency-2n-skx"
17055   include:
17056     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17057     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17058   layout:
17059     title: "2n-skx-x710-64b-2t1c-base-ndr"
17060     layout: "plot-throughput"
17061
17062 - type: "plot"
17063   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17064   algorithm: "plot_perf_box_name"
17065   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17066   data: "plot-dpdk-throughput-latency-2n-skx"
17067   include:
17068     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17069     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17070   layout:
17071     title: "2n-skx-x710-64b-4t2c-base-ndr"
17072     layout: "plot-throughput"
17073
17074 - type: "plot"
17075   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17076   algorithm: "plot_perf_box_name"
17077   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17078   data: "plot-dpdk-throughput-latency-2n-skx"
17079   include:
17080     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17081     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17082   layout:
17083     title: "2n-skx-x710-64b-2t1c-base-pdr"
17084     layout: "plot-throughput"
17085
17086 - type: "plot"
17087   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17088   algorithm: "plot_perf_box_name"
17089   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17090   data: "plot-dpdk-throughput-latency-2n-skx"
17091   include:
17092     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17093     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17094   layout:
17095     title: "2n-skx-x710-64b-4t2c-base-pdr"
17096     layout: "plot-throughput"
17097
17098 # 3n-skx-xxv710
17099
17100 - type: "plot"
17101   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17102   algorithm: "plot_perf_box_name"
17103   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17104   data: "plot-dpdk-throughput-latency-3n-skx"
17105   include:
17106     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17107     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17108   layout:
17109     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17110     layout: "plot-throughput"
17111
17112 - type: "plot"
17113   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17114   algorithm: "plot_perf_box_name"
17115   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17116   data: "plot-dpdk-throughput-latency-3n-skx"
17117   include:
17118     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17119     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17120   layout:
17121     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17122     layout: "plot-throughput"
17123
17124 - type: "plot"
17125   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17126   algorithm: "plot_perf_box_name"
17127   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17128   data: "plot-dpdk-throughput-latency-3n-skx"
17129   include:
17130     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17131     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17132   layout:
17133     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17134     layout: "plot-throughput"
17135
17136 - type: "plot"
17137   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17138   algorithm: "plot_perf_box_name"
17139   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17140   data: "plot-dpdk-throughput-latency-3n-skx"
17141   include:
17142     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17143     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17144   layout:
17145     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17146     layout: "plot-throughput"
17147
17148 # 3n-skx-x710
17149
17150 - type: "plot"
17151   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17152   algorithm: "plot_perf_box_name"
17153   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17154   data: "plot-dpdk-throughput-latency-3n-skx"
17155   include:
17156     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17157     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17158   layout:
17159     title: "3n-skx-x710-64b-2t1c-base-ndr"
17160     layout: "plot-throughput"
17161
17162 - type: "plot"
17163   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17164   algorithm: "plot_perf_box_name"
17165   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17166   data: "plot-dpdk-throughput-latency-3n-skx"
17167   include:
17168     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17169     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17170   layout:
17171     title: "3n-skx-x710-64b-4t2c-base-ndr"
17172     layout: "plot-throughput"
17173
17174 - type: "plot"
17175   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17176   algorithm: "plot_perf_box_name"
17177   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17178   data: "plot-dpdk-throughput-latency-3n-skx"
17179   include:
17180     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17181     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17182   layout:
17183     title: "3n-skx-x710-64b-2t1c-base-pdr"
17184     layout: "plot-throughput"
17185
17186 - type: "plot"
17187   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17188   algorithm: "plot_perf_box_name"
17189   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17190   data: "plot-dpdk-throughput-latency-3n-skx"
17191   include:
17192     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17193     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17194   layout:
17195     title: "3n-skx-x710-64b-4t2c-base-pdr"
17196     layout: "plot-throughput"
17197
17198 # 3n-hsw-xl710
17199
17200 - type: "plot"
17201   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17202   algorithm: "plot_perf_box_name"
17203   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17204   data: "plot-dpdk-throughput-latency-3n-hsw"
17205   include:
17206     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17207     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17208   layout:
17209     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17210     layout: "plot-throughput"
17211
17212 - type: "plot"
17213   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17214   algorithm: "plot_perf_box_name"
17215   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17216   data: "plot-dpdk-throughput-latency-3n-hsw"
17217   include:
17218     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17219     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17220   layout:
17221     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17222     layout: "plot-throughput"
17223
17224 - type: "plot"
17225   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17226   algorithm: "plot_perf_box_name"
17227   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17228   data: "plot-dpdk-throughput-latency-3n-hsw"
17229   include:
17230     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17231     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17232   layout:
17233     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17234     layout: "plot-throughput"
17235
17236 - type: "plot"
17237   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17238   algorithm: "plot_perf_box_name"
17239   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17240   data: "plot-dpdk-throughput-latency-3n-hsw"
17241   include:
17242     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17243     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17244   layout:
17245     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17246     layout: "plot-throughput"
17247
17248 # 3n-hsw-x710
17249
17250 - type: "plot"
17251   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17252   algorithm: "plot_perf_box_name"
17253   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17254   data: "plot-dpdk-throughput-latency-3n-hsw"
17255   include:
17256     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17257     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17258   layout:
17259     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17260     layout: "plot-throughput"
17261
17262 - type: "plot"
17263   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17264   algorithm: "plot_perf_box_name"
17265   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17266   data: "plot-dpdk-throughput-latency-3n-hsw"
17267   include:
17268     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17269     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17270   layout:
17271     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17272     layout: "plot-throughput"
17273
17274 - type: "plot"
17275   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17276   algorithm: "plot_perf_box_name"
17277   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17278   data: "plot-dpdk-throughput-latency-3n-hsw"
17279   include:
17280     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17281     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17282   layout:
17283     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17284     layout: "plot-throughput"
17285
17286 - type: "plot"
17287   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17288   algorithm: "plot_perf_box_name"
17289   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17290   data: "plot-dpdk-throughput-latency-3n-hsw"
17291   include:
17292     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17293     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17294   layout:
17295     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17296     layout: "plot-throughput"
17297
17298 # 2n-dnv-x553
17299
17300 - type: "plot"
17301   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17302   algorithm: "plot_perf_box_name"
17303   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17304   data: "plot-dpdk-throughput-latency-2n-dnv"
17305   include:
17306     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17307     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17308   layout:
17309     title: "2n-dnv-x553-64b-1t1c-base-ndr"
17310     layout: "plot-throughput"
17311
17312 - type: "plot"
17313   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17314   algorithm: "plot_perf_box_name"
17315   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17316   data: "plot-dpdk-throughput-latency-2n-dnv"
17317   include:
17318     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17319     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17320   layout:
17321     title: "2n-dnv-x553-64b-2t2c-base-ndr"
17322     layout: "plot-throughput"
17323
17324 - type: "plot"
17325   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17326   algorithm: "plot_perf_box_name"
17327   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17328   data: "plot-dpdk-throughput-latency-2n-dnv"
17329   include:
17330     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17331     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17332   layout:
17333     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17334     layout: "plot-throughput"
17335
17336 - type: "plot"
17337   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17338   algorithm: "plot_perf_box_name"
17339   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17340   data: "plot-dpdk-throughput-latency-2n-dnv"
17341   include:
17342     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17343     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17344   layout:
17345     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17346     layout: "plot-throughput"
17347
17348 # 3n-dnv-x553
17349
17350 - type: "plot"
17351   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17352   algorithm: "plot_perf_box_name"
17353   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17354   data: "plot-dpdk-throughput-latency-3n-dnv"
17355   include:
17356     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17357     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17358   layout:
17359     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17360     layout: "plot-throughput"
17361
17362 - type: "plot"
17363   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17364   algorithm: "plot_perf_box_name"
17365   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17366   data: "plot-dpdk-throughput-latency-3n-dnv"
17367   include:
17368     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17369     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17370   layout:
17371     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17372     layout: "plot-throughput"
17373
17374 - type: "plot"
17375   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17376   algorithm: "plot_perf_box_name"
17377   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17378   data: "plot-dpdk-throughput-latency-3n-dnv"
17379   include:
17380     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17381     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17382   layout:
17383     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17384     layout: "plot-throughput"
17385
17386 - type: "plot"
17387   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17388   algorithm: "plot_perf_box_name"
17389   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17390   data: "plot-dpdk-throughput-latency-3n-dnv"
17391   include:
17392     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17393     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17394   layout:
17395     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17396     layout: "plot-throughput"
17397
17398 # 3n-tsh-x520
17399
17400 - type: "plot"
17401   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17402   algorithm: "plot_perf_box_name"
17403   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17404   data: "plot-dpdk-throughput-latency-3n-tsh"
17405   include:
17406     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17407     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17408   layout:
17409     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17410     layout: "plot-throughput"
17411
17412 - type: "plot"
17413   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17414   algorithm: "plot_perf_box_name"
17415   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17416   data: "plot-dpdk-throughput-latency-3n-tsh"
17417   include:
17418     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17419     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17420   layout:
17421     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17422     layout: "plot-throughput"
17423
17424 - type: "plot"
17425   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17426   algorithm: "plot_perf_box_name"
17427   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17428   data: "plot-dpdk-throughput-latency-3n-tsh"
17429   include:
17430     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17431     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17432   layout:
17433     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17434     layout: "plot-throughput"
17435
17436 - type: "plot"
17437   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17438   algorithm: "plot_perf_box_name"
17439   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17440   data: "plot-dpdk-throughput-latency-3n-tsh"
17441   include:
17442     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17443     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17444   layout:
17445     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17446     layout: "plot-throughput"
17447
17448 ################################################################################
17449 ###   2n-clx                                                                 ###
17450 ################################################################################
17451
17452 # Packet Throughput
17453
17454 - type: "plot"
17455   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17456   algorithm: "plot_perf_box_name"
17457   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17458   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17459   include:
17460     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17461     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17462     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17463     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17464   layout:
17465     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17466     layout: "plot-throughput"
17467
17468 - type: "plot"
17469   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17470   algorithm: "plot_perf_box_name"
17471   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17472   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17473   include:
17474     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17475     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17476     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17477     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17478   layout:
17479     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17480     layout: "plot-throughput"
17481
17482 - type: "plot"
17483   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17484   algorithm: "plot_perf_box_name"
17485   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17486   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17487   include:
17488     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17489     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17490     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17491     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17492   layout:
17493     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17494     layout: "plot-throughput"
17495
17496 - type: "plot"
17497   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17498   algorithm: "plot_perf_box_name"
17499   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17500   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17501   include:
17502     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17503     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17504     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17505     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17506   layout:
17507     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17508     layout: "plot-throughput"
17509
17510 - type: "plot"
17511   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17512   algorithm: "plot_perf_box_name"
17513   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17514   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17515   include:
17516     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17517     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17518     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17519     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17520   layout:
17521     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17522     layout: "plot-throughput"
17523
17524 - type: "plot"
17525   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17526   algorithm: "plot_perf_box_name"
17527   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17528   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17529   include:
17530     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17531     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17532     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17533     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17534   layout:
17535     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17536     layout: "plot-throughput"
17537
17538 - type: "plot"
17539   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17540   algorithm: "plot_perf_box_name"
17541   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17542   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17543   include:
17544     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17545     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17546     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17547     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17548     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17549     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17550   layout:
17551     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17552     layout: "plot-throughput"
17553
17554 - type: "plot"
17555   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17556   algorithm: "plot_perf_box_name"
17557   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17558   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17559   include:
17560     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17561     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17562     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17563     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17564     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17565   layout:
17566     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17567     layout: "plot-throughput"
17568
17569 - type: "plot"
17570   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17571   algorithm: "plot_perf_box_name"
17572   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17573   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17574   include:
17575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17578     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17579   layout:
17580     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17581     layout: "plot-throughput"
17582
17583 - type: "plot"
17584   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17585   algorithm: "plot_perf_box_name"
17586   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17587   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17588   include:
17589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17593   layout:
17594     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17595     layout: "plot-throughput"
17596
17597 - type: "plot"
17598   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17599   algorithm: "plot_perf_box_name"
17600   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17601   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17602   include:
17603     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17606   layout:
17607     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17608     layout: "plot-throughput"
17609
17610 - type: "plot"
17611   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17612   algorithm: "plot_perf_box_name"
17613   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17614   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17615   include:
17616     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17617     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17618     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17619   layout:
17620     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17621     layout: "plot-throughput"
17622
17623 - type: "plot"
17624   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17625   algorithm: "plot_perf_box_name"
17626   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17627   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17628   include:
17629     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17630     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17631     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17632     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17633     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17634   layout:
17635     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17636     layout: "plot-throughput"
17637
17638 - type: "plot"
17639   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17640   algorithm: "plot_perf_box_name"
17641   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17642   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17643   include:
17644     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17646     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17647     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17648     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17649   layout:
17650     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17651     layout: "plot-throughput"
17652
17653 - type: "plot"
17654   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17655   algorithm: "plot_perf_box_name"
17656   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17657   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17658   include:
17659     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17662   layout:
17663     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17664     layout: "plot-throughput"
17665
17666 - type: "plot"
17667   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17668   algorithm: "plot_perf_box_name"
17669   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17670   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17671   include:
17672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17673     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17674     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17675   layout:
17676     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17677     layout: "plot-throughput"
17678
17679 - type: "plot"
17680   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17681   algorithm: "plot_perf_box_name"
17682   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17683   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17684   include:
17685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17688     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17691   layout:
17692     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17693     layout: "plot-throughput"
17694
17695 - type: "plot"
17696   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17697   algorithm: "plot_perf_box_name"
17698   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17699   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17700   include:
17701     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17707   layout:
17708     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17709     layout: "plot-throughput"
17710
17711 - type: "plot"
17712   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17713   algorithm: "plot_perf_box_name"
17714   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17715   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17716   include:
17717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17723   layout:
17724     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17725     layout: "plot-throughput"
17726
17727 - type: "plot"
17728   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17729   algorithm: "plot_perf_box_name"
17730   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17731   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17732   include:
17733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17739   layout:
17740     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17741     layout: "plot-throughput"
17742
17743 - type: "plot"
17744   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17745   algorithm: "plot_perf_box_name"
17746   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17747   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17748   include:
17749     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17750     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17751   layout:
17752     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17753     layout: "plot-throughput"
17754
17755 - type: "plot"
17756   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17757   algorithm: "plot_perf_box_name"
17758   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17759   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17760   include:
17761     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17762     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17763   layout:
17764     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17765     layout: "plot-throughput"
17766
17767 - type: "plot"
17768   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17769   algorithm: "plot_perf_box_name"
17770   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17771   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17772   include:
17773     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17774     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17775     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17776     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17777     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17778     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17779   layout:
17780     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17781     layout: "plot-throughput"
17782
17783 - type: "plot"
17784   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17785   algorithm: "plot_perf_box_name"
17786   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17787   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17788   include:
17789     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17790     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17791     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17792     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17793     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17794     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17795   layout:
17796     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17797     layout: "plot-throughput"
17798
17799 - type: "plot"
17800   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17801   algorithm: "plot_perf_box_name"
17802   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17803   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17804   include:
17805     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17806     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17807     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17808     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17809     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17810     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17811   layout:
17812     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17813     layout: "plot-throughput"
17814
17815 - type: "plot"
17816   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17817   algorithm: "plot_perf_box_name"
17818   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17819   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17820   include:
17821     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17822     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17823     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17824     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17825     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17826     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17827   layout:
17828     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17829     layout: "plot-throughput"
17830
17831 - type: "plot"
17832   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17833   algorithm: "plot_perf_box_name"
17834   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17835   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17836   include:
17837     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17838     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17839     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17840     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17841     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17842     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17843   layout:
17844     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17845     layout: "plot-throughput"
17846
17847 - type: "plot"
17848   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17849   algorithm: "plot_perf_box_name"
17850   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17851   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17852   include:
17853     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17854     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17855     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17856     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17857     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17858     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17859   layout:
17860     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17861     layout: "plot-throughput"
17862
17863 - type: "plot"
17864   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17865   algorithm: "plot_perf_box_name"
17866   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17867   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17868   include:
17869     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17870     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17871     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17872     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17873     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17874   layout:
17875     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17876     layout: "plot-throughput"
17877
17878 - type: "plot"
17879   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17880   algorithm: "plot_perf_box_name"
17881   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17882   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17883   include:
17884     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17885     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17886     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17887     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17888     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17889   layout:
17890     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17891     layout: "plot-throughput"
17892
17893 - type: "plot"
17894   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17895   algorithm: "plot_perf_box_name"
17896   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17897   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17898   include:
17899     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17900     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17901     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17902     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17903     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17904   layout:
17905     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17906     layout: "plot-throughput"
17907
17908 - type: "plot"
17909   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17910   algorithm: "plot_perf_box_name"
17911   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17912   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17913   include:
17914     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17915     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17916     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17917     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17918     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17919   layout:
17920     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17921     layout: "plot-throughput"
17922
17923 - type: "plot"
17924   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17925   algorithm: "plot_perf_box_name"
17926   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17927   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17928   include:
17929     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17930     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17931     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17932     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17933     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17934   layout:
17935     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17936     layout: "plot-throughput"
17937
17938 - type: "plot"
17939   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17940   algorithm: "plot_perf_box_name"
17941   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17942   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17943   include:
17944     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17945     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17946     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17947     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17948     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17949   layout:
17950     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17951     layout: "plot-throughput"
17952
17953 - type: "plot"
17954   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17955   algorithm: "plot_perf_box_name"
17956   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17957   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17958   include:
17959     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17960     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17961     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17962     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17963     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17964   layout:
17965     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17966     layout: "plot-throughput"
17967
17968 - type: "plot"
17969   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17970   algorithm: "plot_perf_box_name"
17971   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17972   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17973   include:
17974     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17975     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17976     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17977     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17978     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17979   layout:
17980     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17981     layout: "plot-throughput"
17982
17983 - type: "plot"
17984   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17985   algorithm: "plot_perf_box_name"
17986   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17987   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17988   include:
17989     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17990     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17991     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17992     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17993     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17994   layout:
17995     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17996     layout: "plot-throughput"
17997
17998 - type: "plot"
17999   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18000   algorithm: "plot_perf_box_name"
18001   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18002   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18003   include:
18004     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18005     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18006     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18007     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18008     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18009   layout:
18010     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18011     layout: "plot-throughput"
18012
18013 - type: "plot"
18014   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18015   algorithm: "plot_perf_box_name"
18016   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18017   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18018   include:
18019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18020     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18021     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18022     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18023     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18024     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18025   layout:
18026     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18027     layout: "plot-throughput"
18028
18029 - type: "plot"
18030   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18031   algorithm: "plot_perf_box_name"
18032   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18033   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18034   include:
18035     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18036     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18037     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18038     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18039     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18040     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18041   layout:
18042     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18043     layout: "plot-throughput"
18044
18045 - type: "plot"
18046   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18047   algorithm: "plot_perf_box_name"
18048   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18049   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18050   include:
18051     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18053     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18055   layout:
18056     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18057     layout: "plot-throughput"
18058
18059 - type: "plot"
18060   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18061   algorithm: "plot_perf_box_name"
18062   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18063   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18064   include:
18065     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18066     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18067     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18068     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18069   layout:
18070     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18071     layout: "plot-throughput"
18072
18073 - type: "plot"
18074   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18075   algorithm: "plot_perf_box_name"
18076   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18077   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18078   include:
18079     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18080     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18081     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18082     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18083     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18084     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18085   layout:
18086     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18087     layout: "plot-throughput"
18088
18089 - type: "plot"
18090   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18091   algorithm: "plot_perf_box_name"
18092   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18093   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18094   include:
18095     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18096     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18097     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18098     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18099     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18101   layout:
18102     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18103     layout: "plot-throughput"
18104
18105 - type: "plot"
18106   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18107   algorithm: "plot_perf_box_name"
18108   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18109   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18110   include:
18111     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18113     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18115   layout:
18116     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18117     layout: "plot-throughput"
18118
18119 - type: "plot"
18120   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18121   algorithm: "plot_perf_box_name"
18122   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18123   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18124   include:
18125     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18127     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18129   layout:
18130     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18131     layout: "plot-throughput"
18132
18133 - type: "plot"
18134   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18135   algorithm: "plot_perf_box_name"
18136   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18137   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18138   include:
18139     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18140     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18141     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18142     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18143     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18144     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18145   layout:
18146     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18147     layout: "plot-throughput"
18148
18149 - type: "plot"
18150   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18151   algorithm: "plot_perf_box_name"
18152   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18153   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18154   include:
18155     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18156     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18157     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18158     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18159     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18160     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18161   layout:
18162     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18163     layout: "plot-throughput"
18164
18165 - type: "plot"
18166   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18167   algorithm: "plot_perf_box_name"
18168   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18169   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18170   include:
18171     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18172     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18173     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18174     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18175   layout:
18176     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18177     layout: "plot-throughput"
18178
18179 - type: "plot"
18180   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18181   algorithm: "plot_perf_box_name"
18182   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18183   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18184   include:
18185     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18186     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18187     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18188     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18189   layout:
18190     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18191     layout: "plot-throughput"
18192
18193 - type: "plot"
18194   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18195   algorithm: "plot_perf_box_name"
18196   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18197   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18198   include:
18199     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18200     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18201     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18202     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18203     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18204   layout:
18205     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18206     layout: "plot-throughput"
18207
18208 - type: "plot"
18209   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18210   algorithm: "plot_perf_box_name"
18211   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18212   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18213   include:
18214     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18215     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18216     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18217     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18218     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18219   layout:
18220     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18221     layout: "plot-throughput"
18222
18223 - type: "plot"
18224   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18225   algorithm: "plot_perf_box_name"
18226   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18227   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18228   include:
18229     - "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"
18230     - "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"
18231     - "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"
18232     - "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"
18233     - "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"
18234   layout:
18235     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18236     layout: "plot-throughput"
18237
18238 - type: "plot"
18239   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18240   algorithm: "plot_perf_box_name"
18241   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18242   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18243   include:
18244     - "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"
18245     - "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"
18246     - "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"
18247     - "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"
18248     - "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"
18249   layout:
18250     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18251     layout: "plot-throughput"
18252
18253 - type: "plot"
18254   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18255   algorithm: "plot_perf_box_name"
18256   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18257   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18258   include:
18259     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18260     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18261     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18262     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18263     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18264   layout:
18265     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18266     layout: "plot-throughput"
18267
18268 - type: "plot"
18269   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18270   algorithm: "plot_perf_box_name"
18271   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18272   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18273   include:
18274     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18275     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18276     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18277     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18278     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18279   layout:
18280     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18281     layout: "plot-throughput"
18282
18283 - type: "plot"
18284   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18285   algorithm: "plot_perf_box_name"
18286   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18287   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18288   include:
18289     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18290     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18291     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18292     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18293     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18294   layout:
18295     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18296     layout: "plot-throughput"
18297
18298 - type: "plot"
18299   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18300   algorithm: "plot_perf_box_name"
18301   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18302   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18303   include:
18304     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18305     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18306     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18307     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18308     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18309   layout:
18310     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18311     layout: "plot-throughput"
18312
18313 - type: "plot"
18314   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18315   algorithm: "plot_perf_box_name"
18316   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18317   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18318   include:
18319     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18320     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18321     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18322     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18323   layout:
18324     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18325     layout: "plot-throughput"
18326
18327 - type: "plot"
18328   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18329   algorithm: "plot_perf_box_name"
18330   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18331   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18332   include:
18333     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18334     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18335     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18336     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18337   layout:
18338     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18339     layout: "plot-throughput"
18340
18341 - type: "plot"
18342   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18343   algorithm: "plot_perf_box_name"
18344   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18345   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18346   include:
18347     - "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"
18348     - "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"
18349     - "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"
18350     - "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"
18351   layout:
18352     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18353     layout: "plot-throughput"
18354
18355 - type: "plot"
18356   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18357   algorithm: "plot_perf_box_name"
18358   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18359   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18360   include:
18361     - "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"
18362     - "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"
18363     - "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"
18364     - "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"
18365   layout:
18366     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18367     layout: "plot-throughput"
18368
18369 - type: "plot"
18370   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18371   algorithm: "plot_perf_box_name"
18372   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18373   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18374   include:
18375     - "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"
18376     - "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"
18377     - "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"
18378     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18379     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18380     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18381   layout:
18382     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18383     layout: "plot-throughput"
18384
18385 - type: "plot"
18386   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18387   algorithm: "plot_perf_box_name"
18388   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18389   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18390   include:
18391     - "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"
18392     - "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"
18393     - "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"
18394     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18395     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18396     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18397   layout:
18398     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18399     layout: "plot-throughput"
18400
18401 ################################################################################
18402
18403 # Packet Speedup
18404
18405 - type: "plot"
18406   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18407   algorithm: "plot_tsa_name"
18408   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18409   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18410   include:
18411     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18412     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18413     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18414     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18415   layout:
18416     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18417     layout: "plot-throughput-speedup-analysis"
18418
18419 - type: "plot"
18420   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18421   algorithm: "plot_tsa_name"
18422   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18423   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18424   include:
18425     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18426     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18427     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18428     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18429   layout:
18430     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18431     layout: "plot-throughput-speedup-analysis"
18432
18433 - type: "plot"
18434   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18435   algorithm: "plot_tsa_name"
18436   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18437   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18438   include:
18439     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18440     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18441     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18442     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18443   layout:
18444     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18445     layout: "plot-throughput-speedup-analysis"
18446
18447 - type: "plot"
18448   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18449   algorithm: "plot_tsa_name"
18450   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18451   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18452   include:
18453     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18454     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18455     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18456     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18457   layout:
18458     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18459     layout: "plot-throughput-speedup-analysis"
18460
18461 - type: "plot"
18462   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18463   algorithm: "plot_tsa_name"
18464   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18465   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18466   include:
18467     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18468     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18469     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18470     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18471   layout:
18472     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18473     layout: "plot-throughput-speedup-analysis"
18474
18475 - type: "plot"
18476   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18477   algorithm: "plot_tsa_name"
18478   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18479   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18480   include:
18481     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18482     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18483     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18484     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18485   layout:
18486     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18487     layout: "plot-throughput-speedup-analysis"
18488
18489 - type: "plot"
18490   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18491   algorithm: "plot_tsa_name"
18492   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18493   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18494   include:
18495     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18496     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18497     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18498     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18499     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18500     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18501   layout:
18502     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18503     layout: "plot-throughput-speedup-analysis"
18504
18505 - type: "plot"
18506   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18507   algorithm: "plot_tsa_name"
18508   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18509   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18510   include:
18511     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18512     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18513     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18514     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18515     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18516     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18517   layout:
18518     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18519     layout: "plot-throughput-speedup-analysis"
18520
18521 - type: "plot"
18522   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18523   algorithm: "plot_tsa_name"
18524   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18525   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18526   include:
18527     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18528     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18529     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18530     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18531   layout:
18532     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18533     layout: "plot-throughput-speedup-analysis"
18534
18535 - type: "plot"
18536   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18537   algorithm: "plot_tsa_name"
18538   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18539   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18540   include:
18541     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18542     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18543     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18545   layout:
18546     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18547     layout: "plot-throughput-speedup-analysis"
18548
18549 - type: "plot"
18550   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18551   algorithm: "plot_tsa_name"
18552   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18553   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18554   include:
18555     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18556     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18557     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18558   layout:
18559     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18560     layout: "plot-throughput-speedup-analysis"
18561
18562 - type: "plot"
18563   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18564   algorithm: "plot_tsa_name"
18565   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18566   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18567   include:
18568     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18569     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18570     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18571   layout:
18572     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18573     layout: "plot-throughput-speedup-analysis"
18574
18575 - type: "plot"
18576   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18577   algorithm: "plot_tsa_name"
18578   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18579   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18580   include:
18581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18584     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18585     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18586   layout:
18587     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18588     layout: "plot-throughput-speedup-analysis"
18589
18590 - type: "plot"
18591   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18592   algorithm: "plot_tsa_name"
18593   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18594   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18595   include:
18596     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18597     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18598     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18599     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18600     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18601   layout:
18602     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18603     layout: "plot-throughput-speedup-analysis"
18604
18605 - type: "plot"
18606   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18607   algorithm: "plot_tsa_name"
18608   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18609   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18610   include:
18611     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18612     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18613     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18614   layout:
18615     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18616     layout: "plot-throughput-speedup-analysis"
18617
18618 - type: "plot"
18619   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18620   algorithm: "plot_tsa_name"
18621   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18622   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18623   include:
18624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18625     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18626     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18627   layout:
18628     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18629     layout: "plot-throughput-speedup-analysis"
18630
18631 - type: "plot"
18632   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18633   algorithm: "plot_tsa_name"
18634   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18635   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18636   include:
18637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18639     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18640     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18641     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18642     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18643   layout:
18644     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18645     layout: "plot-throughput-speedup-analysis"
18646
18647 - type: "plot"
18648   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18649   algorithm: "plot_tsa_name"
18650   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18651   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18652   include:
18653     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18654     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18655     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18656     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18657     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18658     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18659   layout:
18660     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18661     layout: "plot-throughput-speedup-analysis"
18662
18663 - type: "plot"
18664   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18665   algorithm: "plot_tsa_name"
18666   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18667   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18668   include:
18669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18670     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18673     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18674     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18675   layout:
18676     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18677     layout: "plot-throughput-speedup-analysis"
18678
18679 - type: "plot"
18680   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18681   algorithm: "plot_tsa_name"
18682   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18683   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18684   include:
18685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18688     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18691   layout:
18692     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18693     layout: "plot-throughput-speedup-analysis"
18694
18695 - type: "plot"
18696   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18697   algorithm: "plot_tsa_name"
18698   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18699   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18700   include:
18701     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18702     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18703   layout:
18704     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18705     layout: "plot-throughput-speedup-analysis"
18706
18707 - type: "plot"
18708   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18709   algorithm: "plot_tsa_name"
18710   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18711   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18712   include:
18713     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18714     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18715   layout:
18716     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18717     layout: "plot-throughput-speedup-analysis"
18718
18719 - type: "plot"
18720   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18721   algorithm: "plot_tsa_name"
18722   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18723   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18724   include:
18725     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18726     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18727     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18728     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18729     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18730     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18731   layout:
18732     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18733     layout: "plot-throughput-speedup-analysis"
18734
18735 - type: "plot"
18736   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18737   algorithm: "plot_tsa_name"
18738   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18739   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18740   include:
18741     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18742     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18743     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18744     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18745     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18746     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18747   layout:
18748     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18749     layout: "plot-throughput-speedup-analysis"
18750
18751 - type: "plot"
18752   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18753   algorithm: "plot_tsa_name"
18754   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18755   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18756   include:
18757     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18758     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18759     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18760     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18761     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18762     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18763   layout:
18764     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18765     layout: "plot-throughput-speedup-analysis"
18766
18767 - type: "plot"
18768   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18769   algorithm: "plot_tsa_name"
18770   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18771   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18772   include:
18773     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18774     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18775     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18776     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18777     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18778     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18779   layout:
18780     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18781     layout: "plot-throughput-speedup-analysis"
18782
18783 - type: "plot"
18784   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18785   algorithm: "plot_tsa_name"
18786   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18787   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18788   include:
18789     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18790     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18791     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18792     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18793     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18794     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18795   layout:
18796     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18797     layout: "plot-throughput-speedup-analysis"
18798
18799 - type: "plot"
18800   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18801   algorithm: "plot_tsa_name"
18802   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18803   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18804   include:
18805     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18806     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18807     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18808     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18809     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18810     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18811   layout:
18812     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18813     layout: "plot-throughput-speedup-analysis"
18814
18815 - type: "plot"
18816   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18817   algorithm: "plot_tsa_name"
18818   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18819   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18820   include:
18821     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18822     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18823     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18824     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18825     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18826   layout:
18827     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18828     layout: "plot-throughput-speedup-analysis"
18829
18830 - type: "plot"
18831   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18832   algorithm: "plot_tsa_name"
18833   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18834   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18835   include:
18836     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18837     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18838     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18839     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18840     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18841   layout:
18842     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18843     layout: "plot-throughput-speedup-analysis"
18844
18845 - type: "plot"
18846   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18847   algorithm: "plot_tsa_name"
18848   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18849   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18850   include:
18851     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18852     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18853     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18854     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18855     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18856   layout:
18857     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18858     layout: "plot-throughput-speedup-analysis"
18859
18860 - type: "plot"
18861   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18862   algorithm: "plot_tsa_name"
18863   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18864   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18865   include:
18866     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18867     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18868     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18869     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18870     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18871   layout:
18872     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18873     layout: "plot-throughput-speedup-analysis"
18874
18875 - type: "plot"
18876   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18877   algorithm: "plot_tsa_name"
18878   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18879   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18880   include:
18881     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18882     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18883     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18884     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18885     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18886   layout:
18887     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18888     layout: "plot-throughput-speedup-analysis"
18889
18890 - type: "plot"
18891   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18892   algorithm: "plot_tsa_name"
18893   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18894   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18895   include:
18896     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18897     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18898     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18899     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18900     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18901   layout:
18902     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18903     layout: "plot-throughput-speedup-analysis"
18904
18905 - type: "plot"
18906   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18907   algorithm: "plot_tsa_name"
18908   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18909   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18910   include:
18911     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18912     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18913     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18914     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18915     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18916   layout:
18917     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18918     layout: "plot-throughput-speedup-analysis"
18919
18920 - type: "plot"
18921   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18922   algorithm: "plot_tsa_name"
18923   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18924   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18925   include:
18926     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18927     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18928     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18929     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18930     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18931   layout:
18932     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18933     layout: "plot-throughput-speedup-analysis"
18934
18935 - type: "plot"
18936   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18937   algorithm: "plot_tsa_name"
18938   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18939   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18940   include:
18941     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18942     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18943     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18944     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18945     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18946   layout:
18947     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18948     layout: "plot-throughput-speedup-analysis"
18949
18950 - type: "plot"
18951   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18952   algorithm: "plot_tsa_name"
18953   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18954   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18955   include:
18956     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18957     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18958     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18959     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18960     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18961   layout:
18962     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18963     layout: "plot-throughput-speedup-analysis"
18964
18965 - type: "plot"
18966   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18967   algorithm: "plot_tsa_name"
18968   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18969   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18970   include:
18971     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18972     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18973     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18974     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18975     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18976     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18977   layout:
18978     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18979     layout: "plot-throughput-speedup-analysis"
18980
18981 - type: "plot"
18982   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18983   algorithm: "plot_tsa_name"
18984   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18985   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18986   include:
18987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18988     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18989     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18990     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18991     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18992     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18993   layout:
18994     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18995     layout: "plot-throughput-speedup-analysis"
18996
18997 - type: "plot"
18998   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18999   algorithm: "plot_tsa_name"
19000   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19001   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19002   include:
19003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19004     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19005     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19006     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19007   layout:
19008     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19009     layout: "plot-throughput-speedup-analysis"
19010
19011 - type: "plot"
19012   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19013   algorithm: "plot_tsa_name"
19014   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19015   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19016   include:
19017     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19018     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19020     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19021   layout:
19022     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19023     layout: "plot-throughput-speedup-analysis"
19024
19025 - type: "plot"
19026   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19027   algorithm: "plot_tsa_name"
19028   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19029   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19030   include:
19031     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19034     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19035     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19036     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19037   layout:
19038     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19039     layout: "plot-throughput-speedup-analysis"
19040
19041 - type: "plot"
19042   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19043   algorithm: "plot_tsa_name"
19044   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19045   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19046   include:
19047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19048     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19049     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19050     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19051     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19053   layout:
19054     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19055     layout: "plot-throughput-speedup-analysis"
19056
19057 - type: "plot"
19058   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19059   algorithm: "plot_tsa_name"
19060   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19061   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19062   include:
19063     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19064     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19065     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19066     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19067   layout:
19068     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19069     layout: "plot-throughput-speedup-analysis"
19070
19071 - type: "plot"
19072   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19073   algorithm: "plot_tsa_name"
19074   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19075   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19076   include:
19077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19078     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19079     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19080     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19081   layout:
19082     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19083     layout: "plot-throughput-speedup-analysis"
19084
19085 - type: "plot"
19086   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19087   algorithm: "plot_tsa_name"
19088   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19089   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19090   include:
19091     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19092     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19093     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19094     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19095     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19096     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19097   layout:
19098     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19099     layout: "plot-throughput-speedup-analysis"
19100
19101 - type: "plot"
19102   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19103   algorithm: "plot_tsa_name"
19104   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19105   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19106   include:
19107     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19108     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19109     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19110     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19111     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19112     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19113   layout:
19114     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19115     layout: "plot-throughput-speedup-analysis"
19116
19117 - type: "plot"
19118   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19119   algorithm: "plot_tsa_name"
19120   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19121   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19122   include:
19123     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19124     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19125     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19126     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19127   layout:
19128     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19129     layout: "plot-throughput-speedup-analysis"
19130
19131 - type: "plot"
19132   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19133   algorithm: "plot_tsa_name"
19134   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19135   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19136   include:
19137     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19138     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19139     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19140     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19141   layout:
19142     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19143     layout: "plot-throughput-speedup-analysis"
19144
19145 - type: "plot"
19146   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19147   algorithm: "plot_tsa_name"
19148   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19149   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19150   include:
19151     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19152     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19153     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19154     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19155     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19156   layout:
19157     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19158     layout: "plot-throughput-speedup-analysis"
19159
19160 - type: "plot"
19161   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19162   algorithm: "plot_tsa_name"
19163   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19164   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19165   include:
19166     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19167     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19168     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19169     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19170     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19171   layout:
19172     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19173     layout: "plot-throughput-speedup-analysis"
19174
19175 - type: "plot"
19176   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19177   algorithm: "plot_tsa_name"
19178   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19179   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19180   include:
19181     - "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"
19182     - "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"
19183     - "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"
19184     - "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"
19185     - "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"
19186   layout:
19187     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19188     layout: "plot-throughput-speedup-analysis"
19189
19190 - type: "plot"
19191   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19192   algorithm: "plot_tsa_name"
19193   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19194   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19195   include:
19196     - "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"
19197     - "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"
19198     - "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"
19199     - "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"
19200     - "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"
19201   layout:
19202     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19203     layout: "plot-throughput-speedup-analysis"
19204
19205 - type: "plot"
19206   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19207   algorithm: "plot_tsa_name"
19208   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19209   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19210   include:
19211     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19212     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19213     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19214     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19215     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19216   layout:
19217     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19218     layout: "plot-throughput-speedup-analysis"
19219
19220 - type: "plot"
19221   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19222   algorithm: "plot_tsa_name"
19223   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19224   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19225   include:
19226     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19227     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19228     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19229     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19230     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19231   layout:
19232     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19233     layout: "plot-throughput-speedup-analysis"
19234
19235 - type: "plot"
19236   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19237   algorithm: "plot_tsa_name"
19238   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19239   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19240   include:
19241     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19242     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19243     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19244     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19245     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19246   layout:
19247     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19248     layout: "plot-throughput-speedup-analysis"
19249
19250 - type: "plot"
19251   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19252   algorithm: "plot_tsa_name"
19253   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19254   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19255   include:
19256     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19257     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19258     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19259     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19260     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19261   layout:
19262     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19263     layout: "plot-throughput-speedup-analysis"
19264
19265 - type: "plot"
19266   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19267   algorithm: "plot_tsa_name"
19268   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19269   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19270   include:
19271     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19272     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19273     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19274     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19275   layout:
19276     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19277     layout: "plot-throughput-speedup-analysis"
19278
19279 - type: "plot"
19280   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19281   algorithm: "plot_tsa_name"
19282   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19283   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19284   include:
19285     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19286     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19287     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19288     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19289   layout:
19290     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19291     layout: "plot-throughput-speedup-analysis"
19292
19293 - type: "plot"
19294   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19295   algorithm: "plot_tsa_name"
19296   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19297   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19298   include:
19299     - "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"
19300     - "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"
19301     - "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"
19302     - "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"
19303   layout:
19304     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19305     layout: "plot-throughput-speedup-analysis"
19306
19307 - type: "plot"
19308   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
19309   algorithm: "plot_tsa_name"
19310   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
19311   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19312   include:
19313     - "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"
19314     - "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"
19315     - "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"
19316     - "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"
19317   layout:
19318     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
19319     layout: "plot-throughput-speedup-analysis"
19320
19321 - type: "plot"
19322   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19323   algorithm: "plot_tsa_name"
19324   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19325   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19326   include:
19327     - "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"
19328     - "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"
19329     - "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"
19330     - "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"
19331     - "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"
19332     - "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"
19333   layout:
19334     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19335     layout: "plot-throughput-speedup-analysis"
19336
19337 - type: "plot"
19338   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19339   algorithm: "plot_tsa_name"
19340   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19341   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19342   include:
19343     - "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"
19344     - "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"
19345     - "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"
19346     - "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"
19347     - "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"
19348     - "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"
19349   layout:
19350     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19351     layout: "plot-throughput-speedup-analysis"
19352
19353 ################################################################################
19354
19355 # Packet Throughput - DPDK
19356
19357 # 2n-clx-xxv710
19358
19359 - type: "plot"
19360   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19361   algorithm: "plot_perf_box_name"
19362   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19363   data: "plot-dpdk-throughput-latency-2n-clx"
19364   include:
19365     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19366     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19367   layout:
19368     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19369     layout: "plot-throughput"
19370
19371 - type: "plot"
19372   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19373   algorithm: "plot_perf_box_name"
19374   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19375   data: "plot-dpdk-throughput-latency-2n-clx"
19376   include:
19377     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19378     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19379   layout:
19380     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19381     layout: "plot-throughput"
19382
19383 - type: "plot"
19384   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19385   algorithm: "plot_perf_box_name"
19386   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19387   data: "plot-dpdk-throughput-latency-2n-clx"
19388   include:
19389     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19390     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19391   layout:
19392     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19393     layout: "plot-throughput"
19394
19395 - type: "plot"
19396   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19397   algorithm: "plot_perf_box_name"
19398   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19399   data: "plot-dpdk-throughput-latency-2n-clx"
19400   include:
19401     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19402     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19403   layout:
19404     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19405     layout: "plot-throughput"
19406
19407 # 2n-clx-x710
19408
19409 - type: "plot"
19410   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19411   algorithm: "plot_perf_box_name"
19412   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19413   data: "plot-dpdk-throughput-latency-2n-clx"
19414   include:
19415     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19416     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19417   layout:
19418     title: "2n-clx-x710-64b-2t1c-base-ndr"
19419     layout: "plot-throughput"
19420
19421 - type: "plot"
19422   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19423   algorithm: "plot_perf_box_name"
19424   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19425   data: "plot-dpdk-throughput-latency-2n-clx"
19426   include:
19427     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19428     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19429   layout:
19430     title: "2n-clx-x710-64b-4t2c-base-ndr"
19431     layout: "plot-throughput"
19432
19433 - type: "plot"
19434   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19435   algorithm: "plot_perf_box_name"
19436   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19437   data: "plot-dpdk-throughput-latency-2n-clx"
19438   include:
19439     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19440     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19441   layout:
19442     title: "2n-clx-x710-64b-2t1c-base-pdr"
19443     layout: "plot-throughput"
19444
19445 - type: "plot"
19446   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19447   algorithm: "plot_perf_box_name"
19448   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19449   data: "plot-dpdk-throughput-latency-2n-clx"
19450   include:
19451     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19452     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19453   layout:
19454     title: "2n-clx-x710-64b-4t2c-base-pdr"
19455     layout: "plot-throughput"
19456
19457 ################################################################################
19458
19459 - type: "plot"
19460   title: "Latency by percentile: 2n-skx"
19461   algorithm: "plot_hdrh_lat_by_percentile"
19462   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19463   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19464   target-links: "../../_static/vpp"
19465   data: "plot-vpp-hdrh-lat-2n-skx"
19466   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19467   layout:
19468     layout: "plot-hdrh-latency-by-percentile"
19469
19470 - type: "plot"
19471   title: "Latency by percentile: 3n-skx"
19472   algorithm: "plot_hdrh_lat_by_percentile"
19473   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19474   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19475   target-links: "../../_static/vpp"
19476   data: "plot-vpp-hdrh-lat-3n-skx"
19477   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19478   layout:
19479     layout: "plot-hdrh-latency-by-percentile"
19480
19481 - type: "plot"
19482   title: "Latency by percentile: 2n-clx"
19483   algorithm: "plot_hdrh_lat_by_percentile"
19484   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19485   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19486   target-links: "../../_static/vpp"
19487   data: "plot-vpp-hdrh-lat-2n-clx"
19488   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19489   layout:
19490     layout: "plot-hdrh-latency-by-percentile"
19491
19492 - type: "plot"
19493   title: "Latency by percentile: 3n-hsw"
19494   algorithm: "plot_hdrh_lat_by_percentile"
19495   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19496   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19497   target-links: "../../_static/vpp"
19498   data: "plot-vpp-hdrh-lat-3n-hsw"
19499   filter: "'1T1C' and 'NIC_Intel-XL710'"
19500   layout:
19501     layout: "plot-hdrh-latency-by-percentile"
19502
19503 - type: "plot"
19504   title: "Latency by percentile: 3n-tsh"
19505   algorithm: "plot_hdrh_lat_by_percentile"
19506   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19507   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19508   target-links: "../../_static/vpp"
19509   data: "plot-vpp-hdrh-lat-3n-tsh"
19510   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19511   layout:
19512     layout: "plot-hdrh-latency-by-percentile"
19513
19514 - type: "plot"
19515   title: "Latency by percentile: DPDK 2n-skx"
19516   algorithm: "plot_hdrh_lat_by_percentile"
19517   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19518   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19519   target-links: "../../_static/dpdk"
19520   data: "plot-dpdk-hdrh-lat-2n-skx"
19521   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19522   layout:
19523     layout: "plot-hdrh-latency-by-percentile"
19524
19525 - type: "plot"
19526   title: "Latency by percentile: DPDK 3n-skx"
19527   algorithm: "plot_hdrh_lat_by_percentile"
19528   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19529   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19530   target-links: "../../_static/dpdk"
19531   data: "plot-dpdk-hdrh-lat-3n-skx"
19532   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19533   layout:
19534     layout: "plot-hdrh-latency-by-percentile"
19535
19536 - type: "plot"
19537   title: "Latency by percentile: DPDK 2n-clx"
19538   algorithm: "plot_hdrh_lat_by_percentile"
19539   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19540   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19541   target-links: "../../_static/dpdk"
19542   data: "plot-dpdk-hdrh-lat-2n-clx"
19543   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19544   layout:
19545     layout: "plot-hdrh-latency-by-percentile"
19546
19547 - type: "plot"
19548   title: "Latency by percentile: DPDK 3n-hsw"
19549   algorithm: "plot_hdrh_lat_by_percentile"
19550   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19551   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19552   target-links: "../../_static/dpdk"
19553   data: "plot-dpdk-hdrh-lat-3n-hsw"
19554   filter: "'1T1C' and 'NIC_Intel-XL710'"
19555   layout:
19556     layout: "plot-hdrh-latency-by-percentile"
19557
19558 - type: "plot"
19559   title: "Latency by percentile: DPDK 3n-tsh"
19560   algorithm: "plot_hdrh_lat_by_percentile"
19561   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19562   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19563   target-links: "../../_static/dpdk"
19564   data: "plot-dpdk-hdrh-lat-3n-tsh"
19565   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19566   layout:
19567     layout: "plot-hdrh-latency-by-percentile"