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       # TODO: Add data:
197       csit-vpp-perf-report-iterative-2005-3n-hsw:
198         - 3   # NDRPDR sel
199         - 4   # NDRPDR sel
200         - 5   # NDRPDR sel
201         - 10  # NDRPDR sel
202         - 11  # NDRPDR sel
203         - 12  # NDRPDR sel
204         - 13  # NDRPDR sel
205         - 14  # NDRPDR sel
206
207     plot-vpp-hdrh-lat-3n-hsw:
208       # TODO: Add data:
209       csit-vpp-perf-report-iterative-2005-3n-hsw:
210         - 3   # NDRPDR sel
211
212     plot-vpp-nfv-3n-hsw-ndrpdr:
213       # TODO: Add data:
214       csit-vpp-perf-report-iterative-2005-3n-hsw:
215         - 3   # NDRPDR sel
216         - 4   # NDRPDR sel
217         - 5   # NDRPDR sel
218         - 10  # NDRPDR sel
219         - 11  # NDRPDR sel
220         - 12  # NDRPDR sel
221         - 13  # NDRPDR sel
222         - 14  # NDRPDR sel
223
224     plot-vpp-nfv-3n-hsw-mrr:
225       # TODO: Replace:
226       # csit-vpp-perf-report-iterative-2005-3n-hsw:
227       csit-vpp-perf-verify-2001-3n-hsw:
228         - 17  # MRR sel
229
230     plot-vpp-hoststack-3n-hsw:
231       # TODO: Replace:
232       # csit-vpp-perf-report-iterative-2005-3n-hsw:
233       csit-vpp-perf-verify-2001-3n-hsw:
234         - 103  # hoststack
235
236     plot-dpdk-throughput-latency-3n-hsw:
237       csit-dpdk-perf-report-iterative-2005-3n-hsw:
238         - 5   # NDRPDR sel
239         - 6   # NDRPDR sel
240         - 7   # NDRPDR sel
241         - 8   # NDRPDR sel
242         - 9   # NDRPDR sel
243         - 10  # NDRPDR sel
244         - 11  # NDRPDR sel
245         - 12  # NDRPDR sel
246         - 13  # NDRPDR sel
247         - 14  # NDRPDR sel
248
249     plot-dpdk-hdrh-lat-3n-hsw:
250       csit-dpdk-perf-report-iterative-2005-3n-hsw:
251         - 5   # NDRPDR sel
252
253     # 3n-skx
254
255     plot-vpp-throughput-lat-tsa-3n-skx:
256       # TODO: Replace:
257       # csit-vpp-perf-report-iterative-2005-3n-skx:
258       csit-vpp-perf-verify-2001-3n-skx:
259         - 69  # NDRPDR sel - new2001.0
260
261     plot-vpp-hdrh-lat-3n-skx:
262       # TODO: Replace:
263       # csit-vpp-perf-report-iterative-2005-3n-skx:
264       csit-vpp-perf-verify-2001-3n-skx:
265         - 69  # NDRPDR sel - new2001.0
266
267     plot-vpp-nfv-3n-skx-ndrpdr:
268       # TODO: Replace:
269       # csit-vpp-perf-report-iterative-2005-3n-skx:
270       csit-vpp-perf-verify-2001-3n-skx:
271         - 69  # NDRPDR sel - new2001.0
272
273     plot-vpp-nfv-3n-skx-mrr:
274       # TODO: Replace:
275       # csit-vpp-perf-report-iterative-2005-3n-skx:
276       csit-vpp-perf-verify-2001-3n-skx:
277         - 50  # MRR sel
278
279     plot-dpdk-throughput-latency-3n-skx:
280       csit-dpdk-perf-report-iterative-2005-3n-skx:
281         - 4   # NDRPDR sel
282         - 5   # NDRPDR sel
283         - 6   # NDRPDR sel
284         - 7   # NDRPDR sel
285         - 8   # NDRPDR sel
286         - 11  # NDRPDR sel
287         - 12  # NDRPDR sel
288         - 13  # NDRPDR sel
289         - 14  # NDRPDR sel
290         - 15  # NDRPDR sel
291
292     plot-dpdk-hdrh-lat-3n-skx:
293       csit-dpdk-perf-report-iterative-2005-3n-skx:
294         - 4   # NDRPDR sel
295
296     # 2n-skx
297
298     plot-vpp-throughput-lat-tsa-2n-skx:
299       # TODO: Replace:
300       # csit-vpp-perf-report-iterative-2005-2n-skx:
301       csit-vpp-perf-verify-2001-2n-skx:
302         - 143  # NDRPDR sel - new2001.0
303
304     plot-vpp-hdrh-lat-2n-skx:
305       # TODO: Replace:
306       # csit-vpp-perf-report-iterative-2005-2n-skx:
307       csit-vpp-perf-verify-2001-2n-skx:
308         - 153  # NDRPDR sel - new2001.0
309
310     plot-vpp-soak-2n-skx:
311       # TODO: Replace:
312       # csit-vpp-perf-report-iterative-2005-2n-skx:
313       csit-vpp-perf-verify-2001-2n-skx:
314         - 181  # Soak
315         - 182  # Soak
316
317     plot-vpp-nfv-2n-skx-ndrpdr:
318       # TODO: Replace:
319       # csit-vpp-perf-report-iterative-2005-2n-skx:
320       csit-vpp-perf-verify-2001-2n-skx:
321         - 30  # NFV
322         - 31  # NFV
323
324     plot-vpp-nfv-2n-skx-mrr:
325       # TODO: Replace:
326       # csit-vpp-perf-report-iterative-2005-2n-skx:
327       csit-vpp-perf-verify-1908-2n-skx:
328         - 71  # NFV MRR
329
330     plot-vpp-nfv-reconf-2n-skx:
331       # TODO: Replace:
332       # csit-vpp-perf-report-iterative-2005-2n-skx:
333       csit-vpp-perf-verify-2001-2n-skx:
334         - 169  # Reconf
335
336     plot-dpdk-throughput-latency-2n-skx:
337       csit-dpdk-perf-report-iterative-2005-2n-skx:
338         - 1   # NDRPDR sel
339         - 2   # NDRPDR sel
340         - 3   # NDRPDR sel
341         - 4   # NDRPDR sel
342         - 5   # NDRPDR sel
343         - 6   # NDRPDR sel
344         - 7   # NDRPDR sel
345         - 8   # NDRPDR sel
346         - 9   # NDRPDR sel
347         - 10  # NDRPDR sel
348
349     plot-dpdk-hdrh-lat-2n-skx:
350       csit-dpdk-perf-report-iterative-2005-2n-skx:
351         - 1   # NDRPDR sel
352
353     # 2n-clx
354
355     plot-vpp-throughput-lat-tsa-2n-clx:
356       # TODO: Replace:
357       # csit-vpp-perf-report-iterative-2005-2n-clx:
358       csit-vpp-perf-verify-2001-2n-clx:
359         - 28  # NDRPDR sel
360
361     plot-vpp-hdrh-lat-2n-clx:
362       # TODO: Replace:
363       # csit-vpp-perf-report-iterative-2005-2n-clx:
364       csit-vpp-perf-verify-2001-2n-clx:
365         - 28  # 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: Replace:
375       # csit-vpp-perf-report-iterative-2005-2n-clx:
376       csit-vpp-perf-verify-2001-2n-clx:
377         - 28  # NDRPDR sel
378
379     plot-vpp-nfv-2n-clx-mrr:
380       # TODO: Replace:
381       # csit-vpp-perf-report-iterative-2005-2n-clx:
382       csit-vpp-perf-verify-2001-2n-clx:
383         - 39  # 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       # TODO: Replace:
443       # csit-vpp-perf-report-iterative-2005-3n-dnv:
444       csit-vpp-perf-verify-2001-3n-dnv:
445         - 5   # NDRPDR sel
446
447     plot-dpdk-throughput-latency-3n-dnv:
448       csit-dpdk-perf-report-iterative-2005-3n-dnv:
449         - 6   # NDRPDR sel
450         - 7   # NDRPDR sel
451         - 8   # NDRPDR sel
452         - 9   # NDRPDR sel
453         - 10  # NDRPDR sel
454         - 11  # NDRPDR sel
455         - 12  # NDRPDR sel
456         - 13  # NDRPDR sel
457         - 14  # NDRPDR sel
458         - 16  # NDRPDR sel
459
460     # 2n-dnv
461
462     plot-vpp-throughput-lat-tsa-2n-dnv:
463       # TODO: Replace:
464       # csit-vpp-perf-report-iterative-2005-2n-dnv:
465       csit-vpp-perf-verify-2001-2n-dnv:
466         - 4   # NDRPDR sel
467
468     plot-dpdk-throughput-latency-2n-dnv:
469       csit-dpdk-perf-report-iterative-2005-2n-dnv:
470         - 8   # NDRPDR sel
471         - 9   # NDRPDR sel
472         - 10  # NDRPDR sel
473         - 11  # NDRPDR sel
474         - 12  # NDRPDR sel
475         - 13  # NDRPDR sel
476         - 14  # NDRPDR sel
477         - 15  # NDRPDR sel
478         - 16  # NDRPDR sel
479         - 17  # NDRPDR sel
480
481     ###########################################################################
482     # Simple tables (only one data set):
483
484     # NIC Comparisons
485
486     vpp-nic-comparison-3n-skx:
487       # TODO: Replace:
488       # csit-vpp-perf-report-iterative-2005-3n-skx:
489       csit-vpp-perf-verify-2001-3n-skx:
490         - 69  # NDRPDR sel - new2001.0
491
492     vpp-nic-comparison-2n-skx:
493       # TODO: Replace:
494       # csit-vpp-perf-report-iterative-2005-2n-skx:
495       csit-vpp-perf-verify-2001-2n-skx:
496         - 143  # NDRPDR sel - new2001.0
497
498     vpp-nic-comparison-3n-skx-mrr:
499       # TODO: Replace:
500       # csit-vpp-perf-report-iterative-2005-3n-skx:
501       csit-vpp-perf-verify-2001-3n-skx:
502         - 50  # MRR sel
503         - 53  # MRR sel addition
504
505     vpp-nic-comparison-2n-skx-mrr:
506       # TODO: Replace:
507       # csit-vpp-perf-report-iterative-2005-2n-skx:
508       csit-vpp-perf-verify-2001-2n-skx:
509         - 101 # MRR sel
510         - 128 # MRR sel addition
511
512     # Results
513
514     vpp-perf-results-3n-hsw:
515       # TODO: Replace by FULL:
516       csit-vpp-perf-report-iterative-2005-3n-hsw:
517         - 3   # NDRPDR sel
518
519     vpp-perf-results-3n-skx:
520       # TODO: Replace:
521       # csit-vpp-perf-report-iterative-2005-3n-skx:
522       csit-vpp-perf-verify-2001-3n-skx:
523         - 69  # NDRPDR sel
524
525     vpp-perf-results-2n-skx:
526       # TODO: Replace:
527       # csit-vpp-perf-report-iterative-2005-2n-skx:
528       csit-vpp-perf-verify-2001-2n-skx:
529         - 143  # NDRPDR sel
530
531     vpp-perf-results-2n-clx:
532       # TODO: Replace:
533       # csit-vpp-perf-report-iterative-2005-2n-clx:
534       csit-vpp-perf-verify-2001-2n-clx:
535         - 28  # NDRPDR sel
536
537     vpp-perf-results-3n-tsh:
538       # TODO: Replace:
539       # csit-vpp-perf-report-iterative-2005-3n-tsh:
540       csit-vpp-perf-verify-2001-3n-tsh:
541         - 10  # NDRPDR sel
542
543     vpp-perf-results-3n-dnv:
544       # TODO: Replace:
545       # csit-vpp-perf-report-iterative-2005-3n-dnv:
546       csit-vpp-perf-verify-2001-3n-dnv:
547         - 6   # NDRPDR sel
548
549     vpp-perf-results-2n-dnv:
550       # TODO: Replace:
551       # csit-vpp-perf-report-iterative-2005-2n-dnv:
552       csit-vpp-perf-verify-2001-2n-dnv:
553         - 4   # NDRPDR sel
554
555     vpp-mrr-results-3n-hsw:
556       # TODO: Replace:
557       # csit-vpp-perf-report-iterative-2005-3n-hsw:
558       csit-vpp-perf-verify-2001-3n-hsw:
559         - 17  # MRR sel
560
561     vpp-mrr-results-3n-skx:
562       # TODO: Replace:
563       # csit-vpp-perf-report-iterative-2005-3n-skx:
564       csit-vpp-perf-verify-2001-3n-skx:
565         - 50  # MRR sel
566         - 53  # MRR sel addition
567
568     vpp-mrr-results-2n-skx:
569       # TODO: Replace:
570       # csit-vpp-perf-report-iterative-2005-2n-skx:
571       csit-vpp-perf-verify-2001-2n-skx:
572         - 101 # MRR sel
573         - 128 # MRR sel addition
574
575     vpp-mrr-results-2n-clx:
576       # TODO: Replace:
577       # csit-vpp-perf-report-iterative-2005-2n-clx:
578       csit-vpp-perf-verify-2001-2n-clx:
579         - 39  # MRR
580
581     vpp-mrr-results-3n-tsh:
582       # TODO: Replace:
583       # csit-vpp-perf-report-iterative-2005-3n-tsh:
584       csit-vpp-perf-verify-2001-3n-tsh:
585         - 9   # MRR sel
586
587     vpp-mrr-results-3n-dnv:
588       # TODO: Replace:
589       # csit-vpp-perf-report-iterative-2005-3n-dnv:
590       csit-vpp-perf-verify-2001-3n-dnv:
591         - 11  # MRR sel
592
593     vpp-mrr-results-2n-dnv:
594       # TODO: Replace:
595       # csit-vpp-perf-report-iterative-2005-2n-dnv:
596       csit-vpp-perf-verify-2001-2n-dnv:
597         - 12  # MRR sel
598
599     vpp-device-results-ubuntu:
600       csit-vpp-device-2005-ubuntu1804-1n-skx:
601         - 35
602
603     dpdk-perf-results-3n-hsw:
604       csit-dpdk-perf-report-iterative-2005-3n-hsw:
605         - 5   # NDRPDR sel
606
607     dpdk-perf-results-3n-skx:
608       csit-dpdk-perf-report-iterative-2005-3n-skx:
609         - 4   # NDRPDR sel
610
611     dpdk-perf-results-2n-skx:
612       csit-dpdk-perf-report-iterative-2005-2n-skx:
613         - 1   # NDRPDR sel
614
615     dpdk-perf-results-2n-clx:
616       csit-dpdk-perf-report-iterative-2005-2n-clx:
617         - 1   # NDRPDR sel
618
619     dpdk-perf-results-2n-dnv:
620       csit-dpdk-perf-report-iterative-2005-2n-dnv:
621         - 8   # NDRPDR sel
622
623     dpdk-perf-results-3n-dnv:
624       csit-dpdk-perf-report-iterative-2005-3n-dnv:
625         - 6   # NDRPDR sel
626
627     dpdk-perf-results-3n-tsh:
628       # TODO: Replace with better results:
629       csit-dpdk-perf-report-iterative-2005-3n-tsh:
630         - 5   # NDRPDR sel
631
632 ###########################################################################
633     # Tables (more than one data set)
634
635     # Performance changes
636
637     vpp-performance-changes-3n-hsw-h1:
638       csit-vpp-perf-verify-1908-3n-hsw:
639         - 12  # NDRPDR sel
640         - 13  # NDRPDR sel
641         - 14  # NDRPDR sel
642         - 15  # NDRPDR sel
643         - 16  # NDRPDR sel
644         - 17  # NDRPDR sel
645         - 18  # NDRPDR sel
646         - 19  # NDRPDR sel
647         - 20  # NDRPDR sel
648         - 21  # NDRPDR sel
649     vpp-performance-changes-3n-hsw-ref:
650       csit-vpp-perf-verify-2001-3n-hsw:
651         - 21  # NDRPDR sel
652         - 22  # NDRPDR sel
653         - 23  # NDRPDR sel
654         - 24  # NDRPDR sel
655         - 25  # NDRPDR sel
656         - 29  # NDRPDR sel
657         - 30  # NDRPDR sel
658         - 31  # NDRPDR sel
659         - 32  # NDRPDR sel
660         - 34  # NDRPDR sel
661     vpp-performance-changes-3n-hsw-cmp:
662       # TODO: Add data:
663       csit-vpp-perf-report-iterative-2005-3n-hsw:
664         - 3   # NDRPDR sel
665         - 4   # NDRPDR sel
666         - 5   # NDRPDR sel
667         - 10  # NDRPDR sel
668         - 11  # NDRPDR sel
669         - 12  # NDRPDR sel
670         - 13  # NDRPDR sel
671         - 14  # NDRPDR sel
672
673     vpp-performance-changes-3n-skx-h1:
674       csit-vpp-perf-verify-1908-3n-skx:
675         - 26  # NDRPDR sel - new1908.1
676         - 27  # NDRPDR sel - new1908.1
677         - 28  # NDRPDR sel - new1908.1
678         - 29  # NDRPDR sel - new1908.1
679         - 30  # NDRPDR sel - new1908.1
680         - 31  # NDRPDR sel - new1908.1
681         - 33  # NDRPDR sel - new1908.1
682         - 34  # NDRPDR sel - new1908.1
683         - 35  # NDRPDR sel - new1908.1
684         - 36  # NDRPDR sel - new1908.1
685     vpp-performance-changes-3n-skx-ref:
686       csit-vpp-perf-verify-2001-3n-skx:
687         - 69  # NDRPDR sel - new2001.0
688         - 71  # NDRPDR sel - new2001.0
689         - 72  # NDRPDR sel - new2001.0
690         - 76  # NDRPDR sel - new2001.0
691         - 77  # NDRPDR sel - new2001.0
692         - 78  # NDRPDR sel - new2001.0
693         - 80  # NDRPDR sel - new2001.0
694     vpp-performance-changes-3n-skx-cmp:
695       # TODO: Replace:
696       # csit-vpp-perf-report-iterative-2005-3n-skx:
697       csit-vpp-perf-verify-2001-3n-skx:
698         - 69  # NDRPDR sel - new2001.0
699         - 71  # NDRPDR sel - new2001.0
700         - 72  # NDRPDR sel - new2001.0
701         - 76  # NDRPDR sel - new2001.0
702         - 77  # NDRPDR sel - new2001.0
703         - 78  # NDRPDR sel - new2001.0
704         - 80  # NDRPDR sel - new2001.0
705
706     vpp-performance-changes-2n-skx-h1:
707       csit-vpp-perf-verify-1908-2n-skx:
708         - 39  # NDRPDR sel - new1908.1
709         - 40  # NDRPDR sel - new1908.1
710         - 41  # NDRPDR sel - new1908.1
711         - 43  # NDRPDR sel - new1908.1
712         - 44  # NDRPDR sel - new1908.1
713         - 45  # NDRPDR sel - new1908.1
714         - 46  # NDRPDR sel - new1908.1
715         - 47  # NDRPDR sel - new1908.1
716         - 48  # NDRPDR sel - new1908.1
717         - 49  # NDRPDR sel - new1908.1
718     vpp-performance-changes-2n-skx-ref:
719       csit-vpp-perf-verify-2001-2n-skx:
720         - 143  # NDRPDR sel - new2001.0
721         - 146  # NDRPDR sel - new2001.0
722         - 147  # NDRPDR sel - new2001.0
723         - 148  # NDRPDR sel - new2001.0
724         - 149  # NDRPDR sel - new2001.0
725         - 150  # NDRPDR sel - new2001.0
726         - 151  # NDRPDR sel - new2001.0
727         - 152  # NDRPDR sel - new2001.0
728         - 153  # NDRPDR sel - new2001.0
729         - 154  # NDRPDR sel - new2001.0
730     vpp-performance-changes-2n-skx-cmp:
731       # TODO: Replace:
732       # csit-vpp-perf-report-iterative-2005-2n-skx:
733       csit-vpp-perf-verify-2001-2n-skx:
734         - 143  # NDRPDR sel - new2001.0
735         - 146  # NDRPDR sel - new2001.0
736         - 147  # NDRPDR sel - new2001.0
737         - 148  # NDRPDR sel - new2001.0
738         - 149  # NDRPDR sel - new2001.0
739         - 150  # NDRPDR sel - new2001.0
740         - 151  # NDRPDR sel - new2001.0
741         - 152  # NDRPDR sel - new2001.0
742         - 153  # NDRPDR sel - new2001.0
743         - 154  # NDRPDR sel - new2001.0
744
745     vpp-performance-changes-nfv-2n-skx-ref:
746       csit-vpp-perf-verify-2001-2n-skx:
747         - 30  # NFV
748         - 31  # NFV
749     vpp-performance-changes-nfv-2n-skx-cmp:
750       # TODO: Replace:
751       # csit-vpp-perf-report-iterative-2005-2n-skx:
752       csit-vpp-perf-verify-2001-2n-skx:
753         - 30  # NFV
754         - 31  # NFV
755
756     vpp-performance-changes-2n-clx-h1:
757       csit-vpp-perf-verify-1908_1-2n-clx:
758         - 5  # NDRPDR sel
759         - 6  # NDRPDR sel
760         - 7  # NDRPDR sel
761         - 8  # NDRPDR sel
762         - 9  # NDRPDR sel
763     vpp-performance-changes-2n-clx-ref:
764       csit-vpp-perf-verify-2001-2n-clx:
765         - 28  # NDRPDR sel
766         - 29  # NDRPDR sel
767         - 32  # NDRPDR sel
768         - 40  # NDRPDR sel
769         - 43  # NDRPDR sel
770         - 44  # NDRPDR sel
771         - 45  # NDRPDR sel
772         - 47  # NDRPDR sel
773         - 48  # NDRPDR sel
774         - 49  # NDRPDR sel
775     vpp-performance-changes-2n-clx-cmp:
776       # TODO: Replace:
777       # csit-vpp-perf-report-iterative-2005-2n-clx:
778       csit-vpp-perf-verify-2001-2n-clx:
779         - 28  # NDRPDR sel
780         - 29  # NDRPDR sel
781         - 32  # NDRPDR sel
782         - 40  # NDRPDR sel
783         - 43  # NDRPDR sel
784         - 44  # NDRPDR sel
785         - 45  # NDRPDR sel
786         - 47  # NDRPDR sel
787         - 48  # NDRPDR sel
788         - 49  # NDRPDR sel
789
790     vpp-performance-changes-2n-dnv-h1:
791       csit-vpp-perf-verify-1908-2n-dnv:
792         - 1   # NDRPDR sel
793         - 2   # NDRPDR sel
794         - 3   # NDRPDR sel
795         - 4   # NDRPDR sel
796         - 5   # NDRPDR sel
797         - 6   # NDRPDR sel
798         - 7   # NDRPDR sel
799         - 8   # NDRPDR sel
800         - 9   # NDRPDR sel
801         - 10  # NDRPDR sel
802     vpp-performance-changes-2n-dnv-ref:
803       csit-vpp-perf-verify-2001-2n-dnv:
804         - 4   # NDRPDR sel
805         - 5   # NDRPDR sel
806         - 6   # NDRPDR sel
807         - 7   # NDRPDR sel
808         - 8   # NDRPDR sel
809         - 9   # NDRPDR sel
810         - 10  # NDRPDR sel
811         - 11  # NDRPDR sel
812         - 13  # NDRPDR sel
813         - 16  # NDRPDR sel
814     vpp-performance-changes-2n-dnv-cmp:
815       # TODO: Replace:
816       # csit-vpp-perf-report-iterative-2005-2n-dnv:
817       csit-vpp-perf-verify-2001-2n-dnv:
818         - 4   # NDRPDR sel
819         - 5   # NDRPDR sel
820         - 6   # NDRPDR sel
821         - 7   # NDRPDR sel
822         - 8   # NDRPDR sel
823         - 9   # NDRPDR sel
824         - 10  # NDRPDR sel
825         - 11  # NDRPDR sel
826         - 13  # NDRPDR sel
827         - 16  # NDRPDR sel
828
829     vpp-performance-changes-3n-dnv-h1:
830       csit-vpp-perf-verify-1908-3n-dnv:
831         - 6   # NDRPDR sel
832         - 7   # NDRPDR sel
833         - 8   # NDRPDR sel
834         - 9   # NDRPDR sel
835         - 10  # NDRPDR sel
836         - 12  # NDRPDR sel
837         - 13  # NDRPDR sel
838         - 14  # NDRPDR sel
839         - 15  # NDRPDR sel
840         - 16  # NDRPDR sel
841     vpp-performance-changes-3n-dnv-ref:
842       csit-vpp-perf-verify-2001-3n-dnv:
843         - 5   # NDRPDR sel
844         - 6   # NDRPDR sel
845         - 7   # NDRPDR sel
846         - 8   # NDRPDR sel
847         - 9   # NDRPDR sel
848         - 10  # NDRPDR sel
849         - 12  # NDRPDR sel
850         - 16  # NDRPDR sel
851         - 17  # NDRPDR sel
852         - 18  # NDRPDR sel
853     vpp-performance-changes-3n-dnv-cmp:
854       # TODO: Replace:
855       # csit-vpp-perf-report-iterative-2005-3n-dnv:
856       csit-vpp-perf-verify-2001-3n-dnv:
857         - 5   # NDRPDR sel
858         - 6   # NDRPDR sel
859         - 7   # NDRPDR sel
860         - 8   # NDRPDR sel
861         - 9   # NDRPDR sel
862         - 10  # NDRPDR sel
863         - 12  # NDRPDR sel
864         - 16  # NDRPDR sel
865         - 17  # NDRPDR sel
866         - 18  # 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: Replace:
946       # csit-vpp-perf-report-iterative-2005-2n-clx:
947       csit-vpp-perf-verify-2001-2n-clx:
948         - 28  # NDRPDR sel
949         - 29  # NDRPDR sel
950         - 32  # NDRPDR sel
951         - 40  # NDRPDR sel
952         - 43  # NDRPDR sel
953         - 44  # NDRPDR sel
954         - 45  # NDRPDR sel
955         - 47  # NDRPDR sel
956         - 48  # NDRPDR sel
957         - 49  # NDRPDR sel
958     vpp-soak-vs-ndr-2n-clx-cmp:
959       # TODO: Replace:
960       # csit-vpp-perf-report-iterative-2005-2n-clx:
961       csit-vpp-perf-verify-2001-2n-clx:
962         - 93  # SOAK
963         - 94  # Soak
964     vpp-soak-vs-ndr-2n-clx:
965       # TODO: Replace:
966       # csit-vpp-perf-report-iterative-2005-2n-clx:
967       csit-vpp-perf-verify-2001-2n-clx:
968         - 28  # NDRPDR sel
969         - 29  # NDRPDR sel
970         - 32  # NDRPDR sel
971         - 40  # NDRPDR sel
972         - 43  # NDRPDR sel
973         - 44  # NDRPDR sel
974         - 45  # NDRPDR sel
975         - 47  # NDRPDR sel
976         - 48  # NDRPDR sel
977         - 49  # NDRPDR sel
978         - 93  # SOAK
979         - 94  # Soak
980
981     vpp-performance-changes-3n-hsw-mrr-h1:
982       csit-vpp-perf-verify-1908-3n-hsw:
983         - 39  # MRR sel
984     vpp-performance-changes-3n-hsw-mrr-ref:
985       csit-vpp-perf-verify-2001-3n-hsw:
986         - 17  # MRR sel
987     vpp-performance-changes-3n-hsw-mrr-cmp:
988       # TODO: Replace:
989       # csit-vpp-perf-report-iterative-2005-3n-hsw:
990       csit-vpp-perf-verify-2001-3n-hsw:
991         - 17  # MRR sel
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       # TODO: Replace:
1002       # csit-vpp-perf-report-iterative-2005-3n-skx:
1003       csit-vpp-perf-verify-2001-3n-skx:
1004         - 50  # MRR sel
1005         - 53  # MRR sel addition
1006
1007     vpp-performance-changes-2n-skx-mrr-h1:
1008       csit-vpp-perf-verify-1908-2n-skx:
1009         - 69  # MRR sel
1010     vpp-performance-changes-2n-skx-mrr-ref:
1011       csit-vpp-perf-verify-2001-2n-skx:
1012         - 101 # MRR sel
1013         - 128 # MRR sel addition
1014     vpp-performance-changes-2n-skx-mrr-cmp:
1015       # TODO: Replace:
1016       # csit-vpp-perf-report-iterative-2005-2n-skx:
1017       csit-vpp-perf-verify-2001-2n-skx:
1018         - 101 # MRR sel
1019         - 128 # MRR sel addition
1020
1021 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1022 #      csit-vpp-perf-verify-1908-2n-skx:
1023 #        - 71  # NFV MRR
1024 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1025 #      # TODO: Replace
1026 #      # csit-vpp-perf-verify-2001-2n-skx:
1027 #      csit-vpp-perf-verify-1908-2n-skx:
1028 #        - 71  # NFV MRR
1029
1030     vpp-performance-changes-2n-dnv-mrr-h1:
1031       csit-vpp-perf-verify-1908-2n-dnv:
1032         - 11  # MRR sel
1033     vpp-performance-changes-2n-dnv-mrr-ref:
1034       csit-vpp-perf-verify-2001-2n-dnv:
1035         - 12  # MRR sel
1036     vpp-performance-changes-2n-dnv-mrr-cmp:
1037       # TODO: Replace:
1038       # csit-vpp-perf-report-iterative-2005-2n-dnv:
1039       csit-vpp-perf-verify-2001-2n-dnv:
1040         - 12  # MRR sel
1041
1042     vpp-performance-changes-3n-dnv-mrr-h1:
1043       csit-vpp-perf-verify-1908-3n-dnv:
1044         - 17  # MRR sel
1045     vpp-performance-changes-3n-dnv-mrr-ref:
1046       csit-vpp-perf-verify-2001-3n-dnv:
1047         - 11  # MRR sel
1048     vpp-performance-changes-3n-dnv-mrr-cmp:
1049       # TODO: Replace:
1050       # csit-vpp-perf-report-iterative-2005-3n-dnv:
1051       csit-vpp-perf-verify-2001-3n-dnv:
1052         - 11  # MRR sel
1053
1054     vpp-performance-changes-3n-tsh-mrr-h1:
1055       csit-vpp-perf-verify-1908-3n-tsh:
1056         - 17  # MRR sel
1057     vpp-performance-changes-3n-tsh-mrr-ref:
1058       csit-vpp-perf-verify-2001-3n-tsh:
1059         - 9   # MRR sel
1060     vpp-performance-changes-3n-tsh-mrr-cmp:
1061       # TODO: Replace:
1062       # csit-vpp-perf-report-iterative-2005-3n-tsh:
1063       csit-vpp-perf-verify-2001-3n-tsh:
1064         - 9   # MRR sel
1065
1066     dpdk-performance-changes-3n-hsw-h1:
1067       csit-dpdk-perf-verify-1908-3n-hsw:
1068         - 2   # NDRPDR sel
1069         - 3   # NDRPDR sel
1070         - 4   # NDRPDR sel
1071         - 5   # NDRPDR sel
1072         - 6   # NDRPDR sel
1073         - 7   # NDRPDR sel
1074         - 8   # NDRPDR sel
1075         - 9   # NDRPDR sel
1076         - 10  # NDRPDR sel
1077         - 11  # NDRPDR sel
1078     dpdk-performance-changes-3n-hsw-ref:
1079       csit-dpdk-perf-verify-2001-3n-hsw:
1080         - 4   # NDRPDR sel
1081         - 5   # NDRPDR sel
1082         - 6   # NDRPDR sel
1083         - 7   # NDRPDR sel
1084         - 8   # NDRPDR sel
1085         - 9   # NDRPDR sel
1086         - 10  # NDRPDR sel
1087         - 11  # NDRPDR sel
1088         - 12  # NDRPDR sel
1089         - 13  # NDRPDR sel
1090         - 15  # NDRPDR sel
1091         - 16  # NDRPDR sel
1092         - 17  # NDRPDR sel
1093         - 18  # NDRPDR sel
1094         - 19  # NDRPDR sel
1095         - 20  # NDRPDR sel
1096         - 21  # NDRPDR sel
1097         - 22  # NDRPDR sel
1098         - 23  # NDRPDR sel
1099         - 24  # NDRPDR sel
1100     dpdk-performance-changes-3n-hsw-cmp:
1101       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1102         - 5   # NDRPDR sel
1103         - 6   # NDRPDR sel
1104         - 7   # NDRPDR sel
1105         - 8   # NDRPDR sel
1106         - 9   # NDRPDR sel
1107         - 10  # NDRPDR sel
1108         - 11  # NDRPDR sel
1109         - 12  # NDRPDR sel
1110         - 13  # NDRPDR sel
1111         - 14  # NDRPDR sel
1112
1113     dpdk-performance-changes-3n-skx-h1:
1114       csit-dpdk-perf-verify-1908-3n-skx:
1115         - 3   # NDRPDR sel
1116         - 4   # NDRPDR sel
1117         - 5   # NDRPDR sel
1118         - 6   # NDRPDR sel
1119         - 7   # NDRPDR sel
1120         - 8   # NDRPDR sel
1121         - 9   # NDRPDR sel
1122         - 10  # NDRPDR sel
1123         - 11  # NDRPDR sel
1124         - 12  # NDRPDR sel
1125     dpdk-performance-changes-3n-skx-ref:
1126       csit-dpdk-perf-verify-2001-3n-skx:
1127         - 29  # NDRPDR sel xxv710
1128         - 33  # NDRPDR sel xxv710
1129         - 34  # NDRPDR sel xxv710
1130         - 35  # NDRPDR sel xxv710
1131         - 36  # NDRPDR sel xxv710
1132         - 37  # NDRPDR sel xxv710
1133         - 41  # NDRPDR sel xxv710
1134         - 42  # NDRPDR sel xxv710
1135         - 43  # NDRPDR sel xxv710
1136         - 45  # NDRPDR sel xxv710
1137         - 30  # NDRPDR sel x710
1138         - 31  # NDRPDR sel x710
1139         - 32  # NDRPDR sel x710
1140         - 38  # NDRPDR sel x710
1141         - 39  # NDRPDR sel x710
1142         - 40  # NDRPDR sel x710
1143         - 44  # NDRPDR sel x710
1144         - 46  # NDRPDR sel x710
1145         - 47  # NDRPDR sel x710
1146         - 48  # NDRPDR sel x710
1147     dpdk-performance-changes-3n-skx-cmp:
1148       csit-dpdk-perf-report-iterative-2005-3n-skx:
1149         - 4   # NDRPDR sel
1150         - 5   # NDRPDR sel
1151         - 6   # NDRPDR sel
1152         - 7   # NDRPDR sel
1153         - 8   # NDRPDR sel
1154         - 11  # NDRPDR sel
1155         - 12  # NDRPDR sel
1156         - 13  # NDRPDR sel
1157         - 14  # NDRPDR sel
1158         - 15  # NDRPDR sel
1159
1160     dpdk-performance-changes-2n-skx-h1:
1161       csit-dpdk-perf-verify-1908-2n-skx:
1162         - 2   # NDRPDR sel
1163         - 3   # NDRPDR sel
1164         - 4   # NDRPDR sel
1165         - 5   # NDRPDR sel
1166         - 7   # NDRPDR sel
1167         - 8   # NDRPDR sel
1168         - 9   # NDRPDR sel
1169         - 10  # NDRPDR sel
1170         - 11  # NDRPDR sel
1171         - 12  # NDRPDR sel
1172     dpdk-performance-changes-2n-skx-ref:
1173       csit-dpdk-perf-verify-2001-2n-skx:
1174         - 35  # NDRPDR sel xxv710
1175         - 36  # NDRPDR sel xxv710
1176         - 37  # NDRPDR sel xxv710
1177         - 41  # NDRPDR sel xxv710
1178         - 42  # NDRPDR sel xxv710
1179         - 43  # NDRPDR sel xxv710
1180         - 46  # NDRPDR sel xxv710
1181         - 47  # NDRPDR sel xxv710
1182         - 52  # NDRPDR sel xxv710
1183         - 53  # NDRPDR sel xxv710
1184         - 38  # NDRPDR sel x710
1185         - 39  # NDRPDR sel x710
1186         - 40  # NDRPDR sel x710
1187         - 44  # NDRPDR sel x710
1188         - 45  # NDRPDR sel x710
1189         - 48  # NDRPDR sel x710
1190         - 49  # NDRPDR sel x710
1191         - 50  # NDRPDR sel x710
1192         - 51  # NDRPDR sel x710
1193         - 54  # NDRPDR sel x710
1194     dpdk-performance-changes-2n-skx-cmp:
1195       csit-dpdk-perf-report-iterative-2005-2n-skx:
1196         - 1   # NDRPDR sel
1197         - 2   # NDRPDR sel
1198         - 3   # NDRPDR sel
1199         - 4   # NDRPDR sel
1200         - 5   # NDRPDR sel
1201         - 6   # NDRPDR sel
1202         - 7   # NDRPDR sel
1203         - 8   # NDRPDR sel
1204         - 9   # NDRPDR sel
1205         - 10  # NDRPDR sel
1206
1207     dpdk-performance-changes-2n-clx-ref:
1208       csit-dpdk-perf-verify-2001-2n-clx:
1209         - 15  # NDRPDR sel
1210         - 16  # NDRPDR sel
1211         - 17  # NDRPDR sel
1212         - 18  # NDRPDR sel
1213         - 19  # NDRPDR sel
1214         - 20  # NDRPDR sel
1215         - 21  # NDRPDR sel
1216         - 22  # NDRPDR sel
1217         - 23  # NDRPDR sel
1218         - 24  # NDRPDR sel
1219         - 25  # NDRPDR sel
1220         - 26  # NDRPDR sel
1221         - 27  # NDRPDR sel
1222         - 28  # NDRPDR sel
1223         - 29  # NDRPDR sel
1224         - 30  # NDRPDR sel
1225         - 31  # NDRPDR sel
1226         - 32  # NDRPDR sel
1227         - 33  # NDRPDR sel
1228         - 34  # NDRPDR sel
1229     dpdk-performance-changes-2n-clx-cmp:
1230       csit-dpdk-perf-report-iterative-2005-2n-clx:
1231         - 1   # NDRPDR sel
1232         - 2   # NDRPDR sel
1233         - 3   # NDRPDR sel
1234         - 4   # NDRPDR sel
1235         - 5   # NDRPDR sel
1236         - 6   # NDRPDR sel
1237         - 7   # NDRPDR sel
1238         - 8   # NDRPDR sel
1239         - 9   # NDRPDR sel
1240         - 10  # NDRPDR sel
1241
1242     dpdk-performance-changes-2n-dnv-ref:
1243       csit-dpdk-perf-verify-2001-2n-dnv:
1244         - 9   # NDRPDR sel
1245         - 10  # NDRPDR sel
1246         - 11  # NDRPDR sel
1247         - 12  # NDRPDR sel
1248         - 13  # NDRPDR sel
1249         - 14  # NDRPDR sel
1250         - 15  # NDRPDR sel
1251         - 16  # NDRPDR sel
1252         - 17  # NDRPDR sel
1253         - 18  # NDRPDR sel
1254     dpdk-performance-changes-2n-dnv-cmp:
1255       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1256         - 8   # NDRPDR sel
1257         - 9   # NDRPDR sel
1258         - 10  # NDRPDR sel
1259         - 11  # NDRPDR sel
1260         - 12  # NDRPDR sel
1261         - 13  # NDRPDR sel
1262         - 14  # NDRPDR sel
1263         - 15  # NDRPDR sel
1264         - 16  # NDRPDR sel
1265         - 17  # NDRPDR sel
1266
1267     dpdk-performance-changes-3n-dnv-ref:
1268       csit-dpdk-perf-verify-2001-3n-dnv:
1269         - 12  # NDRPDR sel
1270         - 13  # NDRPDR sel
1271         - 14  # NDRPDR sel
1272         - 15  # NDRPDR sel
1273         - 16  # NDRPDR sel
1274         - 17  # NDRPDR sel
1275         - 18  # NDRPDR sel
1276         - 19  # NDRPDR sel
1277         - 20  # NDRPDR sel
1278         - 22  # NDRPDR sel
1279     dpdk-performance-changes-3n-dnv-cmp:
1280       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1281         - 6   # NDRPDR sel
1282         - 7   # NDRPDR sel
1283         - 8   # NDRPDR sel
1284         - 9   # NDRPDR sel
1285         - 10  # NDRPDR sel
1286         - 11  # NDRPDR sel
1287         - 12  # NDRPDR sel
1288         - 13  # NDRPDR sel
1289         - 14  # NDRPDR sel
1290         - 16  # NDRPDR sel
1291
1292     dpdk-performance-changes-3n-tsh-ref:
1293       csit-dpdk-perf-verify-2001-3n-tsh:
1294         - 3   # NDRPDR sel
1295         - 4   # NDRPDR sel
1296         - 5   # NDRPDR sel
1297         - 9   # NDRPDR sel
1298         - 10  # NDRPDR sel
1299         - 11  # NDRPDR sel
1300         - 12  # NDRPDR sel
1301         - 14  # NDRPDR sel
1302         - 15  # NDRPDR sel
1303         - 18  # NDRPDR sel
1304     dpdk-performance-changes-3n-tsh-cmp:
1305       # TODO: Add data:
1306       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1307         - 5   # NDRPDR sel
1308
1309     # Compare testbeds
1310
1311     vpp-compare-testbeds-ref:
1312       # TODO: Add data:
1313       csit-vpp-perf-report-iterative-2005-3n-hsw:
1314         - 3   # NDRPDR sel
1315         - 4   # NDRPDR sel
1316         - 5   # NDRPDR sel
1317         - 10  # NDRPDR sel
1318         - 11  # NDRPDR sel
1319         - 12  # NDRPDR sel
1320         - 13  # NDRPDR sel
1321         - 14  # NDRPDR sel
1322     vpp-compare-testbeds-cmp:
1323       # TODO: Replace:
1324       # csit-vpp-perf-report-iterative-2005-3n-skx:
1325       csit-vpp-perf-verify-2001-3n-skx:
1326         - 69  # NDRPDR sel - new2001.0
1327         - 71  # NDRPDR sel - new2001.0
1328         - 72  # NDRPDR sel - new2001.0
1329         - 76  # NDRPDR sel - new2001.0
1330         - 77  # NDRPDR sel - new2001.0
1331         - 78  # NDRPDR sel - new2001.0
1332         - 80  # NDRPDR sel - new2001.0
1333
1334     vpp-compare-testbeds-skx-clx-ref:
1335       # TODO: Replace:
1336       # csit-vpp-perf-report-iterative-2005-2n-skx:
1337       csit-vpp-perf-verify-2001-2n-skx:
1338         - 143  # NDRPDR sel - new2001.0
1339         - 146  # NDRPDR sel - new2001.0
1340         - 147  # NDRPDR sel - new2001.0
1341         - 148  # NDRPDR sel - new2001.0
1342         - 149  # NDRPDR sel - new2001.0
1343         - 150  # NDRPDR sel - new2001.0
1344         - 151  # NDRPDR sel - new2001.0
1345         - 152  # NDRPDR sel - new2001.0
1346         - 153  # NDRPDR sel - new2001.0
1347         - 154  # NDRPDR sel - new2001.0
1348     vpp-compare-testbeds-skx-clx-cmp:
1349       # TODO: Replace:
1350       # csit-vpp-perf-report-iterative-2005-2n-clx:
1351       csit-vpp-perf-verify-2001-2n-clx:
1352         - 28  # NDRPDR sel
1353         - 29  # NDRPDR sel
1354         - 32  # NDRPDR sel
1355         - 40  # NDRPDR sel
1356         - 43  # NDRPDR sel
1357         - 44  # NDRPDR sel
1358         - 45  # NDRPDR sel
1359         - 47  # NDRPDR sel
1360         - 48  # NDRPDR sel
1361         - 49  # NDRPDR sel
1362
1363     vpp-compare-testbeds-hsw-clx-ref:
1364       # TODO: Add data:
1365       csit-vpp-perf-report-iterative-2005-3n-hsw:
1366         - 3   # NDRPDR sel
1367         - 4   # NDRPDR sel
1368         - 5   # NDRPDR sel
1369         - 10  # NDRPDR sel
1370         - 11  # NDRPDR sel
1371         - 12  # NDRPDR sel
1372         - 13  # NDRPDR sel
1373         - 14  # NDRPDR sel
1374     vpp-compare-testbeds-hsw-clx-cmp:
1375       # TODO: Replace:
1376       # csit-vpp-perf-report-iterative-2005-2n-clx:
1377       csit-vpp-perf-verify-2001-2n-clx:
1378         - 28  # NDRPDR sel
1379         - 29  # NDRPDR sel
1380         - 32  # NDRPDR sel
1381         - 40  # NDRPDR sel
1382         - 43  # NDRPDR sel
1383         - 44  # NDRPDR sel
1384         - 45  # NDRPDR sel
1385         - 47  # NDRPDR sel
1386         - 48  # NDRPDR sel
1387         - 49  # NDRPDR sel
1388
1389     vpp-compare-testbeds-mrr-ref:
1390       # TODO: Replace:
1391       # csit-vpp-perf-report-iterative-2005-3n-hsw:
1392       csit-vpp-perf-verify-2001-3n-hsw:
1393         - 17  # MRR sel
1394     vpp-compare-testbeds-mrr-cmp:
1395       # TODO: Replace:
1396       # csit-vpp-perf-report-iterative-2005-3n-skx:
1397       csit-vpp-perf-verify-2001-3n-skx:
1398         - 50  # MRR sel
1399         - 53  # MRR sel addition
1400
1401     vpp-compare-testbeds-mrr-skx-clx-ref:
1402       # TODO: Replace:
1403       # csit-vpp-perf-report-iterative-2005-2n-skx:
1404       csit-vpp-perf-verify-2001-2n-skx:
1405         - 101 # MRR sel
1406         - 128 # MRR sel addition
1407     vpp-compare-testbeds-mrr-skx-clx-cmp:
1408       # TODO: Replace:
1409       # csit-vpp-perf-report-iterative-2005-2n-clx:
1410       csit-vpp-perf-verify-2001-2n-clx:
1411         - 39  # MRR
1412
1413     vpp-compare-testbeds-mrr-hsw-clx-ref:
1414       # TODO: Replace:
1415       # csit-vpp-perf-report-iterative-2005-3n-hsw:
1416       csit-vpp-perf-verify-2001-3n-hsw:
1417         - 17  # MRR sel
1418     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1419       # TODO: Replace:
1420       # csit-vpp-perf-report-iterative-2005-2n-clx:
1421       csit-vpp-perf-verify-2001-2n-clx:
1422         - 39  # MRR
1423
1424     dpdk-compare-testbeds-ref:
1425       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1426         - 5   # NDRPDR sel
1427         - 6   # NDRPDR sel
1428         - 7   # NDRPDR sel
1429         - 8   # NDRPDR sel
1430         - 9   # NDRPDR sel
1431         - 10  # NDRPDR sel
1432         - 11  # NDRPDR sel
1433         - 12  # NDRPDR sel
1434         - 13  # NDRPDR sel
1435         - 14  # NDRPDR sel
1436     dpdk-compare-testbeds-cmp:
1437       csit-dpdk-perf-report-iterative-2005-3n-skx:
1438         - 4   # NDRPDR sel
1439         - 5   # NDRPDR sel
1440         - 6   # NDRPDR sel
1441         - 7   # NDRPDR sel
1442         - 8   # NDRPDR sel
1443         - 11  # NDRPDR sel
1444         - 12  # NDRPDR sel
1445         - 13  # NDRPDR sel
1446         - 14  # NDRPDR sel
1447         - 15  # NDRPDR sel
1448
1449     dpdk-compare-testbeds-skx-clx-ref:
1450       csit-dpdk-perf-report-iterative-2005-2n-skx:
1451         - 1   # NDRPDR sel
1452         - 2   # NDRPDR sel
1453         - 3   # NDRPDR sel
1454         - 4   # NDRPDR sel
1455         - 5   # NDRPDR sel
1456         - 6   # NDRPDR sel
1457         - 7   # NDRPDR sel
1458         - 8   # NDRPDR sel
1459         - 9   # NDRPDR sel
1460         - 10  # NDRPDR sel
1461     dpdk-compare-testbeds-skx-clx-cmp:
1462       csit-dpdk-perf-report-iterative-2005-2n-clx:
1463         - 1   # NDRPDR sel
1464         - 2   # NDRPDR sel
1465         - 3   # NDRPDR sel
1466         - 4   # NDRPDR sel
1467         - 5   # NDRPDR sel
1468         - 6   # NDRPDR sel
1469         - 7   # NDRPDR sel
1470         - 8   # NDRPDR sel
1471         - 9   # NDRPDR sel
1472         - 10  # NDRPDR sel
1473
1474     # Compare topologies
1475
1476     vpp-compare-topologies-ref:
1477       # TODO: Replace:
1478       # csit-vpp-perf-report-iterative-2005-3n-skx:
1479       csit-vpp-perf-verify-2001-3n-skx:
1480         - 69  # NDRPDR sel - new2001.0
1481         - 71  # NDRPDR sel - new2001.0
1482         - 72  # NDRPDR sel - new2001.0
1483         - 76  # NDRPDR sel - new2001.0
1484         - 77  # NDRPDR sel - new2001.0
1485         - 78  # NDRPDR sel - new2001.0
1486         - 80  # NDRPDR sel - new2001.0
1487     vpp-compare-topologies-cmp:
1488       # TODO: Replace:
1489       # csit-vpp-perf-report-iterative-2005-2n-skx:
1490       csit-vpp-perf-verify-2001-2n-skx:
1491         - 143  # NDRPDR sel - new2001.0
1492         - 146  # NDRPDR sel - new2001.0
1493         - 147  # NDRPDR sel - new2001.0
1494         - 148  # NDRPDR sel - new2001.0
1495         - 149  # NDRPDR sel - new2001.0
1496         - 150  # NDRPDR sel - new2001.0
1497         - 151  # NDRPDR sel - new2001.0
1498         - 152  # NDRPDR sel - new2001.0
1499         - 153  # NDRPDR sel - new2001.0
1500         - 154  # NDRPDR sel - new2001.0
1501
1502     vpp-compare-topologies-mrr-ref:
1503       # TODO: Replace:
1504       # csit-vpp-perf-report-iterative-2005-3n-skx:
1505       csit-vpp-perf-verify-2001-3n-skx:
1506         - 50  # MRR sel
1507         - 53  # MRR sel addition
1508     vpp-compare-topologies-mrr-cmp:
1509       # TODO: Replace:
1510       # csit-vpp-perf-report-iterative-2005-2n-skx:
1511       csit-vpp-perf-verify-2001-2n-skx:
1512         - 101 # MRR sel
1513         - 128 # MRR sel addition
1514
1515     dpdk-compare-topologies-ref:
1516       csit-dpdk-perf-report-iterative-2005-3n-skx:
1517         - 4   # NDRPDR sel
1518         - 5   # NDRPDR sel
1519         - 6   # NDRPDR sel
1520         - 7   # NDRPDR sel
1521         - 8   # NDRPDR sel
1522         - 11  # NDRPDR sel
1523         - 12  # NDRPDR sel
1524         - 13  # NDRPDR sel
1525         - 14  # NDRPDR sel
1526         - 15  # NDRPDR sel
1527     dpdk-compare-topologies-cmp:
1528       csit-dpdk-perf-report-iterative-2005-2n-skx:
1529         - 1   # NDRPDR sel
1530         - 2   # NDRPDR sel
1531         - 3   # NDRPDR sel
1532         - 4   # NDRPDR sel
1533         - 5   # NDRPDR sel
1534         - 6   # NDRPDR sel
1535         - 7   # NDRPDR sel
1536         - 8   # NDRPDR sel
1537         - 9   # NDRPDR sel
1538         - 10  # NDRPDR sel
1539
1540   plot-layouts:
1541
1542     plot-soak-throughput:
1543       titlefont:
1544         size: 18
1545       xaxis:
1546         title: "<b>Test Cases [Index]</b>"
1547         titlefont:
1548           size: 16
1549         autorange: True
1550         fixedrange: False
1551         gridcolor: "rgb(230, 230, 230)"
1552         linecolor: "rgb(220, 220, 220)"
1553         linewidth: 1
1554         showgrid: True
1555         showline: True
1556         showticklabels: True
1557         tickcolor: "rgb(220, 220, 220)"
1558         tickmode: "linear"
1559         tickfont:
1560           size: 16
1561         zeroline: False
1562       yaxis:
1563         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1564         titlefont:
1565           size: 16
1566         gridcolor: "rgb(230, 230, 230)"
1567         hoverformat: ".4r"
1568         tickformat: ".3r"
1569         linecolor: "rgb(220, 220, 220)"
1570         linewidth: 1
1571         showgrid: True
1572         showline: True
1573         showticklabels: True
1574         tickcolor: "rgb(220, 220, 220)"
1575         tickfont:
1576           size: 16
1577         zeroline: False
1578         range: [0,50]
1579       autosize: False
1580       margin:
1581         t: 50
1582         b: 0
1583         l: 80
1584         r: 20
1585       showlegend: True
1586       legend:
1587         orientation: "h"
1588         font:
1589           size: 16
1590       width: 700
1591       height: 900
1592       paper_bgcolor: "#fff"
1593       plot_bgcolor: "#fff"
1594       hoverlabel:
1595         namelength: -1
1596
1597     plot-service-density:
1598       titlefont:
1599         size: 18
1600       xaxis:
1601         side: "top"
1602         autorange: True
1603         fixedrange: False
1604         showgrid: False
1605         showline: False
1606         showticklabels: False
1607         ticks: ""
1608         ticklen: 0
1609         tickwidth: 0
1610         zeroline: False
1611       yaxis:
1612         autorange: "reversed"
1613         showgrid: False
1614         showline: False
1615         showticklabels: False
1616         ticks: ""
1617         ticklen: 0
1618         tickwidth: 0
1619         zeroline: False
1620       showlegend: False
1621       paper_bgcolor: "#fff"
1622       plot_bgcolor: "#fff"
1623       width: 700
1624       height: 700
1625       hoverlabel:
1626         namelength: -1
1627
1628     plot-cps:
1629       titlefont:
1630         size: 18
1631       xaxis:
1632         title: "<b>Test Cases [Index]</b>"
1633         titlefont:
1634           size: 16
1635         autorange: True
1636         fixedrange: False
1637         gridcolor: "rgb(230, 230, 230)"
1638         linecolor: "rgb(220, 220, 220)"
1639         linewidth: 1
1640         showgrid: True
1641         showline: True
1642         showticklabels: True
1643         tickcolor: "rgb(220, 220, 220)"
1644         tickmode: "linear"
1645         tickfont:
1646           size: 16
1647         zeroline: False
1648       yaxis:
1649         title: "<b>Connections Per Second [cps]</b>"
1650         titlefont:
1651           size: 16
1652         gridcolor: "rgb(230, 230, 230)"
1653         hoverformat: ".4s"
1654         linecolor: "rgb(220, 220, 220)"
1655         linewidth: 1
1656         rangemode: "tozero"
1657         showgrid: True
1658         showline: True
1659         showticklabels: True
1660         tickcolor: "rgb(220, 220, 220)"
1661         tickformat: ".3s"
1662         tickfont:
1663           size: 16
1664         zeroline: False
1665       boxmode: "group"
1666       boxgroupgap: 0.5
1667       autosize: False
1668       margin:
1669         t: 50
1670         b: 20
1671         l: 80
1672         r: 20
1673       showlegend: True
1674       legend:
1675         orientation: "h"
1676         font:
1677           size: 16
1678       width: 700
1679       height: 800
1680       paper_bgcolor: "#fff"
1681       plot_bgcolor: "#fff"
1682       hoverlabel:
1683         namelength: -1
1684
1685     plot-rps:
1686       titlefont:
1687         size: 18
1688       xaxis:
1689         title: "<b>Test Cases [Index]</b>"
1690         titlefont:
1691           size: 16
1692         autorange: True
1693         fixedrange: False
1694         gridcolor: "rgb(230, 230, 230)"
1695         linecolor: "rgb(220, 220, 220)"
1696         linewidth: 1
1697         showgrid: True
1698         showline: True
1699         showticklabels: True
1700         tickcolor: "rgb(220, 220, 220)"
1701         tickmode: "linear"
1702         tickfont:
1703           size: 16
1704         zeroline: False
1705       yaxis:
1706         title: "<b>Requests Per Second [rps]</b>"
1707         titlefont:
1708           size: 16
1709         gridcolor: "rgb(230, 230, 230)"
1710         hoverformat: ".4s"
1711         linecolor: "rgb(220, 220, 220)"
1712         linewidth: 1
1713         rangemode: "tozero"
1714         showgrid: True
1715         showline: True
1716         showticklabels: True
1717         tickcolor: "rgb(230, 230, 230)"
1718         tickformat: ".3s"
1719         tickfont:
1720           size: 16
1721         zeroline: False
1722       boxmode: "group"
1723       boxgroupgap: 0.5
1724       autosize: False
1725       margin:
1726         t: 50
1727         b: 20
1728         l: 80
1729         r: 20
1730       showlegend: True
1731       legend:
1732         orientation: "h"
1733         font:
1734           size: 16
1735       width: 700
1736       height: 800
1737       paper_bgcolor: "#fff"
1738       plot_bgcolor: "#fff"
1739       hoverlabel:
1740         namelength: -1
1741
1742     plot-hoststack:
1743       titlefont:
1744         size: 16
1745       xaxis:
1746         title: "<b>Test Cases [Index]</b>"
1747         titlefont:
1748           size: 14
1749         autorange: True
1750         fixedrange: False
1751         gridcolor: "rgb(230, 230, 230)"
1752         linecolor: "rgb(220, 220, 220)"
1753         linewidth: 1
1754         showgrid: True
1755         showline: True
1756         showticklabels: True
1757         tickcolor: "rgb(220, 220, 220)"
1758         tickmode: "linear"
1759         tickfont:
1760           size: 14
1761         zeroline: False
1762       yaxis:
1763         title: "<b>Bandwidth [Gbps]</b>"
1764         titlefont:
1765           size: 14
1766         gridcolor: "rgb(230, 230, 230)"
1767         hoverformat: ".4s"
1768         linecolor: "rgb(220, 220, 220)"
1769         linewidth: 1
1770         rangemode: "tozero"
1771         showgrid: True
1772         showline: True
1773         showticklabels: True
1774         tickcolor: "rgb(230, 230, 230)"
1775         tickformat: ".3s"
1776         tickfont:
1777           size: 14
1778         zeroline: False
1779       boxmode: "group"
1780       boxgroupgap: 0.5
1781       autosize: False
1782       margin:
1783         t: 50
1784         b: 20
1785         l: 80
1786         r: 20
1787       showlegend: True
1788       legend:
1789         orientation: "h"
1790         font:
1791           size: 14
1792       width: 700
1793       height: 800
1794       paper_bgcolor: "#fff"
1795       plot_bgcolor: "#fff"
1796       hoverlabel:
1797         namelength: -1
1798
1799     plot-throughput:
1800       titlefont:
1801         size: 18
1802       xaxis:
1803         title: "<b>Test Cases [Index]</b>"
1804         titlefont:
1805           size: 16
1806         autorange: True
1807         fixedrange: False
1808         gridcolor: "rgb(230, 230, 230)"
1809         linecolor: "rgb(220, 220, 220)"
1810         linewidth: 1
1811         showgrid: True
1812         showline: True
1813         showticklabels: True
1814         tickcolor: "rgb(220, 220, 220)"
1815         tickmode: "linear"
1816         tickfont:
1817           size: 16
1818         zeroline: False
1819       yaxis:
1820         title: "<b>Packet Throughput [Mpps]</b>"
1821         titlefont:
1822           size: 16
1823         gridcolor: "rgb(230, 230, 230)"
1824         hoverformat: ".4r"
1825         tickformat: ".3r"
1826         linecolor: "rgb(220, 220, 220)"
1827         linewidth: 1
1828         showgrid: True
1829         showline: True
1830         showticklabels: True
1831         tickcolor: "rgb(220, 220, 220)"
1832         tickfont:
1833           size: 16
1834         zeroline: False
1835         range: [0,50]
1836       autosize: False
1837       margin:
1838         t: 50
1839         b: 0
1840         l: 80
1841         r: 20
1842       showlegend: True
1843       legend:
1844         orientation: "h"
1845         font:
1846           size: 16
1847       width: 700
1848       height: 900
1849       paper_bgcolor: "#fff"
1850       plot_bgcolor: "#fff"
1851       hoverlabel:
1852         namelength: -1
1853
1854     plot-throughput-speedup-analysis:
1855       titlefont:
1856         size: 18
1857       xaxis:
1858         title: "<b>Number of Cores [Qty]</b>"
1859         titlefont:
1860           size: 16
1861         autorange: True
1862         fixedrange: False
1863         gridcolor: "rgb(230, 230, 230)"
1864         linecolor: "rgb(220, 220, 220)"
1865         linewidth: 1
1866         showgrid: True
1867         showline: True
1868         showticklabels: True
1869         tickcolor: "rgb(238, 238, 238)"
1870         tickmode: "linear"
1871         tickfont:
1872           size: 16
1873         zeroline: False
1874       yaxis:
1875         title: "<b>Packet Throughput [Mpps]</b>"
1876         titlefont:
1877           size: 16
1878         type: "linear"
1879         gridcolor: "rgb(230, 230, 230)"
1880         hoverformat: ".4s"
1881         linecolor: "rgb(220, 220, 220)"
1882         linewidth: 1
1883         showgrid: True
1884         showline: True
1885         showticklabels: True
1886         tickcolor: "rgb(220, 220, 220)"
1887         tickformat: ".4s"
1888         tickfont:
1889           size: 16
1890         zeroline: True
1891         rangemode: "tozero"
1892         range: [0,100]
1893       legend:
1894         orientation: "h"
1895         font:
1896           size: 16
1897         xanchor: "left"
1898         yanchor: "top"
1899         x: 0
1900         y: -0.2
1901         bgcolor: "rgba(255, 255, 255, 0)"
1902         bordercolor: "rgba(255, 255, 255, 0)"
1903         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1904       autosize: False
1905       margin:
1906           't': 50
1907           'b': 150
1908           'l': 85
1909           'r': 10
1910       showlegend: True
1911       width: 700
1912       height: 700
1913       paper_bgcolor: "#fff"
1914       plot_bgcolor: "#fff"
1915       hoverlabel:
1916         namelength: -1
1917       annotations: [
1918         {
1919           text: "_ _          __          ...",
1920           align: "left",
1921           showarrow: False,
1922           xref: "paper",
1923           yref: "paper",
1924           xanchor: "left",
1925           yanchor: "top",
1926           x: 0,
1927           y: -0.13,
1928           font: {
1929             family: "Consolas, Courier New",
1930             size: 15
1931           },
1932         },
1933         {
1934           text: "    Perfect     Measured     Limit",
1935           align: "left",
1936           showarrow: False,
1937           xref: "paper",
1938           yref: "paper",
1939           xanchor: "left",
1940           yanchor: "top",
1941           x: 0,
1942           y: -0.15,
1943           font: {
1944             family: "Consolas, Courier New",
1945             size: 15
1946           },
1947         },
1948       ]
1949
1950     plot-latency:
1951       titlefont:
1952         size: 18
1953       xaxis:
1954         title: "<b>Direction</b>"
1955         titlefont:
1956           size: 16
1957         autorange: True
1958         fixedrange: False
1959         gridcolor: "rgb(230, 230, 230)"
1960         linecolor: "rgb(220, 220, 220)"
1961         linewidth: 1
1962         showgrid: True
1963         showline: True
1964         showticklabels: False
1965         tickcolor: "rgb(220, 220, 220)"
1966         tickmode: "linear"
1967         tickfont:
1968           size: 16
1969         zeroline: False
1970       yaxis:
1971         title: "<b>Packet Latency [uSec]</b>"
1972         titlefont:
1973           size: 16
1974         type: "linear"
1975         gridcolor: "rgb(230, 230, 230)"
1976         hoverformat: ".4s"
1977         linecolor: "rgb(220, 220, 220)"
1978         linewidth: 1
1979         showgrid: True
1980         showline: True
1981         showticklabels: True
1982         tickcolor: "rgb(220, 220, 220)"
1983         tickformat: ".4s"
1984         tickfont:
1985           size: 16
1986         zeroline: True
1987         rangemode: "tozero"
1988       legend:
1989         orientation: "h"
1990         font:
1991           size: 16
1992         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1993       autosize: False
1994       margin:
1995           't': 50
1996           'b': 150
1997           'l': 80
1998           'r': 10
1999       showlegend: True
2000       width: 700
2001       height: 700
2002       paper_bgcolor: "#fff"
2003       plot_bgcolor: "#fff"
2004       hoverlabel:
2005         namelength: -1
2006
2007     plot-hdrh-latency:
2008       title:
2009         text: ""
2010         xanchor: "center"
2011         x: 0.5
2012         font:
2013           size: 16
2014       width: 700
2015       plot_bgcolor: "white"
2016       annotations:
2017         - font:
2018             size: 14
2019           showarrow: False
2020           text: "<b>Packet Latency [uSec]</b>"
2021           x: 1
2022           xanchor: "right"
2023           xref: "paper"
2024           y: -0.045
2025           yanchor: "top"
2026           yref: "paper"
2027         - font:
2028             size: 14
2029           showarrow: False
2030           text: "<b>Probability [%]</b>"
2031           textangle: 270
2032           x: -0.06
2033           xanchor: "center"
2034           xref: "paper"
2035           y: 0.5
2036           yanchor: "middle"
2037           yref: "paper"
2038         - font:
2039             size: 14
2040           showarrow: False
2041           text: "<b>Direction: E-W</b>"
2042           x: 0.24
2043           xanchor: "center"
2044           xref: "paper"
2045           y: 1.05
2046           yanchor: "bottom"
2047           yref: "paper"
2048         - font:
2049             size: 14
2050           showarrow: False
2051           text: "<b>Direction: W-E</b>"
2052           x: 0.74
2053           xanchor: "center"
2054           xref: "paper"
2055           y: 1.05
2056           yanchor: "bottom"
2057           yref: "paper"
2058
2059     plot-hdrh-latency-percentile:
2060       title:
2061         text: ""
2062         xanchor: "center"
2063         x: 0.5
2064         font:
2065           size: 18
2066       xaxis:
2067         type: "log"
2068         title: "<b>Percentile [%]</b>"
2069         titlefont:
2070           size: 16
2071         autorange: True
2072         fixedrange: False
2073         gridcolor: "rgb(230, 230, 230)"
2074         linecolor: "rgb(220, 220, 220)"
2075         linewidth: 1
2076         showgrid: True
2077         showline: True
2078         showticklabels: True
2079         tickcolor: "rgb(220, 220, 220)"
2080         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2081         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2082         tickfont:
2083           size: 16
2084       yaxis:
2085         title: "<b>Packet Latency [uSec]</b>"
2086         titlefont:
2087           size: 16
2088         gridcolor: "rgb(230, 230, 230)"
2089         linecolor: "rgb(220, 220, 220)"
2090         linewidth: 1
2091         showgrid: True
2092         showline: True
2093         showticklabels: True
2094         tickcolor: "rgb(220, 220, 220)"
2095         tickfont:
2096           size: 16
2097       autosize: False
2098       showlegend: True
2099       legend:
2100         traceorder: "normal"
2101         orientation: "h"
2102         font:
2103           size: 16
2104         xanchor: "left"
2105         yanchor: "top"
2106         x: 0
2107         y: -0.15
2108         bgcolor: "rgba(255, 255, 255, 0)"
2109         bordercolor: "rgba(255, 255, 255, 0)"
2110       width: 700
2111       height: 700
2112       paper_bgcolor: "white"
2113       plot_bgcolor: "white"
2114
2115     plot-hdrh-latency-by-percentile:
2116       title:
2117         text: "<b>Latency by Percentile Distribution</b>"
2118         xanchor: "center"
2119         x: 0.5
2120         font:
2121           size: 18
2122       showlegend: True
2123       legend:
2124         traceorder: "normal"
2125         orientation: "h"
2126         font:
2127           size: 16
2128         xanchor: "left"
2129         yanchor: "top"
2130         x: 0
2131         y: -0.2
2132         bgcolor: "rgba(255, 255, 255, 0)"
2133         bordercolor: "rgba(255, 255, 255, 0)"
2134       xaxis:
2135         type: "linear"
2136         title: "<b>Percentile [%]</b>"
2137         titlefont:
2138           size: 14
2139         autorange: False
2140         fixedrange: False
2141         range: [0, 100]
2142         gridcolor: "rgb(230, 230, 230)"
2143         linecolor: "rgb(220, 220, 220)"
2144         linewidth: 1
2145         showgrid: True
2146         showline: True
2147         showticklabels: True
2148         tickcolor: "rgb(220, 220, 220)"
2149         tickvals: [0, 25, 50, 75, 100]
2150         ticktext: [0, 25, 50, 75, 100]
2151         tickfont:
2152           size: 14
2153       yaxis:
2154         title: "<b>One-Way Latency per Direction [uSec]</b>"
2155         titlefont:
2156           size: 14
2157         gridcolor: "rgb(230, 230, 230)"
2158         linecolor: "rgb(220, 220, 220)"
2159         linewidth: 1
2160         showgrid: True
2161         showline: True
2162         showticklabels: True
2163         tickcolor: "rgb(220, 220, 220)"
2164         tickfont:
2165           size: 14
2166       width: 700
2167       height: 700
2168       paper_bgcolor: "white"
2169       plot_bgcolor: "white"
2170
2171 - type: "static"
2172   src-path: "{DIR[RST]}"
2173   dst-path: "{DIR[WORKING,SRC]}"
2174
2175 - type: "input"
2176   general:
2177     file-name: "output_info.xml.gz"
2178     file-format: ".gz"
2179     arch-file-format:
2180       - ".gz"
2181       - ".zip"
2182     download-path: "{job}/{build}/archives/{filename}"
2183     extract: "output.xml"
2184
2185     zip-file-name: "robot-plugin.zip"
2186     zip-file-format: ".zip"
2187     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2188     zip-extract: "robot-plugin/output.xml"
2189
2190   builds:
2191
2192     csit-vpp-perf-verify-1908-3n-hsw:
2193       - 12  # NDRPDR sel
2194       - 13  # NDRPDR sel
2195       - 14  # NDRPDR sel
2196       - 15  # NDRPDR sel
2197       - 16  # NDRPDR sel
2198       - 17  # NDRPDR sel
2199       - 18  # NDRPDR sel
2200       - 19  # NDRPDR sel
2201       - 20  # NDRPDR sel
2202       - 21  # NDRPDR sel
2203       - 48  # NDRPDR sel vhost
2204       - 49  # NDRPDR sel vhost
2205       - 52  # NDRPDR sel vhost
2206       - 53  # NDRPDR sel vhost
2207       - 54  # NDRPDR sel vhost
2208       - 55  # NDRPDR sel vhost
2209       - 56  # NDRPDR sel vhost
2210       - 57  # NDRPDR sel vhost
2211       - 58  # NDRPDR sel vhost
2212       - 59  # NDRPDR sel vhost
2213       - 39  # MRR sel
2214     csit-vpp-perf-verify-2001-3n-hsw:
2215       - 21  # NDRPDR sel
2216       - 22  # NDRPDR sel
2217       - 23  # NDRPDR sel
2218       - 24  # NDRPDR sel
2219       - 25  # NDRPDR sel
2220       - 29  # NDRPDR sel
2221       - 30  # NDRPDR sel
2222       - 31  # NDRPDR sel
2223       - 32  # NDRPDR sel
2224       - 34  # NDRPDR sel
2225       - 17  # MRR sel
2226       - 103  # hoststack REMOVE
2227     # TODO: Add data:
2228     csit-vpp-perf-report-iterative-2005-3n-hsw:
2229       - 3   # NDRPDR sel
2230       - 4   # NDRPDR sel
2231       - 5   # NDRPDR sel
2232       - 10  # NDRPDR sel
2233       - 11  # NDRPDR sel
2234       - 12  # NDRPDR sel
2235       - 13  # NDRPDR sel
2236       - 14  # NDRPDR sel
2237
2238     csit-vpp-perf-verify-1908_1-3n-skx:
2239       - 26  # NDRPDR sel - new1908.1
2240       - 27  # NDRPDR sel - new1908.1
2241       - 28  # NDRPDR sel - new1908.1
2242       - 29  # NDRPDR sel - new1908.1
2243       - 30  # NDRPDR sel - new1908.1
2244       - 31  # NDRPDR sel - new1908.1
2245       - 33  # NDRPDR sel - new1908.1
2246       - 34  # NDRPDR sel - new1908.1
2247       - 35  # NDRPDR sel - new1908.1
2248       - 36  # NDRPDR sel - new1908.1
2249     csit-vpp-perf-verify-2001-3n-skx:
2250       - 69  # NDRPDR sel - new2001.0
2251       - 71  # NDRPDR sel - new2001.0
2252       - 72  # NDRPDR sel - new2001.0
2253       - 76  # NDRPDR sel - new2001.0
2254       - 77  # NDRPDR sel - new2001.0
2255       - 78  # NDRPDR sel - new2001.0
2256       - 80  # NDRPDR sel - new2001.0
2257       - 50  # MRR sel
2258       - 53  # MRR sel addition
2259     # TODO: Add data:
2260     # csit-vpp-perf-report-iterative-2005-3n-skx:
2261
2262     csit-vpp-perf-verify-1908_1-2n-skx:
2263       - 39  # NDRPDR sel - new1908.1
2264       - 40  # NDRPDR sel - new1908.1
2265       - 41  # NDRPDR sel - new1908.1
2266       - 43  # NDRPDR sel - new1908.1
2267       - 44  # NDRPDR sel - new1908.1
2268       - 45  # NDRPDR sel - new1908.1
2269       - 46  # NDRPDR sel - new1908.1
2270       - 47  # NDRPDR sel - new1908.1
2271       - 48  # NDRPDR sel - new1908.1
2272       - 49  # NDRPDR sel - new1908.1
2273     csit-vpp-perf-verify-2001-2n-skx:
2274       - 143  # NDRPDR sel - new2001.0
2275       - 146  # NDRPDR sel - new2001.0
2276       - 147  # NDRPDR sel - new2001.0
2277       - 148  # NDRPDR sel - new2001.0
2278       - 149  # NDRPDR sel - new2001.0
2279       - 150  # NDRPDR sel - new2001.0
2280       - 151  # NDRPDR sel - new2001.0
2281       - 152  # NDRPDR sel - new2001.0
2282       - 153  # NDRPDR sel - new2001.0
2283       - 154  # NDRPDR sel - new2001.0
2284       - 101  # MRR sel - old
2285       - 128  # MRR sel addition - old
2286       - 169  # Reconf REMOVE
2287       - 181  # Soak REMOVE
2288       - 182  # Soak REMOVE
2289     # TODO: Add data:
2290     # csit-vpp-perf-report-iterative-2005-2n-skx:
2291
2292     csit-vpp-perf-verify-1908_1-2n-clx:
2293       - 5  # NDRPDR sel
2294       - 6  # NDRPDR sel
2295       - 7  # NDRPDR sel
2296       - 8  # NDRPDR sel
2297       - 9  # NDRPDR sel
2298     csit-vpp-perf-verify-2001-2n-clx:
2299       - 28  # NDRPDR sel
2300       - 29  # NDRPDR sel
2301       - 32  # NDRPDR sel
2302       - 40  # NDRPDR sel
2303       - 43  # NDRPDR sel
2304       - 44  # NDRPDR sel
2305       - 45  # NDRPDR sel
2306       - 47  # NDRPDR sel
2307       - 48  # NDRPDR sel
2308       - 49  # NDRPDR sel
2309       - 39  # MRR
2310       - 68  # Reconf REMOVE
2311       - 80  # TCP REMOVE
2312       - 93  # Soak REMOVE
2313       - 94  # Soak REMOVE
2314     # TODO: Add data:
2315     # csit-vpp-perf-report-iterative-2005-2n-clx:
2316
2317     csit-vpp-perf-verify-1908-3n-tsh:
2318       - 7   # NDRPDR sel
2319       - 8   # NDRPDR sel
2320       - 9   # NDRPDR sel
2321       - 10  # NDRPDR sel
2322       - 11  # NDRPDR sel
2323       - 12  # NDRPDR sel
2324       - 13  # NDRPDR sel
2325       - 14  # NDRPDR sel
2326       - 15  # NDRPDR sel
2327       - 16  # NDRPDR sel
2328       - 17  # MRR sel
2329     csit-vpp-perf-verify-2001-3n-tsh:
2330       - 3   # NDRPDR sel
2331       - 4   # NDRPDR sel
2332       - 7   # NDRPDR sel
2333       - 8   # NDRPDR sel
2334       - 10  # NDRPDR sel
2335       - 12  # NDRPDR sel
2336       - 13  # NDRPDR sel
2337       - 14  # NDRPDR sel
2338       - 15  # NDRPDR sel
2339       - 21  # NDRPDR sel
2340       - 9   # MRR sel
2341     # TODO: Add data:
2342     # csit-vpp-perf-report-iterative-2005-3n-tsh:
2343
2344     csit-vpp-perf-verify-1908-3n-dnv:
2345       - 6   # NDRPDR sel
2346       - 7   # NDRPDR sel
2347       - 8   # NDRPDR sel
2348       - 9   # NDRPDR sel
2349       - 10  # NDRPDR sel
2350       - 12  # NDRPDR sel
2351       - 13  # NDRPDR sel
2352       - 14  # NDRPDR sel
2353       - 15  # NDRPDR sel
2354       - 16  # NDRPDR sel
2355       - 17  # MRR sel
2356     csit-vpp-perf-verify-2001-3n-dnv:
2357       - 5   # NDRPDR sel
2358       - 6   # NDRPDR sel
2359       - 7   # NDRPDR sel
2360       - 8   # NDRPDR sel
2361       - 9   # NDRPDR sel
2362       - 10  # NDRPDR sel
2363       - 12  # NDRPDR sel
2364       - 16  # NDRPDR sel
2365       - 17  # NDRPDR sel
2366       - 18  # NDRPDR sel
2367       - 11  # MRR sel
2368     # TODO: Add data:
2369     # csit-vpp-perf-report-iterative-2005-3n-dnv:
2370
2371     csit-vpp-perf-verify-1908-2n-dnv:
2372       - 1   # NDRPDR sel
2373       - 2   # NDRPDR sel
2374       - 3   # NDRPDR sel
2375       - 4   # NDRPDR sel
2376       - 5   # NDRPDR sel
2377       - 6   # NDRPDR sel
2378       - 7   # NDRPDR sel
2379       - 8   # NDRPDR sel
2380       - 9   # NDRPDR sel
2381       - 10  # NDRPDR sel
2382       - 11  # MRR sel
2383     csit-vpp-perf-verify-2001-2n-dnv:
2384       - 4   # NDRPDR sel
2385       - 5   # NDRPDR sel
2386       - 6   # NDRPDR sel
2387       - 7   # NDRPDR sel
2388       - 8   # NDRPDR sel
2389       - 9   # NDRPDR sel
2390       - 10  # NDRPDR sel
2391       - 11  # NDRPDR sel
2392       - 13  # NDRPDR sel
2393       - 16  # NDRPDR sel
2394       - 12  # MRR sel
2395     # TODO: Add data:
2396     # csit-vpp-perf-report-iterative-2005-2n-dnv:
2397
2398     csit-dpdk-perf-verify-1908-3n-hsw:
2399       - 2   # NDRPDR sel
2400       - 3   # NDRPDR sel
2401       - 4   # NDRPDR sel
2402       - 5   # NDRPDR sel
2403       - 6   # NDRPDR sel
2404       - 7   # NDRPDR sel
2405       - 8   # NDRPDR sel
2406       - 9   # NDRPDR sel
2407       - 10  # NDRPDR sel
2408       - 11  # NDRPDR sel
2409     csit-dpdk-perf-verify-2001-3n-hsw:
2410       - 4   # NDRPDR sel
2411       - 5   # NDRPDR sel
2412       - 6   # NDRPDR sel
2413       - 7   # NDRPDR sel
2414       - 8   # NDRPDR sel
2415       - 9   # NDRPDR sel
2416       - 10  # NDRPDR sel
2417       - 11  # NDRPDR sel
2418       - 12  # NDRPDR sel
2419       - 13  # NDRPDR sel
2420       - 15  # NDRPDR sel
2421       - 16  # NDRPDR sel
2422       - 17  # NDRPDR sel
2423       - 18  # NDRPDR sel
2424       - 19  # NDRPDR sel
2425       - 20  # NDRPDR sel
2426       - 21  # NDRPDR sel
2427       - 22  # NDRPDR sel
2428       - 23  # NDRPDR sel
2429       - 24  # NDRPDR sel
2430     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2431       - 5   # NDRPDR sel
2432       - 6   # NDRPDR sel
2433       - 7   # NDRPDR sel
2434       - 8   # NDRPDR sel
2435       - 9   # NDRPDR sel
2436       - 10  # NDRPDR sel
2437       - 11  # NDRPDR sel
2438       - 12  # NDRPDR sel
2439       - 13  # NDRPDR sel
2440       - 14  # NDRPDR sel
2441
2442     csit-dpdk-perf-verify-1908-3n-skx:
2443       - 3   # NDRPDR sel
2444       - 4   # NDRPDR sel
2445       - 5   # NDRPDR sel
2446       - 6   # NDRPDR sel
2447       - 7   # NDRPDR sel
2448       - 8   # NDRPDR sel
2449       - 9   # NDRPDR sel
2450       - 10  # NDRPDR sel
2451       - 11  # NDRPDR sel
2452       - 12  # NDRPDR sel
2453     csit-dpdk-perf-verify-2001-3n-skx:
2454       - 29  # NDRPDR sel xxv710
2455       - 33  # NDRPDR sel xxv710
2456       - 34  # NDRPDR sel xxv710
2457       - 35  # NDRPDR sel xxv710
2458       - 36  # NDRPDR sel xxv710
2459       - 37  # NDRPDR sel xxv710
2460       - 41  # NDRPDR sel xxv710
2461       - 42  # NDRPDR sel xxv710
2462       - 43  # NDRPDR sel xxv710
2463       - 45  # NDRPDR sel xxv710
2464       - 30  # NDRPDR sel x710
2465       - 31  # NDRPDR sel x710
2466       - 32  # NDRPDR sel x710
2467       - 38  # NDRPDR sel x710
2468       - 39  # NDRPDR sel x710
2469       - 40  # NDRPDR sel x710
2470       - 44  # NDRPDR sel x710
2471       - 46  # NDRPDR sel x710
2472       - 47  # NDRPDR sel x710
2473       - 48  # NDRPDR sel x710
2474     csit-dpdk-perf-report-iterative-2005-3n-skx:
2475       - 4   # NDRPDR sel
2476       - 5   # NDRPDR sel
2477       - 6   # NDRPDR sel
2478       - 7   # NDRPDR sel
2479       - 8   # NDRPDR sel
2480       - 11  # NDRPDR sel
2481       - 12  # NDRPDR sel
2482       - 13  # NDRPDR sel
2483       - 14  # NDRPDR sel
2484       - 15  # NDRPDR sel
2485
2486     csit-dpdk-perf-verify-1908-2n-skx:
2487       - 2   # NDRPDR sel
2488       - 3   # NDRPDR sel
2489       - 4   # NDRPDR sel
2490       - 5   # NDRPDR sel
2491       - 7   # NDRPDR sel
2492       - 8   # NDRPDR sel
2493       - 9   # NDRPDR sel
2494       - 10  # NDRPDR sel
2495       - 11  # NDRPDR sel
2496       - 12  # NDRPDR sel
2497     csit-dpdk-perf-verify-2001-2n-skx:
2498       - 35  # NDRPDR sel xxv710
2499       - 36  # NDRPDR sel xxv710
2500       - 37  # NDRPDR sel xxv710
2501       - 41  # NDRPDR sel xxv710
2502       - 42  # NDRPDR sel xxv710
2503       - 43  # NDRPDR sel xxv710
2504       - 46  # NDRPDR sel xxv710
2505       - 47  # NDRPDR sel xxv710
2506       - 52  # NDRPDR sel xxv710
2507       - 53  # NDRPDR sel xxv710
2508       - 38  # NDRPDR sel x710
2509       - 39  # NDRPDR sel x710
2510       - 40  # NDRPDR sel x710
2511       - 44  # NDRPDR sel x710
2512       - 45  # NDRPDR sel x710
2513       - 48  # NDRPDR sel x710
2514       - 49  # NDRPDR sel x710
2515       - 50  # NDRPDR sel x710
2516       - 51  # NDRPDR sel x710
2517       - 54  # NDRPDR sel x710
2518     csit-dpdk-perf-report-iterative-2005-2n-skx:
2519       - 1   # NDRPDR sel
2520       - 2   # NDRPDR sel
2521       - 3   # NDRPDR sel
2522       - 4   # NDRPDR sel
2523       - 5   # NDRPDR sel
2524       - 6   # NDRPDR sel
2525       - 7   # NDRPDR sel
2526       - 8   # NDRPDR sel
2527       - 9   # NDRPDR sel
2528       - 10  # NDRPDR sel
2529
2530     csit-dpdk-perf-verify-2001-2n-clx:
2531       - 15  # NDRPDR sel
2532       - 16  # NDRPDR sel
2533       - 17  # NDRPDR sel
2534       - 18  # NDRPDR sel
2535       - 19  # NDRPDR sel
2536       - 20  # NDRPDR sel
2537       - 21  # NDRPDR sel
2538       - 22  # NDRPDR sel
2539       - 23  # NDRPDR sel
2540       - 24  # NDRPDR sel
2541       - 25  # NDRPDR sel
2542       - 26  # NDRPDR sel
2543       - 27  # NDRPDR sel
2544       - 28  # NDRPDR sel
2545       - 29  # NDRPDR sel
2546       - 30  # NDRPDR sel
2547       - 31  # NDRPDR sel
2548       - 32  # NDRPDR sel
2549       - 33  # NDRPDR sel
2550       - 34  # NDRPDR sel
2551     csit-dpdk-perf-report-iterative-2005-2n-clx:
2552       - 1   # NDRPDR sel
2553       - 2   # NDRPDR sel
2554       - 3   # NDRPDR sel
2555       - 4   # NDRPDR sel
2556       - 5   # NDRPDR sel
2557       - 6   # NDRPDR sel
2558       - 7   # NDRPDR sel
2559       - 8   # NDRPDR sel
2560       - 9   # NDRPDR sel
2561       - 10  # NDRPDR sel
2562
2563     csit-dpdk-perf-verify-2001-2n-dnv:
2564       - 9   # NDRPDR sel
2565       - 10  # NDRPDR sel
2566       - 11  # NDRPDR sel
2567       - 12  # NDRPDR sel
2568       - 13  # NDRPDR sel
2569       - 14  # NDRPDR sel
2570       - 15  # NDRPDR sel
2571       - 16  # NDRPDR sel
2572       - 17  # NDRPDR sel
2573       - 18  # NDRPDR sel
2574     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2575       - 8   # NDRPDR sel
2576       - 9   # NDRPDR sel
2577       - 10  # NDRPDR sel
2578       - 11  # NDRPDR sel
2579       - 12  # NDRPDR sel
2580       - 13  # NDRPDR sel
2581       - 14  # NDRPDR sel
2582       - 15  # NDRPDR sel
2583       - 16  # NDRPDR sel
2584       - 17  # NDRPDR sel
2585
2586     csit-dpdk-perf-verify-2001-3n-dnv:
2587       - 12  # NDRPDR sel
2588       - 13  # NDRPDR sel
2589       - 14  # NDRPDR sel
2590       - 15  # NDRPDR sel
2591       - 16  # NDRPDR sel
2592       - 17  # NDRPDR sel
2593       - 18  # NDRPDR sel
2594       - 19  # NDRPDR sel
2595       - 20  # NDRPDR sel
2596       - 22  # NDRPDR sel
2597     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2598       - 6   # NDRPDR sel
2599       - 7   # NDRPDR sel
2600       - 8   # NDRPDR sel
2601       - 9   # NDRPDR sel
2602       - 10  # NDRPDR sel
2603       - 11  # NDRPDR sel
2604       - 12  # NDRPDR sel
2605       - 13  # NDRPDR sel
2606       - 14  # NDRPDR sel
2607       - 16  # NDRPDR sel
2608
2609     csit-dpdk-perf-verify-2001-3n-tsh:
2610       - 3   # NDRPDR sel
2611       - 4   # NDRPDR sel
2612       - 5   # NDRPDR sel
2613       - 9   # NDRPDR sel
2614       - 10  # NDRPDR sel
2615       - 11  # NDRPDR sel
2616       - 12  # NDRPDR sel
2617       - 14  # NDRPDR sel
2618       - 15  # NDRPDR sel
2619       - 18  # NDRPDR sel
2620     # TODO: Add data:
2621     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2622       - 5   # NDRPDR sel
2623
2624     csit-vpp-device-2005-ubuntu1804-1n-skx:
2625       - 35
2626
2627 - type: "output"
2628   output: "report"
2629   format:
2630     html:
2631     - full
2632 #    pdf:
2633 #    - minimal
2634
2635 ################################################################################
2636 ###                               T A B L E S                                ###
2637 ################################################################################
2638
2639 # VPP Soak vs NDR - 2n-skx
2640 - type: "table"
2641   title: "VPP Soak vs NDR 2n-skx"
2642   algorithm: "table_soak_vs_ndr"
2643   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2644   reference:
2645     title: "NDR"
2646     data: "vpp-soak-vs-ndr-2n-skx-ref"
2647   compare:
2648     title: "Soak"
2649     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2650   data: "vpp-soak-vs-ndr-2n-skx"
2651   include-tests: "NDR"
2652   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2653   parameters:
2654     - "throughput"
2655     - "name"
2656     - "parent"
2657
2658 # VPP Soak vs NDR - 2n-clx
2659 - type: "table"
2660   title: "VPP Soak vs NDR 2n-clx"
2661   algorithm: "table_soak_vs_ndr"
2662   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2663   reference:
2664     title: "NDR"
2665     data: "vpp-soak-vs-ndr-2n-clx-ref"
2666   compare:
2667     title: "Soak"
2668     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2669   data: "vpp-soak-vs-ndr-2n-clx"
2670   include-tests: "NDR"
2671   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2672   parameters:
2673     - "throughput"
2674     - "name"
2675     - "parent"
2676
2677 ################################################################################
2678
2679 # VPP Compare NICs 3n-skx 2t1c ndr
2680 - type: "table"
2681   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2682   algorithm: "table_comparison"
2683   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2684   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2685   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2686   columns:
2687     - title: "x710"
2688       data-set: "vpp-nic-comparison-3n-skx"
2689       tag: "NIC_Intel-X710"
2690     - title: "xxv710"
2691       data-set: "vpp-nic-comparison-3n-skx"
2692       tag: "NIC_Intel-XXV710"
2693   comparisons:
2694     - title: "Diff"
2695       reference: 1
2696       compare: 2
2697   legend:
2698     - "Legend to Table:"
2699     - "x710, xxv710 - NICs tested."
2700     - "Diff - difference between x710 and xxv710 NIC."
2701
2702 # VPP Compare NICs 3n-skx 4t2c ndr
2703 - type: "table"
2704   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2705   algorithm: "table_comparison"
2706   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2707   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2708   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2709   columns:
2710     - title: "x710"
2711       data-set: "vpp-nic-comparison-3n-skx"
2712       tag: "NIC_Intel-X710"
2713     - title: "xxv710"
2714       data-set: "vpp-nic-comparison-3n-skx"
2715       tag: "NIC_Intel-XXV710"
2716   comparisons:
2717     - title: "Diff"
2718       reference: 1
2719       compare: 2
2720   legend:
2721     - "Legend to Table:"
2722     - "x710, xxv710 - NICs tested."
2723     - "Diff - difference between x710 and xxv710 NIC."
2724
2725 # VPP Compare NICs 3n-skx 2t1c pdr
2726 - type: "table"
2727   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2728   algorithm: "table_comparison"
2729   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2730   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2731   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2732   columns:
2733     - title: "x710"
2734       data-set: "vpp-nic-comparison-3n-skx"
2735       tag: "NIC_Intel-X710"
2736     - title: "xxv710"
2737       data-set: "vpp-nic-comparison-3n-skx"
2738       tag: "NIC_Intel-XXV710"
2739   comparisons:
2740     - title: "Diff"
2741       reference: 1
2742       compare: 2
2743   legend:
2744     - "Legend to Table:"
2745     - "x710, xxv710 - NICs tested."
2746     - "Diff - difference between x710 and xxv710 NIC."
2747
2748 # VPP Compare NICs 3n-skx 4t2c pdr
2749 - type: "table"
2750   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2751   algorithm: "table_comparison"
2752   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2753   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2754   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2755   columns:
2756     - title: "x710"
2757       data-set: "vpp-nic-comparison-3n-skx"
2758       tag: "NIC_Intel-X710"
2759     - title: "xxv710"
2760       data-set: "vpp-nic-comparison-3n-skx"
2761       tag: "NIC_Intel-XXV710"
2762   comparisons:
2763     - title: "Diff"
2764       reference: 1
2765       compare: 2
2766   legend:
2767     - "Legend to Table:"
2768     - "x710, xxv710 - NICs tested."
2769     - "Diff - difference between x710 and xxv710 NIC."
2770
2771 # VPP Compare NICs 3n-skx 2t1c mrr
2772 - type: "table"
2773   title: "VPP Compare NICs 3n-skx 2t1c mrr"
2774   algorithm: "table_comparison"
2775   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2776   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2777   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2778   columns:
2779     - title: "x710"
2780       data-set: "vpp-nic-comparison-3n-skx-mrr"
2781       tag: "NIC_Intel-X710"
2782     - title: "xxv710"
2783       data-set: "vpp-nic-comparison-3n-skx-mrr"
2784       tag: "NIC_Intel-XXV710"
2785   comparisons:
2786     - title: "Diff"
2787       reference: 1
2788       compare: 2
2789   legend:
2790     - "Legend to Table:"
2791     - "x710, xxv710 - NICs tested."
2792     - "Diff - difference between x710 and xxv710 NIC."
2793
2794 # VPP Compare NICs 3n-skx 4t2c mrr
2795 - type: "table"
2796   title: "VPP Compare NICs 3n-skx 4t2c mrr"
2797   algorithm: "table_comparison"
2798   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2799   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2800   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2801   columns:
2802     - title: "x710"
2803       data-set: "vpp-nic-comparison-3n-skx-mrr"
2804       tag: "NIC_Intel-X710"
2805     - title: "xxv710"
2806       data-set: "vpp-nic-comparison-3n-skx-mrr"
2807       tag: "NIC_Intel-XXV710"
2808   comparisons:
2809     - title: "Diff"
2810       reference: 1
2811       compare: 2
2812   legend:
2813     - "Legend to Table:"
2814     - "x710, xxv710 - NICs tested."
2815     - "Diff - difference between x710 and xxv710 NIC."
2816
2817 # VPP Compare NICs 3n-skx 8t4c mrr
2818 - type: "table"
2819   title: "VPP Compare NICs 3n-skx 8t4c mrr"
2820   algorithm: "table_comparison"
2821   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2822   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2823   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2824   columns:
2825     - title: "x710"
2826       data-set: "vpp-nic-comparison-3n-skx-mrr"
2827       tag: "NIC_Intel-X710"
2828     - title: "xxv710"
2829       data-set: "vpp-nic-comparison-3n-skx-mrr"
2830       tag: "NIC_Intel-XXV710"
2831   comparisons:
2832     - title: "Diff"
2833       reference: 1
2834       compare: 2
2835   legend:
2836     - "Legend to Table:"
2837     - "x710, xxv710 - NICs tested."
2838     - "Diff - difference between x710 and xxv710 NIC."
2839
2840 # VPP Compare NICs 2n-skx 2t1c ndr
2841 - type: "table"
2842   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2843   algorithm: "table_comparison"
2844   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2845   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2846   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2847   columns:
2848     - title: "x710"
2849       data-set: "vpp-nic-comparison-2n-skx"
2850       tag: "NIC_Intel-X710"
2851     - title: "xxv710"
2852       data-set: "vpp-nic-comparison-2n-skx"
2853       tag: "NIC_Intel-XXV710"
2854   comparisons:
2855     - title: "Diff"
2856       reference: 1
2857       compare: 2
2858   legend:
2859     - "Legend to Table:"
2860     - "x710, xxv710 - NICs tested."
2861     - "Diff - difference between x710 and xxv710 NIC."
2862
2863 # VPP Compare NICs 2n-skx 4t2c ndr
2864 - type: "table"
2865   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2866   algorithm: "table_comparison"
2867   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2868   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2869   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2870   columns:
2871     - title: "x710"
2872       data-set: "vpp-nic-comparison-2n-skx"
2873       tag: "NIC_Intel-X710"
2874     - title: "xxv710"
2875       data-set: "vpp-nic-comparison-2n-skx"
2876       tag: "NIC_Intel-XXV710"
2877   comparisons:
2878     - title: "Diff"
2879       reference: 1
2880       compare: 2
2881   legend:
2882     - "Legend to Table:"
2883     - "x710, xxv710 - NICs tested."
2884     - "Diff - difference between x710 and xxv710 NIC."
2885
2886 # VPP Compare NICs 2n-skx 2t1c pdr
2887 - type: "table"
2888   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2889   algorithm: "table_comparison"
2890   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2891   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2892   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2893   columns:
2894     - title: "x710"
2895       data-set: "vpp-nic-comparison-2n-skx"
2896       tag: "NIC_Intel-X710"
2897     - title: "xxv710"
2898       data-set: "vpp-nic-comparison-2n-skx"
2899       tag: "NIC_Intel-XXV710"
2900   comparisons:
2901     - title: "Diff"
2902       reference: 1
2903       compare: 2
2904   legend:
2905     - "Legend to Table:"
2906     - "x710, xxv710 - NICs tested."
2907     - "Diff - difference between x710 and xxv710 NIC."
2908
2909 # VPP Compare NICs 2n-skx 4t2c pdr
2910 - type: "table"
2911   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2912   algorithm: "table_comparison"
2913   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2914   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2915   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2916   columns:
2917     - title: "x710"
2918       data-set: "vpp-nic-comparison-2n-skx"
2919       tag: "NIC_Intel-X710"
2920     - title: "xxv710"
2921       data-set: "vpp-nic-comparison-2n-skx"
2922       tag: "NIC_Intel-XXV710"
2923   comparisons:
2924     - title: "Diff"
2925       reference: 1
2926       compare: 2
2927   legend:
2928     - "Legend to Table:"
2929     - "x710, xxv710 - NICs tested."
2930     - "Diff - difference between x710 and xxv710 NIC."
2931
2932 # VPP Compare NICs 2n-skx 2t1c mrr
2933 - type: "table"
2934   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2935   algorithm: "table_comparison"
2936   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2937   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2938   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2939   columns:
2940     - title: "x710"
2941       data-set: "vpp-nic-comparison-2n-skx-mrr"
2942       tag: "NIC_Intel-X710"
2943     - title: "xxv710"
2944       data-set: "vpp-nic-comparison-2n-skx-mrr"
2945       tag: "NIC_Intel-XXV710"
2946   comparisons:
2947     - title: "Diff"
2948       reference: 1
2949       compare: 2
2950   legend:
2951     - "Legend to Table:"
2952     - "x710, xxv710 - NICs tested."
2953     - "Diff - difference between x710 and xxv710 NIC."
2954
2955 # VPP Compare NICs 2n-skx 4t2c mrr
2956 - type: "table"
2957   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2958   algorithm: "table_comparison"
2959   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2960   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2961   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2962   columns:
2963     - title: "x710"
2964       data-set: "vpp-nic-comparison-2n-skx-mrr"
2965       tag: "NIC_Intel-X710"
2966     - title: "xxv710"
2967       data-set: "vpp-nic-comparison-2n-skx-mrr"
2968       tag: "NIC_Intel-XXV710"
2969   comparisons:
2970     - title: "Diff"
2971       reference: 1
2972       compare: 2
2973   legend:
2974     - "Legend to Table:"
2975     - "x710, xxv710 - NICs tested."
2976     - "Diff - difference between x710 and xxv710 NIC."
2977
2978 # VPP Compare NICs 2n-skx 8t4c mrr
2979 - type: "table"
2980   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2981   algorithm: "table_comparison"
2982   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2983   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2984   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2985   columns:
2986     - title: "x710"
2987       data-set: "vpp-nic-comparison-2n-skx-mrr"
2988       tag: "NIC_Intel-X710"
2989     - title: "xxv710"
2990       data-set: "vpp-nic-comparison-2n-skx-mrr"
2991       tag: "NIC_Intel-XXV710"
2992   comparisons:
2993     - title: "Diff"
2994       reference: 1
2995       compare: 2
2996   legend:
2997     - "Legend to Table:"
2998     - "x710, xxv710 - NICs tested."
2999     - "Diff - difference between x710 and xxv710 NIC."
3000
3001 ################################################################################
3002 # VPP
3003
3004 ## VPP Performance changes 2n-skx-xxv710 2t1c ndr
3005 #- type: "table"
3006 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c ndr"
3007 #  algorithm: "table_comparison"
3008 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-ndr"
3009 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3010 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3011 #  columns:
3012 #    - title: "1908.1"
3013 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3014 #    - title: "1908.2"
3015 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3016 #  comparisons:
3017 #    - title: "Diff"
3018 #      reference: 1
3019 #      compare: 2
3020 #  legend:
3021 #    - "Legend to Table:"
3022 #    - "1908.1, 1908.2 - VPP versions tested."
3023 #    - "Diff - difference between the previous and the current VPP version."
3024 #
3025 ## VPP Performance changes 2n-skx-xxv710 2t1c pdr
3026 #- type: "table"
3027 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c pdr"
3028 #  algorithm: "table_comparison"
3029 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-pdr"
3030 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3031 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3032 #  columns:
3033 #    - title: "1908.1"
3034 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3035 #    - title: "1908.2"
3036 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3037 #  comparisons:
3038 #    - title: "Diff"
3039 #      reference: 1
3040 #      compare: 2
3041 #  legend:
3042 #    - "Legend to Table:"
3043 #    - "1908.1, 1908.2 - VPP versions tested."
3044 #    - "Diff - difference between the previous and the current VPP version."
3045 #
3046 ## VPP Performance changes 3n-skx-xxv710 2t1c ndr
3047 #- type: "table"
3048 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c ndr"
3049 #  algorithm: "table_comparison"
3050 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-ndr"
3051 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3052 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3053 #  columns:
3054 #    - title: "1908.1"
3055 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3056 #    - title: "1908.2"
3057 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3058 #  comparisons:
3059 #    - title: "Diff"
3060 #      reference: 1
3061 #      compare: 2
3062 #  legend:
3063 #    - "Legend to Table:"
3064 #    - "1908.1, 1908.2 - VPP versions tested."
3065 #    - "Diff - difference between the previous and the current VPP version."
3066 #
3067 ## VPP Performance changes 3n-skx-xxv710 2t1c pdr
3068 #- type: "table"
3069 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c pdr"
3070 #  algorithm: "table_comparison"
3071 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-pdr"
3072 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3073 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3074 #  columns:
3075 #    - title: "1908.1"
3076 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3077 #    - title: "1908.2"
3078 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3079 #  comparisons:
3080 #    - title: "Diff"
3081 #      reference: 1
3082 #      compare: 2
3083 #  legend:
3084 #    - "Legend to Table:"
3085 #    - "1908.1, 1908.2 - VPP versions tested."
3086 #    - "Diff - difference between the previous and the current VPP version."
3087 #
3088 ## VPP Performance changes 2n-clx-xxv710 2t1c ndr
3089 #- type: "table"
3090 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c ndr"
3091 #  algorithm: "table_comparison"
3092 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-ndr"
3093 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3094 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3095 #  columns:
3096 #    - title: "1908.1"
3097 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3098 #    - title: "1908.2"
3099 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3100 #  comparisons:
3101 #    - title: "Diff"
3102 #      reference: 1
3103 #      compare: 2
3104 #  legend:
3105 #    - "Legend to Table:"
3106 #    - "1908.1, 1908.2 - VPP versions tested."
3107 #    - "Diff - difference between the previous and the current VPP version."
3108 #
3109 ## VPP Performance changes 2n-clx-xxv710 2t1c pdr
3110 #- type: "table"
3111 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c pdr"
3112 #  algorithm: "table_comparison"
3113 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-pdr"
3114 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3115 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3116 #  columns:
3117 #    - title: "1908.1"
3118 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3119 #    - title: "1908.2"
3120 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3121 #  comparisons:
3122 #    - title: "Diff"
3123 #      reference: 1
3124 #      compare: 2
3125 #  legend:
3126 #    - "Legend to Table:"
3127 #    - "1908.1, 1908.2 - VPP versions tested."
3128 #    - "Diff - difference between the previous and the current VPP version."
3129
3130 # VPP Performance Changes 3n-hsw 1t1c pdr
3131 - type: "table"
3132   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3133   algorithm: "table_comparison"
3134   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3135   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3136   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3137   columns:
3138     - title: "1908"
3139       data-set: "vpp-performance-changes-3n-hsw-h1"
3140     - title: "2001"
3141       data-set: "vpp-performance-changes-3n-hsw-ref"
3142     - title: "2005"
3143       data-set: "vpp-performance-changes-3n-hsw-cmp"
3144   comparisons:
3145     - title: "Diff"
3146       reference: 2
3147       compare: 3
3148   legend:
3149     - "Legend to Table"
3150     - "1908, 2001, 2005 - VPP versions tested."
3151     - "Diff - difference between 2001 and 2008 VPP version."
3152
3153 # VPP Performance Changes 3n-hsw 2t2c pdr
3154 - type: "table"
3155   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3156   algorithm: "table_comparison"
3157   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3158   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3159   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3160   columns:
3161     - title: "1908"
3162       data-set: "vpp-performance-changes-3n-hsw-h1"
3163     - title: "2001"
3164       data-set: "vpp-performance-changes-3n-hsw-ref"
3165     - title: "2005"
3166       data-set: "vpp-performance-changes-3n-hsw-cmp"
3167   comparisons:
3168     - title: "Diff"
3169       reference: 2
3170       compare: 3
3171   legend:
3172     - "Legend to Table"
3173     - "1908, 2001, 2005 - VPP versions tested."
3174     - "Diff - difference between 2001 and 2008 VPP version."
3175
3176 # VPP Performance Changes 3n-hsw 1t1c ndr
3177 - type: "table"
3178   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3179   algorithm: "table_comparison"
3180   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3181   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3182   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3183   columns:
3184     - title: "1908"
3185       data-set: "vpp-performance-changes-3n-hsw-h1"
3186     - title: "2001"
3187       data-set: "vpp-performance-changes-3n-hsw-ref"
3188     - title: "2005"
3189       data-set: "vpp-performance-changes-3n-hsw-cmp"
3190   comparisons:
3191     - title: "Diff"
3192       reference: 2
3193       compare: 3
3194   legend:
3195     - "Legend to Table"
3196     - "1908, 2001, 2005 - VPP versions tested."
3197     - "Diff - difference between 2001 and 2008 VPP version."
3198
3199 # VPP Performance Changes 3n-hsw 2t2c ndr
3200 - type: "table"
3201   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3202   algorithm: "table_comparison"
3203   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3204   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3205   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3206   columns:
3207     - title: "1908"
3208       data-set: "vpp-performance-changes-3n-hsw-h1"
3209     - title: "2001"
3210       data-set: "vpp-performance-changes-3n-hsw-ref"
3211     - title: "2005"
3212       data-set: "vpp-performance-changes-3n-hsw-cmp"
3213   comparisons:
3214     - title: "Diff"
3215       reference: 2
3216       compare: 3
3217   legend:
3218     - "Legend to Table"
3219     - "1908, 2001, 2005 - VPP versions tested."
3220     - "Diff - difference between 2001 and 2008 VPP version."
3221
3222 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3223 #- type: "table"
3224 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3225 #  algorithm: "table_comparison"
3226 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3227 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3228 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3229 #  rca:
3230 #    - title: "RCA1"
3231 #      data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3232 #    - title: "RCA2"
3233 #      data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3234 #  columns:
3235 #    - title: "1908.0-1"
3236 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3237 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3238 #    - title: "1908.1-1"
3239 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3240 #    - title: "1908.1-2"
3241 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3242 #    - title: "2001.0-2"
3243 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3244 #  comparisons:
3245 #    - title: "Diff1"
3246 #      reference: 2
3247 #      reference-alt: 1
3248 #      compare: 3
3249 #    - title: "Diff2"
3250 #      reference: 3
3251 #      compare: 4
3252 #  legend:
3253 #    - 'Legend to Table:'
3254 #    - '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).'
3255 #    - '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).'
3256 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3257 #    - 'RCA1 - root cause analysis reference for Diff1.'
3258 #    - 'RCA2 - root cause analysis reference for Diff2.'
3259 #
3260 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3261 #- type: "table"
3262 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3263 #  algorithm: "table_comparison"
3264 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3265 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3266 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3267 #  rca:
3268 #    - title: "RCA1"
3269 #      data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3270 #    - title: "RCA2"
3271 #      data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3272 #  columns:
3273 #    - title: "1908.0-1"
3274 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3275 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3276 #    - title: "1908.1-1"
3277 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3278 #    - title: "1908.1-2"
3279 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3280 #    - title: "2001.0-2"
3281 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3282 #  comparisons:
3283 #    - title: "Diff1"
3284 #      reference: 2
3285 #      reference-alt: 1
3286 #      compare: 3
3287 #    - title: "Diff2"
3288 #      reference: 3
3289 #      compare: 4
3290 #  legend:
3291 #    - 'Legend to Table:'
3292 #    - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "1" for 2019-08-21, "2" for 2020-03-27).'
3293 #    - 'Diff1 - difference between environment versions "2" and "1" for the same VPP version, 1908.1-2 vs. 1908.1-1 (if data for the latter not present, 1908.0-1 is used).'
3294 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3295 #    - 'RCA1 - root cause analysis reference for Diff1.'
3296 #    - 'RCA2 - root cause analysis reference for Diff2.'
3297
3298 # VPP Performance Changes 3n-skx 2t1c pdr
3299 - type: "table"
3300   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3301   algorithm: "table_comparison"
3302   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3303   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3304   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3305   columns:
3306     - title: "1908"
3307       data-set: "vpp-performance-changes-3n-skx-h1"
3308       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3309     - title: "2001"
3310       data-set: "vpp-performance-changes-3n-skx-ref"
3311     - title: "2005"
3312       data-set: "vpp-performance-changes-3n-skx-cmp"
3313   comparisons:
3314     - title: "Diff"
3315       reference: 2
3316       compare: 3
3317   legend:
3318     - "Legend to Table"
3319     - "1908, 2001, 2005 - VPP versions tested."
3320     - "Diff - difference between 2001 and 2005 VPP version."
3321
3322 # VPP Performance Changes 3n-skx 4t2c pdr
3323 - type: "table"
3324   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3325   algorithm: "table_comparison"
3326   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3327   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3328   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3329   columns:
3330     - title: "1908"
3331       data-set: "vpp-performance-changes-3n-skx-h1"
3332       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3333     - title: "2001"
3334       data-set: "vpp-performance-changes-3n-skx-ref"
3335     - title: "2005"
3336       data-set: "vpp-performance-changes-3n-skx-cmp"
3337   comparisons:
3338     - title: "Diff"
3339       reference: 2
3340       compare: 3
3341   legend:
3342     - "Legend to Table"
3343     - "1908, 2001, 2005 - VPP versions tested."
3344     - "Diff - difference between 2001 and 2005 VPP version."
3345
3346 # VPP Performance Changes 3n-skx 2t1c ndr
3347 - type: "table"
3348   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3349   algorithm: "table_comparison"
3350   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3351   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3352   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3353   columns:
3354     - title: "1908"
3355       data-set: "vpp-performance-changes-3n-skx-h1"
3356       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3357     - title: "2001"
3358       data-set: "vpp-performance-changes-3n-skx-ref"
3359     - title: "2005"
3360       data-set: "vpp-performance-changes-3n-skx-cmp"
3361   comparisons:
3362     - title: "Diff"
3363       reference: 2
3364       compare: 3
3365   legend:
3366     - "Legend to Table"
3367     - "1908, 2001, 2005 - VPP versions tested."
3368     - "Diff - difference between 2001 and 2005 VPP version."
3369
3370 # VPP Performance Changes 3n-skx 4t2c ndr
3371 - type: "table"
3372   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3373   algorithm: "table_comparison"
3374   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3375   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3376   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3377   columns:
3378     - title: "1908"
3379       data-set: "vpp-performance-changes-3n-skx-h1"
3380       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3381     - title: "2001"
3382       data-set: "vpp-performance-changes-3n-skx-ref"
3383     - title: "2005"
3384       data-set: "vpp-performance-changes-3n-skx-cmp"
3385   comparisons:
3386     - title: "Diff"
3387       reference: 2
3388       compare: 3
3389   legend:
3390     - "Legend to Table"
3391     - "1908, 2001, 2005 - VPP versions tested."
3392     - "Diff - difference between 2001 and 2005 VPP version."
3393
3394 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3395 #- type: "table"
3396 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3397 #  algorithm: "table_comparison"
3398 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3399 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3400 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3401 #  rca:
3402 #    - title: "RCA1"
3403 #      data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3404 #    - title: "RCA2"
3405 #      data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3406 #  columns:
3407 #    - title: "1908.0-1"
3408 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3409 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3410 #    - title: "1908.1-1"
3411 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3412 #    - title: "1908.1-2"
3413 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3414 #    - title: "2001.0-2"
3415 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3416 #  comparisons:
3417 #    - title: "Diff1"
3418 #      reference: 2
3419 #      reference-alt: 1
3420 #      compare: 3
3421 #    - title: "Diff2"
3422 #      reference: 3
3423 #      compare: 4
3424 #  legend:
3425 #    - 'Legend to Table:'
3426 #    - '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).'
3427 #    - '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).'
3428 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3429 #    - 'RCA1 - root cause analysis reference for Diff1.'
3430 #    - 'RCA2 - root cause analysis reference for Diff2.'
3431 #
3432 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3433 #- type: "table"
3434 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3435 #  algorithm: "table_comparison"
3436 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3437 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3438 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3439 #  rca:
3440 #    - title: "RCA1"
3441 #      data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3442 #    - title: "RCA2"
3443 #      data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3444 #  columns:
3445 #    - title: "1908.0-1"
3446 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3447 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3448 #    - title: "1908.1-1"
3449 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3450 #    - title: "1908.1-2"
3451 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3452 #    - title: "2001.0-2"
3453 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3454 #  comparisons:
3455 #    - title: "Diff1"
3456 #      reference: 2
3457 #      reference-alt: 1
3458 #      compare: 3
3459 #    - title: "Diff2"
3460 #      reference: 3
3461 #      compare: 4
3462 #  legend:
3463 #    - 'Legend to Table:'
3464 #    - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "1" for 2019-08-21, "2" for 2020-03-27).'
3465 #    - 'Diff1 - difference between environment versions "2" and "1" for the same VPP version, 1908.1-2 vs. 1908.1-1 (if data for the latter not present, 1908.0-1 is used).'
3466 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3467 #    - 'RCA1 - root cause analysis reference for Diff1.'
3468 #    - 'RCA2 - root cause analysis reference for Diff2.'
3469
3470 # VPP Performance Changes 2n-skx 2t1c pdr
3471 - type: "table"
3472   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3473   algorithm: "table_comparison"
3474   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3475   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3476   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3477   columns:
3478     - title: "1908"
3479       data-set: "vpp-performance-changes-2n-skx-h1"
3480       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3481     - title: "2001"
3482       data-set: "vpp-performance-changes-2n-skx-ref"
3483     - title: "2005"
3484       data-set: "vpp-performance-changes-2n-skx-cmp"
3485   comparisons:
3486     - title: "Diff"
3487       reference: 2
3488       compare: 3
3489   legend:
3490     - "Legend to Table"
3491     - "1908, 2001, 2005 - VPP versions tested."
3492     - "Diff - difference between 2001 and 2005 VPP version."
3493
3494 # VPP Performance Changes 2n-skx 4t2c pdr
3495 - type: "table"
3496   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3497   algorithm: "table_comparison"
3498   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3499   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3500   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3501   columns:
3502     - title: "1908"
3503       data-set: "vpp-performance-changes-2n-skx-h1"
3504       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3505     - title: "2001"
3506       data-set: "vpp-performance-changes-2n-skx-ref"
3507     - title: "2005"
3508       data-set: "vpp-performance-changes-2n-skx-cmp"
3509   comparisons:
3510     - title: "Diff"
3511       reference: 2
3512       compare: 3
3513   legend:
3514     - "Legend to Table"
3515     - "1908, 2001, 2005 - VPP versions tested."
3516     - "Diff - difference between 2001 and 2005 VPP version."
3517
3518 # VPP Performance Changes 2n-skx 2t1c ndr
3519 - type: "table"
3520   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3521   algorithm: "table_comparison"
3522   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3523   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3524   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3525   columns:
3526     - title: "1908"
3527       data-set: "vpp-performance-changes-2n-skx-h1"
3528       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3529     - title: "2001"
3530       data-set: "vpp-performance-changes-2n-skx-ref"
3531     - title: "2005"
3532       data-set: "vpp-performance-changes-2n-skx-cmp"
3533   comparisons:
3534     - title: "Diff"
3535       reference: 2
3536       compare: 3
3537   legend:
3538     - "Legend to Table"
3539     - "1908, 2001, 2005 - VPP versions tested."
3540     - "Diff - difference between 2001 and 2005 VPP version."
3541
3542 # VPP Performance Changes 2n-skx 4t2c ndr
3543 - type: "table"
3544   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3545   algorithm: "table_comparison"
3546   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3547   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3548   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3549   columns:
3550     - title: "1908"
3551       data-set: "vpp-performance-changes-2n-skx-h1"
3552       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3553     - title: "2001"
3554       data-set: "vpp-performance-changes-2n-skx-ref"
3555     - title: "2005"
3556       data-set: "vpp-performance-changes-2n-skx-cmp"
3557   comparisons:
3558     - title: "Diff"
3559       reference: 2
3560       compare: 3
3561   legend:
3562     - "Legend to Table"
3563     - "1908, 2001, 2005 - VPP versions tested."
3564     - "Diff - difference between 2001 and 2005 VPP version."
3565
3566 # VPP Performance Changes 2n-dnv 1t1c pdr
3567 - type: "table"
3568   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3569   algorithm: "table_comparison"
3570   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3571   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3572   filter: "'1T1C'"
3573   columns:
3574     - title: "1908"
3575       data-set: "vpp-performance-changes-2n-dnv-h1"
3576     - title: "2001"
3577       data-set: "vpp-performance-changes-2n-dnv-ref"
3578     - title: "2005"
3579       data-set: "vpp-performance-changes-2n-dnv-cmp"
3580   comparisons:
3581     - title: "Diff"
3582       reference: 2
3583       compare: 3
3584   legend:
3585     - "Legend to Table"
3586     - "1908, 2001, 2005 - VPP versions tested."
3587     - "Diff - difference between 2001 and 2005 VPP version."
3588
3589 # VPP Performance Changes 2n-dnv 2t2c pdr
3590 - type: "table"
3591   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3592   algorithm: "table_comparison"
3593   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3594   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3595   filter: "'2T2C'"
3596   columns:
3597     - title: "1908"
3598       data-set: "vpp-performance-changes-2n-dnv-h1"
3599     - title: "2001"
3600       data-set: "vpp-performance-changes-2n-dnv-ref"
3601     - title: "2005"
3602       data-set: "vpp-performance-changes-2n-dnv-cmp"
3603   comparisons:
3604     - title: "Diff"
3605       reference: 2
3606       compare: 3
3607   legend:
3608     - "Legend to Table"
3609     - "1908, 2001, 2005 - VPP versions tested."
3610     - "Diff - difference between 2001 and 2005 VPP version."
3611
3612 # VPP Performance Changes 2n-dnv 1t1c ndr
3613 - type: "table"
3614   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3615   algorithm: "table_comparison"
3616   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3617   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3618   filter: "'1T1C'"
3619   columns:
3620     - title: "1908"
3621       data-set: "vpp-performance-changes-2n-dnv-h1"
3622     - title: "2001"
3623       data-set: "vpp-performance-changes-2n-dnv-ref"
3624     - title: "2005"
3625       data-set: "vpp-performance-changes-2n-dnv-cmp"
3626   comparisons:
3627     - title: "Diff"
3628       reference: 2
3629       compare: 3
3630   legend:
3631     - "Legend to Table"
3632     - "1908, 2001, 2005 - VPP versions tested."
3633     - "Diff - difference between 2001 and 2005 VPP version."
3634
3635 # VPP Performance Changes 2n-dnv 2t2c ndr
3636 - type: "table"
3637   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3638   algorithm: "table_comparison"
3639   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3640   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3641   filter: "'2T2C'"
3642   columns:
3643     - title: "1908"
3644       data-set: "vpp-performance-changes-2n-dnv-h1"
3645     - title: "2001"
3646       data-set: "vpp-performance-changes-2n-dnv-ref"
3647     - title: "2005"
3648       data-set: "vpp-performance-changes-2n-dnv-cmp"
3649   comparisons:
3650     - title: "Diff"
3651       reference: 2
3652       compare: 3
3653   legend:
3654     - "Legend to Table"
3655     - "1908, 2001, 2005 - VPP versions tested."
3656     - "Diff - difference between 2001 and 2005 VPP version."
3657
3658 # VPP Performance Changes 3n-dnv 1t1c pdr
3659 - type: "table"
3660   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3661   algorithm: "table_comparison"
3662   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3663   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3664   filter: "'1T1C'"
3665   columns:
3666     - title: "1908"
3667       data-set: "vpp-performance-changes-3n-dnv-h1"
3668     - title: "2001"
3669       data-set: "vpp-performance-changes-3n-dnv-ref"
3670     - title: "2005"
3671       data-set: "vpp-performance-changes-3n-dnv-cmp"
3672   comparisons:
3673     - title: "Diff"
3674       reference: 2
3675       compare: 3
3676   legend:
3677     - "Legend to Table"
3678     - "1908, 2001, 2005 - VPP versions tested."
3679     - "Diff - difference between 2001 and 2005 VPP version."
3680
3681 # VPP Performance Changes 3n-dnv 2t2c pdr
3682 - type: "table"
3683   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3684   algorithm: "table_comparison"
3685   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3686   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3687   filter: "'2T2C'"
3688   columns:
3689     - title: "1908"
3690       data-set: "vpp-performance-changes-3n-dnv-h1"
3691     - title: "2001"
3692       data-set: "vpp-performance-changes-3n-dnv-ref"
3693     - title: "2005"
3694       data-set: "vpp-performance-changes-3n-dnv-cmp"
3695   comparisons:
3696     - title: "Diff"
3697       reference: 2
3698       compare: 3
3699   legend:
3700     - "Legend to Table"
3701     - "1908, 2001, 2005 - VPP versions tested."
3702     - "Diff - difference between 2001 and 2005 VPP version."
3703
3704 # VPP Performance Changes 3n-dnv 1t1c ndr
3705 - type: "table"
3706   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3707   algorithm: "table_comparison"
3708   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3709   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3710   filter: "'1T1C'"
3711   columns:
3712     - title: "1908"
3713       data-set: "vpp-performance-changes-3n-dnv-h1"
3714     - title: "2001"
3715       data-set: "vpp-performance-changes-3n-dnv-ref"
3716     - title: "2005"
3717       data-set: "vpp-performance-changes-3n-dnv-cmp"
3718   comparisons:
3719     - title: "Diff"
3720       reference: 2
3721       compare: 3
3722   legend:
3723     - "Legend to Table"
3724     - "1908, 2001, 2005 - VPP versions tested."
3725     - "Diff - difference between 2001 and 2005 VPP version."
3726
3727 # VPP Performance Changes 3n-dnv 2t2c ndr
3728 - type: "table"
3729   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3730   algorithm: "table_comparison"
3731   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3732   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3733   filter: "'2T2C'"
3734   columns:
3735     - title: "1908"
3736       data-set: "vpp-performance-changes-3n-dnv-h1"
3737     - title: "2001"
3738       data-set: "vpp-performance-changes-3n-dnv-ref"
3739     - title: "2005"
3740       data-set: "vpp-performance-changes-3n-dnv-cmp"
3741   comparisons:
3742     - title: "Diff"
3743       reference: 2
3744       compare: 3
3745   legend:
3746     - "Legend to Table"
3747     - "1908, 2001, 2005 - VPP versions tested."
3748     - "Diff - difference between 2001 and 2005 VPP version."
3749
3750 # VPP Performance Changes 3n-tsh 1t1c pdr
3751 - type: "table"
3752   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3753   algorithm: "table_comparison"
3754   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3755   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3756   filter: "'1T1C'"
3757   columns:
3758     - title: "1908"
3759       data-set: "vpp-performance-changes-3n-tsh-h1"
3760     - title: "2001"
3761       data-set: "vpp-performance-changes-3n-tsh-ref"
3762     - title: "2005"
3763       data-set: "vpp-performance-changes-3n-tsh-cmp"
3764   comparisons:
3765     - title: "Diff"
3766       reference: 2
3767       compare: 3
3768   legend:
3769     - "Legend to Table"
3770     - "1908, 2001, 2005 - VPP versions tested."
3771     - "Diff - difference between 2001 and 2005 VPP version."
3772
3773 # VPP Performance Changes 3n-tsh 2t2c pdr
3774 - type: "table"
3775   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3776   algorithm: "table_comparison"
3777   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3778   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3779   filter: "'2T2C'"
3780   columns:
3781     - title: "1908"
3782       data-set: "vpp-performance-changes-3n-tsh-h1"
3783     - title: "2001"
3784       data-set: "vpp-performance-changes-3n-tsh-ref"
3785     - title: "2005"
3786       data-set: "vpp-performance-changes-3n-tsh-cmp"
3787   comparisons:
3788     - title: "Diff"
3789       reference: 2
3790       compare: 3
3791   legend:
3792     - "Legend to Table"
3793     - "1908, 2001, 2005 - VPP versions tested."
3794     - "Diff - difference between 2001 and 2005 VPP version."
3795
3796 # VPP Performance Changes 3n-tsh 1t1c ndr
3797 - type: "table"
3798   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3799   algorithm: "table_comparison"
3800   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3801   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3802   filter: "'1T1C'"
3803   columns:
3804     - title: "1908"
3805       data-set: "vpp-performance-changes-3n-tsh-h1"
3806     - title: "2001"
3807       data-set: "vpp-performance-changes-3n-tsh-ref"
3808     - title: "2005"
3809       data-set: "vpp-performance-changes-3n-tsh-cmp"
3810   comparisons:
3811     - title: "Diff"
3812       reference: 2
3813       compare: 3
3814   legend:
3815     - "Legend to Table"
3816     - "1908, 2001, 2005 - VPP versions tested."
3817     - "Diff - difference between 2001 and 2005 VPP version."
3818
3819 # VPP Performance Changes 3n-tsh 2t2c ndr
3820 - type: "table"
3821   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3822   algorithm: "table_comparison"
3823   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3824   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3825   filter: "'2T2C'"
3826   columns:
3827     - title: "1908"
3828       data-set: "vpp-performance-changes-3n-tsh-h1"
3829     - title: "2001"
3830       data-set: "vpp-performance-changes-3n-tsh-ref"
3831     - title: "2005"
3832       data-set: "vpp-performance-changes-3n-tsh-cmp"
3833   comparisons:
3834     - title: "Diff"
3835       reference: 2
3836       compare: 3
3837   legend:
3838     - "Legend to Table"
3839     - "1908, 2001, 2005 - VPP versions tested."
3840     - "Diff - difference between 2001 and 2005 VPP version."
3841
3842 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3843 - type: "table"
3844   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3845   algorithm: "table_comparison"
3846   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3847   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3848   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3849   columns:
3850     - title: "3n-hsw xl710"
3851       data-set: "vpp-compare-testbeds-ref"
3852       tag: "NIC_Intel-XL710"
3853     - title: "3n-skx xxv710"
3854       data-set: "vpp-compare-testbeds-cmp"
3855       tag: "NIC_Intel-XXV710"
3856   comparisons:
3857     - title: "Diff"
3858       reference: 1
3859       compare: 2
3860   legend:
3861     - "Legend to Table"
3862     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3863     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3864
3865 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3866 - type: "table"
3867   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3868   algorithm: "table_comparison"
3869   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3870   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3871   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3872   columns:
3873     - title: "3n-hsw xl710"
3874       data-set: "vpp-compare-testbeds-ref"
3875       tag: "NIC_Intel-XL710"
3876     - title: "3n-skx xxv710"
3877       data-set: "vpp-compare-testbeds-cmp"
3878       tag: "NIC_Intel-XXV710"
3879   comparisons:
3880     - title: "Diff"
3881       reference: 1
3882       compare: 2
3883   legend:
3884     - "Legend to Table"
3885     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3886     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3887
3888 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3889 - type: "table"
3890   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3891   algorithm: "table_comparison"
3892   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3893   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3894   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3895   columns:
3896     - title: "3n-hsw xl710"
3897       data-set: "vpp-compare-testbeds-ref"
3898       tag: "NIC_Intel-XL710"
3899     - title: "3n-skx xxv710"
3900       data-set: "vpp-compare-testbeds-cmp"
3901       tag: "NIC_Intel-XXV710"
3902   comparisons:
3903     - title: "Diff"
3904       reference: 1
3905       compare: 2
3906   legend:
3907     - "Legend to Table"
3908     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3909     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3910
3911 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3912 - type: "table"
3913   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3914   algorithm: "table_comparison"
3915   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3916   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3917   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3918   columns:
3919     - title: "3n-hsw xl710"
3920       data-set: "vpp-compare-testbeds-ref"
3921       tag: "NIC_Intel-XL710"
3922     - title: "3n-skx xxv710"
3923       data-set: "vpp-compare-testbeds-cmp"
3924       tag: "NIC_Intel-XXV710"
3925   comparisons:
3926     - title: "Diff"
3927       reference: 1
3928       compare: 2
3929   legend:
3930     - "Legend to Table"
3931     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3932     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3933
3934 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3935 - type: "table"
3936   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3937   algorithm: "table_comparison"
3938   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3939   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3940   filter: "'2T1C' and 'NIC_Intel-XXV710'"
3941   columns:
3942     - title: "2n-skx"
3943       data-set: "vpp-compare-testbeds-skx-clx-ref"
3944     - title: "2n-clx"
3945       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3946   comparisons:
3947     - title: "Diff"
3948       reference: 1
3949       compare: 2
3950   legend:
3951     - "Legend to Table"
3952     - "2n-skx, 2n-clx - testbeds and NICs tested."
3953     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3954
3955 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3956 - type: "table"
3957   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3958   algorithm: "table_comparison"
3959   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3960   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3961   filter: "'4T2C' and 'NIC_Intel-XXV710'"
3962   columns:
3963     - title: "2n-skx"
3964       data-set: "vpp-compare-testbeds-skx-clx-ref"
3965     - title: "2n-clx"
3966       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3967   comparisons:
3968     - title: "Diff"
3969       reference: 1
3970       compare: 2
3971   legend:
3972     - "Legend to Table"
3973     - "2n-skx, 2n-clx - testbeds and NICs tested."
3974     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3975
3976 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3977 - type: "table"
3978   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3979   algorithm: "table_comparison"
3980   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3981   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3982   filter: "'2T1C' and 'NIC_Intel-XXV710'"
3983   columns:
3984     - title: "2n-skx"
3985       data-set: "vpp-compare-testbeds-skx-clx-ref"
3986     - title: "2n-clx"
3987       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3988   comparisons:
3989     - title: "Diff"
3990       reference: 1
3991       compare: 2
3992   legend:
3993     - "Legend to Table"
3994     - "2n-skx, 2n-clx - testbeds and NICs tested."
3995     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3996
3997 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3998 - type: "table"
3999   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4000   algorithm: "table_comparison"
4001   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4002   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4003   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4004   columns:
4005     - title: "2n-skx"
4006       data-set: "vpp-compare-testbeds-skx-clx-ref"
4007     - title: "2n-clx"
4008       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4009   comparisons:
4010     - title: "Diff"
4011       reference: 1
4012       compare: 2
4013   legend:
4014     - "Legend to Table"
4015     - "2n-skx, 2n-clx - testbeds and NICs tested."
4016     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4017
4018 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4019 - type: "table"
4020   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4021   algorithm: "table_comparison"
4022   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4023   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4024   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4025   columns:
4026     - title: "3n-hsw xl710"
4027       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4028       tag: "NIC_Intel-XL710"
4029     - title: "2n-clx xxv710"
4030       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4031       tag: "NIC_Intel-XXV710"
4032   comparisons:
4033     - title: "Diff"
4034       reference: 1
4035       compare: 2
4036   legend:
4037     - "Legend to Table"
4038     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4039     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4040
4041 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4042 - type: "table"
4043   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4044   algorithm: "table_comparison"
4045   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4046   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4047   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4048   columns:
4049     - title: "3n-hsw xl710"
4050       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4051       tag: "NIC_Intel-XL710"
4052     - title: "2n-clx xxv710"
4053       data-set: "vpp-compare-testbeds-hsw-clx-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, 2n-clx xxv710 - testbeds and NICs tested."
4062     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4063
4064 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4065 - type: "table"
4066   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4067   algorithm: "table_comparison"
4068   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4069   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4070   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4071   columns:
4072     - title: "3n-hsw xl710"
4073       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4074       tag: "NIC_Intel-XL710"
4075     - title: "2n-clx xxv710"
4076       data-set: "vpp-compare-testbeds-hsw-clx-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, 2n-clx xxv710 - testbeds and NICs tested."
4085     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4086
4087 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4088 - type: "table"
4089   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4090   algorithm: "table_comparison"
4091   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4092   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4093   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4094   columns:
4095     - title: "3n-hsw xl710"
4096       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4097       tag: "NIC_Intel-XL710"
4098     - title: "2n-clx xxv710"
4099       data-set: "vpp-compare-testbeds-hsw-clx-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, 2n-clx xxv710 - testbeds and NICs tested."
4108     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4109
4110 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4111 - type: "table"
4112   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4113   algorithm: "table_comparison"
4114   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4115   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4116   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4117   columns:
4118     - title: "3n-skx"
4119       data-set: "vpp-compare-topologies-ref"
4120     - title: "2n-skx"
4121       data-set: "vpp-compare-topologies-cmp"
4122   comparisons:
4123     - title: "Diff"
4124       reference: 1
4125       compare: 2
4126   legend:
4127     - "Legend to Table"
4128     - "3n-skx, 2n-skx - topologies tested."
4129     - "Diff - difference between 3n-skx and 2n-skx topologies."
4130
4131 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4132 - type: "table"
4133   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4134   algorithm: "table_comparison"
4135   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4136   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4137   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4138   columns:
4139     - title: "3n-skx"
4140       data-set: "vpp-compare-topologies-ref"
4141     - title: "2n-skx"
4142       data-set: "vpp-compare-topologies-cmp"
4143   comparisons:
4144     - title: "Diff"
4145       reference: 1
4146       compare: 2
4147   legend:
4148     - "Legend to Table"
4149     - "3n-skx, 2n-skx - topologies tested."
4150     - "Diff - difference between 3n-skx and 2n-skx topologies."
4151
4152 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4153 - type: "table"
4154   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4155   algorithm: "table_comparison"
4156   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4157   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4158   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4159   columns:
4160     - title: "3n-skx"
4161       data-set: "vpp-compare-topologies-ref"
4162     - title: "2n-skx"
4163       data-set: "vpp-compare-topologies-cmp"
4164   comparisons:
4165     - title: "Diff"
4166       reference: 1
4167       compare: 2
4168   legend:
4169     - "Legend to Table"
4170     - "3n-skx, 2n-skx - topologies tested."
4171     - "Diff - difference between 3n-skx and 2n-skx topologies."
4172
4173 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4174 - type: "table"
4175   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4176   algorithm: "table_comparison"
4177   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4178   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4179   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4180   columns:
4181     - title: "3n-skx"
4182       data-set: "vpp-compare-topologies-ref"
4183     - title: "2n-skx"
4184       data-set: "vpp-compare-topologies-cmp"
4185   comparisons:
4186     - title: "Diff"
4187       reference: 1
4188       compare: 2
4189   legend:
4190     - "Legend to Table"
4191     - "3n-skx, 2n-skx - topologies tested."
4192     - "Diff - difference between 3n-skx and 2n-skx topologies."
4193
4194 # VPP Performance Changes 3n-hsw 1t1c mrr
4195 - type: "table"
4196   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4197   algorithm: "table_comparison"
4198   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4199   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4200   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4201   columns:
4202     - title: "1908"
4203       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4204     - title: "2001"
4205       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4206     - title: "2005"
4207       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4208   comparisons:
4209     - title: "Diff"
4210       reference: 2
4211       compare: 3
4212   legend:
4213     - "Legend to Table"
4214     - "1908, 2001, 2005 - VPP versions tested."
4215     - "Diff - difference between 2001 and 2005 VPP version."
4216
4217 # VPP Performance Changes 3n-hsw 2t2c mrr
4218 - type: "table"
4219   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4220   algorithm: "table_comparison"
4221   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4222   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4223   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4224   columns:
4225     - title: "1908"
4226       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4227     - title: "2001"
4228       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4229     - title: "2005"
4230       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4231   comparisons:
4232     - title: "Diff"
4233       reference: 2
4234       compare: 3
4235   legend:
4236     - "Legend to Table"
4237     - "1908, 2001, 2005 - VPP versions tested."
4238     - "Diff - difference between 2001 and 2005 VPP version."
4239
4240 # VPP Performance Changes 3n-hsw 4t4c mrr
4241 - type: "table"
4242   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4243   algorithm: "table_comparison"
4244   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4245   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4246   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4247   columns:
4248     - title: "1908"
4249       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4250     - title: "2001"
4251       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4252     - title: "2005"
4253       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4254   comparisons:
4255     - title: "Diff"
4256       reference: 2
4257       compare: 3
4258   legend:
4259     - "Legend to Table"
4260     - "1908, 2001, 2005 - VPP versions tested."
4261     - "Diff - difference between 2001 and 2005 VPP version."
4262
4263 # VPP Performance Changes 3n-skx 2t1c mrr
4264 - type: "table"
4265   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4266   algorithm: "table_comparison"
4267   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4268   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4269   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4270   columns:
4271     - title: "1908"
4272       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4273     - title: "2001"
4274       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4275     - title: "2005"
4276       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4277   comparisons:
4278     - title: "Diff"
4279       reference: 2
4280       compare: 3
4281   legend:
4282     - "Legend to Table"
4283     - "1908, 2001, 2005 - VPP versions tested."
4284     - "Diff - difference between 2001 and 2005 VPP version."
4285
4286 # VPP Performance Changes 3n-skx 4t2c mrr
4287 - type: "table"
4288   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4289   algorithm: "table_comparison"
4290   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4291   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4292   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4293   columns:
4294     - title: "1908"
4295       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4296     - title: "2001"
4297       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4298     - title: "2005"
4299       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4300   comparisons:
4301     - title: "Diff"
4302       reference: 2
4303       compare: 3
4304   legend:
4305     - "Legend to Table"
4306     - "1908, 2001, 2005 - VPP versions tested."
4307     - "Diff - difference between 2001 and 2005 VPP version."
4308
4309 # VPP Performance Changes 3n-skx 8t4c mrr
4310 - type: "table"
4311   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4312   algorithm: "table_comparison"
4313   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4314   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4315   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4316   columns:
4317     - title: "1908"
4318       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4319     - title: "2001"
4320       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4321     - title: "2005"
4322       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4323   comparisons:
4324     - title: "Diff"
4325       reference: 2
4326       compare: 3
4327   legend:
4328     - "Legend to Table"
4329     - "1908, 2001, 2005 - VPP versions tested."
4330     - "Diff - difference between 2001 and 2005 VPP version."
4331
4332 # VPP Performance Changes 2n-skx 2t1c mrr
4333 - type: "table"
4334   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4335   algorithm: "table_comparison"
4336   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4337   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4338   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4339   columns:
4340     - title: "1908"
4341       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4342     - title: "2001"
4343       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4344     - title: "2005"
4345       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4346   comparisons:
4347     - title: "Diff"
4348       reference: 2
4349       compare: 3
4350   legend:
4351     - "Legend to Table"
4352     - "1908, 2001, 2005 - VPP versions tested."
4353     - "Diff - difference between 2001 and 2005 VPP version."
4354
4355 # VPP Performance Changes 2n-skx 4t2c mrr
4356 - type: "table"
4357   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4358   algorithm: "table_comparison"
4359   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4360   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4361   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4362   columns:
4363     - title: "1908"
4364       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4365     - title: "2001"
4366       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4367     - title: "2005"
4368       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4369   comparisons:
4370     - title: "Diff"
4371       reference: 2
4372       compare: 3
4373   legend:
4374     - "Legend to Table"
4375     - "1908, 2001, 2005 - VPP versions tested."
4376     - "Diff - difference between 2001 and 2005 VPP version."
4377
4378 # VPP Performance Changes 2n-skx 8t4c mrr
4379 - type: "table"
4380   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4381   algorithm: "table_comparison"
4382   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4383   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4384   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4385   columns:
4386     - title: "1908"
4387       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4388     - title: "2001"
4389       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4390     - title: "2005"
4391       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4392   comparisons:
4393     - title: "Diff"
4394       reference: 2
4395       compare: 3
4396   legend:
4397     - "Legend to Table"
4398     - "1908, 2001, 2005 - VPP versions tested."
4399     - "Diff - difference between 2001 and 2005 VPP version."
4400
4401 # VPP Performance Changes 2n-dnv 1t1c mrr
4402 - type: "table"
4403   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4404   algorithm: "table_comparison"
4405   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4406   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4407   filter: "'1T1C'"
4408   columns:
4409     - title: "1908"
4410       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4411     - title: "2001"
4412       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4413     - title: "2005"
4414       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4415   comparisons:
4416     - title: "Diff"
4417       reference: 2
4418       compare: 3
4419   legend:
4420     - "Legend to Table"
4421     - "1908, 2001, 2005 - VPP versions tested."
4422     - "Diff - difference between 2001 and 2005 VPP version."
4423
4424 # VPP Performance Changes 2n-dnv 2t2c mrr
4425 - type: "table"
4426   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4427   algorithm: "table_comparison"
4428   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4429   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4430   filter: "'2T2C'"
4431   columns:
4432     - title: "1908"
4433       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4434     - title: "2001"
4435       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4436     - title: "2005"
4437       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4438   comparisons:
4439     - title: "Diff"
4440       reference: 2
4441       compare: 3
4442   legend:
4443     - "Legend to Table"
4444     - "1908, 2001, 2005 - VPP versions tested."
4445     - "Diff - difference between 2001 and 2005 VPP version."
4446
4447 # VPP Performance Changes 2n-dnv 4t4c mrr
4448 - type: "table"
4449   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4450   algorithm: "table_comparison"
4451   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4452   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4453   filter: "'4T4C'"
4454   columns:
4455     - title: "1908"
4456       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4457     - title: "2001"
4458       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4459     - title: "2005"
4460       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4461   comparisons:
4462     - title: "Diff"
4463       reference: 2
4464       compare: 3
4465   legend:
4466     - "Legend to Table"
4467     - "1908, 2001, 2005 - VPP versions tested."
4468     - "Diff - difference between 2001 and 2005 VPP version."
4469
4470 # VPP Performance Changes 3n-dnv 1t1c mrr
4471 - type: "table"
4472   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4473   algorithm: "table_comparison"
4474   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4475   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4476   filter: "'1T1C'"
4477   columns:
4478     - title: "1908"
4479       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4480     - title: "2001"
4481       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4482     - title: "2005"
4483       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4484   comparisons:
4485     - title: "Diff"
4486       reference: 2
4487       compare: 3
4488   legend:
4489     - "Legend to Table"
4490     - "1908, 2001, 2005 - VPP versions tested."
4491     - "Diff - difference between 2001 and 2005 VPP version."
4492
4493 # VPP Performance Changes 3n-dnv 2t2c mrr
4494 - type: "table"
4495   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4496   algorithm: "table_comparison"
4497   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4498   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4499   filter: "'2T2C'"
4500   columns:
4501     - title: "1908"
4502       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4503     - title: "2001"
4504       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4505     - title: "2005"
4506       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4507   comparisons:
4508     - title: "Diff"
4509       reference: 2
4510       compare: 3
4511   legend:
4512     - "Legend to Table"
4513     - "1908, 2001, 2005 - VPP versions tested."
4514     - "Diff - difference between 2001 and 2005 VPP version."
4515
4516 # VPP Performance Changes 3n-dnv 4t4c mrr
4517 - type: "table"
4518   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4519   algorithm: "table_comparison"
4520   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4521   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4522   filter: "'4T4C'"
4523   columns:
4524     - title: "1908"
4525       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4526     - title: "2001"
4527       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4528     - title: "2005"
4529       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4530   comparisons:
4531     - title: "Diff"
4532       reference: 2
4533       compare: 3
4534   legend:
4535     - "Legend to Table"
4536     - "1908, 2001, 2005 - VPP versions tested."
4537     - "Diff - difference between 2001 and 2005 VPP version."
4538
4539 # VPP Performance Changes 3n-tsh 1t1c mrr
4540 - type: "table"
4541   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4542   algorithm: "table_comparison"
4543   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4544   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4545   filter: "'1T1C'"
4546   columns:
4547     - title: "1908"
4548       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4549     - title: "2001"
4550       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4551     - title: "2005"
4552       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4553   comparisons:
4554     - title: "Diff"
4555       reference: 2
4556       compare: 3
4557   legend:
4558     - "Legend to Table"
4559     - "1908, 2001, 2005 - VPP versions tested."
4560     - "Diff - difference between 2001 and 2005 VPP version."
4561
4562 # VPP Performance Changes 3n-tsh 2t2c mrr
4563 - type: "table"
4564   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4565   algorithm: "table_comparison"
4566   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4567   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4568   filter: "'2T2C'"
4569   columns:
4570     - title: "1908"
4571       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4572     - title: "2001"
4573       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4574     - title: "2005"
4575       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4576   comparisons:
4577     - title: "Diff"
4578       reference: 2
4579       compare: 3
4580   legend:
4581     - "Legend to Table"
4582     - "1908, 2001, 2005 - VPP versions tested."
4583     - "Diff - difference between 2001 and 2005 VPP version."
4584
4585 # VPP Performance Changes 3n-tsh 4t4c mrr
4586 - type: "table"
4587   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
4588   algorithm: "table_comparison"
4589   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4590   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4591   filter: "'4T4C'"
4592   columns:
4593     - title: "1908"
4594       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4595     - title: "2001"
4596       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4597     - title: "2005"
4598       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4599   comparisons:
4600     - title: "Diff"
4601       reference: 2
4602       compare: 3
4603   legend:
4604     - "Legend to Table"
4605     - "1908, 2001, 2005 - VPP versions tested."
4606     - "Diff - difference between 2001 and 2005 VPP version."
4607
4608 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4609 - type: "table"
4610   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4611   algorithm: "table_comparison"
4612   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4613   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4614   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4615   columns:
4616     - title: "3n-hsw xl710"
4617       data-set: "vpp-compare-testbeds-mrr-ref"
4618       tag: "NIC_Intel-XL710"
4619     - title: "3n-skx xxv710"
4620       data-set: "vpp-compare-testbeds-mrr-cmp"
4621       tag: "NIC_Intel-XXV710"
4622   comparisons:
4623     - title: "Diff"
4624       reference: 1
4625       compare: 2
4626   legend:
4627     - "Legend to Table"
4628     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4629     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4630
4631 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4632 - type: "table"
4633   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4634   algorithm: "table_comparison"
4635   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4636   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4637   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4638   columns:
4639     - title: "3n-hsw xl710"
4640       data-set: "vpp-compare-testbeds-mrr-ref"
4641       tag: "NIC_Intel-XL710"
4642     - title: "3n-skx xxv710"
4643       data-set: "vpp-compare-testbeds-mrr-cmp"
4644       tag: "NIC_Intel-XXV710"
4645   comparisons:
4646     - title: "Diff"
4647       reference: 1
4648       compare: 2
4649   legend:
4650     - "Legend to Table"
4651     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4652     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4653
4654 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4655 - type: "table"
4656   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4657   algorithm: "table_comparison"
4658   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4659   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4660   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4661   columns:
4662     - title: "3n-hsw xl710"
4663       data-set: "vpp-compare-testbeds-mrr-ref"
4664       tag: "NIC_Intel-XL710"
4665     - title: "3n-skx xxv710"
4666       data-set: "vpp-compare-testbeds-mrr-cmp"
4667       tag: "NIC_Intel-XXV710"
4668   comparisons:
4669     - title: "Diff"
4670       reference: 1
4671       compare: 2
4672   legend:
4673     - "Legend to Table"
4674     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4675     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4676
4677 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4678 - type: "table"
4679   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4680   algorithm: "table_comparison"
4681   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4682   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4683   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4684   columns:
4685     - title: "2n-skx"
4686       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4687     - title: "2n-clx"
4688       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4689   comparisons:
4690     - title: "Diff"
4691       reference: 1
4692       compare: 2
4693   legend:
4694     - "Legend to Table"
4695     - "2n-skx, 2n-clx - testbeds and NICs tested."
4696     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4697
4698 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4699 - type: "table"
4700   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4701   algorithm: "table_comparison"
4702   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4703   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4704   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4705   columns:
4706     - title: "2n-skx"
4707       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4708     - title: "2n-clx"
4709       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4710   comparisons:
4711     - title: "Diff"
4712       reference: 1
4713       compare: 2
4714   legend:
4715     - "Legend to Table"
4716     - "2n-skx, 2n-clx - testbeds and NICs tested."
4717     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4718
4719 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4720 - type: "table"
4721   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4722   algorithm: "table_comparison"
4723   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4724   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4725   filter: "'8T4C' and 'NIC_Intel-XXV710'"
4726   columns:
4727     - title: "2n-skx"
4728       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4729     - title: "2n-clx"
4730       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4731   comparisons:
4732     - title: "Diff"
4733       reference: 1
4734       compare: 2
4735   legend:
4736     - "Legend to Table"
4737     - "2n-skx, 2n-clx - testbeds and NICs tested."
4738     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4739
4740 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4741 - type: "table"
4742   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4743   algorithm: "table_comparison"
4744   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4745   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4746   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
4747   columns:
4748     - title: "3n-skx"
4749       data-set: "vpp-compare-topologies-mrr-ref"
4750     - title: "2n-skx"
4751       data-set: "vpp-compare-topologies-mrr-cmp"
4752   comparisons:
4753     - title: "Diff"
4754       reference: 1
4755       compare: 2
4756   legend:
4757     - "Legend to Table"
4758     - "3n-skx, 2n-skx - topologies tested."
4759     - "Diff - difference between 3n-skx and 2n-skx topologies."
4760
4761 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4762 - type: "table"
4763   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4764   algorithm: "table_comparison"
4765   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4766   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4767   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
4768   columns:
4769     - title: "3n-skx"
4770       data-set: "vpp-compare-topologies-mrr-ref"
4771     - title: "2n-skx"
4772       data-set: "vpp-compare-topologies-mrr-cmp"
4773   comparisons:
4774     - title: "Diff"
4775       reference: 1
4776       compare: 2
4777   legend:
4778     - "Legend to Table"
4779     - "3n-skx, 2n-skx - topologies tested."
4780     - "Diff - difference between 3n-skx and 2n-skx topologies."
4781
4782 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4783 - type: "table"
4784   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4785   algorithm: "table_comparison"
4786   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4787   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4788   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
4789   columns:
4790     - title: "3n-skx"
4791       data-set: "vpp-compare-topologies-mrr-ref"
4792     - title: "2n-skx"
4793       data-set: "vpp-compare-topologies-mrr-cmp"
4794   comparisons:
4795     - title: "Diff"
4796       reference: 1
4797       compare: 2
4798   legend:
4799     - "Legend to Table"
4800     - "3n-skx, 2n-skx - topologies tested."
4801     - "Diff - difference between 3n-skx and 2n-skx topologies."
4802
4803 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4804 - type: "table"
4805   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4806   algorithm: "table_comparison"
4807   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4808   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4809   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4810   columns:
4811     - title: "3n-hsw xl710"
4812       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4813       tag: "NIC_Intel-XL710"
4814     - title: "2n-clx xxv710"
4815       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4816       tag: "NIC_Intel-XXV710"
4817   comparisons:
4818     - title: "Diff"
4819       reference: 1
4820       compare: 2
4821   legend:
4822     - "Legend to Table"
4823     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4824     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4825
4826 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4827 - type: "table"
4828   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4829   algorithm: "table_comparison"
4830   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4831   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4832   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4833   columns:
4834     - title: "3n-hsw xl710"
4835       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4836       tag: "NIC_Intel-XL710"
4837     - title: "2n-clx xxv710"
4838       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4839       tag: "NIC_Intel-XXV710"
4840   comparisons:
4841     - title: "Diff"
4842       reference: 1
4843       compare: 2
4844   legend:
4845     - "Legend to Table"
4846     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4847     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4848
4849 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4850 - type: "table"
4851   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4852   algorithm: "table_comparison"
4853   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4854   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4855   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4856   columns:
4857     - title: "3n-hsw xl710"
4858       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4859       tag: "NIC_Intel-XL710"
4860     - title: "2n-clx xxv710"
4861       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4862       tag: "NIC_Intel-XXV710"
4863   comparisons:
4864     - title: "Diff"
4865       reference: 1
4866       compare: 2
4867   legend:
4868     - "Legend to Table"
4869     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4870     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4871
4872 # Detailed Test Results - VPP Performance Results 3n-hsw
4873 - type: "table"
4874   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4875   algorithm: "table_merged_details"
4876   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
4877   columns:
4878     - title: " |prein| Test Name |preout| "
4879       data: "data name"
4880     - 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| "
4881       data: "data msg"
4882   data: "vpp-perf-results-3n-hsw"
4883   filter: "all"
4884   parameters:
4885   - "name"
4886   - "parent"
4887   - "msg"
4888
4889 # Detailed Test Results - VPP Performance Results 3n-skx
4890 - type: "table"
4891   title: "Detailed Test Results - VPP Performance Results 3n-skx"
4892   algorithm: "table_merged_details"
4893   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
4894   columns:
4895     - title: " |prein| Test Name |preout| "
4896       data: "data name"
4897     - 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| "
4898       data: "data msg"
4899   data: "vpp-perf-results-3n-skx"
4900   filter: "all"
4901   remove-ndr: False
4902   parameters:
4903   - "name"
4904   - "parent"
4905   - "msg"
4906
4907 # Detailed Test Results - VPP Performance Results 2n-skx
4908 - type: "table"
4909   title: "Detailed Test Results - VPP Performance Results 2n-skx"
4910   algorithm: "table_merged_details"
4911   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
4912   columns:
4913     - title: " |prein| Test Name |preout| "
4914       data: "data name"
4915     - 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| "
4916       data: "data msg"
4917   data: "vpp-perf-results-2n-skx"
4918   filter: "all"
4919   remove-ndr: False
4920   parameters:
4921   - "name"
4922   - "parent"
4923   - "msg"
4924
4925 # Detailed Test Results - VPP Performance Results 2n-clx
4926 - type: "table"
4927   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4928   algorithm: "table_merged_details"
4929   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
4930   columns:
4931     - title: " |prein| Test Name |preout| "
4932       data: "data name"
4933     - 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| "
4934       data: "data msg"
4935   data: "vpp-perf-results-2n-clx"
4936   filter: "all"
4937   parameters:
4938   - "name"
4939   - "parent"
4940   - "msg"
4941
4942 # Detailed Test Results - VPP Performance Results 3n-tsh
4943 - type: "table"
4944   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4945   algorithm: "table_merged_details"
4946   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
4947   columns:
4948     - title: " |prein| Test Name |preout| "
4949       data: "data name"
4950     - 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| "
4951       data: "data msg"
4952   data: "vpp-perf-results-3n-tsh"
4953   filter: "all"
4954   parameters:
4955   - "name"
4956   - "parent"
4957   - "msg"
4958
4959 # Detailed Test Results - VPP Performance Results 3n-dnv
4960 - type: "table"
4961   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4962   algorithm: "table_merged_details"
4963   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
4964   columns:
4965     - title: " |prein| Test Name |preout| "
4966       data: "data name"
4967     - 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| "
4968       data: "data msg"
4969   data: "vpp-perf-results-3n-dnv"
4970   filter: "all"
4971   parameters:
4972   - "name"
4973   - "parent"
4974   - "msg"
4975
4976 # Detailed Test Results - VPP Performance Results 2n-dnv
4977 - type: "table"
4978   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4979   algorithm: "table_merged_details"
4980   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4981   columns:
4982     - title: " |prein| Test Name |preout| "
4983       data: "data name"
4984     - 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| "
4985       data: "data msg"
4986   data: "vpp-perf-results-2n-dnv"
4987   filter: "all"
4988   parameters:
4989   - "name"
4990   - "parent"
4991   - "msg"
4992
4993 # Test configuration - VPP Performance Test Configs 3n-hsw
4994 - type: "table"
4995   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4996   algorithm: "table_merged_details"
4997   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
4998   columns:
4999     - title: " |prein| Test Name |preout| "
5000       data: "data name"
5001     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5002       data: "data conf-history"
5003   data: "vpp-perf-results-3n-hsw"
5004   filter: "all"
5005   parameters:
5006   - "parent"
5007   - "name"
5008   - "conf-history"
5009
5010 # Test configuration - VPP Performance Test Configs 3n-skx
5011 - type: "table"
5012   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5013   algorithm: "table_merged_details"
5014   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5015   columns:
5016     - title: " |prein| Test Name |preout| "
5017       data: "data name"
5018     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5019       data: "data conf-history"
5020   data: "vpp-perf-results-3n-skx"
5021   filter: "all"
5022   parameters:
5023   - "parent"
5024   - "name"
5025   - "conf-history"
5026
5027 # Test configuration - VPP Performance Test Configs 2n-skx
5028 - type: "table"
5029   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5030   algorithm: "table_merged_details"
5031   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5032   columns:
5033     - title: " |prein| Test Name |preout| "
5034       data: "data name"
5035     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5036       data: "data conf-history"
5037   data: "vpp-perf-results-2n-skx"
5038   filter: "all"
5039   parameters:
5040   - "parent"
5041   - "name"
5042   - "conf-history"
5043
5044 # Test configuration - VPP Performance Test Configs 2n-clx
5045 - type: "table"
5046   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5047   algorithm: "table_merged_details"
5048   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5049   columns:
5050     - title: " |prein| Test Name |preout| "
5051       data: "data name"
5052     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5053       data: "data conf-history"
5054   data: "vpp-perf-results-2n-clx"
5055   filter: "all"
5056   parameters:
5057   - "parent"
5058   - "name"
5059   - "conf-history"
5060
5061 # Test configuration - VPP Performance Test Configs 3n-tsh
5062 - type: "table"
5063   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5064   algorithm: "table_merged_details"
5065   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5066   columns:
5067     - title: " |prein| Test Name |preout| "
5068       data: "data name"
5069     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5070       data: "data conf-history"
5071   data: "vpp-perf-results-3n-tsh"
5072   filter: "all"
5073   parameters:
5074   - "parent"
5075   - "name"
5076   - "conf-history"
5077
5078 # Test configuration - VPP Performance Test Configs 3n-dnv
5079 - type: "table"
5080   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5081   algorithm: "table_merged_details"
5082   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5083   columns:
5084     - title: " |prein| Test Name |preout| "
5085       data: "data name"
5086     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5087       data: "data conf-history"
5088   data: "vpp-perf-results-3n-dnv"
5089   filter: "all"
5090   parameters:
5091   - "parent"
5092   - "name"
5093   - "conf-history"
5094
5095 # Test configuration - VPP Performance Test Configs 2n-dnv
5096 - type: "table"
5097   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5098   algorithm: "table_merged_details"
5099   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5100   columns:
5101     - title: " |prein| Test Name |preout| "
5102       data: "data name"
5103     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5104       data: "data conf-history"
5105   data: "vpp-perf-results-2n-dnv"
5106   filter: "all"
5107   parameters:
5108   - "parent"
5109   - "name"
5110   - "conf-history"
5111
5112 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5113 - type: "table"
5114   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5115   algorithm: "table_oper_data_html"
5116   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5117   data: "vpp-perf-results-3n-hsw"
5118   filter: "all"
5119
5120 # Test Operational Data - VPP Performance Operational Data 3n-skx
5121 - type: "table"
5122   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5123   algorithm: "table_oper_data_html"
5124   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5125   data: "vpp-perf-results-3n-skx"
5126   filter: "all"
5127
5128 # Test Operational Data - VPP Performance Operational Data 2n-skx
5129 - type: "table"
5130   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5131   algorithm: "table_oper_data_html"
5132   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5133   data: "vpp-perf-results-2n-skx"
5134   filter: "all"
5135
5136 # Test Operational Data - VPP Performance Operational Data 2n-clx
5137 - type: "table"
5138   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5139   algorithm: "table_oper_data_html"
5140   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5141   data: "vpp-perf-results-2n-clx"
5142   filter: "all"
5143
5144 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5145 - type: "table"
5146   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5147   algorithm: "table_oper_data_html"
5148   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5149   data: "vpp-perf-results-3n-tsh"
5150   filter: "all"
5151
5152 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5153 - type: "table"
5154   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5155   algorithm: "table_oper_data_html"
5156   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5157   data: "vpp-perf-results-3n-dnv"
5158   filter: "all"
5159
5160 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5161 - type: "table"
5162   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5163   algorithm: "table_oper_data_html"
5164   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5165   data: "vpp-perf-results-2n-dnv"
5166   filter: "all"
5167
5168 # Detailed Test Results - VPP MRR Results 3n-hsw
5169 - type: "table"
5170   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5171   algorithm: "table_merged_details"
5172   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5173   columns:
5174     - title: " |prein| Test Name |preout| "
5175       data: "data name"
5176     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5177       data: "data msg"
5178   data: "vpp-mrr-results-3n-hsw"
5179   filter: "all"
5180   parameters:
5181   - "name"
5182   - "parent"
5183   - "msg"
5184
5185 # Detailed Test Results - VPP MRR Results 3n-skx
5186 - type: "table"
5187   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5188   algorithm: "table_merged_details"
5189   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5190   columns:
5191     - title: " |prein| Test Name |preout| "
5192       data: "data name"
5193     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5194       data: "data msg"
5195   data: "vpp-mrr-results-3n-skx"
5196   filter: "all"
5197   parameters:
5198   - "name"
5199   - "parent"
5200   - "msg"
5201
5202 # Detailed Test Results - VPP MRR Results 2n-skx
5203 - type: "table"
5204   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5205   algorithm: "table_merged_details"
5206   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5207   columns:
5208     - title: " |prein| Test Name |preout| "
5209       data: "data name"
5210     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5211       data: "data msg"
5212   data: "vpp-mrr-results-2n-skx"
5213   filter: "all"
5214   parameters:
5215   - "name"
5216   - "parent"
5217   - "msg"
5218
5219 # Detailed Test Results - VPP MRR Results 2n-clx
5220 - type: "table"
5221   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5222   algorithm: "table_merged_details"
5223   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5224   columns:
5225     - title: " |prein| Test Name |preout| "
5226       data: "data name"
5227     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5228       data: "data msg"
5229   data: "vpp-mrr-results-2n-clx"
5230   filter: "all"
5231   parameters:
5232   - "name"
5233   - "parent"
5234   - "msg"
5235
5236 # Detailed Test Results - VPP MRR Results 3n-tsh
5237 - type: "table"
5238   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5239   algorithm: "table_merged_details"
5240   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5241   columns:
5242     - title: " |prein| Test Name |preout| "
5243       data: "data name"
5244     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5245       data: "data msg"
5246   data: "vpp-mrr-results-3n-tsh"
5247   filter: "all"
5248   parameters:
5249   - "name"
5250   - "parent"
5251   - "msg"
5252
5253 # Detailed Test Results - VPP MRR Results 3n-dnv
5254 - type: "table"
5255   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5256   algorithm: "table_merged_details"
5257   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5258   columns:
5259     - title: " |prein| Test Name |preout| "
5260       data: "data name"
5261     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5262       data: "data msg"
5263   data: "vpp-mrr-results-3n-dnv"
5264   filter: "all"
5265   parameters:
5266   - "name"
5267   - "parent"
5268   - "msg"
5269
5270 # Detailed Test Results - VPP MRR Results 2n-dnv
5271 - type: "table"
5272   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5273   algorithm: "table_merged_details"
5274   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5275   columns:
5276     - title: " |prein| Test Name |preout| "
5277       data: "data name"
5278     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5279       data: "data msg"
5280   data: "vpp-mrr-results-2n-dnv"
5281   filter: "all"
5282   parameters:
5283   - "name"
5284   - "parent"
5285   - "msg"
5286
5287 # Test configuration - VPP MRR Test Configs 3n-hsw
5288 - type: "table"
5289   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5290   algorithm: "table_merged_details"
5291   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5292   columns:
5293     - title: " |prein| Test Name |preout| "
5294       data: "data name"
5295     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5296       data: "data conf-history"
5297   data: "vpp-mrr-results-3n-hsw"
5298   filter: "all"
5299   parameters:
5300   - "parent"
5301   - "name"
5302   - "conf-history"
5303
5304 # Test configuration - VPP MRR Test Configs 3n-skx
5305 - type: "table"
5306   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5307   algorithm: "table_merged_details"
5308   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5309   columns:
5310     - title: " |prein| Test Name |preout| "
5311       data: "data name"
5312     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5313       data: "data conf-history"
5314   data: "vpp-mrr-results-3n-skx"
5315   filter: "all"
5316   parameters:
5317   - "parent"
5318   - "name"
5319   - "conf-history"
5320
5321 # Test configuration - VPP MRR Test Configs 2n-skx
5322 - type: "table"
5323   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5324   algorithm: "table_merged_details"
5325   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5326   columns:
5327     - title: " |prein| Test Name |preout| "
5328       data: "data name"
5329     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5330       data: "data conf-history"
5331   data: "vpp-mrr-results-2n-skx"
5332   filter: "all"
5333   parameters:
5334   - "parent"
5335   - "name"
5336   - "conf-history"
5337
5338 # Test configuration - VPP MRR Test Configs 2n-clx
5339 - type: "table"
5340   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5341   algorithm: "table_merged_details"
5342   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5343   columns:
5344     - title: " |prein| Test Name |preout| "
5345       data: "data name"
5346     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5347       data: "data conf-history"
5348   data: "vpp-mrr-results-2n-clx"
5349   filter: "all"
5350   parameters:
5351   - "parent"
5352   - "name"
5353   - "conf-history"
5354
5355 # Test configuration - VPP MRR Test Configs 3n-tsh
5356 - type: "table"
5357   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5358   algorithm: "table_merged_details"
5359   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5360   columns:
5361     - title: " |prein| Test Name |preout| "
5362       data: "data name"
5363     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5364       data: "data conf-history"
5365   data: "vpp-mrr-results-3n-tsh"
5366   filter: "all"
5367   parameters:
5368   - "parent"
5369   - "name"
5370   - "conf-history"
5371
5372 # Test configuration - VPP MRR Test Configs 3n-dnv
5373 - type: "table"
5374   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5375   algorithm: "table_merged_details"
5376   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5377   columns:
5378     - title: " |prein| Test Name |preout| "
5379       data: "data name"
5380     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5381       data: "data conf-history"
5382   data: "vpp-mrr-results-3n-dnv"
5383   filter: "all"
5384   parameters:
5385   - "parent"
5386   - "name"
5387   - "conf-history"
5388
5389 # Test configuration - VPP MRR Test Configs 2n-dnv
5390 - type: "table"
5391   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5392   algorithm: "table_merged_details"
5393   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5394   columns:
5395     - title: " |prein| Test Name |preout| "
5396       data: "data name"
5397     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5398       data: "data conf-history"
5399   data: "vpp-mrr-results-2n-dnv"
5400   filter: "all"
5401   parameters:
5402   - "parent"
5403   - "name"
5404   - "conf-history"
5405
5406 # Detailed Test Results - VPP Device Results - Ubuntu
5407 - type: "table"
5408   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5409   algorithm: "table_merged_details"
5410   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5411   columns:
5412     - title: " |prein| Test Name |preout| "
5413       data: "data name"
5414     - title: " |prein| Status |preout| "
5415       data: "data status"
5416   data: "vpp-device-results-ubuntu"
5417   filter: "all"
5418   parameters:
5419   - "name"
5420   - "parent"
5421   - "doc"
5422   - "status"
5423
5424 # Test configuration - VPP Device Test Configs - Ubuntu
5425 - type: "table"
5426   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5427   algorithm: "table_merged_details"
5428   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5429   columns:
5430     - title: " |prein| Test Name |preout| "
5431       data: "data name"
5432     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5433       data: "data conf-history"
5434   data: "vpp-device-results-ubuntu"
5435   filter: "all"
5436   parameters:
5437   - "parent"
5438   - "name"
5439   - "conf-history"
5440
5441 ################################################################################
5442
5443 # DPDK Performance Changes 3n-hsw 1t1c pdr
5444 - type: "table"
5445   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5446   algorithm: "table_comparison"
5447   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5448   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5449   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5450   columns:
5451     - title: "1908"
5452       data-set: "dpdk-performance-changes-3n-hsw-h1"
5453     - title: "2001"
5454       data-set: "dpdk-performance-changes-3n-hsw-ref"
5455     - title: "2005"
5456       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5457   comparisons:
5458     - title: "Diff"
5459       reference: 2
5460       compare: 3
5461   legend:
5462     - "Legend to Table"
5463     - "1908, 2001, 2005 - DPDK versions tested."
5464     - "Diff - difference between 2001 and 2005 DPDK version."
5465
5466 # DPDK Performance Changes 3n-hsw 2t2c pdr
5467 - type: "table"
5468   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5469   algorithm: "table_comparison"
5470   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5471   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5472   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5473   columns:
5474     - title: "1908"
5475       data-set: "dpdk-performance-changes-3n-hsw-h1"
5476     - title: "2001"
5477       data-set: "dpdk-performance-changes-3n-hsw-ref"
5478     - title: "2005"
5479       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5480   comparisons:
5481     - title: "Diff"
5482       reference: 2
5483       compare: 3
5484   legend:
5485     - "Legend to Table"
5486     - "1908, 2001, 2005 - DPDK versions tested."
5487     - "Diff - difference between 2001 and 2005 DPDK version."
5488
5489 # DPDK Performance Changes 3n-hsw 1t1c pdr
5490 - type: "table"
5491   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5492   algorithm: "table_comparison"
5493   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5494   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5495   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5496   columns:
5497     - title: "1908"
5498       data-set: "dpdk-performance-changes-3n-hsw-h1"
5499     - title: "2001"
5500       data-set: "dpdk-performance-changes-3n-hsw-ref"
5501     - title: "2005"
5502       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5503   comparisons:
5504     - title: "Diff"
5505       reference: 2
5506       compare: 3
5507   legend:
5508     - "Legend to Table"
5509     - "1908, 2001, 2005 - DPDK versions tested."
5510     - "Diff - difference between 2001 and 2005 DPDK version."
5511
5512 # DPDK Performance Changes 3n-hsw 2t2c ndr
5513 - type: "table"
5514   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5515   algorithm: "table_comparison"
5516   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5517   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5518   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5519   columns:
5520     - title: "1908"
5521       data-set: "dpdk-performance-changes-3n-hsw-h1"
5522     - title: "2001"
5523       data-set: "dpdk-performance-changes-3n-hsw-ref"
5524     - title: "2005"
5525       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5526   comparisons:
5527     - title: "Diff"
5528       reference: 2
5529       compare: 3
5530   legend:
5531     - "Legend to Table"
5532     - "1908, 2001, 2005 - DPDK versions tested."
5533     - "Diff - difference between 2001 and 2005 DPDK version."
5534
5535 # DPDK Performance Changes 3n-skx 2t1c pdr
5536 - type: "table"
5537   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5538   algorithm: "table_comparison"
5539   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5540   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5541   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5542   columns:
5543     - title: "1908"
5544       data-set: "dpdk-performance-changes-3n-skx-h1"
5545     - title: "2001"
5546       data-set: "dpdk-performance-changes-3n-skx-ref"
5547     - title: "2005"
5548       data-set: "dpdk-performance-changes-3n-skx-cmp"
5549   comparisons:
5550     - title: "Diff"
5551       reference: 2
5552       compare: 3
5553   legend:
5554     - "Legend to Table"
5555     - "1908, 2001, 2005 - DPDK versions tested."
5556     - "Diff - difference between 2001 and 2005 DPDK version."
5557
5558 # DPDK Performance Changes 3n-skx 4t2c pdr
5559 - type: "table"
5560   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5561   algorithm: "table_comparison"
5562   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5563   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5564   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5565   columns:
5566     - title: "1908"
5567       data-set: "dpdk-performance-changes-3n-skx-h1"
5568     - title: "2001"
5569       data-set: "dpdk-performance-changes-3n-skx-ref"
5570     - title: "2005"
5571       data-set: "dpdk-performance-changes-3n-skx-cmp"
5572   comparisons:
5573     - title: "Diff"
5574       reference: 2
5575       compare: 3
5576   legend:
5577     - "Legend to Table"
5578     - "1908, 2001, 2005 - DPDK versions tested."
5579     - "Diff - difference between 2001 and 2005 DPDK version."
5580
5581 # DPDK Performance Changes 3n-skx 2t1c ndr
5582 - type: "table"
5583   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5584   algorithm: "table_comparison"
5585   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5586   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5587   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5588   columns:
5589     - title: "1908"
5590       data-set: "dpdk-performance-changes-3n-skx-h1"
5591     - title: "2001"
5592       data-set: "dpdk-performance-changes-3n-skx-ref"
5593     - title: "2005"
5594       data-set: "dpdk-performance-changes-3n-skx-cmp"
5595   comparisons:
5596     - title: "Diff"
5597       reference: 2
5598       compare: 3
5599   legend:
5600     - "Legend to Table"
5601     - "1908, 2001, 2005 - DPDK versions tested."
5602     - "Diff - difference between 2001 and 2005 DPDK version."
5603
5604 # DPDK Performance Changes 3n-skx 4t2c ndr
5605 - type: "table"
5606   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5607   algorithm: "table_comparison"
5608   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5609   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5610   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5611   columns:
5612     - title: "1908"
5613       data-set: "dpdk-performance-changes-3n-skx-h1"
5614     - title: "2001"
5615       data-set: "dpdk-performance-changes-3n-skx-ref"
5616     - title: "2005"
5617       data-set: "dpdk-performance-changes-3n-skx-cmp"
5618   comparisons:
5619     - title: "Diff"
5620       reference: 2
5621       compare: 3
5622   legend:
5623     - "Legend to Table"
5624     - "1908, 2001, 2005 - DPDK versions tested."
5625     - "Diff - difference between 2001 and 2005 DPDK version."
5626
5627 # DPDK Performance Changes 2n-skx 2t1c pdr
5628 - type: "table"
5629   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5630   algorithm: "table_comparison"
5631   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5632   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5633   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5634   columns:
5635     - title: "1908"
5636       data-set: "dpdk-performance-changes-2n-skx-h1"
5637     - title: "2001"
5638       data-set: "dpdk-performance-changes-2n-skx-ref"
5639     - title: "2005"
5640       data-set: "dpdk-performance-changes-2n-skx-cmp"
5641   comparisons:
5642     - title: "Diff"
5643       reference: 2
5644       compare: 3
5645   legend:
5646     - "Legend to Table"
5647     - "1908, 2001, 2005 - DPDK versions tested."
5648     - "Diff - difference between 2001 and 2005 DPDK version."
5649
5650 # DPDK Performance Changes 2n-skx 4t2c pdr
5651 - type: "table"
5652   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5653   algorithm: "table_comparison"
5654   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5655   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5656   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5657   columns:
5658     - title: "1908"
5659       data-set: "dpdk-performance-changes-2n-skx-h1"
5660     - title: "2001"
5661       data-set: "dpdk-performance-changes-2n-skx-ref"
5662     - title: "2005"
5663       data-set: "dpdk-performance-changes-2n-skx-cmp"
5664   comparisons:
5665     - title: "Diff"
5666       reference: 2
5667       compare: 3
5668   legend:
5669     - "Legend to Table"
5670     - "1908, 2001, 2005 - DPDK versions tested."
5671     - "Diff - difference between 2001 and 2005 DPDK version."
5672
5673 # DPDK Performance Changes 2n-skx 2t1c ndr
5674 - type: "table"
5675   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5676   algorithm: "table_comparison"
5677   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5678   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5679   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5680   columns:
5681     - title: "1908"
5682       data-set: "dpdk-performance-changes-2n-skx-h1"
5683     - title: "2001"
5684       data-set: "dpdk-performance-changes-2n-skx-ref"
5685     - title: "2005"
5686       data-set: "dpdk-performance-changes-2n-skx-cmp"
5687   comparisons:
5688     - title: "Diff"
5689       reference: 2
5690       compare: 3
5691   legend:
5692     - "Legend to Table"
5693     - "1908, 2001, 2005 - DPDK versions tested."
5694     - "Diff - difference between 2001 and 2005 DPDK version."
5695
5696 # DPDK Performance Changes 2n-skx 4t2c ndr
5697 - type: "table"
5698   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5699   algorithm: "table_comparison"
5700   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5701   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5702   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5703   columns:
5704     - title: "1908"
5705       data-set: "dpdk-performance-changes-2n-skx-h1"
5706     - title: "2001"
5707       data-set: "dpdk-performance-changes-2n-skx-ref"
5708     - title: "2005"
5709       data-set: "dpdk-performance-changes-2n-skx-cmp"
5710   comparisons:
5711     - title: "Diff"
5712       reference: 2
5713       compare: 3
5714   legend:
5715     - "Legend to Table"
5716     - "1908, 2001, 2005 - DPDK versions tested."
5717     - "Diff - difference between 2001 and 2005 DPDK version."
5718
5719 # DPDK Performance Changes 2n-clx 2t1c pdr
5720 - type: "table"
5721   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
5722   algorithm: "table_comparison"
5723   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
5724   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5725   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5726   columns:
5727     - title: "2001"
5728       data-set: "dpdk-performance-changes-2n-clx-ref"
5729     - title: "2005"
5730       data-set: "dpdk-performance-changes-2n-clx-cmp"
5731   comparisons:
5732     - title: "Diff"
5733       reference: 1
5734       compare: 2
5735   legend:
5736     - "Legend to Table"
5737     - "2001, 2005 - DPDK versions tested."
5738     - "Diff - difference between 2001 and 2005 DPDK version."
5739
5740 # DPDK Performance Changes 2n-clx 4t2c pdr
5741 - type: "table"
5742   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
5743   algorithm: "table_comparison"
5744   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
5745   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5746   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5747   columns:
5748     - title: "2001"
5749       data-set: "dpdk-performance-changes-2n-clx-ref"
5750     - title: "2005"
5751       data-set: "dpdk-performance-changes-2n-clx-cmp"
5752   comparisons:
5753     - title: "Diff"
5754       reference: 1
5755       compare: 2
5756   legend:
5757     - "Legend to Table"
5758     - "2001, 2005 - DPDK versions tested."
5759     - "Diff - difference between 2001 and 2005 DPDK version."
5760
5761 # DPDK Performance Changes 2n-clx 2t1c ndr
5762 - type: "table"
5763   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
5764   algorithm: "table_comparison"
5765   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
5766   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5767   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5768   columns:
5769     - title: "2001"
5770       data-set: "dpdk-performance-changes-2n-clx-ref"
5771     - title: "2005"
5772       data-set: "dpdk-performance-changes-2n-clx-cmp"
5773   comparisons:
5774     - title: "Diff"
5775       reference: 1
5776       compare: 2
5777   legend:
5778     - "Legend to Table"
5779     - "2001, 2005 - DPDK versions tested."
5780     - "Diff - difference between 2001 and 2005 DPDK version."
5781
5782 # DPDK Performance Changes 2n-clx 4t2c ndr
5783 - type: "table"
5784   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
5785   algorithm: "table_comparison"
5786   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
5787   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5788   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5789   columns:
5790     - title: "2001"
5791       data-set: "dpdk-performance-changes-2n-clx-ref"
5792     - title: "2005"
5793       data-set: "dpdk-performance-changes-2n-clx-cmp"
5794   comparisons:
5795     - title: "Diff"
5796       reference: 1
5797       compare: 2
5798   legend:
5799     - "Legend to Table"
5800     - "2001, 2005 - DPDK versions tested."
5801     - "Diff - difference between 2001 and 2005 DPDK version."
5802
5803 # DPDK Performance Changes 2n-dnv 1t1c pdr
5804 - type: "table"
5805   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
5806   algorithm: "table_comparison"
5807   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
5808   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5809   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5810   columns:
5811     - title: "2001"
5812       data-set: "dpdk-performance-changes-2n-dnv-ref"
5813     - title: "2005"
5814       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5815   comparisons:
5816     - title: "Diff"
5817       reference: 1
5818       compare: 2
5819   legend:
5820     - "Legend to Table"
5821     - "2001, 2005 - DPDK versions tested."
5822     - "Diff - difference between 2001 and 2005 DPDK version."
5823
5824 # DPDK Performance Changes 2n-dnv 2t2c pdr
5825 - type: "table"
5826   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
5827   algorithm: "table_comparison"
5828   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
5829   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5830   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5831   columns:
5832     - title: "2001"
5833       data-set: "dpdk-performance-changes-2n-dnv-ref"
5834     - title: "2005"
5835       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5836   comparisons:
5837     - title: "Diff"
5838       reference: 1
5839       compare: 2
5840   legend:
5841     - "Legend to Table"
5842     - "2001, 2005 - DPDK versions tested."
5843     - "Diff - difference between 2001 and 2005 DPDK version."
5844
5845 # DPDK Performance Changes 2n-dnv 1t1c ndr
5846 - type: "table"
5847   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
5848   algorithm: "table_comparison"
5849   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
5850   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5851   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5852   columns:
5853     - title: "2001"
5854       data-set: "dpdk-performance-changes-2n-dnv-ref"
5855     - title: "2005"
5856       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5857   comparisons:
5858     - title: "Diff"
5859       reference: 1
5860       compare: 2
5861   legend:
5862     - "Legend to Table"
5863     - "2001, 2005 - DPDK versions tested."
5864     - "Diff - difference between 2001 and 2005 DPDK version."
5865
5866 # DPDK Performance Changes 2n-dnv 2t2c ndr
5867 - type: "table"
5868   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
5869   algorithm: "table_comparison"
5870   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
5871   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5872   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5873   columns:
5874     - title: "2001"
5875       data-set: "dpdk-performance-changes-2n-dnv-ref"
5876     - title: "2005"
5877       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5878   comparisons:
5879     - title: "Diff"
5880       reference: 1
5881       compare: 2
5882   legend:
5883     - "Legend to Table"
5884     - "2001, 2005 - DPDK versions tested."
5885     - "Diff - difference between 2001 and 2005 DPDK version."
5886
5887 # DPDK Performance Changes 3n-dnv 1t1c pdr
5888 - type: "table"
5889   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
5890   algorithm: "table_comparison"
5891   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
5892   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5893   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5894   columns:
5895     - title: "2001"
5896       data-set: "dpdk-performance-changes-3n-dnv-ref"
5897     - title: "2005"
5898       data-set: "dpdk-performance-changes-3n-dnv-cmp"
5899   comparisons:
5900     - title: "Diff"
5901       reference: 1
5902       compare: 2
5903   legend:
5904     - "Legend to Table"
5905     - "2001, 2005 - DPDK versions tested."
5906     - "Diff - difference between 2001 and 2005 DPDK version."
5907
5908 # DPDK Performance Changes 3n-dnv 2t2c pdr
5909 - type: "table"
5910   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
5911   algorithm: "table_comparison"
5912   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
5913   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5914   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5915   columns:
5916     - title: "2001"
5917       data-set: "dpdk-performance-changes-3n-dnv-ref"
5918     - title: "2005"
5919       data-set: "dpdk-performance-changes-3n-dnv-cmp"
5920   comparisons:
5921     - title: "Diff"
5922       reference: 1
5923       compare: 2
5924   legend:
5925     - "Legend to Table"
5926     - "2001, 2005 - DPDK versions tested."
5927     - "Diff - difference between 2001 and 2005 DPDK version."
5928
5929 # DPDK Performance Changes 3n-dnv 1t1c ndr
5930 - type: "table"
5931   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
5932   algorithm: "table_comparison"
5933   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
5934   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5935   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5936   columns:
5937     - title: "2001"
5938       data-set: "dpdk-performance-changes-3n-dnv-ref"
5939     - title: "2005"
5940       data-set: "dpdk-performance-changes-3n-dnv-cmp"
5941   comparisons:
5942     - title: "Diff"
5943       reference: 1
5944       compare: 2
5945   legend:
5946     - "Legend to Table"
5947     - "2001, 2005 - DPDK versions tested."
5948     - "Diff - difference between 2001 and 2005 DPDK version."
5949
5950 # DPDK Performance Changes 3n-dnv 2t2c ndr
5951 - type: "table"
5952   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
5953   algorithm: "table_comparison"
5954   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
5955   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5956   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5957   columns:
5958     - title: "2001"
5959       data-set: "dpdk-performance-changes-3n-dnv-ref"
5960     - title: "2005"
5961       data-set: "dpdk-performance-changes-3n-dnv-cmp"
5962   comparisons:
5963     - title: "Diff"
5964       reference: 1
5965       compare: 2
5966   legend:
5967     - "Legend to Table"
5968     - "2001, 2005 - DPDK versions tested."
5969     - "Diff - difference between 2001 and 2005 DPDK version."
5970
5971 # DPDK Performance Changes 3n-tsh 1t1c pdr
5972 - type: "table"
5973   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
5974   algorithm: "table_comparison"
5975   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
5976   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5977   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5978   columns:
5979     - title: "2001"
5980       data-set: "dpdk-performance-changes-3n-tsh-ref"
5981     - title: "2005"
5982       data-set: "dpdk-performance-changes-3n-tsh-cmp"
5983   comparisons:
5984     - title: "Diff"
5985       reference: 1
5986       compare: 2
5987   legend:
5988     - "Legend to Table"
5989     - "2001, 2005 - DPDK versions tested."
5990     - "Diff - difference between 2001 and 2005 DPDK version."
5991
5992 # DPDK Performance Changes 3n-tsh 2t2c pdr
5993 - type: "table"
5994   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
5995   algorithm: "table_comparison"
5996   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
5997   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5998   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5999   columns:
6000     - title: "2001"
6001       data-set: "dpdk-performance-changes-3n-tsh-ref"
6002     - title: "2005"
6003       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6004   comparisons:
6005     - title: "Diff"
6006       reference: 1
6007       compare: 2
6008   legend:
6009     - "Legend to Table"
6010     - "2001, 2005 - DPDK versions tested."
6011     - "Diff - difference between 2001 and 2005 DPDK version."
6012
6013 # DPDK Performance Changes 3n-tsh 1t1c ndr
6014 - type: "table"
6015   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6016   algorithm: "table_comparison"
6017   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6018   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6019   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6020   columns:
6021     - title: "2001"
6022       data-set: "dpdk-performance-changes-3n-tsh-ref"
6023     - title: "2005"
6024       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6025   comparisons:
6026     - title: "Diff"
6027       reference: 1
6028       compare: 2
6029   legend:
6030     - "Legend to Table"
6031     - "2001, 2005 - DPDK versions tested."
6032     - "Diff - difference between 2001 and 2005 DPDK version."
6033
6034 # DPDK Performance Changes 3n-tsh 2t2c ndr
6035 - type: "table"
6036   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6037   algorithm: "table_comparison"
6038   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6039   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6040   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6041   columns:
6042     - title: "2001"
6043       data-set: "dpdk-performance-changes-3n-tsh-ref"
6044     - title: "2005"
6045       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6046   comparisons:
6047     - title: "Diff"
6048       reference: 1
6049       compare: 2
6050   legend:
6051     - "Legend to Table"
6052     - "2001, 2005 - DPDK versions tested."
6053     - "Diff - difference between 2001 and 2005 DPDK version."
6054
6055 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6056 - type: "table"
6057   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6058   algorithm: "table_comparison"
6059   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6060   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6061   filter: "'NIC_Intel-X710'"
6062   columns:
6063     - title: "3n-hsw x710"
6064       data-set: "dpdk-compare-testbeds-ref"
6065     - title: "3n-skx x710"
6066       data-set: "dpdk-compare-testbeds-cmp"
6067   comparisons:
6068     - title: "Diff"
6069       reference: 1
6070       compare: 2
6071   legend:
6072     - "Legend to Table"
6073     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6074     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6075
6076 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6077 - type: "table"
6078   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6079   algorithm: "table_comparison"
6080   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6081   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6082   filter: "'NIC_Intel-X710'"
6083   columns:
6084     - title: "3n-hsw x710"
6085       data-set: "dpdk-compare-testbeds-ref"
6086     - title: "3n-skx x710"
6087       data-set: "dpdk-compare-testbeds-cmp"
6088   comparisons:
6089     - title: "Diff"
6090       reference: 1
6091       compare: 2
6092   legend:
6093     - "Legend to Table"
6094     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6095     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6096
6097 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6098 - type: "table"
6099   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6100   algorithm: "table_comparison"
6101   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6102   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6103   filter: "'NIC_Intel-XXV710'"
6104   columns:
6105     - title: "2n-skx"
6106       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6107     - title: "2n-clx"
6108       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6109   comparisons:
6110     - title: "Diff"
6111       reference: 1
6112       compare: 2
6113   legend:
6114     - "Legend to Table"
6115     - "2n-skx, 2n-clx - testbeds and NICs tested."
6116     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6117
6118 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6119 - type: "table"
6120   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6121   algorithm: "table_comparison"
6122   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6123   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6124   filter: "'NIC_Intel-XXV710'"
6125   columns:
6126     - title: "2n-skx"
6127       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6128     - title: "2n-clx"
6129       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6130   comparisons:
6131     - title: "Diff"
6132       reference: 1
6133       compare: 2
6134   legend:
6135     - "Legend to Table"
6136     - "2n-skx, 2n-clx - testbeds and NICs tested."
6137     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6138
6139 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6140 - type: "table"
6141   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6142   algorithm: "table_comparison"
6143   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6144   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6145   filter: "'NIC_Intel-XXV710'"
6146   columns:
6147     - title: "3n-skx"
6148       data-set: "dpdk-compare-topologies-ref"
6149     - title: "2n-skx"
6150       data-set: "dpdk-compare-topologies-cmp"
6151   comparisons:
6152     - title: "Diff"
6153       reference: 1
6154       compare: 2
6155   legend:
6156     - "Legend to Table"
6157     - "3n-skx, 2n-skx - topologies tested."
6158     - "Diff - difference between 3n-skx and 2n-skx topologies."
6159
6160 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6161 - type: "table"
6162   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6163   algorithm: "table_comparison"
6164   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6165   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6166   filter: "'NIC_Intel-XXV710'"
6167   columns:
6168     - title: "3n-skx"
6169       data-set: "dpdk-compare-topologies-ref"
6170     - title: "2n-skx"
6171       data-set: "dpdk-compare-topologies-cmp"
6172   comparisons:
6173     - title: "Diff"
6174       reference: 1
6175       compare: 2
6176   legend:
6177     - "Legend to Table"
6178     - "3n-skx, 2n-skx - topologies tested."
6179     - "Diff - difference between 3n-skx and 2n-skx topologies."
6180
6181 # Detailed Test Results - DPDK Performance Results 3n-hsw
6182 - type: "table"
6183   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6184   algorithm: "table_merged_details"
6185   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6186   columns:
6187     - title: " |prein| Test Name |preout| "
6188       data: "data name"
6189     - 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| "
6190       data: "data msg"
6191   data: "dpdk-perf-results-3n-hsw"
6192   filter: "all"
6193   parameters:
6194   - "name"
6195   - "parent"
6196   - "msg"
6197
6198 # Detailed Test Results - DPDK Performance Results 3n-skx
6199 - type: "table"
6200   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6201   algorithm: "table_merged_details"
6202   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6203   columns:
6204     - title: " |prein| Test Name |preout| "
6205       data: "data name"
6206     - 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| "
6207       data: "data msg"
6208   data: "dpdk-perf-results-3n-skx"
6209   filter: "all"
6210   remove-ndr: False
6211   parameters:
6212   - "name"
6213   - "parent"
6214   - "msg"
6215
6216 # Detailed Test Results - DPDK Performance Results 2n-skx
6217 - type: "table"
6218   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6219   algorithm: "table_merged_details"
6220   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6221   columns:
6222     - title: " |prein| Test Name |preout| "
6223       data: "data name"
6224     - 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| "
6225       data: "data msg"
6226   data: "dpdk-perf-results-2n-skx"
6227   filter: "all"
6228   remove-ndr: False
6229   parameters:
6230   - "name"
6231   - "parent"
6232   - "msg"
6233
6234 # Detailed Test Results - DPDK Performance Results 2n-clx
6235 - type: "table"
6236   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6237   algorithm: "table_merged_details"
6238   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6239   columns:
6240     - title: " |prein| Test Name |preout| "
6241       data: "data name"
6242     - 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| "
6243       data: "data msg"
6244   data: "dpdk-perf-results-2n-clx"
6245   filter: "all"
6246   parameters:
6247   - "name"
6248   - "parent"
6249   - "msg"
6250
6251 # Detailed Test Results - DPDK Performance Results 2n-dnv
6252 - type: "table"
6253   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6254   algorithm: "table_merged_details"
6255   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6256   columns:
6257     - title: " |prein| Test Name |preout| "
6258       data: "data name"
6259     - 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| "
6260       data: "data msg"
6261   data: "dpdk-perf-results-2n-dnv"
6262   filter: "all"
6263   parameters:
6264   - "name"
6265   - "parent"
6266   - "msg"
6267
6268 # Detailed Test Results - DPDK Performance Results 3n-dnv
6269 - type: "table"
6270   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6271   algorithm: "table_merged_details"
6272   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6273   columns:
6274     - title: " |prein| Test Name |preout| "
6275       data: "data name"
6276     - 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| "
6277       data: "data msg"
6278   data: "dpdk-perf-results-3n-dnv"
6279   filter: "all"
6280   parameters:
6281   - "name"
6282   - "parent"
6283   - "msg"
6284
6285 # Detailed Test Results - DPDK Performance Results 3n-tsh
6286 - type: "table"
6287   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6288   algorithm: "table_merged_details"
6289   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6290   columns:
6291     - title: " |prein| Test Name |preout| "
6292       data: "data name"
6293     - 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| "
6294       data: "data msg"
6295   data: "dpdk-perf-results-3n-tsh"
6296   filter: "all"
6297   parameters:
6298   - "name"
6299   - "parent"
6300   - "msg"
6301
6302 ################################################################################
6303 ###                                F I L E S                                 ###
6304 ################################################################################
6305
6306 # VPP Performance Results
6307 - type: "file"
6308   title: "VPP Performance Results"
6309   algorithm: "file_details_split"
6310   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6311   dir-tables:
6312     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6313     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6314     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6315     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6316     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6317     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6318     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6319   data:
6320     - "vpp-perf-results-2n-skx"
6321     - "vpp-perf-results-3n-skx"
6322     - "vpp-perf-results-2n-clx"
6323     - "vpp-perf-results-3n-hsw"
6324     - "vpp-perf-results-3n-tsh"
6325     - "vpp-perf-results-2n-dnv"
6326     - "vpp-perf-results-3n-dnv"
6327   filter: "all"
6328   data-start-level: 4
6329   order-chapters:
6330     level-1:
6331       - "l2"
6332       - "ip4"
6333       - "ip6"
6334       - "srv6"
6335       - "ip4_tunnels"
6336       - "ip6_tunnels"
6337       - "vm_vhost"
6338       - "container_memif"
6339       - "crypto"
6340       - "vts"
6341       - "lb"
6342       - "nfv_density"
6343       - "hoststack"
6344     level-2:
6345       - "2n-skx"
6346       - "3n-skx"
6347       - "2n-clx"
6348       - "3n-hsw"
6349       - "3n-tsh"
6350       - "2n-dnv"
6351       - "3n-dnv"
6352     level-3:
6353       - "xl710"
6354       - "x520"
6355       - "xxv710"
6356       - "x710"
6357       - "x553"
6358       - "cx556a"
6359       - "vic1227"
6360       - "vic1385"
6361
6362 # VPP Performance Configuration
6363 - type: "file"
6364   title: "VPP Performance Configuration"
6365   algorithm: "file_details_split"
6366   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6367   dir-tables:
6368     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6369     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6370     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6371     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6372     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6373     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6374     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6375   data:
6376     - "vpp-perf-results-2n-skx"
6377     - "vpp-perf-results-3n-skx"
6378     - "vpp-perf-results-2n-clx"
6379     - "vpp-perf-results-3n-hsw"
6380     - "vpp-perf-results-3n-tsh"
6381     - "vpp-perf-results-2n-dnv"
6382     - "vpp-perf-results-3n-dnv"
6383   filter: "all"
6384   data-start-level: 4
6385   order-chapters:
6386     level-1:
6387       - "l2"
6388       - "ip4"
6389       - "ip6"
6390       - "srv6"
6391       - "ip4_tunnels"
6392       - "ip6_tunnels"
6393       - "vm_vhost"
6394       - "container_memif"
6395       - "crypto"
6396       - "vts"
6397       - "lb"
6398       - "nfv_density"
6399       - "hoststack"
6400     level-2:
6401       - "2n-skx"
6402       - "3n-skx"
6403       - "2n-clx"
6404       - "3n-hsw"
6405       - "3n-tsh"
6406       - "2n-dnv"
6407       - "3n-dnv"
6408     level-3:
6409       - "xl710"
6410       - "x520"
6411       - "xxv710"
6412       - "x710"
6413       - "x553"
6414       - "cx556a"
6415       - "vic1227"
6416       - "vic1385"
6417
6418 # VPP Performance Operational
6419 - type: "file"
6420   title: "VPP Performance Operational"
6421   algorithm: "file_details_split_html"
6422   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6423   dir-tables:
6424     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6425     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6426     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6427     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6428     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6429     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6430     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6431   data:
6432     - "vpp-perf-results-2n-skx"
6433     - "vpp-perf-results-3n-skx"
6434     - "vpp-perf-results-2n-clx"
6435     - "vpp-perf-results-3n-hsw"
6436     - "vpp-perf-results-3n-tsh"
6437     - "vpp-perf-results-2n-dnv"
6438     - "vpp-perf-results-3n-dnv"
6439   filter: "all"
6440   data-start-level: 4
6441   order-chapters:
6442     level-1:
6443       - "l2"
6444       - "ip4"
6445       - "ip6"
6446       - "srv6"
6447       - "ip4_tunnels"
6448       - "ip6_tunnels"
6449       - "vm_vhost"
6450       - "container_memif"
6451       - "crypto"
6452       - "vts"
6453       - "lb"
6454       - "nfv_density"
6455       - "hoststack"
6456     level-2:
6457       - "2n-skx"
6458       - "3n-skx"
6459       - "2n-clx"
6460       - "3n-hsw"
6461       - "3n-tsh"
6462       - "2n-dnv"
6463       - "3n-dnv"
6464     level-3:
6465       - "xl710"
6466       - "x520"
6467       - "xxv710"
6468       - "x710"
6469       - "x553"
6470       - "cx556a"
6471       - "vic1227"
6472       - "vic1385"
6473
6474 # VPP MRR Results
6475 - type: "file"
6476   title: "VPP MRR Results"
6477   algorithm: "file_details_split"
6478   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6479   dir-tables:
6480     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6481     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6482     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6483     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6484     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6485     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6486     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6487   data:
6488     - "vpp-mrr-results-2n-skx"
6489     - "vpp-mrr-results-3n-skx"
6490     - "vpp-mrr-results-2n-clx"
6491     - "vpp-mrr-results-3n-hsw"
6492     - "vpp-mrr-results-3n-tsh"
6493     - "vpp-mrr-results-2n-dnv"
6494     - "vpp-mrr-results-3n-dnv"
6495   filter: "all"
6496   data-start-level: 4
6497   order-chapters:
6498     level-1:
6499       - "l2"
6500       - "ip4"
6501       - "ip6"
6502       - "srv6"
6503       - "ip4_tunnels"
6504       - "ip6_tunnels"
6505       - "vm_vhost"
6506       - "container_memif"
6507       - "crypto"
6508       - "vts"
6509       - "lb"
6510       - "nfv_density"
6511       - "hoststack"
6512     level-2:
6513       - "2n-skx"
6514       - "3n-skx"
6515       - "2n-clx"
6516       - "3n-hsw"
6517       - "3n-tsh"
6518       - "2n-dnv"
6519       - "3n-dnv"
6520     level-3:
6521       - "xl710"
6522       - "x520"
6523       - "xxv710"
6524       - "x710"
6525       - "x553"
6526       - "cx556a"
6527       - "vic1227"
6528       - "vic1385"
6529
6530 # VPP MRR Configuration
6531 - type: "file"
6532   title: "VPP MRR Configuration"
6533   algorithm: "file_details_split"
6534   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6535   dir-tables:
6536     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6537     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6538     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6539     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6540     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6541     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6542     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6543   data:
6544     - "vpp-mrr-results-2n-skx"
6545     - "vpp-mrr-results-3n-skx"
6546     - "vpp-mrr-results-2n-clx"
6547     - "vpp-mrr-results-3n-hsw"
6548     - "vpp-mrr-results-3n-tsh"
6549     - "vpp-mrr-results-2n-dnv"
6550     - "vpp-mrr-results-3n-dnv"
6551   filter: "all"
6552   data-start-level: 4
6553   order-chapters:
6554     level-1:
6555       - "l2"
6556       - "ip4"
6557       - "ip6"
6558       - "srv6"
6559       - "ip4_tunnels"
6560       - "ip6_tunnels"
6561       - "vm_vhost"
6562       - "container_memif"
6563       - "crypto"
6564       - "vts"
6565       - "lb"
6566       - "nfv_density"
6567       - "hoststack"
6568     level-2:
6569       - "2n-skx"
6570       - "3n-skx"
6571       - "2n-clx"
6572       - "3n-hsw"
6573       - "3n-tsh"
6574       - "2n-dnv"
6575       - "3n-dnv"
6576     level-3:
6577       - "xl710"
6578       - "x520"
6579       - "xxv710"
6580       - "x710"
6581       - "x553"
6582       - "cx556a"
6583       - "vic1227"
6584       - "vic1385"
6585
6586 # VPP Device Results - Ubuntu
6587 - type: "file"
6588   title: "VPP Device Results - Ubuntu"
6589   algorithm: "file_test_results"
6590   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6591   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6592   data: "vpp-device-results-ubuntu"
6593   filter: "all"
6594   data-start-level: 4
6595
6596 # VPP Device Configuration - Ubuntu
6597 - type: "file"
6598   title: "VPP Device Configuration - Ubuntu"
6599   algorithm: "file_test_results"
6600   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6601   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6602   data: "vpp-device-results-ubuntu"
6603   filter: "all"
6604   data-start-level: 4
6605
6606 # DPDK Performance Results 3n-hsw
6607 - type: "file"
6608   title: "DPDK Performance Results 3n-hsw"
6609   algorithm: "file_test_results"
6610   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6611   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6612   data: "dpdk-perf-results-3n-hsw"
6613   filter: "all"
6614   data-start-level: 4
6615
6616 # DPDK Performance Results 3n-skx
6617 - type: "file"
6618   title: "DPDK Performance Results 3n-skx"
6619   algorithm: "file_test_results"
6620   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6621   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6622   data: "dpdk-perf-results-3n-skx"
6623   filter: "all"
6624   data-start-level: 4
6625
6626 # DPDK Performance Results 2n-skx
6627 - type: "file"
6628   title: "DPDK Performance Results 2n-skx"
6629   algorithm: "file_test_results"
6630   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6631   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6632   data: "dpdk-perf-results-2n-skx"
6633   filter: "all"
6634   data-start-level: 4
6635
6636 # DPDK Performance Results 2n-clx
6637 - type: "file"
6638   title: "DPDK Performance Results 2n-clx"
6639   algorithm: "file_test_results"
6640   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6641   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6642   data: "dpdk-perf-results-2n-clx"
6643   filter: "all"
6644   data-start-level: 4
6645
6646 # DPDK Performance Results 2n-dnv
6647 - type: "file"
6648   title: "DPDK Performance Results 2n-dnv"
6649   algorithm: "file_test_results"
6650   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6651   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6652   data: "dpdk-perf-results-2n-dnv"
6653   filter: "all"
6654   data-start-level: 4
6655
6656 # DPDK Performance Results 3n-dnv
6657 - type: "file"
6658   title: "DPDK Performance Results 3n-dnv"
6659   algorithm: "file_test_results"
6660   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6661   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6662   data: "dpdk-perf-results-3n-dnv"
6663   filter: "all"
6664   data-start-level: 4
6665
6666 # DPDK Performance Results 3n-tsh
6667 - type: "file"
6668   title: "DPDK Performance Results 3n-tsh"
6669   algorithm: "file_test_results"
6670   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6671   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6672   data: "dpdk-perf-results-3n-tsh"
6673   filter: "all"
6674   data-start-level: 4
6675
6676 ################################################################################
6677 ###                                P L O T S                                 ###
6678 ################################################################################
6679
6680 # Hoststack tests 3n-hsw
6681
6682 - type: "plot"
6683   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6684   algorithm: "plot_perf_box_name"
6685   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6686   data: "plot-vpp-hoststack-3n-hsw"
6687   include:
6688     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6689     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6690   layout:
6691     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6692     layout: "plot-hoststack"
6693
6694 - type: "plot"
6695   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6696   algorithm: "plot_perf_box_name"
6697   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6698   data: "plot-vpp-hoststack-3n-hsw"
6699   include:
6700     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6701     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6702   layout:
6703     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6704     layout: "plot-hoststack"
6705
6706 - type: "plot"
6707   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6708   algorithm: "plot_perf_box_name"
6709   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
6710   data: "plot-vpp-hoststack-3n-hsw"
6711   include:
6712     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6713     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6714     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6715     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6716   layout:
6717     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6718     layout: "plot-hoststack"
6719
6720 # Plots VPP HTTP Server Performance
6721 - type: "plot"
6722   title: "VPP HTTP Server Performance"
6723   algorithm: "plot_http_server_perf_box"
6724   output-file-type: ".html"
6725   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6726   data:
6727     "plot-vpp-http-server-performance"
6728   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6729   parameters:
6730   - "result"
6731   - "name"
6732   traces:
6733     hoverinfo: "y+name"
6734     boxpoints: "outliers"
6735     whiskerwidth: 0
6736   layout:
6737     title: "VPP HTTP Server Performance"
6738     layout:
6739       "plot-cps"
6740
6741 - type: "plot"
6742   title: "VPP HTTP Server Performance"
6743   algorithm: "plot_http_server_perf_box"
6744   output-file-type: ".html"
6745   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6746   data:
6747     "plot-vpp-http-server-performance"
6748   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6749   parameters:
6750   - "result"
6751   - "name"
6752   traces:
6753     hoverinfo: "y+name"
6754     boxpoints: "outliers"
6755     whiskerwidth: 0
6756   layout:
6757     title: "VPP HTTP Server Performance"
6758     layout:
6759       "plot-rps"
6760
6761 ################################################################################
6762
6763 # Soak Test (PLRsearch), boxes - 2n-clx
6764 - type: "plot"
6765   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6766   algorithm: "plot_perf_box_name"
6767   output-file-type: ".html"
6768   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6769   data: "plot-vpp-soak-2n-clx"
6770   include:
6771     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6772     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6773     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6774     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6777   layout:
6778     title: "30 Minutes Soak Test (PLRsearch)"
6779     layout: "plot-soak-throughput"
6780
6781 # Soak Test (PLRsearch), boxes - 2n-clx
6782 - type: "plot"
6783   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6784   algorithm: "plot_perf_box_name"
6785   output-file-type: ".html"
6786   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6787   data: "plot-vpp-soak-2n-clx"
6788   include:
6789     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6790     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6791     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6792     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6793     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6794     - "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"
6795   layout:
6796     title: "30 Minutes Soak Test (PLRsearch)"
6797     layout: "plot-soak-throughput"
6798
6799 # Soak Test (PLRsearch), boxes - 2n-skx
6800 - type: "plot"
6801   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6802   algorithm: "plot_perf_box_name"
6803   output-file-type: ".html"
6804   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
6805   data: "plot-vpp-soak-2n-skx"
6806   include:
6807     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6808     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6809     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6810     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6813   layout:
6814     title: "30 Minutes Soak Test (PLRsearch)"
6815     layout: "plot-soak-throughput"
6816
6817 # Soak Test (PLRsearch), boxes - 2n-skx
6818 - type: "plot"
6819   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6820   algorithm: "plot_perf_box_name"
6821   output-file-type: ".html"
6822   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
6823   data: "plot-vpp-soak-2n-skx"
6824   include:
6825     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6826     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6827     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6828     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6829     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6830     - "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"
6831   layout:
6832     title: "30 Minutes Soak Test (PLRsearch)"
6833     layout: "plot-soak-throughput"
6834
6835 ###############################################################################
6836
6837 # Reconf tests 2n-skx
6838
6839 - type: "plot"
6840   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6841   algorithm: "plot_nf_reconf_box_name"
6842   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6843   data: "plot-vpp-nfv-reconf-2n-skx"
6844   include:
6845     - "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"
6846     - "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"
6847     - "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"
6848     - "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"
6849     - "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"
6850     - "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"
6851   layout:
6852     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6853     layout: "plot-throughput"
6854
6855 - type: "plot"
6856   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6857   algorithm: "plot_nf_reconf_box_name"
6858   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6859   data: "plot-vpp-nfv-reconf-2n-skx"
6860   include:
6861     - "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"
6862     - "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"
6863     - "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"
6864     - "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"
6865     - "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"
6866     - "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"
6867   layout:
6868     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6869     layout: "plot-throughput"
6870
6871 - type: "plot"
6872   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6873   algorithm: "plot_nf_reconf_box_name"
6874   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6875   data: "plot-vpp-nfv-reconf-2n-skx"
6876   include:
6877     - "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"
6878     - "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"
6879     - "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"
6880     - "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"
6881     - "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"
6882     - "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"
6883   layout:
6884     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6885     layout: "plot-throughput"
6886
6887 ###############################################################################
6888
6889 # Reconf tests 2n-clx
6890
6891 - type: "plot"
6892   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6893   algorithm: "plot_nf_reconf_box_name"
6894   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6895   data: "plot-vpp-nfv-reconf-2n-clx"
6896   include:
6897     - "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"
6898     - "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"
6899     - "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"
6900     - "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"
6901   layout:
6902     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6903     layout: "plot-throughput"
6904
6905 - type: "plot"
6906   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6907   algorithm: "plot_nf_reconf_box_name"
6908   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6909   data: "plot-vpp-nfv-reconf-2n-clx"
6910   include:
6911     - "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"
6912     - "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"
6913     - "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"
6914     - "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"
6915   layout:
6916     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6917     layout: "plot-throughput"
6918
6919 - type: "plot"
6920   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6921   algorithm: "plot_nf_reconf_box_name"
6922   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6923   data: "plot-vpp-nfv-reconf-2n-clx"
6924   include:
6925     - "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"
6926     - "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"
6927     - "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"
6928     - "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"
6929   layout:
6930     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6931     layout: "plot-throughput"
6932
6933 ################################################################################
6934 ## Plots - NF Density - VSC - MRR 64b
6935 #- type: "plot"
6936 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6937 #  algorithm: "plot_nf_heatmap"
6938 #  output-file-type: ".html"
6939 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6940 #  data: "plot-vpp-nfv-2n-skx-mrr"
6941 #  filter: "'NIC_Intel-XXV710' and
6942 #           'NF_DENSITY' and
6943 #           'VHOST' and
6944 #           not 'VXLAN' and
6945 #           'CHAIN' and
6946 #           'NF_VPPIP4' and
6947 #           '64B' and
6948 #           '2T1C' and
6949 #           'MRR'"
6950 #  parameters:
6951 #  - "result"
6952 #  - "name"
6953 #  - "tags"
6954 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6955 #  x-axis: "X = VNFs per Service Chain"
6956 #  y-axis: "Y = Number of Service Chains"
6957 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6958 #  layout:
6959 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6960 #    layout: "plot-service-density"
6961 #
6962 #- type: "plot"
6963 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6964 #  algorithm: "plot_nf_heatmap"
6965 #  output-file-type: ".html"
6966 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6967 #  data: "plot-vpp-nfv-2n-skx-mrr"
6968 #  filter: "'NIC_Intel-XXV710' and
6969 #           'NF_DENSITY' and
6970 #           'VHOST' and
6971 #           not 'VXLAN' and
6972 #           'CHAIN' and
6973 #           'NF_VPPIP4' and
6974 #           '64B' and
6975 #           '4T2C' and
6976 #           'MRR'"
6977 #  parameters:
6978 #  - "result"
6979 #  - "name"
6980 #  - "tags"
6981 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6982 #  x-axis: "X = VNFs per Service Chain"
6983 #  y-axis: "Y = Number of Service Chains"
6984 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6985 #  layout:
6986 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6987 #    layout: "plot-service-density"
6988 #
6989 #- type: "plot"
6990 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6991 #  algorithm: "plot_nf_heatmap"
6992 #  output-file-type: ".html"
6993 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6994 #  data: "plot-vpp-nfv-2n-skx-mrr"
6995 #  filter: "'NIC_Intel-XXV710' and
6996 #           'NF_DENSITY' and
6997 #           'VHOST' and
6998 #           not 'VXLAN' and
6999 #           'CHAIN' and
7000 #           'NF_VPPIP4' and
7001 #           '64B' and
7002 #           '8T4C' and
7003 #           'MRR'"
7004 #  parameters:
7005 #  - "result"
7006 #  - "name"
7007 #  - "tags"
7008 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7009 #  x-axis: "X = VNFs per Service Chain"
7010 #  y-axis: "Y = Number of Service Chains"
7011 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7012 #  layout:
7013 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7014 #    layout: "plot-service-density"
7015 #
7016 ## Plots - NF Density - VSC - MRR IMIX
7017 #- type: "plot"
7018 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7019 #  algorithm: "plot_nf_heatmap"
7020 #  output-file-type: ".html"
7021 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7022 #  data: "plot-vpp-nfv-2n-skx-mrr"
7023 #  filter: "'NIC_Intel-XXV710' and
7024 #           'NF_DENSITY' and
7025 #           'VHOST' and
7026 #           not 'VXLAN' and
7027 #           'CHAIN' and
7028 #           'NF_VPPIP4' and
7029 #           'IMIX' and
7030 #           '2T1C' and
7031 #           'MRR'"
7032 #  parameters:
7033 #  - "result"
7034 #  - "name"
7035 #  - "tags"
7036 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7037 #  x-axis: "X = VNFs per Service Chain"
7038 #  y-axis: "Y = Number of Service Chains"
7039 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7040 #  layout:
7041 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7042 #    layout: "plot-service-density"
7043 #
7044 #- type: "plot"
7045 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7046 #  algorithm: "plot_nf_heatmap"
7047 #  output-file-type: ".html"
7048 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7049 #  data: "plot-vpp-nfv-2n-skx-mrr"
7050 #  filter: "'NIC_Intel-XXV710' and
7051 #           'NF_DENSITY' and
7052 #           'VHOST' and
7053 #           not 'VXLAN' and
7054 #           'CHAIN' and
7055 #           'NF_VPPIP4' and
7056 #           'IMIX' and
7057 #           '4T2C' and
7058 #           'MRR'"
7059 #  parameters:
7060 #  - "result"
7061 #  - "name"
7062 #  - "tags"
7063 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7064 #  x-axis: "X = VNFs per Service Chain"
7065 #  y-axis: "Y = Number of Service Chains"
7066 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7067 #  layout:
7068 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7069 #    layout: "plot-service-density"
7070 #
7071 #- type: "plot"
7072 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7073 #  algorithm: "plot_nf_heatmap"
7074 #  output-file-type: ".html"
7075 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7076 #  data: "plot-vpp-nfv-2n-skx-mrr"
7077 #  filter: "'NIC_Intel-XXV710' and
7078 #           'NF_DENSITY' and
7079 #           'VHOST' and
7080 #           not 'VXLAN' and
7081 #           'CHAIN' and
7082 #           'NF_VPPIP4' and
7083 #           'IMIX' and
7084 #           '8T4C' and
7085 #           'MRR'"
7086 #  parameters:
7087 #  - "result"
7088 #  - "name"
7089 #  - "tags"
7090 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7091 #  x-axis: "X = VNFs per Service Chain"
7092 #  y-axis: "Y = Number of Service Chains"
7093 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7094 #  layout:
7095 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7096 #    layout: "plot-service-density"
7097 #
7098 ## Plots - NF Density - VSC - NDR 64b
7099 #- type: "plot"
7100 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7101 #  algorithm: "plot_nf_heatmap"
7102 #  output-file-type: ".html"
7103 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
7104 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7105 #  filter: "'NIC_Intel-XXV710' and
7106 #           'NF_DENSITY' and
7107 #           'VHOST' and
7108 #           not 'VXLAN' and
7109 #           'CHAIN' and
7110 #           'NF_VPPIP4' and
7111 #           '64B' and
7112 #           '2T1C' and
7113 #           'NDRPDR'"
7114 #  parameters:
7115 #  - "throughput"
7116 #  - "name"
7117 #  - "tags"
7118 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7119 #  x-axis: "X = VNFs per Service Chain"
7120 #  y-axis: "Y = Number of Service Chains"
7121 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7122 #  layout:
7123 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7124 #    layout: "plot-service-density"
7125 #
7126 #- type: "plot"
7127 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7128 #  algorithm: "plot_nf_heatmap"
7129 #  output-file-type: ".html"
7130 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
7131 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7132 #  filter: "'NIC_Intel-XXV710' and
7133 #           'NF_DENSITY' and
7134 #           'VHOST' and
7135 #           not 'VXLAN' and
7136 #           'CHAIN' and
7137 #           'NF_VPPIP4' and
7138 #           '64B' and
7139 #           '4T2C' and
7140 #           'NDRPDR'"
7141 #  parameters:
7142 #  - "throughput"
7143 #  - "name"
7144 #  - "tags"
7145 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7146 #  x-axis: "X = VNFs per Service Chain"
7147 #  y-axis: "Y = Number of Service Chains"
7148 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7149 #  layout:
7150 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7151 #    layout: "plot-service-density"
7152 #
7153 #- type: "plot"
7154 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7155 #  algorithm: "plot_nf_heatmap"
7156 #  output-file-type: ".html"
7157 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
7158 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7159 #  filter: "'NIC_Intel-XXV710' and
7160 #           'NF_DENSITY' and
7161 #           'VHOST' and
7162 #           not 'VXLAN' and
7163 #           'CHAIN' and
7164 #           'NF_VPPIP4' and
7165 #           '64B' and
7166 #           '8T4C' and
7167 #           'NDRPDR'"
7168 #  parameters:
7169 #  - "throughput"
7170 #  - "name"
7171 #  - "tags"
7172 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7173 #  x-axis: "X = VNFs per Service Chain"
7174 #  y-axis: "Y = Number of Service Chains"
7175 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7176 #  layout:
7177 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7178 #    layout: "plot-service-density"
7179 #
7180 ## Plots - NF Density - VSC - NDR IMIX
7181 #- type: "plot"
7182 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7183 #  algorithm: "plot_nf_heatmap"
7184 #  output-file-type: ".html"
7185 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7186 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7187 #  filter: "'NIC_Intel-XXV710' and
7188 #           'NF_DENSITY' and
7189 #           'VHOST' and
7190 #           not 'VXLAN' and
7191 #           'CHAIN' and
7192 #           'NF_VPPIP4' and
7193 #           'IMIX' and
7194 #           '2T1C' and
7195 #           'NDRPDR'"
7196 #  parameters:
7197 #  - "throughput"
7198 #  - "name"
7199 #  - "tags"
7200 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7201 #  x-axis: "X = VNFs per Service Chain"
7202 #  y-axis: "Y = Number of Service Chains"
7203 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7204 #  layout:
7205 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7206 #    layout: "plot-service-density"
7207 #
7208 #- type: "plot"
7209 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7210 #  algorithm: "plot_nf_heatmap"
7211 #  output-file-type: ".html"
7212 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7213 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7214 #  filter: "'NIC_Intel-XXV710' and
7215 #           'NF_DENSITY' and
7216 #           'VHOST' and
7217 #           not 'VXLAN' and
7218 #           'CHAIN' and
7219 #           'NF_VPPIP4' and
7220 #           'IMIX' and
7221 #           '4T2C' and
7222 #           'NDRPDR'"
7223 #  parameters:
7224 #  - "throughput"
7225 #  - "name"
7226 #  - "tags"
7227 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7228 #  x-axis: "X = VNFs per Service Chain"
7229 #  y-axis: "Y = Number of Service Chains"
7230 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7231 #  layout:
7232 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7233 #    layout: "plot-service-density"
7234 #
7235 #- type: "plot"
7236 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7237 #  algorithm: "plot_nf_heatmap"
7238 #  output-file-type: ".html"
7239 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7240 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7241 #  filter: "'NIC_Intel-XXV710' and
7242 #           'NF_DENSITY' and
7243 #           'VHOST' and
7244 #           not 'VXLAN' and
7245 #           'CHAIN' and
7246 #           'NF_VPPIP4' and
7247 #           'IMIX' and
7248 #           '8T4C' and
7249 #           'NDRPDR'"
7250 #  parameters:
7251 #  - "throughput"
7252 #  - "name"
7253 #  - "tags"
7254 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7255 #  x-axis: "X = VNFs per Service Chain"
7256 #  y-axis: "Y = Number of Service Chains"
7257 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7258 #  layout:
7259 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7260 #    layout: "plot-service-density"
7261 #
7262 ## Plots - NF Density - VSC - PDR 64b
7263 #- type: "plot"
7264 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7265 #  algorithm: "plot_nf_heatmap"
7266 #  output-file-type: ".html"
7267 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
7268 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7269 #  filter: "'NIC_Intel-XXV710' and
7270 #           'NF_DENSITY' and
7271 #           'VHOST' and
7272 #           not 'VXLAN' and
7273 #           'CHAIN' and
7274 #           'NF_VPPIP4' and
7275 #           '64B' and
7276 #           '2T1C' and
7277 #           'NDRPDR'"
7278 #  parameters:
7279 #  - "throughput"
7280 #  - "name"
7281 #  - "tags"
7282 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7283 #  x-axis: "X = VNFs per Service Chain"
7284 #  y-axis: "Y = Number of Service Chains"
7285 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7286 #  layout:
7287 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7288 #    layout: "plot-service-density"
7289 #
7290 #- type: "plot"
7291 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7292 #  algorithm: "plot_nf_heatmap"
7293 #  output-file-type: ".html"
7294 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
7295 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7296 #  filter: "'NIC_Intel-XXV710' and
7297 #           'NF_DENSITY' and
7298 #           'VHOST' and
7299 #           not 'VXLAN' and
7300 #           'CHAIN' and
7301 #           'NF_VPPIP4' and
7302 #           '64B' and
7303 #           '4T2C' and
7304 #           'NDRPDR'"
7305 #  parameters:
7306 #  - "throughput"
7307 #  - "name"
7308 #  - "tags"
7309 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7310 #  x-axis: "X = VNFs per Service Chain"
7311 #  y-axis: "Y = Number of Service Chains"
7312 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7313 #  layout:
7314 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7315 #    layout: "plot-service-density"
7316 #
7317 #- type: "plot"
7318 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7319 #  algorithm: "plot_nf_heatmap"
7320 #  output-file-type: ".html"
7321 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7322 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7323 #  filter: "'NIC_Intel-XXV710' and
7324 #           'NF_DENSITY' and
7325 #           'VHOST' and
7326 #           not 'VXLAN' and
7327 #           'CHAIN' and
7328 #           'NF_VPPIP4' and
7329 #           '64B' and
7330 #           '8T4C' and
7331 #           'NDRPDR'"
7332 #  parameters:
7333 #  - "throughput"
7334 #  - "name"
7335 #  - "tags"
7336 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7337 #  x-axis: "X = VNFs per Service Chain"
7338 #  y-axis: "Y = Number of Service Chains"
7339 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7340 #  layout:
7341 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7342 #    layout: "plot-service-density"
7343 #
7344 ## Plots - NF Density - VSC - PDR IMIX
7345 #- type: "plot"
7346 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7347 #  algorithm: "plot_nf_heatmap"
7348 #  output-file-type: ".html"
7349 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7350 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7351 #  filter: "'NIC_Intel-XXV710' and
7352 #           'NF_DENSITY' and
7353 #           'VHOST' and
7354 #           not 'VXLAN' and
7355 #           'CHAIN' and
7356 #           'NF_VPPIP4' and
7357 #           'IMIX' and
7358 #           '2T1C' and
7359 #           'NDRPDR'"
7360 #  parameters:
7361 #  - "throughput"
7362 #  - "name"
7363 #  - "tags"
7364 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7365 #  x-axis: "X = VNFs per Service Chain"
7366 #  y-axis: "Y = Number of Service Chains"
7367 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7368 #  layout:
7369 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7370 #    layout: "plot-service-density"
7371 #
7372 #- type: "plot"
7373 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7374 #  algorithm: "plot_nf_heatmap"
7375 #  output-file-type: ".html"
7376 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7377 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7378 #  filter: "'NIC_Intel-XXV710' and
7379 #           'NF_DENSITY' and
7380 #           'VHOST' and
7381 #           not 'VXLAN' and
7382 #           'CHAIN' and
7383 #           'NF_VPPIP4' and
7384 #           'IMIX' and
7385 #           '4T2C' and
7386 #           'NDRPDR'"
7387 #  parameters:
7388 #  - "throughput"
7389 #  - "name"
7390 #  - "tags"
7391 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7392 #  x-axis: "X = VNFs per Service Chain"
7393 #  y-axis: "Y = Number of Service Chains"
7394 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7395 #  layout:
7396 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7397 #    layout: "plot-service-density"
7398 #
7399 #- type: "plot"
7400 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7401 #  algorithm: "plot_nf_heatmap"
7402 #  output-file-type: ".html"
7403 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7404 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7405 #  filter: "'NIC_Intel-XXV710' and
7406 #           'NF_DENSITY' and
7407 #           'VHOST' and
7408 #           not 'VXLAN' and
7409 #           'CHAIN' and
7410 #           'NF_VPPIP4' and
7411 #           'IMIX' and
7412 #           '8T4C' and
7413 #           'NDRPDR'"
7414 #  parameters:
7415 #  - "throughput"
7416 #  - "name"
7417 #  - "tags"
7418 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7419 #  x-axis: "X = VNFs per Service Chain"
7420 #  y-axis: "Y = Number of Service Chains"
7421 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7422 #  layout:
7423 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7424 #    layout: "plot-service-density"
7425 #
7426 ################################################################################
7427 ## Plots - NF Density - VSC - MRR 64b
7428 #- type: "plot"
7429 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7430 #  algorithm: "plot_nf_heatmap"
7431 #  output-file-type: ".html"
7432 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7433 #  data: "plot-vpp-nfv-2n-skx-mrr"
7434 #  filter: "'NIC_Intel-XXV710' and
7435 #           'NF_DENSITY' and
7436 #           'VHOST' and
7437 #           'VXLAN' and
7438 #           'CHAIN' and
7439 #           '118' and
7440 #           '2T1C' and
7441 #           'MRR'"
7442 #  parameters:
7443 #  - "result"
7444 #  - "name"
7445 #  - "tags"
7446 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7447 #  x-axis: "X = VNFs per Service Chain"
7448 #  y-axis: "Y = Number of Service Chains"
7449 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7450 #  layout:
7451 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7452 #    layout: "plot-service-density"
7453 #
7454 #- type: "plot"
7455 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7456 #  algorithm: "plot_nf_heatmap"
7457 #  output-file-type: ".html"
7458 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7459 #  data: "plot-vpp-nfv-2n-skx-mrr"
7460 #  filter: "'NIC_Intel-XXV710' and
7461 #           'NF_DENSITY' and
7462 #           'VHOST' and
7463 #           'VXLAN' and
7464 #           'CHAIN' and
7465 #           '118' and
7466 #           '4T2C' and
7467 #           'MRR'"
7468 #  parameters:
7469 #  - "result"
7470 #  - "name"
7471 #  - "tags"
7472 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7473 #  x-axis: "X = VNFs per Service Chain"
7474 #  y-axis: "Y = Number of Service Chains"
7475 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7476 #  layout:
7477 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7478 #    layout: "plot-service-density"
7479 #
7480 #- type: "plot"
7481 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7482 #  algorithm: "plot_nf_heatmap"
7483 #  output-file-type: ".html"
7484 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7485 #  data: "plot-vpp-nfv-2n-skx-mrr"
7486 #  filter: "'NIC_Intel-XXV710' and
7487 #           'NF_DENSITY' and
7488 #           'VHOST' and
7489 #           'VXLAN' and
7490 #           'CHAIN' and
7491 #           '118' and
7492 #           '8T4C' and
7493 #           'MRR'"
7494 #  parameters:
7495 #  - "result"
7496 #  - "name"
7497 #  - "tags"
7498 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7499 #  x-axis: "X = VNFs per Service Chain"
7500 #  y-axis: "Y = Number of Service Chains"
7501 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7502 #  layout:
7503 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7504 #    layout: "plot-service-density"
7505 #
7506 ## Plots - NF Density - VSC - MRR IMIX
7507 #- type: "plot"
7508 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7509 #  algorithm: "plot_nf_heatmap"
7510 #  output-file-type: ".html"
7511 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7512 #  data: "plot-vpp-nfv-2n-skx-mrr"
7513 #  filter: "'NIC_Intel-XXV710' and
7514 #           'NF_DENSITY' and
7515 #           'VHOST' and
7516 #           'VXLAN' and
7517 #           'CHAIN' and
7518 #           'IMIX' and
7519 #           '2T1C' and
7520 #           'MRR'"
7521 #  parameters:
7522 #  - "result"
7523 #  - "name"
7524 #  - "tags"
7525 #  include-tests: "MRR" # "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 MRR) [Mpps]"
7529 #  layout:
7530 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7531 #    layout: "plot-service-density"
7532 #
7533 #- type: "plot"
7534 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7535 #  algorithm: "plot_nf_heatmap"
7536 #  output-file-type: ".html"
7537 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7538 #  data: "plot-vpp-nfv-2n-skx-mrr"
7539 #  filter: "'NIC_Intel-XXV710' and
7540 #           'NF_DENSITY' and
7541 #           'VHOST' and
7542 #           'VXLAN' and
7543 #           'CHAIN' and
7544 #           'IMIX' and
7545 #           '4T2C' and
7546 #           'MRR'"
7547 #  parameters:
7548 #  - "result"
7549 #  - "name"
7550 #  - "tags"
7551 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7552 #  x-axis: "X = VNFs per Service Chain"
7553 #  y-axis: "Y = Number of Service Chains"
7554 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7555 #  layout:
7556 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7557 #    layout: "plot-service-density"
7558 #
7559 #- type: "plot"
7560 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7561 #  algorithm: "plot_nf_heatmap"
7562 #  output-file-type: ".html"
7563 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7564 #  data: "plot-vpp-nfv-2n-skx-mrr"
7565 #  filter: "'NIC_Intel-XXV710' and
7566 #           'NF_DENSITY' and
7567 #           'VHOST' and
7568 #           'VXLAN' and
7569 #           'CHAIN' and
7570 #           'IMIX' and
7571 #           '8T4C' and
7572 #           'MRR'"
7573 #  parameters:
7574 #  - "result"
7575 #  - "name"
7576 #  - "tags"
7577 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7578 #  x-axis: "X = VNFs per Service Chain"
7579 #  y-axis: "Y = Number of Service Chains"
7580 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7581 #  layout:
7582 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7583 #    layout: "plot-service-density"
7584 #
7585 ## Plots - NF Density - VSC - NDR 64b
7586 #- type: "plot"
7587 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7588 #  algorithm: "plot_nf_heatmap"
7589 #  output-file-type: ".html"
7590 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7591 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7592 #  filter: "'NIC_Intel-XXV710' and
7593 #           'NF_DENSITY' and
7594 #           'VHOST' and
7595 #           'VXLAN' and
7596 #           'CHAIN' and
7597 #           '118' and
7598 #           '2T1C' and
7599 #           'NDRPDR'"
7600 #  parameters:
7601 #  - "throughput"
7602 #  - "name"
7603 #  - "tags"
7604 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7605 #  x-axis: "X = VNFs per Service Chain"
7606 #  y-axis: "Y = Number of Service Chains"
7607 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7608 #  layout:
7609 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7610 #    layout: "plot-service-density"
7611 #
7612 #- type: "plot"
7613 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7614 #  algorithm: "plot_nf_heatmap"
7615 #  output-file-type: ".html"
7616 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7617 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7618 #  filter: "'NIC_Intel-XXV710' and
7619 #           'NF_DENSITY' and
7620 #           'VHOST' and
7621 #           'VXLAN' and
7622 #           'CHAIN' and
7623 #           '118' and
7624 #           '4T2C' and
7625 #           'NDRPDR'"
7626 #  parameters:
7627 #  - "throughput"
7628 #  - "name"
7629 #  - "tags"
7630 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7631 #  x-axis: "X = VNFs per Service Chain"
7632 #  y-axis: "Y = Number of Service Chains"
7633 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7634 #  layout:
7635 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7636 #    layout: "plot-service-density"
7637 #
7638 #- type: "plot"
7639 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7640 #  algorithm: "plot_nf_heatmap"
7641 #  output-file-type: ".html"
7642 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7643 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7644 #  filter: "'NIC_Intel-XXV710' and
7645 #           'NF_DENSITY' and
7646 #           'VHOST' and
7647 #           'VXLAN' and
7648 #           'CHAIN' and
7649 #           '118' and
7650 #           '8T4C' and
7651 #           'NDRPDR'"
7652 #  parameters:
7653 #  - "throughput"
7654 #  - "name"
7655 #  - "tags"
7656 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7657 #  x-axis: "X = VNFs per Service Chain"
7658 #  y-axis: "Y = Number of Service Chains"
7659 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7660 #  layout:
7661 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7662 #    layout: "plot-service-density"
7663 #
7664 ## Plots - NF Density - VSC - NDR IMIX
7665 #- type: "plot"
7666 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7667 #  algorithm: "plot_nf_heatmap"
7668 #  output-file-type: ".html"
7669 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7670 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7671 #  filter: "'NIC_Intel-XXV710' and
7672 #           'NF_DENSITY' and
7673 #           'VHOST' and
7674 #           'VXLAN' and
7675 #           'CHAIN' and
7676 #           'IMIX' and
7677 #           '2T1C' and
7678 #           'NDRPDR'"
7679 #  parameters:
7680 #  - "throughput"
7681 #  - "name"
7682 #  - "tags"
7683 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7684 #  x-axis: "X = VNFs per Service Chain"
7685 #  y-axis: "Y = Number of Service Chains"
7686 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7687 #  layout:
7688 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7689 #    layout: "plot-service-density"
7690 #
7691 #- type: "plot"
7692 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7693 #  algorithm: "plot_nf_heatmap"
7694 #  output-file-type: ".html"
7695 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7696 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7697 #  filter: "'NIC_Intel-XXV710' and
7698 #           'NF_DENSITY' and
7699 #           'VHOST' and
7700 #           'VXLAN' and
7701 #           'CHAIN' and
7702 #           'IMIX' and
7703 #           '4T2C' and
7704 #           'NDRPDR'"
7705 #  parameters:
7706 #  - "throughput"
7707 #  - "name"
7708 #  - "tags"
7709 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7710 #  x-axis: "X = VNFs per Service Chain"
7711 #  y-axis: "Y = Number of Service Chains"
7712 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7713 #  layout:
7714 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7715 #    layout: "plot-service-density"
7716 #
7717 #- type: "plot"
7718 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7719 #  algorithm: "plot_nf_heatmap"
7720 #  output-file-type: ".html"
7721 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7722 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7723 #  filter: "'NIC_Intel-XXV710' and
7724 #           'NF_DENSITY' and
7725 #           'VHOST' and
7726 #           'VXLAN' and
7727 #           'CHAIN' and
7728 #           'IMIX' and
7729 #           '8T4C' and
7730 #           'NDRPDR'"
7731 #  parameters:
7732 #  - "throughput"
7733 #  - "name"
7734 #  - "tags"
7735 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7736 #  x-axis: "X = VNFs per Service Chain"
7737 #  y-axis: "Y = Number of Service Chains"
7738 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7739 #  layout:
7740 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7741 #    layout: "plot-service-density"
7742 #
7743 ## Plots - NF Density - VSC - PDR 64b
7744 #- type: "plot"
7745 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7746 #  algorithm: "plot_nf_heatmap"
7747 #  output-file-type: ".html"
7748 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7749 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7750 #  filter: "'NIC_Intel-XXV710' and
7751 #           'NF_DENSITY' and
7752 #           'VHOST' and
7753 #           'VXLAN' and
7754 #           'CHAIN' and
7755 #           '118' and
7756 #           '2T1C' and
7757 #           'NDRPDR'"
7758 #  parameters:
7759 #  - "throughput"
7760 #  - "name"
7761 #  - "tags"
7762 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7763 #  x-axis: "X = VNFs per Service Chain"
7764 #  y-axis: "Y = Number of Service Chains"
7765 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7766 #  layout:
7767 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7768 #    layout: "plot-service-density"
7769 #
7770 #- type: "plot"
7771 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7772 #  algorithm: "plot_nf_heatmap"
7773 #  output-file-type: ".html"
7774 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7775 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7776 #  filter: "'NIC_Intel-XXV710' and
7777 #           'NF_DENSITY' and
7778 #           'VHOST' and
7779 #           'VXLAN' and
7780 #           'CHAIN' and
7781 #           '118' and
7782 #           '4T2C' and
7783 #           'NDRPDR'"
7784 #  parameters:
7785 #  - "throughput"
7786 #  - "name"
7787 #  - "tags"
7788 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7789 #  x-axis: "X = VNFs per Service Chain"
7790 #  y-axis: "Y = Number of Service Chains"
7791 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7792 #  layout:
7793 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7794 #    layout: "plot-service-density"
7795 #
7796 #- type: "plot"
7797 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7798 #  algorithm: "plot_nf_heatmap"
7799 #  output-file-type: ".html"
7800 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7801 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7802 #  filter: "'NIC_Intel-XXV710' and
7803 #           'NF_DENSITY' and
7804 #           'VHOST' and
7805 #           'VXLAN' and
7806 #           'CHAIN' and
7807 #           '118' and
7808 #           '8T4C' and
7809 #           'NDRPDR'"
7810 #  parameters:
7811 #  - "throughput"
7812 #  - "name"
7813 #  - "tags"
7814 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7815 #  x-axis: "X = VNFs per Service Chain"
7816 #  y-axis: "Y = Number of Service Chains"
7817 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7818 #  layout:
7819 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7820 #    layout: "plot-service-density"
7821 #
7822 ## Plots - NF Density - VSC - PDR IMIX
7823 #- type: "plot"
7824 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7825 #  algorithm: "plot_nf_heatmap"
7826 #  output-file-type: ".html"
7827 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7828 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7829 #  filter: "'NIC_Intel-XXV710' and
7830 #           'NF_DENSITY' and
7831 #           'VHOST' and
7832 #           'VXLAN' and
7833 #           'CHAIN' and
7834 #           'IMIX' and
7835 #           '2T1C' and
7836 #           'NDRPDR'"
7837 #  parameters:
7838 #  - "throughput"
7839 #  - "name"
7840 #  - "tags"
7841 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7842 #  x-axis: "X = VNFs per Service Chain"
7843 #  y-axis: "Y = Number of Service Chains"
7844 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7845 #  layout:
7846 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7847 #    layout: "plot-service-density"
7848 #
7849 #- type: "plot"
7850 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7851 #  algorithm: "plot_nf_heatmap"
7852 #  output-file-type: ".html"
7853 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7854 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7855 #  filter: "'NIC_Intel-XXV710' and
7856 #           'NF_DENSITY' and
7857 #           'VHOST' and
7858 #           'VXLAN' and
7859 #           'CHAIN' and
7860 #           'IMIX' and
7861 #           '4T2C' and
7862 #           'NDRPDR'"
7863 #  parameters:
7864 #  - "throughput"
7865 #  - "name"
7866 #  - "tags"
7867 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7868 #  x-axis: "X = VNFs per Service Chain"
7869 #  y-axis: "Y = Number of Service Chains"
7870 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7871 #  layout:
7872 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7873 #    layout: "plot-service-density"
7874 #
7875 #- type: "plot"
7876 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7877 #  algorithm: "plot_nf_heatmap"
7878 #  output-file-type: ".html"
7879 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7880 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7881 #  filter: "'NIC_Intel-XXV710' and
7882 #           'NF_DENSITY' and
7883 #           'VHOST' and
7884 #           'VXLAN' and
7885 #           'CHAIN' and
7886 #           'IMIX' and
7887 #           '8T4C' and
7888 #           'NDRPDR'"
7889 #  parameters:
7890 #  - "throughput"
7891 #  - "name"
7892 #  - "tags"
7893 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7894 #  x-axis: "X = VNFs per Service Chain"
7895 #  y-axis: "Y = Number of Service Chains"
7896 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7897 #  layout:
7898 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7899 #    layout: "plot-service-density"
7900 #
7901 ################################################################################
7902 ## Plots - NF Density - CSC - MRR 64b
7903 #- type: "plot"
7904 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7905 #  algorithm: "plot_nf_heatmap"
7906 #  output-file-type: ".html"
7907 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7908 #  data: "plot-vpp-nfv-2n-skx-mrr"
7909 #  filter: "'NIC_Intel-XXV710' and
7910 #           'NF_DENSITY' and
7911 #           'DOCKER' and
7912 #           'CHAIN' and
7913 #           'NF_VPPIP4' and
7914 #           '64B' and
7915 #           '2T1C' and
7916 #           'MRR'"
7917 #  parameters:
7918 #  - "result"
7919 #  - "name"
7920 #  - "tags"
7921 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7922 #  x-axis: "X = CNFs per Service Chain"
7923 #  y-axis: "Y = Number of Service Chains"
7924 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7925 #  layout:
7926 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7927 #    layout: "plot-service-density"
7928 #
7929 #- type: "plot"
7930 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7931 #  algorithm: "plot_nf_heatmap"
7932 #  output-file-type: ".html"
7933 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7934 #  data: "plot-vpp-nfv-2n-skx-mrr"
7935 #  filter: "'NIC_Intel-XXV710' and
7936 #           'NF_DENSITY' and
7937 #           'DOCKER' and
7938 #           'CHAIN' and
7939 #           'NF_VPPIP4' and
7940 #           '64B' and
7941 #           '4T2C' and
7942 #           'MRR'"
7943 #  parameters:
7944 #  - "result"
7945 #  - "name"
7946 #  - "tags"
7947 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7948 #  x-axis: "X = CNFs per Service Chain"
7949 #  y-axis: "Y = Number of Service Chains"
7950 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7951 #  layout:
7952 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7953 #    layout: "plot-service-density"
7954 #
7955 #- type: "plot"
7956 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7957 #  algorithm: "plot_nf_heatmap"
7958 #  output-file-type: ".html"
7959 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7960 #  data: "plot-vpp-nfv-2n-skx-mrr"
7961 #  filter: "'NIC_Intel-XXV710' and
7962 #           'NF_DENSITY' and
7963 #           'DOCKER' and
7964 #           'CHAIN' and
7965 #           'NF_VPPIP4' and
7966 #           '64B' and
7967 #           '8T4C' and
7968 #           'MRR'"
7969 #  parameters:
7970 #  - "result"
7971 #  - "name"
7972 #  - "tags"
7973 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7974 #  x-axis: "X = CNFs per Service Chain"
7975 #  y-axis: "Y = Number of Service Chains"
7976 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7977 #  layout:
7978 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7979 #    layout: "plot-service-density"
7980 #
7981 ## Plots - NF Density - CSC - MRR IMIX
7982 #- type: "plot"
7983 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7984 #  algorithm: "plot_nf_heatmap"
7985 #  output-file-type: ".html"
7986 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7987 #  data: "plot-vpp-nfv-2n-skx-mrr"
7988 #  filter: "'NIC_Intel-XXV710' and
7989 #           'NF_DENSITY' and
7990 #           'DOCKER' and
7991 #           'CHAIN' and
7992 #           'NF_VPPIP4' and
7993 #           'IMIX' and
7994 #           '2T1C' and
7995 #           'MRR'"
7996 #  parameters:
7997 #  - "result"
7998 #  - "name"
7999 #  - "tags"
8000 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8001 #  x-axis: "X = CNFs per Service Chain"
8002 #  y-axis: "Y = Number of Service Chains"
8003 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8004 #  layout:
8005 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8006 #    layout: "plot-service-density"
8007 #
8008 #- type: "plot"
8009 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8010 #  algorithm: "plot_nf_heatmap"
8011 #  output-file-type: ".html"
8012 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8013 #  data: "plot-vpp-nfv-2n-skx-mrr"
8014 #  filter: "'NIC_Intel-XXV710' and
8015 #           'NF_DENSITY' and
8016 #           'DOCKER' and
8017 #           'CHAIN' and
8018 #           'NF_VPPIP4' and
8019 #           'IMIX' and
8020 #           '4T2C' and
8021 #           'MRR'"
8022 #  parameters:
8023 #  - "result"
8024 #  - "name"
8025 #  - "tags"
8026 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8027 #  x-axis: "X = CNFs per Service Chain"
8028 #  y-axis: "Y = Number of Service Chains"
8029 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8030 #  layout:
8031 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8032 #    layout: "plot-service-density"
8033 #
8034 #- type: "plot"
8035 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8036 #  algorithm: "plot_nf_heatmap"
8037 #  output-file-type: ".html"
8038 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8039 #  data: "plot-vpp-nfv-2n-skx-mrr"
8040 #  filter: "'NIC_Intel-XXV710' and
8041 #           'NF_DENSITY' and
8042 #           'DOCKER' and
8043 #           'CHAIN' and
8044 #           'NF_VPPIP4' and
8045 #           'IMIX' and
8046 #           '8T4C' and
8047 #           'MRR'"
8048 #  parameters:
8049 #  - "result"
8050 #  - "name"
8051 #  - "tags"
8052 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8053 #  x-axis: "X = CNFs per Service Chain"
8054 #  y-axis: "Y = Number of Service Chains"
8055 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8056 #  layout:
8057 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8058 #    layout: "plot-service-density"
8059 #
8060 ## Plots - NF Density - CSC - NDR 64b
8061 #- type: "plot"
8062 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8063 #  algorithm: "plot_nf_heatmap"
8064 #  output-file-type: ".html"
8065 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
8066 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8067 #  filter: "'NIC_Intel-XXV710' and
8068 #           'NF_DENSITY' and
8069 #           'DOCKER' and
8070 #           'CHAIN' and
8071 #           'NF_VPPIP4' and
8072 #           '64B' and
8073 #           '2T1C' and
8074 #           'NDRPDR'"
8075 #  parameters:
8076 #  - "throughput"
8077 #  - "name"
8078 #  - "tags"
8079 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8080 #  x-axis: "X = CNFs per Service Chain"
8081 #  y-axis: "Y = Number of Service Chains"
8082 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8083 #  layout:
8084 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8085 #    layout: "plot-service-density"
8086 #
8087 #- type: "plot"
8088 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8089 #  algorithm: "plot_nf_heatmap"
8090 #  output-file-type: ".html"
8091 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
8092 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8093 #  filter: "'NIC_Intel-XXV710' and
8094 #           'NF_DENSITY' and
8095 #           'DOCKER' and
8096 #           'CHAIN' and
8097 #           'NF_VPPIP4' and
8098 #           '64B' and
8099 #           '4T2C' and
8100 #           'NDRPDR'"
8101 #  parameters:
8102 #  - "throughput"
8103 #  - "name"
8104 #  - "tags"
8105 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8106 #  x-axis: "X = CNFs per Service Chain"
8107 #  y-axis: "Y = Number of Service Chains"
8108 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8109 #  layout:
8110 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8111 #    layout: "plot-service-density"
8112 #
8113 #- type: "plot"
8114 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8115 #  algorithm: "plot_nf_heatmap"
8116 #  output-file-type: ".html"
8117 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
8118 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8119 #  filter: "'NIC_Intel-XXV710' and
8120 #           'NF_DENSITY' and
8121 #           'DOCKER' and
8122 #           'CHAIN' and
8123 #           'NF_VPPIP4' and
8124 #           '64B' and
8125 #           '8T4C' and
8126 #           'NDRPDR'"
8127 #  parameters:
8128 #  - "throughput"
8129 #  - "name"
8130 #  - "tags"
8131 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8132 #  x-axis: "X = CNFs per Service Chain"
8133 #  y-axis: "Y = Number of Service Chains"
8134 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8135 #  layout:
8136 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8137 #    layout: "plot-service-density"
8138 #
8139 ## Plots - NF Density - CSC - NDR IMIX
8140 #- type: "plot"
8141 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8142 #  algorithm: "plot_nf_heatmap"
8143 #  output-file-type: ".html"
8144 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8145 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8146 #  filter: "'NIC_Intel-XXV710' and
8147 #           'NF_DENSITY' and
8148 #           'DOCKER' and
8149 #           'CHAIN' and
8150 #           'NF_VPPIP4' and
8151 #           'IMIX' and
8152 #           '2T1C' and
8153 #           'NDRPDR'"
8154 #  parameters:
8155 #  - "throughput"
8156 #  - "name"
8157 #  - "tags"
8158 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8159 #  x-axis: "X = CNFs per Service Chain"
8160 #  y-axis: "Y = Number of Service Chains"
8161 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8162 #  layout:
8163 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8164 #    layout: "plot-service-density"
8165 #
8166 #- type: "plot"
8167 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8168 #  algorithm: "plot_nf_heatmap"
8169 #  output-file-type: ".html"
8170 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8171 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8172 #  filter: "'NIC_Intel-XXV710' and
8173 #           'NF_DENSITY' and
8174 #           'DOCKER' and
8175 #           'CHAIN' and
8176 #           'NF_VPPIP4' and
8177 #           'IMIX' and
8178 #           '4T2C' and
8179 #           'NDRPDR'"
8180 #  parameters:
8181 #  - "throughput"
8182 #  - "name"
8183 #  - "tags"
8184 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8185 #  x-axis: "X = CNFs per Service Chain"
8186 #  y-axis: "Y = Number of Service Chains"
8187 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8188 #  layout:
8189 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8190 #    layout: "plot-service-density"
8191 #
8192 #- type: "plot"
8193 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8194 #  algorithm: "plot_nf_heatmap"
8195 #  output-file-type: ".html"
8196 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8197 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8198 #  filter: "'NIC_Intel-XXV710' and
8199 #           'NF_DENSITY' and
8200 #           'DOCKER' and
8201 #           'CHAIN' and
8202 #           'NF_VPPIP4' and
8203 #           'IMIX' and
8204 #           '8T4C' and
8205 #           'NDRPDR'"
8206 #  parameters:
8207 #  - "throughput"
8208 #  - "name"
8209 #  - "tags"
8210 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8211 #  x-axis: "X = CNFs per Service Chain"
8212 #  y-axis: "Y = Number of Service Chains"
8213 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8214 #  layout:
8215 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8216 #    layout: "plot-service-density"
8217 #
8218 ## Plots - NF Density - CSC - PDR 64b
8219 #- type: "plot"
8220 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8221 #  algorithm: "plot_nf_heatmap"
8222 #  output-file-type: ".html"
8223 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
8224 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8225 #  filter: "'NIC_Intel-XXV710' and
8226 #           'NF_DENSITY' and
8227 #           'DOCKER' and
8228 #           'CHAIN' and
8229 #           'NF_VPPIP4' and
8230 #           '64B' and
8231 #           '2T1C' and
8232 #           'NDRPDR'"
8233 #  parameters:
8234 #  - "throughput"
8235 #  - "name"
8236 #  - "tags"
8237 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8238 #  x-axis: "X = CNFs per Service Chain"
8239 #  y-axis: "Y = Number of Service Chains"
8240 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8241 #  layout:
8242 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8243 #    layout: "plot-service-density"
8244 #
8245 #- type: "plot"
8246 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8247 #  algorithm: "plot_nf_heatmap"
8248 #  output-file-type: ".html"
8249 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
8250 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8251 #  filter: "'NIC_Intel-XXV710' and
8252 #           'NF_DENSITY' and
8253 #           'DOCKER' and
8254 #           'CHAIN' and
8255 #           'NF_VPPIP4' and
8256 #           '64B' and
8257 #           '4T2C' and
8258 #           'NDRPDR'"
8259 #  parameters:
8260 #  - "throughput"
8261 #  - "name"
8262 #  - "tags"
8263 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8264 #  x-axis: "X = CNFs per Service Chain"
8265 #  y-axis: "Y = Number of Service Chains"
8266 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8267 #  layout:
8268 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8269 #    layout: "plot-service-density"
8270 #
8271 #- type: "plot"
8272 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8273 #  algorithm: "plot_nf_heatmap"
8274 #  output-file-type: ".html"
8275 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
8276 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8277 #  filter: "'NIC_Intel-XXV710' and
8278 #           'NF_DENSITY' and
8279 #           'DOCKER' and
8280 #           'CHAIN' and
8281 #           'NF_VPPIP4' and
8282 #           '64B' and
8283 #           '8T4C' and
8284 #           'NDRPDR'"
8285 #  parameters:
8286 #  - "throughput"
8287 #  - "name"
8288 #  - "tags"
8289 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8290 #  x-axis: "X = CNFs per Service Chain"
8291 #  y-axis: "Y = Number of Service Chains"
8292 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8293 #  layout:
8294 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8295 #    layout: "plot-service-density"
8296 #
8297 ## Plots - NF Density - CSC - PDR IMIX
8298 #- type: "plot"
8299 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8300 #  algorithm: "plot_nf_heatmap"
8301 #  output-file-type: ".html"
8302 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8303 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8304 #  filter: "'NIC_Intel-XXV710' and
8305 #           'NF_DENSITY' and
8306 #           'DOCKER' and
8307 #           'CHAIN' and
8308 #           'NF_VPPIP4' and
8309 #           'IMIX' and
8310 #           '2T1C' and
8311 #           'NDRPDR'"
8312 #  parameters:
8313 #  - "throughput"
8314 #  - "name"
8315 #  - "tags"
8316 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8317 #  x-axis: "X = CNFs per Service Chain"
8318 #  y-axis: "Y = Number of Service Chains"
8319 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8320 #  layout:
8321 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8322 #    layout: "plot-service-density"
8323 #
8324 #- type: "plot"
8325 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8326 #  algorithm: "plot_nf_heatmap"
8327 #  output-file-type: ".html"
8328 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8329 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8330 #  filter: "'NIC_Intel-XXV710' and
8331 #           'NF_DENSITY' and
8332 #           'DOCKER' and
8333 #           'CHAIN' and
8334 #           'NF_VPPIP4' and
8335 #           'IMIX' and
8336 #           '4T2C' and
8337 #           'NDRPDR'"
8338 #  parameters:
8339 #  - "throughput"
8340 #  - "name"
8341 #  - "tags"
8342 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8343 #  x-axis: "X = CNFs per Service Chain"
8344 #  y-axis: "Y = Number of Service Chains"
8345 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8346 #  layout:
8347 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8348 #    layout: "plot-service-density"
8349 #
8350 #- type: "plot"
8351 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8352 #  algorithm: "plot_nf_heatmap"
8353 #  output-file-type: ".html"
8354 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8355 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8356 #  filter: "'NIC_Intel-XXV710' and
8357 #           'NF_DENSITY' and
8358 #           'DOCKER' and
8359 #           'CHAIN' and
8360 #           'NF_VPPIP4' and
8361 #           'IMIX' and
8362 #           '8T4C' and
8363 #           'NDRPDR'"
8364 #  parameters:
8365 #  - "throughput"
8366 #  - "name"
8367 #  - "tags"
8368 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8369 #  x-axis: "X = CNFs per Service Chain"
8370 #  y-axis: "Y = Number of Service Chains"
8371 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8372 #  layout:
8373 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8374 #    layout: "plot-service-density"
8375 #
8376 ################################################################################
8377 #
8378 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8379 #- type: "plot"
8380 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8381 #  algorithm: "plot_nf_heatmap"
8382 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8383 #  data: "plot-vpp-nfv-3n-skx-mrr"
8384 #  filter: "'NIC_Intel-XXV710' and
8385 #           'NF_DENSITY' and
8386 #           'DOCKER' and
8387 #           'CHAIN' and
8388 #           'NF_VPPIP4' and
8389 #           'IPSEC' and
8390 #           'TNL_4' and
8391 #           'IMIX' and
8392 #           '2T1C' and
8393 #           'MRR'"
8394 #  parameters:
8395 #  - "result"
8396 #  - "name"
8397 #  - "tags"
8398 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8399 #  x-axis: "X = CNFs per Service Chain"
8400 #  y-axis: "Y = Number of Service Chains"
8401 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8402 #  layout:
8403 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8404 #    layout: "plot-service-density"
8405 #
8406 #- type: "plot"
8407 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8408 #  algorithm: "plot_nf_heatmap"
8409 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8410 #  data: "plot-vpp-nfv-3n-skx-mrr"
8411 #  filter: "'NIC_Intel-XXV710' and
8412 #           'NF_DENSITY' and
8413 #           'DOCKER' and
8414 #           'CHAIN' and
8415 #           'NF_VPPIP4' and
8416 #           'IPSEC' and
8417 #           'TNL_4' and
8418 #           'IMIX' and
8419 #           '4T2C' and
8420 #           'MRR'"
8421 #  parameters:
8422 #  - "result"
8423 #  - "name"
8424 #  - "tags"
8425 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8426 #  x-axis: "X = CNFs per Service Chain"
8427 #  y-axis: "Y = Number of Service Chains"
8428 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8429 #  layout:
8430 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8431 #    layout: "plot-service-density"
8432 #
8433 #- type: "plot"
8434 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8435 #  algorithm: "plot_nf_heatmap"
8436 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8437 #  data: "plot-vpp-nfv-3n-skx-mrr"
8438 #  filter: "'NIC_Intel-XXV710' and
8439 #           'NF_DENSITY' and
8440 #           'DOCKER' and
8441 #           'CHAIN' and
8442 #           'NF_VPPIP4' and
8443 #           'IPSEC' and
8444 #           'TNL_4' and
8445 #           'IMIX' and
8446 #           '8T4C' and
8447 #           'MRR'"
8448 #  parameters:
8449 #  - "result"
8450 #  - "name"
8451 #  - "tags"
8452 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8453 #  x-axis: "X = CNFs per Service Chain"
8454 #  y-axis: "Y = Number of Service Chains"
8455 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8456 #  layout:
8457 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8458 #    layout: "plot-service-density"
8459
8460 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8461 - type: "plot"
8462   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8463   algorithm: "plot_nf_heatmap"
8464   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8465   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8466   filter: "'NIC_Intel-XXV710' and
8467            'NF_DENSITY' and
8468            'DOCKER' and
8469            'CHAIN' and
8470            'NF_VPPIP4' and
8471            'IPSEC' and
8472            'TNL_4' and
8473            'IMIX' and
8474            '2T1C' and
8475            'NDRPDR'"
8476   parameters:
8477   - "throughput"
8478   - "name"
8479   - "tags"
8480   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8481   x-axis: "X = CNFs per Service Chain"
8482   y-axis: "Y = Number of Service Chains"
8483   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8484   layout:
8485     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8486     layout: "plot-service-density"
8487
8488 - type: "plot"
8489   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8490   algorithm: "plot_nf_heatmap"
8491   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8492   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8493   filter: "'NIC_Intel-XXV710' and
8494            'NF_DENSITY' and
8495            'DOCKER' and
8496            'CHAIN' and
8497            'NF_VPPIP4' and
8498            'IPSEC' and
8499            'TNL_4' and
8500            'IMIX' and
8501            '4T2C' and
8502            'NDRPDR'"
8503   parameters:
8504   - "throughput"
8505   - "name"
8506   - "tags"
8507   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8508   x-axis: "X = CNFs per Service Chain"
8509   y-axis: "Y = Number of Service Chains"
8510   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8511   layout:
8512     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8513     layout: "plot-service-density"
8514
8515 - type: "plot"
8516   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8517   algorithm: "plot_nf_heatmap"
8518   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8519   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8520   filter: "'NIC_Intel-XXV710' and
8521            'NF_DENSITY' and
8522            'DOCKER' and
8523            'CHAIN' and
8524            'NF_VPPIP4' and
8525            'IPSEC' and
8526            'TNL_4' and
8527            'IMIX' and
8528            '8T4C' and
8529            'NDRPDR'"
8530   parameters:
8531   - "throughput"
8532   - "name"
8533   - "tags"
8534   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8535   x-axis: "X = CNFs per Service Chain"
8536   y-axis: "Y = Number of Service Chains"
8537   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8538   layout:
8539     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8540     layout: "plot-service-density"
8541
8542 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8543 - type: "plot"
8544   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8545   algorithm: "plot_nf_heatmap"
8546   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8547   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8548   filter: "'NIC_Intel-XXV710' and
8549            'NF_DENSITY' and
8550            'DOCKER' and
8551            'CHAIN' and
8552            'NF_VPPIP4' and
8553            'IPSEC' and
8554            'TNL_4' and
8555            'IMIX' 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: "IMIX Packet Throughput (mean PDR) [Mpps]"
8566   layout:
8567     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8568     layout: "plot-service-density"
8569
8570 - type: "plot"
8571   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8572   algorithm: "plot_nf_heatmap"
8573   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8574   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8575   filter: "'NIC_Intel-XXV710' and
8576            'NF_DENSITY' and
8577            'DOCKER' and
8578            'CHAIN' and
8579            'NF_VPPIP4' and
8580            'IPSEC' and
8581            'TNL_4' and
8582            'IMIX' and
8583            '4T2C' and
8584            'NDRPDR'"
8585   parameters:
8586   - "throughput"
8587   - "name"
8588   - "tags"
8589   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8590   x-axis: "X = CNFs per Service Chain"
8591   y-axis: "Y = Number of Service Chains"
8592   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8593   layout:
8594     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8595     layout: "plot-service-density"
8596
8597 - type: "plot"
8598   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8599   algorithm: "plot_nf_heatmap"
8600   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8601   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8602   filter: "'NIC_Intel-XXV710' and
8603            'NF_DENSITY' and
8604            'DOCKER' and
8605            'CHAIN' and
8606            'NF_VPPIP4' and
8607            'IPSEC' and
8608            'TNL_4' and
8609            'IMIX' and
8610            '8T4C' and
8611            'NDRPDR'"
8612   parameters:
8613   - "throughput"
8614   - "name"
8615   - "tags"
8616   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8617   x-axis: "X = CNFs per Service Chain"
8618   y-axis: "Y = Number of Service Chains"
8619   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8620   layout:
8621     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8622     layout: "plot-service-density"
8623
8624 ###############################################################################
8625
8626 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8627 - type: "plot"
8628   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8629   algorithm: "plot_nf_heatmap"
8630   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8631   data: "plot-vpp-nfv-3n-hsw-mrr"
8632   filter: "'NIC_Intel-XL710' and
8633            'NF_DENSITY' and
8634            'DOCKER' and
8635            'CHAIN' and
8636            'NF_VPPIP4' and
8637            'IMIX' and
8638            'TNL_4' and
8639            '1T1C' and
8640            'MRR'"
8641   parameters:
8642   - "result"
8643   - "name"
8644   - "tags"
8645   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8646   x-axis: "X = CNFs per Service Chain"
8647   y-axis: "Y = Number of Service Chains"
8648   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8649   layout:
8650     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8651     layout: "plot-service-density"
8652
8653 - type: "plot"
8654   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8655   algorithm: "plot_nf_heatmap"
8656   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8657   data: "plot-vpp-nfv-3n-hsw-mrr"
8658   filter: "'NIC_Intel-XL710' and
8659            'NF_DENSITY' and
8660            'DOCKER' and
8661            'CHAIN' and
8662            'NF_VPPIP4' and
8663            'IPSEC' and
8664            'TNL_4' and
8665            'IMIX' and
8666            '2T2C' and
8667            'MRR'"
8668   parameters:
8669   - "result"
8670   - "name"
8671   - "tags"
8672   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8673   x-axis: "X = CNFs per Service Chain"
8674   y-axis: "Y = Number of Service Chains"
8675   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8676   layout:
8677     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8678     layout: "plot-service-density"
8679
8680 - type: "plot"
8681   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8682   algorithm: "plot_nf_heatmap"
8683   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8684   data: "plot-vpp-nfv-3n-hsw-mrr"
8685   filter: "'NIC_Intel-XL710' and
8686            'NF_DENSITY' and
8687            'DOCKER' and
8688            'CHAIN' and
8689            'NF_VPPIP4' and
8690            'IPSEC' and
8691            'TNL_4' and
8692            'IMIX' and
8693            '4T4C' and
8694            'MRR'"
8695   parameters:
8696   - "result"
8697   - "name"
8698   - "tags"
8699   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8700   x-axis: "X = CNFs per Service Chain"
8701   y-axis: "Y = Number of Service Chains"
8702   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8703   layout:
8704     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8705     layout: "plot-service-density"
8706
8707 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8708 - type: "plot"
8709   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8710   algorithm: "plot_nf_heatmap"
8711   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8712   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8713   filter: "'NIC_Intel-XL710' and
8714            'NF_DENSITY' and
8715            'DOCKER' and
8716            'CHAIN' and
8717            'NF_VPPIP4' and
8718            'IPSEC' and
8719            'TNL_4' and
8720            'IMIX' and
8721            '1T1C' and
8722            'NDRPDR'"
8723   parameters:
8724   - "throughput"
8725   - "name"
8726   - "tags"
8727   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8728   x-axis: "X = CNFs per Service Chain"
8729   y-axis: "Y = Number of Service Chains"
8730   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8731   layout:
8732     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8733     layout: "plot-service-density"
8734
8735 - type: "plot"
8736   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8737   algorithm: "plot_nf_heatmap"
8738   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8739   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8740   filter: "'NIC_Intel-XL710' and
8741            'NF_DENSITY' and
8742            'DOCKER' and
8743            'CHAIN' and
8744            'NF_VPPIP4' and
8745            'IPSEC' and
8746            'TNL_4' and
8747            'IMIX' and
8748            '2T2C' and
8749            'NDRPDR'"
8750   parameters:
8751   - "throughput"
8752   - "name"
8753   - "tags"
8754   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8755   x-axis: "X = CNFs per Service Chain"
8756   y-axis: "Y = Number of Service Chains"
8757   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8758   layout:
8759     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8760     layout: "plot-service-density"
8761
8762 - type: "plot"
8763   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8764   algorithm: "plot_nf_heatmap"
8765   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8766   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8767   filter: "'NIC_Intel-XL710' and
8768            'NF_DENSITY' and
8769            'DOCKER' and
8770            'CHAIN' and
8771            'NF_VPPIP4' and
8772            'IPSEC' and
8773            'TNL_4' and
8774            'IMIX' and
8775            '4T4C' and
8776            'NDRPDR'"
8777   parameters:
8778   - "throughput"
8779   - "name"
8780   - "tags"
8781   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8782   x-axis: "X = CNFs per Service Chain"
8783   y-axis: "Y = Number of Service Chains"
8784   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8785   layout:
8786     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8787     layout: "plot-service-density"
8788
8789 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8790 - type: "plot"
8791   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8792   algorithm: "plot_nf_heatmap"
8793   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8794   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8795   filter: "'NIC_Intel-XL710' and
8796            'NF_DENSITY' and
8797            'DOCKER' and
8798            'CHAIN' and
8799            'NF_VPPIP4' and
8800            'IPSEC' and
8801            'TNL_4' and
8802            'IMIX' and
8803            '1T1C' and
8804            'NDRPDR'"
8805   parameters:
8806   - "throughput"
8807   - "name"
8808   - "tags"
8809   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8810   x-axis: "X = CNFs per Service Chain"
8811   y-axis: "Y = Number of Service Chains"
8812   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8813   layout:
8814     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8815     layout: "plot-service-density"
8816
8817 - type: "plot"
8818   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8819   algorithm: "plot_nf_heatmap"
8820   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8821   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8822   filter: "'NIC_Intel-XL710' and
8823            'NF_DENSITY' and
8824            'DOCKER' and
8825            'CHAIN' and
8826            'NF_VPPIP4' and
8827            'IPSEC' and
8828            'TNL_4' and
8829            'IMIX' and
8830            '2T2C' and
8831            'NDRPDR'"
8832   parameters:
8833   - "throughput"
8834   - "name"
8835   - "tags"
8836   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8837   x-axis: "X = CNFs per Service Chain"
8838   y-axis: "Y = Number of Service Chains"
8839   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8840   layout:
8841     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8842     layout: "plot-service-density"
8843
8844 - type: "plot"
8845   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8846   algorithm: "plot_nf_heatmap"
8847   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8848   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8849   filter: "'NIC_Intel-XL710' and
8850            'NF_DENSITY' and
8851            'DOCKER' and
8852            'CHAIN' and
8853            'NF_VPPIP4' and
8854            'IPSEC' and
8855            'TNL_4' and
8856            'IMIX' and
8857            '4T4C' and
8858            'NDRPDR'"
8859   parameters:
8860   - "throughput"
8861   - "name"
8862   - "tags"
8863   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8864   x-axis: "X = CNFs per Service Chain"
8865   y-axis: "Y = Number of Service Chains"
8866   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8867   layout:
8868     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8869     layout: "plot-service-density"
8870
8871 ###############################################################################
8872
8873 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8874 #- type: "plot"
8875 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8876 #  algorithm: "plot_nf_heatmap"
8877 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8878 #  data: "plot-vpp-nfv-3n-skx-mrr"
8879 #  filter: "'NIC_Intel-XXV710' and
8880 #           'NF_DENSITY' and
8881 #           'DOCKER' and
8882 #           'CHAIN' and
8883 #           'NF_VPPIP4' and
8884 #           'IPSEC' and
8885 #           'TNL_1000' and
8886 #           'IMIX' and
8887 #           '2T1C' and
8888 #           'MRR'"
8889 #  parameters:
8890 #  - "result"
8891 #  - "name"
8892 #  - "tags"
8893 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8894 #  x-axis: "X = CNFs per Service Chain"
8895 #  y-axis: "Y = Number of Service Chains"
8896 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8897 #  layout:
8898 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8899 #    layout: "plot-service-density"
8900 #
8901 #- type: "plot"
8902 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8903 #  algorithm: "plot_nf_heatmap"
8904 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8905 #  data: "plot-vpp-nfv-3n-skx-mrr"
8906 #  filter: "'NIC_Intel-XXV710' and
8907 #           'NF_DENSITY' and
8908 #           'DOCKER' and
8909 #           'CHAIN' and
8910 #           'NF_VPPIP4' and
8911 #           'IPSEC' and
8912 #           'TNL_1000' and
8913 #           'IMIX' and
8914 #           '4T2C' and
8915 #           'MRR'"
8916 #  parameters:
8917 #  - "result"
8918 #  - "name"
8919 #  - "tags"
8920 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8921 #  x-axis: "X = CNFs per Service Chain"
8922 #  y-axis: "Y = Number of Service Chains"
8923 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8924 #  layout:
8925 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8926 #    layout: "plot-service-density"
8927 #
8928 #- type: "plot"
8929 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8930 #  algorithm: "plot_nf_heatmap"
8931 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8932 #  data: "plot-vpp-nfv-3n-skx-mrr"
8933 #  filter: "'NIC_Intel-XXV710' and
8934 #           'NF_DENSITY' and
8935 #           'DOCKER' and
8936 #           'CHAIN' and
8937 #           'NF_VPPIP4' and
8938 #           'IPSEC' and
8939 #           'TNL_1000' and
8940 #           'IMIX' and
8941 #           '8T4C' and
8942 #           'MRR'"
8943 #  parameters:
8944 #  - "result"
8945 #  - "name"
8946 #  - "tags"
8947 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8948 #  x-axis: "X = CNFs per Service Chain"
8949 #  y-axis: "Y = Number of Service Chains"
8950 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8951 #  layout:
8952 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8953 #    layout: "plot-service-density"
8954
8955 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8956 - type: "plot"
8957   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8958   algorithm: "plot_nf_heatmap"
8959   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8960   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8961   filter: "'NIC_Intel-XXV710' and
8962            'NF_DENSITY' and
8963            'DOCKER' and
8964            'CHAIN' and
8965            'NF_VPPIP4' and
8966            'IPSEC' and
8967            'TNL_1000' and
8968            'IMIX' and
8969            '2T1C' and
8970            'NDRPDR'"
8971   parameters:
8972   - "throughput"
8973   - "name"
8974   - "tags"
8975   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8976   x-axis: "X = CNFs per Service Chain"
8977   y-axis: "Y = Number of Service Chains"
8978   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8979   layout:
8980     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8981     layout: "plot-service-density"
8982
8983 - type: "plot"
8984   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8985   algorithm: "plot_nf_heatmap"
8986   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8987   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8988   filter: "'NIC_Intel-XXV710' and
8989            'NF_DENSITY' and
8990            'DOCKER' and
8991            'CHAIN' and
8992            'NF_VPPIP4' and
8993            'IPSEC' and
8994            'TNL_1000' and
8995            'IMIX' and
8996            '4T2C' and
8997            'NDRPDR'"
8998   parameters:
8999   - "throughput"
9000   - "name"
9001   - "tags"
9002   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9003   x-axis: "X = CNFs per Service Chain"
9004   y-axis: "Y = Number of Service Chains"
9005   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9006   layout:
9007     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9008     layout: "plot-service-density"
9009
9010 - type: "plot"
9011   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9012   algorithm: "plot_nf_heatmap"
9013   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9014   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9015   filter: "'NIC_Intel-XXV710' and
9016            'NF_DENSITY' and
9017            'DOCKER' and
9018            'CHAIN' and
9019            'NF_VPPIP4' and
9020            'IPSEC' and
9021            'TNL_1000' and
9022            'IMIX' and
9023            '8T4C' and
9024            'NDRPDR'"
9025   parameters:
9026   - "throughput"
9027   - "name"
9028   - "tags"
9029   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9030   x-axis: "X = CNFs per Service Chain"
9031   y-axis: "Y = Number of Service Chains"
9032   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9033   layout:
9034     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9035     layout: "plot-service-density"
9036
9037 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9038 - type: "plot"
9039   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9040   algorithm: "plot_nf_heatmap"
9041   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9042   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9043   filter: "'NIC_Intel-XXV710' and
9044            'NF_DENSITY' and
9045            'DOCKER' and
9046            'CHAIN' and
9047            'NF_VPPIP4' and
9048            'IPSEC' and
9049            'TNL_1000' and
9050            'IMIX' and
9051            '2T1C' and
9052            'NDRPDR'"
9053   parameters:
9054   - "throughput"
9055   - "name"
9056   - "tags"
9057   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9058   x-axis: "X = CNFs per Service Chain"
9059   y-axis: "Y = Number of Service Chains"
9060   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9061   layout:
9062     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9063     layout: "plot-service-density"
9064
9065 - type: "plot"
9066   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9067   algorithm: "plot_nf_heatmap"
9068   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9069   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9070   filter: "'NIC_Intel-XXV710' and
9071            'NF_DENSITY' and
9072            'DOCKER' and
9073            'CHAIN' and
9074            'NF_VPPIP4' and
9075            'IPSEC' and
9076            'TNL_1000' and
9077            'IMIX' and
9078            '4T2C' and
9079            'NDRPDR'"
9080   parameters:
9081   - "throughput"
9082   - "name"
9083   - "tags"
9084   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9085   x-axis: "X = CNFs per Service Chain"
9086   y-axis: "Y = Number of Service Chains"
9087   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9088   layout:
9089     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9090     layout: "plot-service-density"
9091
9092 - type: "plot"
9093   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9094   algorithm: "plot_nf_heatmap"
9095   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9096   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9097   filter: "'NIC_Intel-XXV710' and
9098            'NF_DENSITY' and
9099            'DOCKER' and
9100            'CHAIN' and
9101            'NF_VPPIP4' and
9102            'IPSEC' and
9103            'TNL_1000' and
9104            'IMIX' and
9105            '8T4C' and
9106            'NDRPDR'"
9107   parameters:
9108   - "throughput"
9109   - "name"
9110   - "tags"
9111   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9112   x-axis: "X = CNFs per Service Chain"
9113   y-axis: "Y = Number of Service Chains"
9114   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9115   layout:
9116     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9117     layout: "plot-service-density"
9118
9119 ###############################################################################
9120
9121 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9122 - type: "plot"
9123   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9124   algorithm: "plot_nf_heatmap"
9125   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9126   data: "plot-vpp-nfv-3n-hsw-mrr"
9127   filter: "'NIC_Intel-XL710' and
9128            'NF_DENSITY' and
9129            'DOCKER' and
9130            'CHAIN' and
9131            'NF_VPPIP4' and
9132            'IMIX' and
9133            'TNL_1000' and
9134            '1T1C' and
9135            'MRR'"
9136   parameters:
9137   - "result"
9138   - "name"
9139   - "tags"
9140   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9141   x-axis: "X = CNFs per Service Chain"
9142   y-axis: "Y = Number of Service Chains"
9143   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9144   layout:
9145     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9146     layout: "plot-service-density"
9147
9148 - type: "plot"
9149   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9150   algorithm: "plot_nf_heatmap"
9151   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9152   data: "plot-vpp-nfv-3n-hsw-mrr"
9153   filter: "'NIC_Intel-XL710' and
9154            'NF_DENSITY' and
9155            'DOCKER' and
9156            'CHAIN' and
9157            'NF_VPPIP4' and
9158            'IPSEC' and
9159            'TNL_1000' and
9160            'IMIX' and
9161            '2T2C' and
9162            'MRR'"
9163   parameters:
9164   - "result"
9165   - "name"
9166   - "tags"
9167   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9168   x-axis: "X = CNFs per Service Chain"
9169   y-axis: "Y = Number of Service Chains"
9170   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9171   layout:
9172     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9173     layout: "plot-service-density"
9174
9175 - type: "plot"
9176   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9177   algorithm: "plot_nf_heatmap"
9178   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9179   data: "plot-vpp-nfv-3n-hsw-mrr"
9180   filter: "'NIC_Intel-XL710' and
9181            'NF_DENSITY' and
9182            'DOCKER' and
9183            'CHAIN' and
9184            'NF_VPPIP4' and
9185            'IPSEC' and
9186            'TNL_1000' and
9187            'IMIX' and
9188            '4T4C' and
9189            'MRR'"
9190   parameters:
9191   - "result"
9192   - "name"
9193   - "tags"
9194   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9195   x-axis: "X = CNFs per Service Chain"
9196   y-axis: "Y = Number of Service Chains"
9197   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9198   layout:
9199     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9200     layout: "plot-service-density"
9201
9202 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9203 - type: "plot"
9204   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9205   algorithm: "plot_nf_heatmap"
9206   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9207   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9208   filter: "'NIC_Intel-XL710' and
9209            'NF_DENSITY' and
9210            'DOCKER' and
9211            'CHAIN' and
9212            'NF_VPPIP4' and
9213            'IPSEC' and
9214            'TNL_1000' and
9215            'IMIX' and
9216            '1T1C' and
9217            'NDRPDR'"
9218   parameters:
9219   - "throughput"
9220   - "name"
9221   - "tags"
9222   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9223   x-axis: "X = CNFs per Service Chain"
9224   y-axis: "Y = Number of Service Chains"
9225   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9226   layout:
9227     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9228     layout: "plot-service-density"
9229
9230 - type: "plot"
9231   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9232   algorithm: "plot_nf_heatmap"
9233   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9234   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9235   filter: "'NIC_Intel-XL710' and
9236            'NF_DENSITY' and
9237            'DOCKER' and
9238            'CHAIN' and
9239            'NF_VPPIP4' and
9240            'IPSEC' and
9241            'TNL_1000' and
9242            'IMIX' and
9243            '2T2C' and
9244            'NDRPDR'"
9245   parameters:
9246   - "throughput"
9247   - "name"
9248   - "tags"
9249   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9250   x-axis: "X = CNFs per Service Chain"
9251   y-axis: "Y = Number of Service Chains"
9252   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9253   layout:
9254     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9255     layout: "plot-service-density"
9256
9257 - type: "plot"
9258   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9259   algorithm: "plot_nf_heatmap"
9260   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9261   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9262   filter: "'NIC_Intel-XL710' and
9263            'NF_DENSITY' and
9264            'DOCKER' and
9265            'CHAIN' and
9266            'NF_VPPIP4' and
9267            'IPSEC' and
9268            'TNL_1000' and
9269            'IMIX' and
9270            '4T4C' and
9271            'NDRPDR'"
9272   parameters:
9273   - "throughput"
9274   - "name"
9275   - "tags"
9276   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9277   x-axis: "X = CNFs per Service Chain"
9278   y-axis: "Y = Number of Service Chains"
9279   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9280   layout:
9281     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9282     layout: "plot-service-density"
9283
9284 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9285 - type: "plot"
9286   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9287   algorithm: "plot_nf_heatmap"
9288   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9289   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9290   filter: "'NIC_Intel-XL710' and
9291            'NF_DENSITY' and
9292            'DOCKER' and
9293            'CHAIN' and
9294            'NF_VPPIP4' and
9295            'IPSEC' and
9296            'TNL_1000' and
9297            'IMIX' and
9298            '1T1C' and
9299            'NDRPDR'"
9300   parameters:
9301   - "throughput"
9302   - "name"
9303   - "tags"
9304   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9305   x-axis: "X = CNFs per Service Chain"
9306   y-axis: "Y = Number of Service Chains"
9307   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9308   layout:
9309     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9310     layout: "plot-service-density"
9311
9312 - type: "plot"
9313   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9314   algorithm: "plot_nf_heatmap"
9315   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9316   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9317   filter: "'NIC_Intel-XL710' and
9318            'NF_DENSITY' and
9319            'DOCKER' and
9320            'CHAIN' and
9321            'NF_VPPIP4' and
9322            'IPSEC' and
9323            'TNL_1000' and
9324            'IMIX' and
9325            '2T2C' and
9326            'NDRPDR'"
9327   parameters:
9328   - "throughput"
9329   - "name"
9330   - "tags"
9331   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9332   x-axis: "X = CNFs per Service Chain"
9333   y-axis: "Y = Number of Service Chains"
9334   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9335   layout:
9336     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9337     layout: "plot-service-density"
9338
9339 - type: "plot"
9340   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9341   algorithm: "plot_nf_heatmap"
9342   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9343   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9344   filter: "'NIC_Intel-XL710' and
9345            'NF_DENSITY' and
9346            'DOCKER' and
9347            'CHAIN' and
9348            'NF_VPPIP4' and
9349            'IPSEC' and
9350            'TNL_1000' and
9351            'IMIX' and
9352            '4T4C' and
9353            'NDRPDR'"
9354   parameters:
9355   - "throughput"
9356   - "name"
9357   - "tags"
9358   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9359   x-axis: "X = CNFs per Service Chain"
9360   y-axis: "Y = Number of Service Chains"
9361   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9362   layout:
9363     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9364     layout: "plot-service-density"
9365
9366 ###############################################################################
9367
9368 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9369 #- type: "plot"
9370 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9371 #  algorithm: "plot_nf_heatmap"
9372 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9373 #  data: "plot-vpp-nfv-3n-skx-mrr"
9374 #  filter: "'NIC_Intel-XXV710' and
9375 #           'NF_DENSITY' and
9376 #           'DOCKER' and
9377 #           'CHAIN' and
9378 #           'NF_VPPIP4' and
9379 #           'IPSEC' and
9380 #           'TNL_10000' and
9381 #           'IMIX' and
9382 #           '2T1C' and
9383 #           'MRR'"
9384 #  parameters:
9385 #  - "result"
9386 #  - "name"
9387 #  - "tags"
9388 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9389 #  x-axis: "X = CNFs per Service Chain"
9390 #  y-axis: "Y = Number of Service Chains"
9391 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9392 #  layout:
9393 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9394 #    layout: "plot-service-density"
9395 #
9396 #- type: "plot"
9397 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9398 #  algorithm: "plot_nf_heatmap"
9399 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9400 #  data: "plot-vpp-nfv-3n-skx-mrr"
9401 #  filter: "'NIC_Intel-XXV710' and
9402 #           'NF_DENSITY' and
9403 #           'DOCKER' and
9404 #           'CHAIN' and
9405 #           'NF_VPPIP4' and
9406 #           'IPSEC' and
9407 #           'TNL_10000' and
9408 #           'IMIX' and
9409 #           '4T2C' and
9410 #           'MRR'"
9411 #  parameters:
9412 #  - "result"
9413 #  - "name"
9414 #  - "tags"
9415 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9416 #  x-axis: "X = CNFs per Service Chain"
9417 #  y-axis: "Y = Number of Service Chains"
9418 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9419 #  layout:
9420 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9421 #    layout: "plot-service-density"
9422 #
9423 #- type: "plot"
9424 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9425 #  algorithm: "plot_nf_heatmap"
9426 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9427 #  data: "plot-vpp-nfv-3n-skx-mrr"
9428 #  filter: "'NIC_Intel-XXV710' and
9429 #           'NF_DENSITY' and
9430 #           'DOCKER' and
9431 #           'CHAIN' and
9432 #           'NF_VPPIP4' and
9433 #           'IPSEC' and
9434 #           'TNL_10000' and
9435 #           'IMIX' and
9436 #           '8T4C' and
9437 #           'MRR'"
9438 #  parameters:
9439 #  - "result"
9440 #  - "name"
9441 #  - "tags"
9442 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9443 #  x-axis: "X = CNFs per Service Chain"
9444 #  y-axis: "Y = Number of Service Chains"
9445 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9446 #  layout:
9447 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9448 #    layout: "plot-service-density"
9449
9450 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9451 - type: "plot"
9452   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9453   algorithm: "plot_nf_heatmap"
9454   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9455   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9456   filter: "'NIC_Intel-XXV710' and
9457            'NF_DENSITY' and
9458            'DOCKER' and
9459            'CHAIN' and
9460            'NF_VPPIP4' and
9461            'IPSEC' and
9462            'TNL_10000' and
9463            'IMIX' and
9464            '2T1C' and
9465            'NDRPDR'"
9466   parameters:
9467   - "throughput"
9468   - "name"
9469   - "tags"
9470   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9471   x-axis: "X = CNFs per Service Chain"
9472   y-axis: "Y = Number of Service Chains"
9473   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9474   layout:
9475     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9476     layout: "plot-service-density"
9477
9478 - type: "plot"
9479   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9480   algorithm: "plot_nf_heatmap"
9481   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9482   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9483   filter: "'NIC_Intel-XXV710' and
9484            'NF_DENSITY' and
9485            'DOCKER' and
9486            'CHAIN' and
9487            'NF_VPPIP4' and
9488            'IPSEC' and
9489            'TNL_10000' and
9490            'IMIX' and
9491            '4T2C' and
9492            'NDRPDR'"
9493   parameters:
9494   - "throughput"
9495   - "name"
9496   - "tags"
9497   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9498   x-axis: "X = CNFs per Service Chain"
9499   y-axis: "Y = Number of Service Chains"
9500   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9501   layout:
9502     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9503     layout: "plot-service-density"
9504
9505 - type: "plot"
9506   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9507   algorithm: "plot_nf_heatmap"
9508   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9509   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9510   filter: "'NIC_Intel-XXV710' and
9511            'NF_DENSITY' and
9512            'DOCKER' and
9513            'CHAIN' and
9514            'NF_VPPIP4' and
9515            'IPSEC' and
9516            'TNL_10000' and
9517            'IMIX' and
9518            '8T4C' and
9519            'NDRPDR'"
9520   parameters:
9521   - "throughput"
9522   - "name"
9523   - "tags"
9524   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9525   x-axis: "X = CNFs per Service Chain"
9526   y-axis: "Y = Number of Service Chains"
9527   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9528   layout:
9529     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9530     layout: "plot-service-density"
9531
9532 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9533 - type: "plot"
9534   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9535   algorithm: "plot_nf_heatmap"
9536   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9537   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9538   filter: "'NIC_Intel-XXV710' and
9539            'NF_DENSITY' and
9540            'DOCKER' and
9541            'CHAIN' and
9542            'NF_VPPIP4' and
9543            'IPSEC' and
9544            'TNL_10000' and
9545            'IMIX' and
9546            '2T1C' and
9547            'NDRPDR'"
9548   parameters:
9549   - "throughput"
9550   - "name"
9551   - "tags"
9552   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9553   x-axis: "X = CNFs per Service Chain"
9554   y-axis: "Y = Number of Service Chains"
9555   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9556   layout:
9557     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9558     layout: "plot-service-density"
9559
9560 - type: "plot"
9561   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9562   algorithm: "plot_nf_heatmap"
9563   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9564   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9565   filter: "'NIC_Intel-XXV710' and
9566            'NF_DENSITY' and
9567            'DOCKER' and
9568            'CHAIN' and
9569            'NF_VPPIP4' and
9570            'IPSEC' and
9571            'TNL_10000' and
9572            'IMIX' and
9573            '4T2C' and
9574            'NDRPDR'"
9575   parameters:
9576   - "throughput"
9577   - "name"
9578   - "tags"
9579   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9580   x-axis: "X = CNFs per Service Chain"
9581   y-axis: "Y = Number of Service Chains"
9582   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9583   layout:
9584     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9585     layout: "plot-service-density"
9586
9587 - type: "plot"
9588   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9589   algorithm: "plot_nf_heatmap"
9590   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9591   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9592   filter: "'NIC_Intel-XXV710' and
9593            'NF_DENSITY' and
9594            'DOCKER' and
9595            'CHAIN' and
9596            'NF_VPPIP4' and
9597            'IPSEC' and
9598            'TNL_10000' and
9599            'IMIX' and
9600            '8T4C' and
9601            'NDRPDR'"
9602   parameters:
9603   - "throughput"
9604   - "name"
9605   - "tags"
9606   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9607   x-axis: "X = CNFs per Service Chain"
9608   y-axis: "Y = Number of Service Chains"
9609   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9610   layout:
9611     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9612     layout: "plot-service-density"
9613
9614 ###############################################################################
9615
9616 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9617 - type: "plot"
9618   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9619   algorithm: "plot_nf_heatmap"
9620   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9621   data: "plot-vpp-nfv-3n-hsw-mrr"
9622   filter: "'NIC_Intel-XL710' and
9623            'NF_DENSITY' and
9624            'DOCKER' and
9625            'CHAIN' and
9626            'NF_VPPIP4' and
9627            'IMIX' and
9628            'TNL_10000' and
9629            '1T1C' and
9630            'MRR'"
9631   parameters:
9632   - "result"
9633   - "name"
9634   - "tags"
9635   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9636   x-axis: "X = CNFs per Service Chain"
9637   y-axis: "Y = Number of Service Chains"
9638   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9639   layout:
9640     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9641     layout: "plot-service-density"
9642
9643 - type: "plot"
9644   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9645   algorithm: "plot_nf_heatmap"
9646   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9647   data: "plot-vpp-nfv-3n-hsw-mrr"
9648   filter: "'NIC_Intel-XL710' and
9649            'NF_DENSITY' and
9650            'DOCKER' and
9651            'CHAIN' and
9652            'NF_VPPIP4' and
9653            'IPSEC' and
9654            'TNL_10000' and
9655            'IMIX' and
9656            '2T2C' and
9657            'MRR'"
9658   parameters:
9659   - "result"
9660   - "name"
9661   - "tags"
9662   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9663   x-axis: "X = CNFs per Service Chain"
9664   y-axis: "Y = Number of Service Chains"
9665   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9666   layout:
9667     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9668     layout: "plot-service-density"
9669
9670 - type: "plot"
9671   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9672   algorithm: "plot_nf_heatmap"
9673   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9674   data: "plot-vpp-nfv-3n-hsw-mrr"
9675   filter: "'NIC_Intel-XL710' and
9676            'NF_DENSITY' and
9677            'DOCKER' and
9678            'CHAIN' and
9679            'NF_VPPIP4' and
9680            'IPSEC' and
9681            'TNL_10000' and
9682            'IMIX' and
9683            '4T4C' and
9684            'MRR'"
9685   parameters:
9686   - "result"
9687   - "name"
9688   - "tags"
9689   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9690   x-axis: "X = CNFs per Service Chain"
9691   y-axis: "Y = Number of Service Chains"
9692   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9693   layout:
9694     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9695     layout: "plot-service-density"
9696
9697 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9698 - type: "plot"
9699   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9700   algorithm: "plot_nf_heatmap"
9701   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9702   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9703   filter: "'NIC_Intel-XL710' and
9704            'NF_DENSITY' and
9705            'DOCKER' and
9706            'CHAIN' and
9707            'NF_VPPIP4' and
9708            'IPSEC' and
9709            'TNL_10000' and
9710            'IMIX' and
9711            '1T1C' and
9712            'NDRPDR'"
9713   parameters:
9714   - "throughput"
9715   - "name"
9716   - "tags"
9717   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9718   x-axis: "X = CNFs per Service Chain"
9719   y-axis: "Y = Number of Service Chains"
9720   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9721   layout:
9722     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9723     layout: "plot-service-density"
9724
9725 - type: "plot"
9726   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9727   algorithm: "plot_nf_heatmap"
9728   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9729   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9730   filter: "'NIC_Intel-XL710' and
9731            'NF_DENSITY' and
9732            'DOCKER' and
9733            'CHAIN' and
9734            'NF_VPPIP4' and
9735            'IPSEC' and
9736            'TNL_10000' and
9737            'IMIX' and
9738            '2T2C' and
9739            'NDRPDR'"
9740   parameters:
9741   - "throughput"
9742   - "name"
9743   - "tags"
9744   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9745   x-axis: "X = CNFs per Service Chain"
9746   y-axis: "Y = Number of Service Chains"
9747   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9748   layout:
9749     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9750     layout: "plot-service-density"
9751
9752 - type: "plot"
9753   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9754   algorithm: "plot_nf_heatmap"
9755   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9756   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9757   filter: "'NIC_Intel-XL710' and
9758            'NF_DENSITY' and
9759            'DOCKER' and
9760            'CHAIN' and
9761            'NF_VPPIP4' and
9762            'IPSEC' and
9763            'TNL_10000' and
9764            'IMIX' and
9765            '4T4C' and
9766            'NDRPDR'"
9767   parameters:
9768   - "throughput"
9769   - "name"
9770   - "tags"
9771   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9772   x-axis: "X = CNFs per Service Chain"
9773   y-axis: "Y = Number of Service Chains"
9774   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9775   layout:
9776     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9777     layout: "plot-service-density"
9778
9779 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9780 - type: "plot"
9781   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9782   algorithm: "plot_nf_heatmap"
9783   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9784   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9785   filter: "'NIC_Intel-XL710' and
9786            'NF_DENSITY' and
9787            'DOCKER' and
9788            'CHAIN' and
9789            'NF_VPPIP4' and
9790            'IPSEC' and
9791            'TNL_10000' and
9792            'IMIX' and
9793            '1T1C' and
9794            'NDRPDR'"
9795   parameters:
9796   - "throughput"
9797   - "name"
9798   - "tags"
9799   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9800   x-axis: "X = CNFs per Service Chain"
9801   y-axis: "Y = Number of Service Chains"
9802   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9803   layout:
9804     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9805     layout: "plot-service-density"
9806
9807 - type: "plot"
9808   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9809   algorithm: "plot_nf_heatmap"
9810   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9811   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9812   filter: "'NIC_Intel-XL710' and
9813            'NF_DENSITY' and
9814            'DOCKER' and
9815            'CHAIN' and
9816            'NF_VPPIP4' and
9817            'IPSEC' and
9818            'TNL_10000' and
9819            'IMIX' and
9820            '2T2C' and
9821            'NDRPDR'"
9822   parameters:
9823   - "throughput"
9824   - "name"
9825   - "tags"
9826   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9827   x-axis: "X = CNFs per Service Chain"
9828   y-axis: "Y = Number of Service Chains"
9829   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9830   layout:
9831     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9832     layout: "plot-service-density"
9833
9834 - type: "plot"
9835   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9836   algorithm: "plot_nf_heatmap"
9837   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9838   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9839   filter: "'NIC_Intel-XL710' and
9840            'NF_DENSITY' and
9841            'DOCKER' and
9842            'CHAIN' and
9843            'NF_VPPIP4' and
9844            'IPSEC' and
9845            'TNL_10000' and
9846            'IMIX' and
9847            '4T4C' and
9848            'NDRPDR'"
9849   parameters:
9850   - "throughput"
9851   - "name"
9852   - "tags"
9853   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9854   x-axis: "X = CNFs per Service Chain"
9855   y-axis: "Y = Number of Service Chains"
9856   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9857   layout:
9858     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9859     layout: "plot-service-density"
9860
9861 ###############################################################################
9862
9863 # Plots - NF Density - CSP - MRR 64b
9864
9865 #- type: "plot"
9866 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9867 #  algorithm: "plot_nf_heatmap"
9868 #  output-file-type: ".html"
9869 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9870 #  data: "plot-vpp-nfv-2n-skx-mrr"
9871 #  filter: "'NIC_Intel-XXV710' and
9872 #           'NF_DENSITY' and
9873 #           'DOCKER' and
9874 #           'PIPELINE' and
9875 #           'NF_VPPIP4' and
9876 #           '64B' and
9877 #           '2T1C' and
9878 #           'MRR'"
9879 #  parameters:
9880 #  - "result"
9881 #  - "name"
9882 #  - "tags"
9883 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9884 #  x-axis: "X = CNFs per Service Pipeline"
9885 #  y-axis: "Y = Number of Service Pipelines"
9886 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9887 #  layout:
9888 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9889 #    layout: "plot-service-density"
9890 #
9891 #- type: "plot"
9892 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9893 #  algorithm: "plot_nf_heatmap"
9894 #  output-file-type: ".html"
9895 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9896 #  data: "plot-vpp-nfv-2n-skx-mrr"
9897 #  filter: "'NIC_Intel-XXV710' and
9898 #           'NF_DENSITY' and
9899 #           'DOCKER' and
9900 #           'PIPELINE' and
9901 #           'NF_VPPIP4' and
9902 #           '64B' and
9903 #           '4T2C' and
9904 #           'MRR'"
9905 #  parameters:
9906 #  - "result"
9907 #  - "name"
9908 #  - "tags"
9909 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9910 #  x-axis: "X = CNFs per Service Pipeline"
9911 #  y-axis: "Y = Number of Service Pipelines"
9912 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9913 #  layout:
9914 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9915 #    layout: "plot-service-density"
9916 #
9917 #- type: "plot"
9918 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9919 #  algorithm: "plot_nf_heatmap"
9920 #  output-file-type: ".html"
9921 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9922 #  data: "plot-vpp-nfv-2n-skx-mrr"
9923 #  filter: "'NIC_Intel-XXV710' and
9924 #           'NF_DENSITY' and
9925 #           'DOCKER' and
9926 #           'PIPELINE' and
9927 #           'NF_VPPIP4' and
9928 #           '64B' and
9929 #           '8T4C' and
9930 #           'MRR'"
9931 #  parameters:
9932 #  - "result"
9933 #  - "name"
9934 #  - "tags"
9935 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9936 #  x-axis: "X = CNFs per Service Pipeline"
9937 #  y-axis: "Y = Number of Service Pipelines"
9938 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9939 #  layout:
9940 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9941 #    layout: "plot-service-density"
9942 #
9943 ## Plots - NF Density - CSP - MRR IMIX
9944 #- type: "plot"
9945 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9946 #  algorithm: "plot_nf_heatmap"
9947 #  output-file-type: ".html"
9948 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9949 #  data: "plot-vpp-nfv-2n-skx-mrr"
9950 #  filter: "'NIC_Intel-XXV710' and
9951 #           'NF_DENSITY' and
9952 #           'DOCKER' and
9953 #           'PIPELINE' and
9954 #           'NF_VPPIP4' and
9955 #           'IMIX' and
9956 #           '2T1C' and
9957 #           'MRR'"
9958 #  parameters:
9959 #  - "result"
9960 #  - "name"
9961 #  - "tags"
9962 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9963 #  x-axis: "X = CNFs per Service Pipeline"
9964 #  y-axis: "Y = Number of Service Pipelines"
9965 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9966 #  layout:
9967 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9968 #    layout: "plot-service-density"
9969 #
9970 #- type: "plot"
9971 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9972 #  algorithm: "plot_nf_heatmap"
9973 #  output-file-type: ".html"
9974 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9975 #  data: "plot-vpp-nfv-2n-skx-mrr"
9976 #  filter: "'NIC_Intel-XXV710' and
9977 #           'NF_DENSITY' and
9978 #           'DOCKER' and
9979 #           'PIPELINE' and
9980 #           'NF_VPPIP4' and
9981 #           'IMIX' and
9982 #           '4T2C' and
9983 #           'MRR'"
9984 #  parameters:
9985 #  - "result"
9986 #  - "name"
9987 #  - "tags"
9988 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9989 #  x-axis: "X = CNFs per Service Pipeline"
9990 #  y-axis: "Y = Number of Service Pipelines"
9991 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9992 #  layout:
9993 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9994 #    layout: "plot-service-density"
9995 #
9996 #- type: "plot"
9997 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9998 #  algorithm: "plot_nf_heatmap"
9999 #  output-file-type: ".html"
10000 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10001 #  data: "plot-vpp-nfv-2n-skx-mrr"
10002 #  filter: "'NIC_Intel-XXV710' and
10003 #           'NF_DENSITY' and
10004 #           'DOCKER' and
10005 #           'PIPELINE' and
10006 #           'NF_VPPIP4' and
10007 #           'IMIX' and
10008 #           '8T4C' 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 Pipeline"
10016 #  y-axis: "Y = Number of Service Pipelines"
10017 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10018 #  layout:
10019 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10020 #    layout: "plot-service-density"
10021 #
10022 ## Plots - NF Density - CSP - NDR 64b
10023 #- type: "plot"
10024 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10025 #  algorithm: "plot_nf_heatmap"
10026 #  output-file-type: ".html"
10027 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
10028 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10029 #  filter: "'NIC_Intel-XXV710' and
10030 #           'NF_DENSITY' and
10031 #           'DOCKER' and
10032 #           'PIPELINE' and
10033 #           'NF_VPPIP4' and
10034 #           '64B' and
10035 #           '2T1C' and
10036 #           'NDRPDR'"
10037 #  parameters:
10038 #  - "throughput"
10039 #  - "name"
10040 #  - "tags"
10041 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10042 #  x-axis: "X = CNFs per Service Pipeline"
10043 #  y-axis: "Y = Number of Service Pipelines"
10044 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10045 #  layout:
10046 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10047 #    layout: "plot-service-density"
10048 #
10049 #- type: "plot"
10050 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10051 #  algorithm: "plot_nf_heatmap"
10052 #  output-file-type: ".html"
10053 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
10054 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10055 #  filter: "'NIC_Intel-XXV710' and
10056 #           'NF_DENSITY' and
10057 #           'DOCKER' and
10058 #           'PIPELINE' and
10059 #           'NF_VPPIP4' and
10060 #           '64B' and
10061 #           '4T2C' and
10062 #           'NDRPDR'"
10063 #  parameters:
10064 #  - "throughput"
10065 #  - "name"
10066 #  - "tags"
10067 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10068 #  x-axis: "X = CNFs per Service Pipeline"
10069 #  y-axis: "Y = Number of Service Pipelines"
10070 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10071 #  layout:
10072 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10073 #    layout: "plot-service-density"
10074 #
10075 #- type: "plot"
10076 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10077 #  algorithm: "plot_nf_heatmap"
10078 #  output-file-type: ".html"
10079 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
10080 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10081 #  filter: "'NIC_Intel-XXV710' and
10082 #           'NF_DENSITY' and
10083 #           'DOCKER' and
10084 #           'PIPELINE' and
10085 #           'NF_VPPIP4' and
10086 #           '64B' and
10087 #           '8T4C' and
10088 #           'NDRPDR'"
10089 #  parameters:
10090 #  - "throughput"
10091 #  - "name"
10092 #  - "tags"
10093 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10094 #  x-axis: "X = CNFs per Service Pipeline"
10095 #  y-axis: "Y = Number of Service Pipelines"
10096 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10097 #  layout:
10098 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10099 #    layout: "plot-service-density"
10100 #
10101 ## Plots - NF Density - CSP - NDR IMIX
10102 #- type: "plot"
10103 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10104 #  algorithm: "plot_nf_heatmap"
10105 #  output-file-type: ".html"
10106 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10107 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10108 #  filter: "'NIC_Intel-XXV710' and
10109 #           'NF_DENSITY' and
10110 #           'DOCKER' and
10111 #           'PIPELINE' and
10112 #           'NF_VPPIP4' and
10113 #           'IMIX' and
10114 #           '2T1C' and
10115 #           'NDRPDR'"
10116 #  parameters:
10117 #  - "throughput"
10118 #  - "name"
10119 #  - "tags"
10120 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10121 #  x-axis: "X = CNFs per Service Pipeline"
10122 #  y-axis: "Y = Number of Service Pipelines"
10123 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10124 #  layout:
10125 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10126 #    layout: "plot-service-density"
10127 #
10128 #- type: "plot"
10129 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10130 #  algorithm: "plot_nf_heatmap"
10131 #  output-file-type: ".html"
10132 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10133 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10134 #  filter: "'NIC_Intel-XXV710' and
10135 #           'NF_DENSITY' and
10136 #           'DOCKER' and
10137 #           'PIPELINE' and
10138 #           'NF_VPPIP4' and
10139 #           'IMIX' and
10140 #           '4T2C' and
10141 #           'NDRPDR'"
10142 #  parameters:
10143 #  - "throughput"
10144 #  - "name"
10145 #  - "tags"
10146 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10147 #  x-axis: "X = CNFs per Service Pipeline"
10148 #  y-axis: "Y = Number of Service Pipelines"
10149 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10150 #  layout:
10151 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10152 #    layout: "plot-service-density"
10153 #
10154 #- type: "plot"
10155 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10156 #  algorithm: "plot_nf_heatmap"
10157 #  output-file-type: ".html"
10158 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10159 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10160 #  filter: "'NIC_Intel-XXV710' and
10161 #           'NF_DENSITY' and
10162 #           'DOCKER' and
10163 #           'PIPELINE' and
10164 #           'NF_VPPIP4' and
10165 #           'IMIX' and
10166 #           '8T4C' and
10167 #           'NDRPDR'"
10168 #  parameters:
10169 #  - "throughput"
10170 #  - "name"
10171 #  - "tags"
10172 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10173 #  x-axis: "X = CNFs per Service Pipeline"
10174 #  y-axis: "Y = Number of Service Pipelines"
10175 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10176 #  layout:
10177 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10178 #    layout: "plot-service-density"
10179 #
10180 ## Plots - NF Density - CSP - PDR 64b
10181 #- type: "plot"
10182 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10183 #  algorithm: "plot_nf_heatmap"
10184 #  output-file-type: ".html"
10185 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
10186 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10187 #  filter: "'NIC_Intel-XXV710' and
10188 #           'NF_DENSITY' and
10189 #           'DOCKER' and
10190 #           'PIPELINE' and
10191 #           'NF_VPPIP4' and
10192 #           '64B' and
10193 #           '2T1C' and
10194 #           'NDRPDR'"
10195 #  parameters:
10196 #  - "throughput"
10197 #  - "name"
10198 #  - "tags"
10199 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10200 #  x-axis: "X = CNFs per Service Pipeline"
10201 #  y-axis: "Y = Number of Service Pipelines"
10202 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10203 #  layout:
10204 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10205 #    layout: "plot-service-density"
10206 #
10207 #- type: "plot"
10208 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10209 #  algorithm: "plot_nf_heatmap"
10210 #  output-file-type: ".html"
10211 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
10212 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10213 #  filter: "'NIC_Intel-XXV710' and
10214 #           'NF_DENSITY' and
10215 #           'DOCKER' and
10216 #           'PIPELINE' and
10217 #           'NF_VPPIP4' and
10218 #           '64B' and
10219 #           '4T2C' and
10220 #           'NDRPDR'"
10221 #  parameters:
10222 #  - "throughput"
10223 #  - "name"
10224 #  - "tags"
10225 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10226 #  x-axis: "X = CNFs per Service Pipeline"
10227 #  y-axis: "Y = Number of Service Pipelines"
10228 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10229 #  layout:
10230 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10231 #    layout: "plot-service-density"
10232 #
10233 #- type: "plot"
10234 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10235 #  algorithm: "plot_nf_heatmap"
10236 #  output-file-type: ".html"
10237 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
10238 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10239 #  filter: "'NIC_Intel-XXV710' and
10240 #           'NF_DENSITY' and
10241 #           'DOCKER' and
10242 #           'PIPELINE' and
10243 #           'NF_VPPIP4' and
10244 #           '64B' and
10245 #           '8T4C' and
10246 #           'NDRPDR'"
10247 #  parameters:
10248 #  - "throughput"
10249 #  - "name"
10250 #  - "tags"
10251 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10252 #  x-axis: "X = CNFs per Service Pipeline"
10253 #  y-axis: "Y = Number of Service Pipelines"
10254 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10255 #  layout:
10256 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10257 #    layout: "plot-service-density"
10258 #
10259 ## Plots - NF Density - CSP - PDR IMIX
10260 #- type: "plot"
10261 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10262 #  algorithm: "plot_nf_heatmap"
10263 #  output-file-type: ".html"
10264 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10265 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10266 #  filter: "'NIC_Intel-XXV710' and
10267 #           'NF_DENSITY' and
10268 #           'DOCKER' and
10269 #           'PIPELINE' and
10270 #           'NF_VPPIP4' and
10271 #           'IMIX' and
10272 #           '2T1C' and
10273 #           'NDRPDR'"
10274 #  parameters:
10275 #  - "throughput"
10276 #  - "name"
10277 #  - "tags"
10278 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10279 #  x-axis: "X = CNFs per Service Pipeline"
10280 #  y-axis: "Y = Number of Service Pipelines"
10281 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10282 #  layout:
10283 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10284 #    layout: "plot-service-density"
10285 #
10286 #- type: "plot"
10287 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10288 #  algorithm: "plot_nf_heatmap"
10289 #  output-file-type: ".html"
10290 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10291 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10292 #  filter: "'NIC_Intel-XXV710' and
10293 #           'NF_DENSITY' and
10294 #           'DOCKER' and
10295 #           'PIPELINE' and
10296 #           'NF_VPPIP4' and
10297 #           'IMIX' and
10298 #           '4T2C' and
10299 #           'NDRPDR'"
10300 #  parameters:
10301 #  - "throughput"
10302 #  - "name"
10303 #  - "tags"
10304 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10305 #  x-axis: "X = CNFs per Service Pipeline"
10306 #  y-axis: "Y = Number of Service Pipelines"
10307 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10308 #  layout:
10309 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10310 #    layout: "plot-service-density"
10311 #
10312 #- type: "plot"
10313 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10314 #  algorithm: "plot_nf_heatmap"
10315 #  output-file-type: ".html"
10316 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10317 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10318 #  filter: "'NIC_Intel-XXV710' and
10319 #           'NF_DENSITY' and
10320 #           'DOCKER' and
10321 #           'PIPELINE' and
10322 #           'NF_VPPIP4' and
10323 #           'IMIX' and
10324 #           '8T4C' and
10325 #           'NDRPDR'"
10326 #  parameters:
10327 #  - "throughput"
10328 #  - "name"
10329 #  - "tags"
10330 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10331 #  x-axis: "X = CNFs per Service Pipeline"
10332 #  y-axis: "Y = Number of Service Pipelines"
10333 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10334 #  layout:
10335 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10336 #    layout: "plot-service-density"
10337
10338 ###############################################################################
10339 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10340
10341 - type: "plot"
10342   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10343   algorithm: "plot_nf_heatmap"
10344   output-file-type: ".html"
10345   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10346   data: "plot-vpp-nfv-2n-clx-mrr"
10347   filter: "'NIC_Intel-XXV710' and
10348            'NF_DENSITY' and
10349            'VHOST' and
10350            not 'VXLAN' and
10351            'CHAIN' and
10352            'NF_VPPIP4' and
10353            'IMIX' and
10354            '2T1C' and
10355            'MRR'"
10356   parameters:
10357   - "result"
10358   - "name"
10359   - "tags"
10360   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10361   x-axis: "X = VNFs per Service Chain"
10362   y-axis: "Y = Number of Service Chains"
10363   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10364   layout:
10365     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10366     layout: "plot-service-density"
10367
10368 - type: "plot"
10369   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10370   algorithm: "plot_nf_heatmap"
10371   output-file-type: ".html"
10372   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10373   data: "plot-vpp-nfv-2n-clx-mrr"
10374   filter: "'NIC_Intel-XXV710' and
10375            'NF_DENSITY' and
10376            'VHOST' and
10377            not 'VXLAN' and
10378            'CHAIN' and
10379            'NF_VPPIP4' and
10380            'IMIX' and
10381            '4T2C' and
10382            'MRR'"
10383   parameters:
10384   - "result"
10385   - "name"
10386   - "tags"
10387   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10388   x-axis: "X = VNFs per Service Chain"
10389   y-axis: "Y = Number of Service Chains"
10390   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10391   layout:
10392     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10393     layout: "plot-service-density"
10394
10395 - type: "plot"
10396   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10397   algorithm: "plot_nf_heatmap"
10398   output-file-type: ".html"
10399   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10400   data: "plot-vpp-nfv-2n-clx-mrr"
10401   filter: "'NIC_Intel-XXV710' and
10402            'NF_DENSITY' and
10403            'VHOST' and
10404            not 'VXLAN' and
10405            'CHAIN' and
10406            'NF_VPPIP4' and
10407            'IMIX' and
10408            '8T4C' and
10409            'MRR'"
10410   parameters:
10411   - "result"
10412   - "name"
10413   - "tags"
10414   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10415   x-axis: "X = VNFs per Service Chain"
10416   y-axis: "Y = Number of Service Chains"
10417   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10418   layout:
10419     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10420     layout: "plot-service-density"
10421
10422 # Plots - NF Density - VSC - NDR IMIX
10423 - type: "plot"
10424   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10425   algorithm: "plot_nf_heatmap"
10426   output-file-type: ".html"
10427   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10428   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10429   filter: "'NIC_Intel-XXV710' and
10430            'NF_DENSITY' and
10431            'VHOST' and
10432            not 'VXLAN' and
10433            'CHAIN' and
10434            'NF_VPPIP4' and
10435            'IMIX' and
10436            '2T1C' and
10437            'NDRPDR'"
10438   parameters:
10439   - "throughput"
10440   - "name"
10441   - "tags"
10442   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10443   x-axis: "X = VNFs per Service Chain"
10444   y-axis: "Y = Number of Service Chains"
10445   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10446   layout:
10447     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10448     layout: "plot-service-density"
10449
10450 - type: "plot"
10451   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10452   algorithm: "plot_nf_heatmap"
10453   output-file-type: ".html"
10454   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10455   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10456   filter: "'NIC_Intel-XXV710' and
10457            'NF_DENSITY' and
10458            'VHOST' and
10459            not 'VXLAN' and
10460            'CHAIN' and
10461            'NF_VPPIP4' and
10462            'IMIX' and
10463            '4T2C' and
10464            'NDRPDR'"
10465   parameters:
10466   - "throughput"
10467   - "name"
10468   - "tags"
10469   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10470   x-axis: "X = VNFs per Service Chain"
10471   y-axis: "Y = Number of Service Chains"
10472   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10473   layout:
10474     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10475     layout: "plot-service-density"
10476
10477 - type: "plot"
10478   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10479   algorithm: "plot_nf_heatmap"
10480   output-file-type: ".html"
10481   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10482   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10483   filter: "'NIC_Intel-XXV710' and
10484            'NF_DENSITY' and
10485            'VHOST' and
10486            not 'VXLAN' and
10487            'CHAIN' and
10488            'NF_VPPIP4' and
10489            'IMIX' and
10490            '8T4C' and
10491            'NDRPDR'"
10492   parameters:
10493   - "throughput"
10494   - "name"
10495   - "tags"
10496   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10497   x-axis: "X = VNFs per Service Chain"
10498   y-axis: "Y = Number of Service Chains"
10499   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10500   layout:
10501     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10502     layout: "plot-service-density"
10503
10504 # Plots - NF Density - VSC - PDR IMIX
10505 - type: "plot"
10506   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10507   algorithm: "plot_nf_heatmap"
10508   output-file-type: ".html"
10509   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10510   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10511   filter: "'NIC_Intel-XXV710' and
10512            'NF_DENSITY' and
10513            'VHOST' and
10514            not 'VXLAN' and
10515            'CHAIN' and
10516            'NF_VPPIP4' and
10517            'IMIX' 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 = VNFs per Service Chain"
10526   y-axis: "Y = Number of Service Chains"
10527   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10528   layout:
10529     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10530     layout: "plot-service-density"
10531
10532 - type: "plot"
10533   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10534   algorithm: "plot_nf_heatmap"
10535   output-file-type: ".html"
10536   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10537   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10538   filter: "'NIC_Intel-XXV710' and
10539            'NF_DENSITY' and
10540            'VHOST' and
10541            not 'VXLAN' and
10542            'CHAIN' and
10543            'NF_VPPIP4' and
10544            'IMIX' and
10545            '4T2C' and
10546            'NDRPDR'"
10547   parameters:
10548   - "throughput"
10549   - "name"
10550   - "tags"
10551   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10552   x-axis: "X = VNFs per Service Chain"
10553   y-axis: "Y = Number of Service Chains"
10554   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10555   layout:
10556     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10557     layout: "plot-service-density"
10558
10559 - type: "plot"
10560   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10561   algorithm: "plot_nf_heatmap"
10562   output-file-type: ".html"
10563   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10564   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10565   filter: "'NIC_Intel-XXV710' and
10566            'NF_DENSITY' and
10567            'VHOST' and
10568            not 'VXLAN' and
10569            'CHAIN' and
10570            'NF_VPPIP4' and
10571            'IMIX' and
10572            '8T4C' and
10573            'NDRPDR'"
10574   parameters:
10575   - "throughput"
10576   - "name"
10577   - "tags"
10578   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10579   x-axis: "X = VNFs per Service Chain"
10580   y-axis: "Y = Number of Service Chains"
10581   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10582   layout:
10583     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10584     layout: "plot-service-density"
10585
10586 # Plots - NF Density - VSC - MRR IMIX
10587 - type: "plot"
10588   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10589   algorithm: "plot_nf_heatmap"
10590   output-file-type: ".html"
10591   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10592   data: "plot-vpp-nfv-2n-clx-mrr"
10593   filter: "'NIC_Intel-XXV710' and
10594            'NF_DENSITY' and
10595            'VHOST' and
10596            'VXLAN' and
10597            'CHAIN' and
10598            'IMIX' and
10599            '2T1C' and
10600            'MRR'"
10601   parameters:
10602   - "result"
10603   - "name"
10604   - "tags"
10605   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10606   x-axis: "X = VNFs per Service Chain"
10607   y-axis: "Y = Number of Service Chains"
10608   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10609   layout:
10610     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10611     layout: "plot-service-density"
10612
10613 - type: "plot"
10614   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10615   algorithm: "plot_nf_heatmap"
10616   output-file-type: ".html"
10617   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10618   data: "plot-vpp-nfv-2n-clx-mrr"
10619   filter: "'NIC_Intel-XXV710' and
10620            'NF_DENSITY' and
10621            'VHOST' and
10622            'VXLAN' and
10623            'CHAIN' and
10624            'IMIX' and
10625            '4T2C' and
10626            'MRR'"
10627   parameters:
10628   - "result"
10629   - "name"
10630   - "tags"
10631   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10632   x-axis: "X = VNFs per Service Chain"
10633   y-axis: "Y = Number of Service Chains"
10634   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10635   layout:
10636     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10637     layout: "plot-service-density"
10638
10639 - type: "plot"
10640   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10641   algorithm: "plot_nf_heatmap"
10642   output-file-type: ".html"
10643   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10644   data: "plot-vpp-nfv-2n-clx-mrr"
10645   filter: "'NIC_Intel-XXV710' and
10646            'NF_DENSITY' and
10647            'VHOST' and
10648            'VXLAN' and
10649            'CHAIN' and
10650            'IMIX' and
10651            '8T4C' and
10652            'MRR'"
10653   parameters:
10654   - "result"
10655   - "name"
10656   - "tags"
10657   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10658   x-axis: "X = VNFs per Service Chain"
10659   y-axis: "Y = Number of Service Chains"
10660   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10661   layout:
10662     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10663     layout: "plot-service-density"
10664
10665 # Plots - NF Density - VSC - NDR IMIX
10666 - type: "plot"
10667   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10668   algorithm: "plot_nf_heatmap"
10669   output-file-type: ".html"
10670   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10671   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10672   filter: "'NIC_Intel-XXV710' and
10673            'NF_DENSITY' and
10674            'VHOST' and
10675            'VXLAN' and
10676            'CHAIN' and
10677            'IMIX' and
10678            '2T1C' and
10679            'NDRPDR'"
10680   parameters:
10681   - "throughput"
10682   - "name"
10683   - "tags"
10684   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10685   x-axis: "X = VNFs per Service Chain"
10686   y-axis: "Y = Number of Service Chains"
10687   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10688   layout:
10689     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10690     layout: "plot-service-density"
10691
10692 - type: "plot"
10693   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10694   algorithm: "plot_nf_heatmap"
10695   output-file-type: ".html"
10696   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10697   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10698   filter: "'NIC_Intel-XXV710' and
10699            'NF_DENSITY' and
10700            'VHOST' and
10701            'VXLAN' and
10702            'CHAIN' and
10703            'IMIX' and
10704            '4T2C' and
10705            'NDRPDR'"
10706   parameters:
10707   - "throughput"
10708   - "name"
10709   - "tags"
10710   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10711   x-axis: "X = VNFs per Service Chain"
10712   y-axis: "Y = Number of Service Chains"
10713   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10714   layout:
10715     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10716     layout: "plot-service-density"
10717
10718 - type: "plot"
10719   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10720   algorithm: "plot_nf_heatmap"
10721   output-file-type: ".html"
10722   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10723   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10724   filter: "'NIC_Intel-XXV710' and
10725            'NF_DENSITY' and
10726            'VHOST' and
10727            'VXLAN' and
10728            'CHAIN' and
10729            'IMIX' and
10730            '8T4C' and
10731            'NDRPDR'"
10732   parameters:
10733   - "throughput"
10734   - "name"
10735   - "tags"
10736   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10737   x-axis: "X = VNFs per Service Chain"
10738   y-axis: "Y = Number of Service Chains"
10739   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10740   layout:
10741     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10742     layout: "plot-service-density"
10743
10744 # Plots - NF Density - VSC - PDR IMIX
10745 - type: "plot"
10746   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10747   algorithm: "plot_nf_heatmap"
10748   output-file-type: ".html"
10749   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10750   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10751   filter: "'NIC_Intel-XXV710' and
10752            'NF_DENSITY' and
10753            'VHOST' and
10754            'VXLAN' and
10755            'CHAIN' and
10756            'IMIX' and
10757            '2T1C' and
10758            'NDRPDR'"
10759   parameters:
10760   - "throughput"
10761   - "name"
10762   - "tags"
10763   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10764   x-axis: "X = VNFs per Service Chain"
10765   y-axis: "Y = Number of Service Chains"
10766   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10767   layout:
10768     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10769     layout: "plot-service-density"
10770
10771 - type: "plot"
10772   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10773   algorithm: "plot_nf_heatmap"
10774   output-file-type: ".html"
10775   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10776   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10777   filter: "'NIC_Intel-XXV710' and
10778            'NF_DENSITY' and
10779            'VHOST' and
10780            'VXLAN' and
10781            'CHAIN' and
10782            'IMIX' and
10783            '4T2C' and
10784            'NDRPDR'"
10785   parameters:
10786   - "throughput"
10787   - "name"
10788   - "tags"
10789   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10790   x-axis: "X = VNFs per Service Chain"
10791   y-axis: "Y = Number of Service Chains"
10792   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10793   layout:
10794     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10795     layout: "plot-service-density"
10796
10797 - type: "plot"
10798   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10799   algorithm: "plot_nf_heatmap"
10800   output-file-type: ".html"
10801   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10802   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10803   filter: "'NIC_Intel-XXV710' and
10804            'NF_DENSITY' and
10805            'VHOST' and
10806            'VXLAN' and
10807            'CHAIN' and
10808            'IMIX' and
10809            '8T4C' and
10810            'NDRPDR'"
10811   parameters:
10812   - "throughput"
10813   - "name"
10814   - "tags"
10815   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10816   x-axis: "X = VNFs per Service Chain"
10817   y-axis: "Y = Number of Service Chains"
10818   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10819   layout:
10820     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10821     layout: "plot-service-density"
10822
10823 # Plots - NF Density - CSC - MRR IMIX
10824 - type: "plot"
10825   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10826   algorithm: "plot_nf_heatmap"
10827   output-file-type: ".html"
10828   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10829   data: "plot-vpp-nfv-2n-clx-mrr"
10830   filter: "'NIC_Intel-XXV710' and
10831            'NF_DENSITY' and
10832            'DOCKER' and
10833            'CHAIN' and
10834            'NF_VPPIP4' and
10835            'IMIX' and
10836            '2T1C' and
10837            'MRR'"
10838   parameters:
10839   - "result"
10840   - "name"
10841   - "tags"
10842   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10843   x-axis: "X = CNFs per Service Chain"
10844   y-axis: "Y = Number of Service Chains"
10845   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10846   layout:
10847     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10848     layout: "plot-service-density"
10849
10850 - type: "plot"
10851   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10852   algorithm: "plot_nf_heatmap"
10853   output-file-type: ".html"
10854   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10855   data: "plot-vpp-nfv-2n-clx-mrr"
10856   filter: "'NIC_Intel-XXV710' and
10857            'NF_DENSITY' and
10858            'DOCKER' and
10859            'CHAIN' and
10860            'NF_VPPIP4' and
10861            'IMIX' and
10862            '4T2C' and
10863            'MRR'"
10864   parameters:
10865   - "result"
10866   - "name"
10867   - "tags"
10868   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10869   x-axis: "X = CNFs per Service Chain"
10870   y-axis: "Y = Number of Service Chains"
10871   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10872   layout:
10873     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10874     layout: "plot-service-density"
10875
10876 - type: "plot"
10877   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10878   algorithm: "plot_nf_heatmap"
10879   output-file-type: ".html"
10880   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10881   data: "plot-vpp-nfv-2n-clx-mrr"
10882   filter: "'NIC_Intel-XXV710' and
10883            'NF_DENSITY' and
10884            'DOCKER' and
10885            'CHAIN' and
10886            'NF_VPPIP4' and
10887            'IMIX' and
10888            '8T4C' and
10889            'MRR'"
10890   parameters:
10891   - "result"
10892   - "name"
10893   - "tags"
10894   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10895   x-axis: "X = CNFs per Service Chain"
10896   y-axis: "Y = Number of Service Chains"
10897   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10898   layout:
10899     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10900     layout: "plot-service-density"
10901
10902 # Plots - NF Density - CSC - NDR IMIX
10903 - type: "plot"
10904   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10905   algorithm: "plot_nf_heatmap"
10906   output-file-type: ".html"
10907   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10908   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10909   filter: "'NIC_Intel-XXV710' and
10910            'NF_DENSITY' and
10911            'DOCKER' and
10912            'CHAIN' and
10913            'NF_VPPIP4' and
10914            'IMIX' and
10915            '2T1C' and
10916            'NDRPDR'"
10917   parameters:
10918   - "throughput"
10919   - "name"
10920   - "tags"
10921   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10922   x-axis: "X = CNFs per Service Chain"
10923   y-axis: "Y = Number of Service Chains"
10924   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10925   layout:
10926     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10927     layout: "plot-service-density"
10928
10929 - type: "plot"
10930   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10931   algorithm: "plot_nf_heatmap"
10932   output-file-type: ".html"
10933   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10934   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10935   filter: "'NIC_Intel-XXV710' and
10936            'NF_DENSITY' and
10937            'DOCKER' and
10938            'CHAIN' and
10939            'NF_VPPIP4' and
10940            'IMIX' and
10941            '4T2C' and
10942            'NDRPDR'"
10943   parameters:
10944   - "throughput"
10945   - "name"
10946   - "tags"
10947   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10948   x-axis: "X = CNFs per Service Chain"
10949   y-axis: "Y = Number of Service Chains"
10950   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10951   layout:
10952     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10953     layout: "plot-service-density"
10954
10955 - type: "plot"
10956   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10957   algorithm: "plot_nf_heatmap"
10958   output-file-type: ".html"
10959   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10960   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10961   filter: "'NIC_Intel-XXV710' and
10962            'NF_DENSITY' and
10963            'DOCKER' and
10964            'CHAIN' and
10965            'NF_VPPIP4' and
10966            'IMIX' and
10967            '8T4C' and
10968            'NDRPDR'"
10969   parameters:
10970   - "throughput"
10971   - "name"
10972   - "tags"
10973   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10974   x-axis: "X = CNFs per Service Chain"
10975   y-axis: "Y = Number of Service Chains"
10976   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10977   layout:
10978     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10979     layout: "plot-service-density"
10980
10981 # Plots - NF Density - CSC - PDR IMIX
10982 - type: "plot"
10983   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10984   algorithm: "plot_nf_heatmap"
10985   output-file-type: ".html"
10986   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10987   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10988   filter: "'NIC_Intel-XXV710' and
10989            'NF_DENSITY' and
10990            'DOCKER' and
10991            'CHAIN' and
10992            'NF_VPPIP4' and
10993            'IMIX' and
10994            '2T1C' and
10995            'NDRPDR'"
10996   parameters:
10997   - "throughput"
10998   - "name"
10999   - "tags"
11000   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11001   x-axis: "X = CNFs per Service Chain"
11002   y-axis: "Y = Number of Service Chains"
11003   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11004   layout:
11005     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11006     layout: "plot-service-density"
11007
11008 - type: "plot"
11009   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11010   algorithm: "plot_nf_heatmap"
11011   output-file-type: ".html"
11012   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11013   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11014   filter: "'NIC_Intel-XXV710' and
11015            'NF_DENSITY' and
11016            'DOCKER' and
11017            'CHAIN' and
11018            'NF_VPPIP4' and
11019            'IMIX' and
11020            '4T2C' and
11021            'NDRPDR'"
11022   parameters:
11023   - "throughput"
11024   - "name"
11025   - "tags"
11026   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11027   x-axis: "X = CNFs per Service Chain"
11028   y-axis: "Y = Number of Service Chains"
11029   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11030   layout:
11031     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11032     layout: "plot-service-density"
11033
11034 - type: "plot"
11035   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11036   algorithm: "plot_nf_heatmap"
11037   output-file-type: ".html"
11038   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11039   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11040   filter: "'NIC_Intel-XXV710' and
11041            'NF_DENSITY' and
11042            'DOCKER' and
11043            'CHAIN' and
11044            'NF_VPPIP4' and
11045            'IMIX' and
11046            '8T4C' and
11047            'NDRPDR'"
11048   parameters:
11049   - "throughput"
11050   - "name"
11051   - "tags"
11052   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11053   x-axis: "X = CNFs per Service Chain"
11054   y-axis: "Y = Number of Service Chains"
11055   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11056   layout:
11057     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11058     layout: "plot-service-density"
11059
11060 # Plots - NF Density - CSP - MRR IMIX
11061 - type: "plot"
11062   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11063   algorithm: "plot_nf_heatmap"
11064   output-file-type: ".html"
11065   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11066   data: "plot-vpp-nfv-2n-clx-mrr"
11067   filter: "'NIC_Intel-XXV710' and
11068            'NF_DENSITY' and
11069            'DOCKER' and
11070            'PIPELINE' and
11071            'NF_VPPIP4' and
11072            'IMIX' and
11073            '2T1C' and
11074            'MRR'"
11075   parameters:
11076   - "result"
11077   - "name"
11078   - "tags"
11079   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11080   x-axis: "X = CNFs per Service Pipeline"
11081   y-axis: "Y = Number of Service Pipelines"
11082   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11083   layout:
11084     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11085     layout: "plot-service-density"
11086
11087 - type: "plot"
11088   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11089   algorithm: "plot_nf_heatmap"
11090   output-file-type: ".html"
11091   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11092   data: "plot-vpp-nfv-2n-clx-mrr"
11093   filter: "'NIC_Intel-XXV710' and
11094            'NF_DENSITY' and
11095            'DOCKER' and
11096            'PIPELINE' and
11097            'NF_VPPIP4' and
11098            'IMIX' and
11099            '4T2C' and
11100            'MRR'"
11101   parameters:
11102   - "result"
11103   - "name"
11104   - "tags"
11105   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11106   x-axis: "X = CNFs per Service Pipeline"
11107   y-axis: "Y = Number of Service Pipelines"
11108   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11109   layout:
11110     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11111     layout: "plot-service-density"
11112
11113 - type: "plot"
11114   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11115   algorithm: "plot_nf_heatmap"
11116   output-file-type: ".html"
11117   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11118   data: "plot-vpp-nfv-2n-clx-mrr"
11119   filter: "'NIC_Intel-XXV710' and
11120            'NF_DENSITY' and
11121            'DOCKER' and
11122            'PIPELINE' and
11123            'NF_VPPIP4' and
11124            'IMIX' and
11125            '8T4C' and
11126            'MRR'"
11127   parameters:
11128   - "result"
11129   - "name"
11130   - "tags"
11131   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11132   x-axis: "X = CNFs per Service Pipeline"
11133   y-axis: "Y = Number of Service Pipelines"
11134   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11135   layout:
11136     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11137     layout: "plot-service-density"
11138
11139 # Plots - NF Density - CSP - NDR IMIX
11140 - type: "plot"
11141   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11142   algorithm: "plot_nf_heatmap"
11143   output-file-type: ".html"
11144   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11145   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11146   filter: "'NIC_Intel-XXV710' and
11147            'NF_DENSITY' and
11148            'DOCKER' and
11149            'PIPELINE' and
11150            'NF_VPPIP4' and
11151            'IMIX' and
11152            '2T1C' and
11153            'NDRPDR'"
11154   parameters:
11155   - "throughput"
11156   - "name"
11157   - "tags"
11158   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11159   x-axis: "X = CNFs per Service Pipeline"
11160   y-axis: "Y = Number of Service Pipelines"
11161   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11162   layout:
11163     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11164     layout: "plot-service-density"
11165
11166 - type: "plot"
11167   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11168   algorithm: "plot_nf_heatmap"
11169   output-file-type: ".html"
11170   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11171   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11172   filter: "'NIC_Intel-XXV710' and
11173            'NF_DENSITY' and
11174            'DOCKER' and
11175            'PIPELINE' and
11176            'NF_VPPIP4' and
11177            'IMIX' and
11178            '4T2C' and
11179            'NDRPDR'"
11180   parameters:
11181   - "throughput"
11182   - "name"
11183   - "tags"
11184   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11185   x-axis: "X = CNFs per Service Pipeline"
11186   y-axis: "Y = Number of Service Pipelines"
11187   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11188   layout:
11189     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11190     layout: "plot-service-density"
11191
11192 - type: "plot"
11193   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11194   algorithm: "plot_nf_heatmap"
11195   output-file-type: ".html"
11196   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11197   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11198   filter: "'NIC_Intel-XXV710' and
11199            'NF_DENSITY' and
11200            'DOCKER' and
11201            'PIPELINE' and
11202            'NF_VPPIP4' and
11203            'IMIX' and
11204            '8T4C' and
11205            'NDRPDR'"
11206   parameters:
11207   - "throughput"
11208   - "name"
11209   - "tags"
11210   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11211   x-axis: "X = CNFs per Service Pipeline"
11212   y-axis: "Y = Number of Service Pipelines"
11213   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11214   layout:
11215     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11216     layout: "plot-service-density"
11217
11218 # Plots - NF Density - CSP - PDR IMIX
11219 - type: "plot"
11220   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11221   algorithm: "plot_nf_heatmap"
11222   output-file-type: ".html"
11223   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11224   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11225   filter: "'NIC_Intel-XXV710' and
11226            'NF_DENSITY' and
11227            'DOCKER' and
11228            'PIPELINE' and
11229            'NF_VPPIP4' and
11230            'IMIX' and
11231            '2T1C' and
11232            'NDRPDR'"
11233   parameters:
11234   - "throughput"
11235   - "name"
11236   - "tags"
11237   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11238   x-axis: "X = CNFs per Service Pipeline"
11239   y-axis: "Y = Number of Service Pipelines"
11240   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11241   layout:
11242     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11243     layout: "plot-service-density"
11244
11245 - type: "plot"
11246   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11247   algorithm: "plot_nf_heatmap"
11248   output-file-type: ".html"
11249   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11250   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11251   filter: "'NIC_Intel-XXV710' and
11252            'NF_DENSITY' and
11253            'DOCKER' and
11254            'PIPELINE' and
11255            'NF_VPPIP4' and
11256            'IMIX' and
11257            '4T2C' and
11258            'NDRPDR'"
11259   parameters:
11260   - "throughput"
11261   - "name"
11262   - "tags"
11263   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11264   x-axis: "X = CNFs per Service Pipeline"
11265   y-axis: "Y = Number of Service Pipelines"
11266   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11267   layout:
11268     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11269     layout: "plot-service-density"
11270
11271 - type: "plot"
11272   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11273   algorithm: "plot_nf_heatmap"
11274   output-file-type: ".html"
11275   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11276   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11277   filter: "'NIC_Intel-XXV710' and
11278            'NF_DENSITY' and
11279            'DOCKER' and
11280            'PIPELINE' and
11281            'NF_VPPIP4' and
11282            'IMIX' and
11283            '8T4C' and
11284            'NDRPDR'"
11285   parameters:
11286   - "throughput"
11287   - "name"
11288   - "tags"
11289   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11290   x-axis: "X = CNFs per Service Pipeline"
11291   y-axis: "Y = Number of Service Pipelines"
11292   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11293   layout:
11294     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11295     layout: "plot-service-density"
11296
11297 ################################################################################
11298
11299 # Packet Throughput
11300
11301 - type: "plot"
11302   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11303   algorithm: "plot_perf_box_name"
11304   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11305   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11306   include:
11307     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11308     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11309     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11310     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11311   layout:
11312     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11313     layout: "plot-throughput"
11314
11315 - type: "plot"
11316   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11317   algorithm: "plot_perf_box_name"
11318   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11319   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11320   include:
11321     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11322     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11323     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11324     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11325   layout:
11326     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11327     layout: "plot-throughput"
11328
11329 - type: "plot"
11330   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11331   algorithm: "plot_perf_box_name"
11332   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11333   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11334   include:
11335     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11336     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11337     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11338     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11339   layout:
11340     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11341     layout: "plot-throughput"
11342
11343 - type: "plot"
11344   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11345   algorithm: "plot_perf_box_name"
11346   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11347   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11348   include:
11349     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11350     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11351     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11352     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11353   layout:
11354     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11355     layout: "plot-throughput"
11356
11357 - type: "plot"
11358   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11359   algorithm: "plot_perf_box_name"
11360   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11361   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11362   include:
11363     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
11364     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
11365     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11366     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11367     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11368   layout:
11369     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11370     layout: "plot-throughput"
11371
11372 - type: "plot"
11373   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11374   algorithm: "plot_perf_box_name"
11375   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11376   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11377   include:
11378     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11379     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11380     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11381     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11382     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11383   layout:
11384     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11385     layout: "plot-throughput"
11386
11387 - type: "plot"
11388   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11389   algorithm: "plot_perf_box_name"
11390   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11391   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11392   include:
11393     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11394     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11395     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11396     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11397     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11398   layout:
11399     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11400     layout: "plot-throughput"
11401
11402 - type: "plot"
11403   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11404   algorithm: "plot_perf_box_name"
11405   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11406   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11407   include:
11408     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11409     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11410     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11411     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11412     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11413   layout:
11414     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11415     layout: "plot-throughput"
11416
11417 - type: "plot"
11418   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11419   algorithm: "plot_perf_box_name"
11420   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11421   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11422   include:
11423     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11424     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11425     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11426     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11427     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11428   layout:
11429     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11430     layout: "plot-throughput"
11431
11432 - type: "plot"
11433   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11434   algorithm: "plot_perf_box_name"
11435   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11436   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11437   include:
11438     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11439     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11440     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11441     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11442     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11443   layout:
11444     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11445     layout: "plot-throughput"
11446
11447 - type: "plot"
11448   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11449   algorithm: "plot_perf_box_name"
11450   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11451   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11452   include:
11453     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11454     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11455     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11456     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11457     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11458     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11459   layout:
11460     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11461     layout: "plot-throughput"
11462
11463 - type: "plot"
11464   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11465   algorithm: "plot_perf_box_name"
11466   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11467   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11468   include:
11469     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11470     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11471     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11472     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11473     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11474     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11475   layout:
11476     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11477     layout: "plot-throughput"
11478
11479 - type: "plot"
11480   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11481   algorithm: "plot_perf_box_name"
11482   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11483   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11484   include:
11485     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11486     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11487     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11488     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11489     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11490   layout:
11491     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11492     layout: "plot-throughput"
11493
11494 - type: "plot"
11495   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11496   algorithm: "plot_perf_box_name"
11497   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11498   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11499   include:
11500     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11501     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11503     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11504     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11505   layout:
11506     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11507     layout: "plot-throughput"
11508
11509 - type: "plot"
11510   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11511   algorithm: "plot_perf_box_name"
11512   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11513   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11514   include:
11515     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11516     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11518   layout:
11519     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11520     layout: "plot-throughput"
11521
11522 - type: "plot"
11523   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11524   algorithm: "plot_perf_box_name"
11525   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11526   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11527   include:
11528     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11529     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11530     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11531   layout:
11532     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11533     layout: "plot-throughput"
11534
11535 - type: "plot"
11536   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11537   algorithm: "plot_perf_box_name"
11538   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11539   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11540   include:
11541     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11542     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11543     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11545     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11546   layout:
11547     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11548     layout: "plot-throughput"
11549
11550 - type: "plot"
11551   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11552   algorithm: "plot_perf_box_name"
11553   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11554   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11555   include:
11556     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11557     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11558     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11559     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11561   layout:
11562     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11563     layout: "plot-throughput"
11564
11565 - type: "plot"
11566   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11567   algorithm: "plot_perf_box_name"
11568   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11569   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11570   include:
11571     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11572     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11573     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11574   layout:
11575     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11576     layout: "plot-throughput"
11577
11578 - type: "plot"
11579   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11580   algorithm: "plot_perf_box_name"
11581   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11582   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11583   include:
11584     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11585     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11586     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11587   layout:
11588     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11589     layout: "plot-throughput"
11590
11591 - type: "plot"
11592   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11593   algorithm: "plot_perf_box_name"
11594   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11595   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11596   include:
11597     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11598     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11599     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11600     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11601     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11602     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11603   layout:
11604     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11605     layout: "plot-throughput"
11606
11607 - type: "plot"
11608   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11609   algorithm: "plot_perf_box_name"
11610   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11611   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11612   include:
11613     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11614     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11615     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11616     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11617     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11618     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11619   layout:
11620     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11621     layout: "plot-throughput"
11622
11623 - type: "plot"
11624   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11625   algorithm: "plot_perf_box_name"
11626   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11627   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11628   include:
11629     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11630     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11631     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11632     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11633     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11634     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11635   layout:
11636     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11637     layout: "plot-throughput"
11638
11639 - type: "plot"
11640   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11641   algorithm: "plot_perf_box_name"
11642   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11643   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11644   include:
11645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11646     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11647     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11648     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11651   layout:
11652     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11653     layout: "plot-throughput"
11654
11655 - type: "plot"
11656   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11657   algorithm: "plot_perf_box_name"
11658   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11659   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11660   include:
11661     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11662     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11663     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11664   layout:
11665     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11666     layout: "plot-throughput"
11667
11668 - type: "plot"
11669   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11670   algorithm: "plot_perf_box_name"
11671   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11672   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11673   include:
11674     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11675     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11676     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11677   layout:
11678     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11679     layout: "plot-throughput"
11680
11681 - type: "plot"
11682   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11683   algorithm: "plot_perf_box_name"
11684   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11685   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11686   include:
11687     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11688     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11689     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11690 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11691 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11692   layout:
11693     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11694     layout: "plot-throughput"
11695
11696 - type: "plot"
11697   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11698   algorithm: "plot_perf_box_name"
11699   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11700   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11701   include:
11702     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11703     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11704     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11705 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11706 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11707   layout:
11708     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11709     layout: "plot-throughput"
11710
11711 - type: "plot"
11712   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11713   algorithm: "plot_perf_box_name"
11714   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11715   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11716   include:
11717     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11718     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11719     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11720     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11721     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11722   layout:
11723     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11724     layout: "plot-throughput"
11725
11726 - type: "plot"
11727   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11728   algorithm: "plot_perf_box_name"
11729   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11730   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11731   include:
11732     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11733     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11734     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11735     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11736     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11737   layout:
11738     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11739     layout: "plot-throughput"
11740
11741 - type: "plot"
11742   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11743   algorithm: "plot_perf_box_name"
11744   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11745   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11746   include:
11747     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11748     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11749     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11750     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11751     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11752   layout:
11753     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11754     layout: "plot-throughput"
11755
11756 - type: "plot"
11757   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11758   algorithm: "plot_perf_box_name"
11759   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11760   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11761   include:
11762     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11763     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11764     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11765     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11766     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11767   layout:
11768     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11769     layout: "plot-throughput"
11770
11771 - type: "plot"
11772   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11773   algorithm: "plot_perf_box_name"
11774   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11775   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11776   include:
11777     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11778     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11779     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11780     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11781     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11782     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11783   layout:
11784     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11785     layout: "plot-throughput"
11786
11787 - type: "plot"
11788   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11789   algorithm: "plot_perf_box_name"
11790   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11791   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11792   include:
11793     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11794     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11795     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11796     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11797     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11798     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11799   layout:
11800     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11801     layout: "plot-throughput"
11802
11803 - type: "plot"
11804   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11805   algorithm: "plot_perf_box_name"
11806   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11807   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11808   include:
11809     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11810     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11811     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11812     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11813     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11814     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11815   layout:
11816     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11817     layout: "plot-throughput"
11818
11819 - type: "plot"
11820   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11821   algorithm: "plot_perf_box_name"
11822   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11823   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11824   include:
11825     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11826     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11827     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11828     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11829     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11830     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11831   layout:
11832     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11833     layout: "plot-throughput"
11834
11835 - type: "plot"
11836   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11837   algorithm: "plot_perf_box_name"
11838   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11839   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11840   include:
11841     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11842     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11843     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11844     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11845     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11846   layout:
11847     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11848     layout: "plot-throughput"
11849
11850 - type: "plot"
11851   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11852   algorithm: "plot_perf_box_name"
11853   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11854   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11855   include:
11856     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11857     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11858     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11859     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11860     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11861   layout:
11862     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11863     layout: "plot-throughput"
11864
11865 - type: "plot"
11866   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11867   algorithm: "plot_perf_box_name"
11868   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11869   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11870   include:
11871     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11872     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11873     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11874     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11875     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11876     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11877   layout:
11878     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11879     layout: "plot-throughput"
11880
11881 - type: "plot"
11882   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11883   algorithm: "plot_perf_box_name"
11884   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11885   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11886   include:
11887     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11888     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11889     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11890     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11891     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11892     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11893   layout:
11894     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11895     layout: "plot-throughput"
11896
11897 - type: "plot"
11898   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11899   algorithm: "plot_perf_box_name"
11900   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11901   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11902   include:
11903     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11904     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11905     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11906     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11907     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11908   layout:
11909     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11910     layout: "plot-throughput"
11911
11912 - type: "plot"
11913   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11914   algorithm: "plot_perf_box_name"
11915   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11916   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11917   include:
11918     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11919     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11920     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11921     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11922     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11923   layout:
11924     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11925     layout: "plot-throughput"
11926
11927 - type: "plot"
11928   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11929   algorithm: "plot_perf_box_name"
11930   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11931   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11932   include:
11933     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11934     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11935     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11936     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11937     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11938     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11939   layout:
11940     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11941     layout: "plot-throughput"
11942
11943 - type: "plot"
11944   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11945   algorithm: "plot_perf_box_name"
11946   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11947   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11948   include:
11949     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11950     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11951     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11952     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11953     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11954     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11955   layout:
11956     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11957     layout: "plot-throughput"
11958
11959 - type: "plot"
11960   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11961   algorithm: "plot_perf_box_name"
11962   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11963   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11964   include:
11965     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11966     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11967     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11968     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11969     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11970   layout:
11971     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11972     layout: "plot-throughput"
11973
11974 - type: "plot"
11975   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11976   algorithm: "plot_perf_box_name"
11977   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11978   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11979   include:
11980     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11981     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11982     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11983     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11984     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11985   layout:
11986     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11987     layout: "plot-throughput"
11988
11989 - type: "plot"
11990   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11991   algorithm: "plot_perf_box_name"
11992   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11993   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11994   include:
11995     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11996     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11997     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11998     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11999     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12000     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12001   layout:
12002     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12003     layout: "plot-throughput"
12004
12005 - type: "plot"
12006   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12007   algorithm: "plot_perf_box_name"
12008   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12009   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12010   include:
12011     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12012     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12013     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12014     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12015     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12016     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12017   layout:
12018     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12019     layout: "plot-throughput"
12020
12021 - type: "plot"
12022   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12023   algorithm: "plot_perf_box_name"
12024   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12025   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12026   include:
12027     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12028     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12029   layout:
12030     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12031     layout: "plot-throughput"
12032
12033 - type: "plot"
12034   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12035   algorithm: "plot_perf_box_name"
12036   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12037   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12038   include:
12039     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12040     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12041   layout:
12042     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12043     layout: "plot-throughput"
12044
12045 - type: "plot"
12046   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12047   algorithm: "plot_perf_box_name"
12048   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12049   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12050   include:
12051     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12052     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12053     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12054     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12055   layout:
12056     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12057     layout: "plot-throughput"
12058
12059 - type: "plot"
12060   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12061   algorithm: "plot_perf_box_name"
12062   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12063   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12064   include:
12065     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12066     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12067     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12068     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12069   layout:
12070     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12071     layout: "plot-throughput"
12072
12073 - type: "plot"
12074   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12075   algorithm: "plot_perf_box_name"
12076   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12077   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12078   include:
12079     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12080     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12081     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12082     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12083   layout:
12084     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12085     layout: "plot-throughput"
12086
12087 - type: "plot"
12088   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12089   algorithm: "plot_perf_box_name"
12090   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12091   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12092   include:
12093     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12094     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12095     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12096     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12097   layout:
12098     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12099     layout: "plot-throughput"
12100
12101 - type: "plot"
12102   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12103   algorithm: "plot_perf_box_name"
12104   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12105   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12106   include:
12107     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12108     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12109     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12110     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12111   layout:
12112     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12113     layout: "plot-throughput"
12114
12115 - type: "plot"
12116   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12117   algorithm: "plot_perf_box_name"
12118   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12119   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12120   include:
12121     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12122     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12123     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12124     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12125   layout:
12126     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12127     layout: "plot-throughput"
12128
12129 - type: "plot"
12130   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12131   algorithm: "plot_perf_box_name"
12132   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12133   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12134   include:
12135     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12136     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12137     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12138     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12139   layout:
12140     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12141     layout: "plot-throughput"
12142
12143 - type: "plot"
12144   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12145   algorithm: "plot_perf_box_name"
12146   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12147   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12148   include:
12149     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12150     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12151     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12152     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12153   layout:
12154     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12155     layout: "plot-throughput"
12156
12157 - type: "plot"
12158   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12159   algorithm: "plot_perf_box_name"
12160   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12161   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12162   include:
12163     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12164     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12165     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12166     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12167     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12168     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12169   layout:
12170     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12171     layout: "plot-throughput"
12172
12173 - type: "plot"
12174   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12175   algorithm: "plot_perf_box_name"
12176   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12177   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12178   include:
12179     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12180     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12181     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12182     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12183     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12184     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12185   layout:
12186     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12187     layout: "plot-throughput"
12188
12189 - type: "plot"
12190   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12191   algorithm: "plot_perf_box_name"
12192   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12193   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12194   include:
12195     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12196     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12197     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12198     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12199     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12200   layout:
12201     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12202     layout: "plot-throughput"
12203
12204 - type: "plot"
12205   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12206   algorithm: "plot_perf_box_name"
12207   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12208   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12209   include:
12210     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12211     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12212     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12213     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12214     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12215   layout:
12216     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12217     layout: "plot-throughput"
12218
12219 - type: "plot"
12220   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12221   algorithm: "plot_perf_box_name"
12222   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12223   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12224   include:
12225     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12226     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12227     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12228     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12229     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12230   layout:
12231     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12232     layout: "plot-throughput"
12233
12234 - type: "plot"
12235   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12236   algorithm: "plot_perf_box_name"
12237   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12238   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12239   include:
12240     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12241     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12242     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12243     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12244     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12245   layout:
12246     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12247     layout: "plot-throughput"
12248
12249 - type: "plot"
12250   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12251   algorithm: "plot_perf_box_name"
12252   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12253   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12254   include:
12255     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12256     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12257     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12258   layout:
12259     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12260     layout: "plot-throughput"
12261
12262 - type: "plot"
12263   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12264   algorithm: "plot_perf_box_name"
12265   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12266   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12267   include:
12268     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12269     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12270     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12271   layout:
12272     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12273     layout: "plot-throughput"
12274
12275 - type: "plot"
12276   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12277   algorithm: "plot_perf_box_name"
12278   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12279   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12280   include:
12281     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12282     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12283     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12284   layout:
12285     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12286     layout: "plot-throughput"
12287
12288 - type: "plot"
12289   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12290   algorithm: "plot_perf_box_name"
12291   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12292   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12293   include:
12294     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12295     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12296     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12297   layout:
12298     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12299     layout: "plot-throughput"
12300
12301 - type: "plot"
12302   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12303   algorithm: "plot_perf_box_name"
12304   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12305   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12306   include:
12307     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12308     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12309     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12310     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12311     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12312   layout:
12313     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12314     layout: "plot-throughput"
12315
12316 - type: "plot"
12317   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12318   algorithm: "plot_perf_box_name"
12319   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12320   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12321   include:
12322     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12323     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12324     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12325     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12326     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12327   layout:
12328     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12329     layout: "plot-throughput"
12330
12331 - type: "plot"
12332   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12333   algorithm: "plot_perf_box_name"
12334   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12335   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12336   include:
12337     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12338     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12339     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12340     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12341     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12342   layout:
12343     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12344     layout: "plot-throughput"
12345
12346 - type: "plot"
12347   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12348   algorithm: "plot_perf_box_name"
12349   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12350   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12351   include:
12352     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12353     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12354     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12355     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12356     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12357   layout:
12358     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12359     layout: "plot-throughput"
12360
12361 - type: "plot"
12362   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12363   algorithm: "plot_perf_box_name"
12364   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12365   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12366   include:
12367     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12368     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12369     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12370     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12371     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12372   layout:
12373     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12374     layout: "plot-throughput"
12375
12376 - type: "plot"
12377   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12378   algorithm: "plot_perf_box_name"
12379   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12380   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12381   include:
12382     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12383     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12384     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12385     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12386     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12387   layout:
12388     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12389     layout: "plot-throughput"
12390
12391 - type: "plot"
12392   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12393   algorithm: "plot_perf_box_name"
12394   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12395   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12396   include:
12397     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12398     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12399     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12400     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12401     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12402   layout:
12403     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12404     layout: "plot-throughput"
12405
12406 - type: "plot"
12407   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12408   algorithm: "plot_perf_box_name"
12409   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12410   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12411   include:
12412     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12413     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12414     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12415     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12416     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12417   layout:
12418     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12419     layout: "plot-throughput"
12420
12421 - type: "plot"
12422   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12423   algorithm: "plot_perf_box_name"
12424   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12425   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12426   include:
12427     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12428     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12429     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12430     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12431     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12432   layout:
12433     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12434     layout: "plot-throughput"
12435
12436 - type: "plot"
12437   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12438   algorithm: "plot_perf_box_name"
12439   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12440   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12441   include:
12442     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12443     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12444     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12445     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12446     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12447   layout:
12448     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12449     layout: "plot-throughput"
12450
12451 - type: "plot"
12452   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12453   algorithm: "plot_perf_box_name"
12454   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12455   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12456   include:
12457     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12458     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12459     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12460     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12461     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12462     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12463   layout:
12464     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12465     layout: "plot-throughput"
12466
12467 - type: "plot"
12468   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12469   algorithm: "plot_perf_box_name"
12470   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12471   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12472   include:
12473     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12474     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12475     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12476     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12477     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12478     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12479   layout:
12480     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12481     layout: "plot-throughput"
12482
12483 - type: "plot"
12484   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12485   algorithm: "plot_perf_box_name"
12486   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12487   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12488   include:
12489     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12490     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12491     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12492     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12493   layout:
12494     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12495     layout: "plot-throughput"
12496
12497 - type: "plot"
12498   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12499   algorithm: "plot_perf_box_name"
12500   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12501   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12502   include:
12503     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12504     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12505     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12506     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12507   layout:
12508     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12509     layout: "plot-throughput"
12510
12511 - type: "plot"
12512   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12513   algorithm: "plot_perf_box_name"
12514   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12515   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12516   include:
12517     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12518     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12519     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12520     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12521     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12522     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12523   layout:
12524     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12525     layout: "plot-throughput"
12526
12527 - type: "plot"
12528   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12529   algorithm: "plot_perf_box_name"
12530   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12531   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12532   include:
12533     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12534     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12535     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12536     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12537     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12538     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12539   layout:
12540     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12541     layout: "plot-throughput"
12542
12543 - type: "plot"
12544   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12545   algorithm: "plot_perf_box_name"
12546   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12547   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12548   include:
12549     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12550     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12551     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12552     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12553     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12554     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12555   layout:
12556     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12557     layout: "plot-throughput"
12558
12559 - type: "plot"
12560   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12561   algorithm: "plot_perf_box_name"
12562   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12563   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12564   include:
12565     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12566     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12567     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12568     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12569     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12570     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12571   layout:
12572     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12573     layout: "plot-throughput"
12574
12575 - type: "plot"
12576   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12577   algorithm: "plot_perf_box_name"
12578   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12579   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12580   include:
12581     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12582     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12583     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12584     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12585     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12586     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12587   layout:
12588     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12589     layout: "plot-throughput"
12590
12591 - type: "plot"
12592   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12593   algorithm: "plot_perf_box_name"
12594   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12595   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12596   include:
12597     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12598     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12599     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12600     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12601     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12602     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12603   layout:
12604     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12605     layout: "plot-throughput"
12606
12607 - type: "plot"
12608   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12609   algorithm: "plot_perf_box_name"
12610   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12611   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12612   include:
12613     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12614     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12615     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12616     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12617     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12618     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12619   layout:
12620     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12621     layout: "plot-throughput"
12622
12623 - type: "plot"
12624   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12625   algorithm: "plot_perf_box_name"
12626   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12627   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12628   include:
12629     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12630     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12631     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12632     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12633     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12634     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12635   layout:
12636     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12637     layout: "plot-throughput"
12638
12639 - type: "plot"
12640   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12641   algorithm: "plot_perf_box_name"
12642   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12643   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12644   include:
12645     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12646     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12647     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12648     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12649     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12650     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12651   layout:
12652     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12653     layout: "plot-throughput"
12654
12655 - type: "plot"
12656   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12657   algorithm: "plot_perf_box_name"
12658   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12659   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12660   include:
12661     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12662     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12663     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12664     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12665     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12666     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12667   layout:
12668     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12669     layout: "plot-throughput"
12670
12671 - type: "plot"
12672   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12673   algorithm: "plot_perf_box_name"
12674   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12675   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12676   include:
12677     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12678     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12679     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12680     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12681     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12682     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12683   layout:
12684     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12685     layout: "plot-throughput"
12686
12687 - type: "plot"
12688   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12689   algorithm: "plot_perf_box_name"
12690   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12691   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12692   include:
12693     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12694     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12695     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12696     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12697     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12698     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12699   layout:
12700     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12701     layout: "plot-throughput"
12702
12703 - type: "plot"
12704   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12705   algorithm: "plot_perf_box_name"
12706   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12707   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12708   include:
12709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12710     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12713     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12715   layout:
12716     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12717     layout: "plot-throughput"
12718
12719 - type: "plot"
12720   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12721   algorithm: "plot_perf_box_name"
12722   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12723   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12724   include:
12725     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12726     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12731   layout:
12732     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12733     layout: "plot-throughput"
12734
12735 - type: "plot"
12736   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12737   algorithm: "plot_perf_box_name"
12738   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12739   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12740   include:
12741     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12743     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12744     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12745     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12746     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12747   layout:
12748     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12749     layout: "plot-throughput"
12750
12751 - type: "plot"
12752   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12753   algorithm: "plot_perf_box_name"
12754   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12755   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12756   include:
12757     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12758     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12762     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12763   layout:
12764     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12765     layout: "plot-throughput"
12766
12767 - type: "plot"
12768   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12769   algorithm: "plot_perf_box_name"
12770   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12771   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12772   include:
12773     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12774     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12775     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12776     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12777   layout:
12778     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12779     layout: "plot-throughput"
12780
12781 - type: "plot"
12782   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12783   algorithm: "plot_perf_box_name"
12784   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12785   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12786   include:
12787     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12788     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12789     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12790     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12791   layout:
12792     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12793     layout: "plot-throughput"
12794
12795 - type: "plot"
12796   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12797   algorithm: "plot_perf_box_name"
12798   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12799   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12800   include:
12801     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12802     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12803     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12804     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12805   layout:
12806     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12807     layout: "plot-throughput"
12808
12809 - type: "plot"
12810   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12811   algorithm: "plot_perf_box_name"
12812   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12813   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12814   include:
12815     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12816     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12817     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12818     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12819   layout:
12820     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12821     layout: "plot-throughput"
12822
12823 - type: "plot"
12824   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12825   algorithm: "plot_perf_box_name"
12826   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12827   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12828   include:
12829     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12830     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12831     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12832     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12833     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12834     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12835   layout:
12836     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12837     layout: "plot-throughput"
12838
12839 - type: "plot"
12840   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12841   algorithm: "plot_perf_box_name"
12842   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12843   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12844   include:
12845     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12846     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12847     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12848     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12849     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12850     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12851   layout:
12852     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12853     layout: "plot-throughput"
12854
12855 - type: "plot"
12856   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12857   algorithm: "plot_perf_box_name"
12858   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12859   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12860   include:
12861     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12862     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12863     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12864     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12865     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12866   layout:
12867     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12868     layout: "plot-throughput"
12869
12870 - type: "plot"
12871   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12872   algorithm: "plot_perf_box_name"
12873   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12874   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12875   include:
12876     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12877     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12878     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12879     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12880     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12881   layout:
12882     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12883     layout: "plot-throughput"
12884
12885 - type: "plot"
12886   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12887   algorithm: "plot_perf_box_name"
12888   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12889   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12890   include:
12891     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12892     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12893     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12894     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12895     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12896   layout:
12897     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12898     layout: "plot-throughput"
12899
12900 - type: "plot"
12901   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12902   algorithm: "plot_perf_box_name"
12903   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12904   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12905   include:
12906     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12907     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12908     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12909     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12910     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12911   layout:
12912     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12913     layout: "plot-throughput"
12914
12915 - type: "plot"
12916   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12917   algorithm: "plot_perf_box_name"
12918   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12919   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12920   include:
12921     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12922     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12923     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12924     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12925   layout:
12926     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12927     layout: "plot-throughput"
12928
12929 - type: "plot"
12930   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12931   algorithm: "plot_perf_box_name"
12932   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12933   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12934   include:
12935     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12936     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12937     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12938     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12939   layout:
12940     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12941     layout: "plot-throughput"
12942
12943 - type: "plot"
12944   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12945   algorithm: "plot_perf_box_name"
12946   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12947   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12948   include:
12949     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12950     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12951     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12952     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12953     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12954     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12955   layout:
12956     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12957     layout: "plot-throughput"
12958
12959 - type: "plot"
12960   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12961   algorithm: "plot_perf_box_name"
12962   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12963   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12964   include:
12965     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12966     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12967     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12968     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12969     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12970     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12971   layout:
12972     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12973     layout: "plot-throughput"
12974
12975 - type: "plot"
12976   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12977   algorithm: "plot_perf_box_name"
12978   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12979   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12980   include:
12981     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12982     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12983     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12984     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12985     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12986     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12987   layout:
12988     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12989     layout: "plot-throughput"
12990
12991 - type: "plot"
12992   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12993   algorithm: "plot_perf_box_name"
12994   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12995   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12996   include:
12997     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12998     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12999     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13000     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13001     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13002     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13003   layout:
13004     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13005     layout: "plot-throughput"
13006
13007 - type: "plot"
13008   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13009   algorithm: "plot_perf_box_name"
13010   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13011   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13012   include:
13013     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13014     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13015     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13016     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13017     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13018     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13019   layout:
13020     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13021     layout: "plot-throughput"
13022
13023 - type: "plot"
13024   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13025   algorithm: "plot_perf_box_name"
13026   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13027   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13028   include:
13029     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13030     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13031     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13032     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13033     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13034     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13035   layout:
13036     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13037     layout: "plot-throughput"
13038
13039 - type: "plot"
13040   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13041   algorithm: "plot_perf_box_name"
13042   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13043   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13044   include:
13045     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13046     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13047     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13048     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13049     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13050     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13051   layout:
13052     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13053     layout: "plot-throughput"
13054
13055 - type: "plot"
13056   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13057   algorithm: "plot_perf_box_name"
13058   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13059   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13060   include:
13061     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13062     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13063     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13064     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13065     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13066     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13067   layout:
13068     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13069     layout: "plot-throughput"
13070
13071 - type: "plot"
13072   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13073   algorithm: "plot_perf_box_name"
13074   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13075   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13076   include:
13077     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13078     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13079     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13080     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13081   layout:
13082     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13083     layout: "plot-throughput"
13084
13085 - type: "plot"
13086   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13087   algorithm: "plot_perf_box_name"
13088   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13089   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13090   include:
13091     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13092     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13093     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13094     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13095   layout:
13096     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13097     layout: "plot-throughput"
13098
13099 - type: "plot"
13100   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13101   algorithm: "plot_perf_box_name"
13102   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13103   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13104   include:
13105     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13106     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13107     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13108     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13109     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13110     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13111   layout:
13112     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13113     layout: "plot-throughput"
13114
13115 - type: "plot"
13116   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13117   algorithm: "plot_perf_box_name"
13118   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13119   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13120   include:
13121     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13122     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13123     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13124     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13125     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13126     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13127   layout:
13128     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13129     layout: "plot-throughput"
13130
13131 - type: "plot"
13132   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13133   algorithm: "plot_perf_box_name"
13134   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13135   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13136   include:
13137     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13138     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13139     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13140     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13141     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13142     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13143   layout:
13144     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13145     layout: "plot-throughput"
13146
13147 - type: "plot"
13148   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13149   algorithm: "plot_perf_box_name"
13150   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13151   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13152   include:
13153     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13154     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13155     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13156     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13157     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13158     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13159   layout:
13160     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13161     layout: "plot-throughput"
13162
13163 #- type: "plot"
13164 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13165 #  algorithm: "plot_perf_box_name"
13166 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13167 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13168 #  include:
13169 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13170 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13171 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13172 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13173 #  layout:
13174 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13175 #    layout: "plot-throughput"
13176 #
13177 #- type: "plot"
13178 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13179 #  algorithm: "plot_perf_box_name"
13180 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13181 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13182 #  include:
13183 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13184 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13185 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13186 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13187 #  layout:
13188 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13189 #    layout: "plot-throughput"
13190
13191 - type: "plot"
13192   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13193   algorithm: "plot_perf_box_name"
13194   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13195   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13196   include:
13197     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13198     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13199     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13200     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13201     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13202     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13203   layout:
13204     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13205     layout: "plot-throughput"
13206
13207 - type: "plot"
13208   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13209   algorithm: "plot_perf_box_name"
13210   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13211   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13212   include:
13213     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13214     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13215     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13216     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13217     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13218     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13219   layout:
13220     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13221     layout: "plot-throughput"
13222
13223 #- type: "plot"
13224 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13225 #  algorithm: "plot_perf_box_name"
13226 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13227 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13228 #  include:
13229 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13230 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13231 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13232 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13233 #  layout:
13234 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13235 #    layout: "plot-throughput"
13236 #
13237 #- type: "plot"
13238 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13239 #  algorithm: "plot_perf_box_name"
13240 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13241 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13242 #  include:
13243 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13244 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13245 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13246 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13247 #  layout:
13248 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13249 #    layout: "plot-throughput"
13250
13251 - type: "plot"
13252   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13253   algorithm: "plot_perf_box_name"
13254   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13255   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13256   include:
13257     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13258     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13259     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13260     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13261     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13262     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13263   layout:
13264     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13265     layout: "plot-throughput"
13266
13267 - type: "plot"
13268   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13269   algorithm: "plot_perf_box_name"
13270   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13271   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13272   include:
13273     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13274     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13275     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13276     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13277     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13278     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13279   layout:
13280     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13281     layout: "plot-throughput"
13282
13283 #- type: "plot"
13284 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13285 #  algorithm: "plot_perf_box_name"
13286 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13287 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13288 #  include:
13289 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13290 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13291 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13292 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13293 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13294 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13295 #  layout:
13296 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13297 #    layout: "plot-throughput"
13298 #
13299 #- type: "plot"
13300 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13301 #  algorithm: "plot_perf_box_name"
13302 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13303 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13304 #  include:
13305 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13306 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13307 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13308 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13309 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13310 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13311 #  layout:
13312 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13313 #    layout: "plot-throughput"
13314
13315 - type: "plot"
13316   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13317   algorithm: "plot_perf_box_name"
13318   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13319   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13320   include:
13321     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13322     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13323     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13324     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13325     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13326     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13327   layout:
13328     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13329     layout: "plot-throughput"
13330
13331 - type: "plot"
13332   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13333   algorithm: "plot_perf_box_name"
13334   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13335   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13336   include:
13337     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13338     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13339     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13340     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13341     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13342     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13343   layout:
13344     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13345     layout: "plot-throughput"
13346
13347 - type: "plot"
13348   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13349   algorithm: "plot_perf_box_name"
13350   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13351   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13352   include:
13353     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13354     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13355     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13356     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13357     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13358     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13359   layout:
13360     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13361     layout: "plot-throughput"
13362
13363 - type: "plot"
13364   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13365   algorithm: "plot_perf_box_name"
13366   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13367   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13368   include:
13369     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13370     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13371     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13372     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13373     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13374     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13375   layout:
13376     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13377     layout: "plot-throughput"
13378
13379 - type: "plot"
13380   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13381   algorithm: "plot_perf_box_name"
13382   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13383   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13384   include:
13385     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13386     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13387     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13388     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13389     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13390     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13391   layout:
13392     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13393     layout: "plot-throughput"
13394
13395 - type: "plot"
13396   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13397   algorithm: "plot_perf_box_name"
13398   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13399   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13400   include:
13401     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13402     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13403     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13404     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13405     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13406     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13407   layout:
13408     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13409     layout: "plot-throughput"
13410
13411 - type: "plot"
13412   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13413   algorithm: "plot_perf_box_name"
13414   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13415   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13416   include:
13417     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13418     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13419     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13420     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13421     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13422     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13423   layout:
13424     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13425     layout: "plot-throughput"
13426
13427 - type: "plot"
13428   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13429   algorithm: "plot_perf_box_name"
13430   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13431   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13432   include:
13433     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13434     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13435     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13436     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13437     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13438     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13439   layout:
13440     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13441     layout: "plot-throughput"
13442
13443 #- type: "plot"
13444 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13445 #  algorithm: "plot_perf_box_name"
13446 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13447 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13448 #  include:
13449 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13450 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13451 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13452 #  layout:
13453 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13454 #    layout: "plot-throughput"
13455 #
13456 #- type: "plot"
13457 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13458 #  algorithm: "plot_perf_box_name"
13459 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13460 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13461 #  include:
13462 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13463 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13464 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13465 #  layout:
13466 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13467 #    layout: "plot-throughput"
13468
13469 - type: "plot"
13470   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13471   algorithm: "plot_perf_box_name"
13472   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13473   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13474   include:
13475     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13476     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13477     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13478     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13479     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13480   layout:
13481     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13482     layout: "plot-throughput"
13483
13484 - type: "plot"
13485   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13486   algorithm: "plot_perf_box_name"
13487   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13488   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13489   include:
13490     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13491     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13492     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13493     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13494     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13495   layout:
13496     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13497     layout: "plot-throughput"
13498
13499 - type: "plot"
13500   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13501   algorithm: "plot_perf_box_name"
13502   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13503   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13504   include:
13505     - "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"
13506     - "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"
13507     - "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"
13508     - "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"
13509     - "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"
13510   layout:
13511     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13512     layout: "plot-throughput"
13513
13514 - type: "plot"
13515   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13516   algorithm: "plot_perf_box_name"
13517   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13518   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13519   include:
13520     - "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"
13521     - "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"
13522     - "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"
13523     - "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"
13524     - "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"
13525   layout:
13526     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13527     layout: "plot-throughput"
13528
13529 - type: "plot"
13530   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13531   algorithm: "plot_perf_box_name"
13532   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13533   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13534   include:
13535     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13536     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13537     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13538     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13539     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13540   layout:
13541     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13542     layout: "plot-throughput"
13543
13544 - type: "plot"
13545   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13546   algorithm: "plot_perf_box_name"
13547   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13548   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13549   include:
13550     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13551     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13552     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13553     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13554     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13555   layout:
13556     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13557     layout: "plot-throughput"
13558
13559 - type: "plot"
13560   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13561   algorithm: "plot_perf_box_name"
13562   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13563   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13564   include:
13565     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13566     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13567     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13568     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13569     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13570   layout:
13571     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13572     layout: "plot-throughput"
13573
13574 - type: "plot"
13575   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13576   algorithm: "plot_perf_box_name"
13577   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13578   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13579   include:
13580     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13581     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13582     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13583     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13584     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13585   layout:
13586     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13587     layout: "plot-throughput"
13588
13589 - type: "plot"
13590   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13591   algorithm: "plot_perf_box_name"
13592   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13593   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13594   include:
13595     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13596     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13597     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13598     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13599     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13600   layout:
13601     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13602     layout: "plot-throughput"
13603
13604 - type: "plot"
13605   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13606   algorithm: "plot_perf_box_name"
13607   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13608   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13609   include:
13610     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13611     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13612     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13613     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13614     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13615   layout:
13616     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13617     layout: "plot-throughput"
13618
13619 - type: "plot"
13620   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13621   algorithm: "plot_perf_box_name"
13622   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13623   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13624   include:
13625     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13626     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13627     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13628     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13629     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13630   layout:
13631     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13632     layout: "plot-throughput"
13633
13634 - type: "plot"
13635   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13636   algorithm: "plot_perf_box_name"
13637   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13638   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13639   include:
13640     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13641     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13642     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13643     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13644     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13645   layout:
13646     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13647     layout: "plot-throughput"
13648
13649 - type: "plot"
13650   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13651   algorithm: "plot_perf_box_name"
13652   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13653   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13654   include:
13655     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13656     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13657     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13658     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13659   layout:
13660     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13661     layout: "plot-throughput"
13662
13663 - type: "plot"
13664   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13665   algorithm: "plot_perf_box_name"
13666   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13667   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13668   include:
13669     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13670     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13671     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13672     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13673   layout:
13674     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13675     layout: "plot-throughput"
13676
13677 - type: "plot"
13678   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13679   algorithm: "plot_perf_box_name"
13680   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13681   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13682   include:
13683     - "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"
13684     - "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"
13685     - "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"
13686     - "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"
13687   layout:
13688     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13689     layout: "plot-throughput"
13690
13691 - type: "plot"
13692   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13693   algorithm: "plot_perf_box_name"
13694   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13695   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13696   include:
13697     - "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"
13698     - "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"
13699     - "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"
13700     - "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"
13701   layout:
13702     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13703     layout: "plot-throughput"
13704
13705 - type: "plot"
13706   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13707   algorithm: "plot_perf_box_name"
13708   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13709   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13710   include:
13711     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13712     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13713     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13714     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13715     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13716     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13717   layout:
13718     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13719     layout: "plot-throughput"
13720
13721 - type: "plot"
13722   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13723   algorithm: "plot_perf_box_name"
13724   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13725   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13726   include:
13727     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13728     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13729     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13730     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13731     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13732     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13733   layout:
13734     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13735     layout: "plot-throughput"
13736
13737 - type: "plot"
13738   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13739   algorithm: "plot_perf_box_name"
13740   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13741   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13742   include:
13743     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13744     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13745     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13746     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13747     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13748     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13749   layout:
13750     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13751     layout: "plot-throughput"
13752
13753 - type: "plot"
13754   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13755   algorithm: "plot_perf_box_name"
13756   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13757   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13758   include:
13759     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13760     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13761     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13762     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13763     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13764     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13765   layout:
13766     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13767     layout: "plot-throughput"
13768
13769 - type: "plot"
13770   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13771   algorithm: "plot_perf_box_name"
13772   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13773   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13774   include:
13775     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13776     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13777     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13778     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13779     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13780     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13781   layout:
13782     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13783     layout: "plot-throughput"
13784
13785 - type: "plot"
13786   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13787   algorithm: "plot_perf_box_name"
13788   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13789   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13790   include:
13791     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13792     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13793     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13794     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13795     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13796     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13797   layout:
13798     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13799     layout: "plot-throughput"
13800
13801 - type: "plot"
13802   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13803   algorithm: "plot_perf_box_name"
13804   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13805   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13806   include:
13807     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13808     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13809     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13810     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13811     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13812   layout:
13813     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13814     layout: "plot-throughput"
13815
13816 - type: "plot"
13817   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13818   algorithm: "plot_perf_box_name"
13819   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13820   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13821   include:
13822     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13823     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13824     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13825     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13826     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13827   layout:
13828     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13829     layout: "plot-throughput"
13830
13831 - type: "plot"
13832   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13833   algorithm: "plot_perf_box_name"
13834   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13835   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13836   include:
13837     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13838     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13839   layout:
13840     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13841     layout: "plot-throughput"
13842
13843 - type: "plot"
13844   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13845   algorithm: "plot_perf_box_name"
13846   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13847   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13848   include:
13849     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13850     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13851   layout:
13852     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13853     layout: "plot-throughput"
13854
13855 - type: "plot"
13856   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13857   algorithm: "plot_perf_box_name"
13858   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13859   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13860   include:
13861     - "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"
13862     - "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"
13863   layout:
13864     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13865     layout: "plot-throughput"
13866
13867 - type: "plot"
13868   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13869   algorithm: "plot_perf_box_name"
13870   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13871   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13872   include:
13873     - "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"
13874     - "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"
13875   layout:
13876     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13877     layout: "plot-throughput"
13878
13879 - type: "plot"
13880   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13881   algorithm: "plot_perf_box_name"
13882   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13883   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13884   include:
13885     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13886     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13887   layout:
13888     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13889     layout: "plot-throughput"
13890
13891 - type: "plot"
13892   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13893   algorithm: "plot_perf_box_name"
13894   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13895   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13896   include:
13897     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13898     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13899   layout:
13900     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13901     layout: "plot-throughput"
13902
13903 - type: "plot"
13904   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13905   algorithm: "plot_perf_box_name"
13906   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13907   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13908   include:
13909     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13910     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13911   layout:
13912     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13913     layout: "plot-throughput"
13914
13915 - type: "plot"
13916   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13917   algorithm: "plot_perf_box_name"
13918   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13919   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13920   include:
13921     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13922     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13923   layout:
13924     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13925     layout: "plot-throughput"
13926
13927 - type: "plot"
13928   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13929   algorithm: "plot_perf_box_name"
13930   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13931   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13932   include:
13933     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13934     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13935     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13936     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13937     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13938     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13939   layout:
13940     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13941     layout: "plot-throughput"
13942
13943 - type: "plot"
13944   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13945   algorithm: "plot_perf_box_name"
13946   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13947   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13948   include:
13949     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13950     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13951     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13952     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13953     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13954     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13955   layout:
13956     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13957     layout: "plot-throughput"
13958
13959 - type: "plot"
13960   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13961   algorithm: "plot_perf_box_name"
13962   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13963   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13964   include:
13965     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13966     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13967     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13968     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13969     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13970     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13971   layout:
13972     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13973     layout: "plot-throughput"
13974
13975 - type: "plot"
13976   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13977   algorithm: "plot_perf_box_name"
13978   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13979   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13980   include:
13981     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13982     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13983     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13984     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13985     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13986     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13987   layout:
13988     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13989     layout: "plot-throughput"
13990
13991 #- type: "plot"
13992 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13993 #  algorithm: "plot_perf_box_name"
13994 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13995 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13996 #  include:
13997 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13998 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13999 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14000 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14001 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14002 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14003 #  layout:
14004 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14005 #    layout: "plot-throughput"
14006 #
14007 #- type: "plot"
14008 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14009 #  algorithm: "plot_perf_box_name"
14010 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14011 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14012 #  include:
14013 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14014 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14015 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14016 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14017 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14018 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14019 #  layout:
14020 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14021 #    layout: "plot-throughput"
14022
14023 - type: "plot"
14024   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14025   algorithm: "plot_perf_box_name"
14026   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14027   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14028   include:
14029     - "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"
14030     - "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"
14031     - "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"
14032     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14033     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14034     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14035   layout:
14036     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14037     layout: "plot-throughput"
14038
14039 - type: "plot"
14040   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14041   algorithm: "plot_perf_box_name"
14042   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14043   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14044   include:
14045     - "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"
14046     - "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"
14047     - "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"
14048     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14049     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14050     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14051   layout:
14052     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14053     layout: "plot-throughput"
14054
14055 ################################################################################
14056
14057 # Packet Speedup
14058
14059 - type: "plot"
14060   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14061   algorithm: "plot_tsa_name"
14062   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14063   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14064   include:
14065     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14066     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14067     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14068     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14069   layout:
14070     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14071     layout: "plot-throughput-speedup-analysis"
14072
14073 - type: "plot"
14074   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14075   algorithm: "plot_tsa_name"
14076   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14077   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14078   include:
14079     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14080     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14081     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14082     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14083   layout:
14084     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14085     layout: "plot-throughput-speedup-analysis"
14086
14087 - type: "plot"
14088   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14089   algorithm: "plot_tsa_name"
14090   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14091   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14092   include:
14093     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14094     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14095     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14096     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14097   layout:
14098     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14099     layout: "plot-throughput-speedup-analysis"
14100
14101 - type: "plot"
14102   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14103   algorithm: "plot_tsa_name"
14104   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14105   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14106   include:
14107     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14108     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14109     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14110     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14111   layout:
14112     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14113     layout: "plot-throughput-speedup-analysis"
14114
14115 - type: "plot"
14116   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14117   algorithm: "plot_tsa_name"
14118   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14119   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14120   include:
14121     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14122     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14123     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14124     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14125     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14126   layout:
14127     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14128     layout: "plot-throughput-speedup-analysis"
14129
14130 - type: "plot"
14131   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14132   algorithm: "plot_tsa_name"
14133   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14134   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14135   include:
14136     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14137     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14138     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14139     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14140     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14141   layout:
14142     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14143     layout: "plot-throughput-speedup-analysis"
14144
14145 - type: "plot"
14146   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14147   algorithm: "plot_tsa_name"
14148   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14149   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14150   include:
14151     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14152     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14153     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14154     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14155     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14156   layout:
14157     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14158     layout: "plot-throughput-speedup-analysis"
14159
14160 - type: "plot"
14161   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14162   algorithm: "plot_tsa_name"
14163   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14164   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14165   include:
14166     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14167     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14168     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14169     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14170     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14171   layout:
14172     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14173     layout: "plot-throughput-speedup-analysis"
14174
14175 - type: "plot"
14176   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14177   algorithm: "plot_tsa_name"
14178   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14179   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14180   include:
14181     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14182     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14183     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14184     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14185     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14186     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14187   layout:
14188     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14189     layout: "plot-throughput-speedup-analysis"
14190
14191 - type: "plot"
14192   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14193   algorithm: "plot_tsa_name"
14194   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14195   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14196   include:
14197     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14198     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14199     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14200     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14201     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14202     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14203   layout:
14204     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14205     layout: "plot-throughput-speedup-analysis"
14206
14207 - type: "plot"
14208   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14209   algorithm: "plot_tsa_name"
14210   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14211   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14212   include:
14213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14218   layout:
14219     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14220     layout: "plot-throughput-speedup-analysis"
14221
14222 - type: "plot"
14223   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14224   algorithm: "plot_tsa_name"
14225   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14226   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14227   include:
14228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14233   layout:
14234     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14235     layout: "plot-throughput-speedup-analysis"
14236
14237 - type: "plot"
14238   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14239   algorithm: "plot_tsa_name"
14240   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14241   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14242   include:
14243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14246   layout:
14247     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14248     layout: "plot-throughput-speedup-analysis"
14249
14250 - type: "plot"
14251   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14252   algorithm: "plot_tsa_name"
14253   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14254   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14255   include:
14256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14259   layout:
14260     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14261     layout: "plot-throughput-speedup-analysis"
14262
14263 - type: "plot"
14264   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14265   algorithm: "plot_tsa_name"
14266   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14267   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14268   include:
14269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14274   layout:
14275     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14276     layout: "plot-throughput-speedup-analysis"
14277
14278 - type: "plot"
14279   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14280   algorithm: "plot_tsa_name"
14281   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14282   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14283   include:
14284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14289   layout:
14290     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14291     layout: "plot-throughput-speedup-analysis"
14292
14293 - type: "plot"
14294   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14295   algorithm: "plot_tsa_name"
14296   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14297   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14298   include:
14299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14302   layout:
14303     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14304     layout: "plot-throughput-speedup-analysis"
14305
14306 - type: "plot"
14307   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14308   algorithm: "plot_tsa_name"
14309   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14310   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14311   include:
14312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14315   layout:
14316     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14317     layout: "plot-throughput-speedup-analysis"
14318
14319 - type: "plot"
14320   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14321   algorithm: "plot_tsa_name"
14322   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14323   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14324   include:
14325     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14326     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14327     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14331   layout:
14332     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14333     layout: "plot-throughput-speedup-analysis"
14334
14335 - type: "plot"
14336   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14337   algorithm: "plot_tsa_name"
14338   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14339   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14340   include:
14341     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14342     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14343     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14347   layout:
14348     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14349     layout: "plot-throughput-speedup-analysis"
14350
14351 - type: "plot"
14352   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14353   algorithm: "plot_tsa_name"
14354   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14355   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14356   include:
14357     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14358     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14359     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14360     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14362     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14363   layout:
14364     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14365     layout: "plot-throughput-speedup-analysis"
14366
14367 - type: "plot"
14368   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14369   algorithm: "plot_tsa_name"
14370   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14371   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14372   include:
14373     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14374     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14375     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14376     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14377     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14378     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14379   layout:
14380     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14381     layout: "plot-throughput-speedup-analysis"
14382
14383 - type: "plot"
14384   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14385   algorithm: "plot_tsa_name"
14386   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14387   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14388   include:
14389     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14390     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14391     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14392   layout:
14393     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14394     layout: "plot-throughput-speedup-analysis"
14395
14396 - type: "plot"
14397   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14398   algorithm: "plot_tsa_name"
14399   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14400   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14401   include:
14402     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14403     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14404     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14405   layout:
14406     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14407     layout: "plot-throughput-speedup-analysis"
14408
14409 - type: "plot"
14410   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14411   algorithm: "plot_tsa_name"
14412   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14413   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14414   include:
14415     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14416     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14417     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14418 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14419 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14420   layout:
14421     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14422     layout: "plot-throughput-speedup-analysis"
14423
14424 - type: "plot"
14425   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14426   algorithm: "plot_tsa_name"
14427   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14428   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14429   include:
14430     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14431     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14432     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14433 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14434 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14435   layout:
14436     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14437     layout: "plot-throughput-speedup-analysis"
14438
14439 - type: "plot"
14440   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14441   algorithm: "plot_tsa_name"
14442   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14443   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14444   include:
14445     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14446     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14447     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14448     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14449     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14450   layout:
14451     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14452     layout: "plot-throughput-speedup-analysis"
14453
14454 - type: "plot"
14455   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14456   algorithm: "plot_tsa_name"
14457   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14458   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14459   include:
14460     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14461     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14462     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14463     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14464     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14465   layout:
14466     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14467     layout: "plot-throughput-speedup-analysis"
14468
14469 - type: "plot"
14470   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14471   algorithm: "plot_tsa_name"
14472   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14473   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14474   include:
14475     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14476     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14477     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14478     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14479     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14480   layout:
14481     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14482     layout: "plot-throughput-speedup-analysis"
14483
14484 - type: "plot"
14485   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14486   algorithm: "plot_tsa_name"
14487   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14488   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14489   include:
14490     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14491     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14492     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14493     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14494     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14495   layout:
14496     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14497     layout: "plot-throughput-speedup-analysis"
14498
14499 - type: "plot"
14500   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14501   algorithm: "plot_tsa_name"
14502   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14503   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14504   include:
14505     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14506     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14507     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14508     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14509     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14510     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14511   layout:
14512     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14513     layout: "plot-throughput-speedup-analysis"
14514
14515 - type: "plot"
14516   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14517   algorithm: "plot_tsa_name"
14518   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14519   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14520   include:
14521     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14522     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14523     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14524     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14525     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14526     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14527   layout:
14528     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14529     layout: "plot-throughput-speedup-analysis"
14530
14531 - type: "plot"
14532   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14533   algorithm: "plot_tsa_name"
14534   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14535   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14536   include:
14537     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14538     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14539     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14540     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14541     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14542     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14543   layout:
14544     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14545     layout: "plot-throughput-speedup-analysis"
14546
14547 - type: "plot"
14548   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14549   algorithm: "plot_tsa_name"
14550   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14551   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14552   include:
14553     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14554     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14555     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14556     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14557     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14558     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14559   layout:
14560     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14561     layout: "plot-throughput-speedup-analysis"
14562
14563 - type: "plot"
14564   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14565   algorithm: "plot_tsa_name"
14566   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14567   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14568   include:
14569     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14570     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14571   layout:
14572     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14573     layout: "plot-throughput-speedup-analysis"
14574
14575 - type: "plot"
14576   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14577   algorithm: "plot_tsa_name"
14578   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14579   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14580   include:
14581     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14582     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14583   layout:
14584     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14585     layout: "plot-throughput-speedup-analysis"
14586
14587 - type: "plot"
14588   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14589   algorithm: "plot_tsa_name"
14590   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14591   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14592   include:
14593     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14594     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14595     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14596     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14597   layout:
14598     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14599     layout: "plot-throughput-speedup-analysis"
14600
14601 - type: "plot"
14602   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14603   algorithm: "plot_tsa_name"
14604   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14605   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14606   include:
14607     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14608     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14609     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14610     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14611   layout:
14612     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14613     layout: "plot-throughput-speedup-analysis"
14614
14615 - type: "plot"
14616   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14617   algorithm: "plot_tsa_name"
14618   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14619   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14620   include:
14621     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14622     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14623     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14624     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14625   layout:
14626     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14627     layout: "plot-throughput-speedup-analysis"
14628
14629 - type: "plot"
14630   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14631   algorithm: "plot_tsa_name"
14632   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14633   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14634   include:
14635     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14636     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14637     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14638     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14639   layout:
14640     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14641     layout: "plot-throughput-speedup-analysis"
14642
14643 - type: "plot"
14644   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14645   algorithm: "plot_tsa_name"
14646   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14647   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14648   include:
14649     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14650     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14651     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14652     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14653     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14654     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14655   layout:
14656     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14657     layout: "plot-throughput-speedup-analysis"
14658
14659 - type: "plot"
14660   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14661   algorithm: "plot_tsa_name"
14662   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14663   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14664   include:
14665     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14666     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14667     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14668     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14669     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14670     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14671   layout:
14672     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14673     layout: "plot-throughput-speedup-analysis"
14674
14675 - type: "plot"
14676   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14677   algorithm: "plot_tsa_name"
14678   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14679   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14680   include:
14681     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14682     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14683     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14684     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14685     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14686   layout:
14687     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14688     layout: "plot-throughput-speedup-analysis"
14689
14690 - type: "plot"
14691   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14692   algorithm: "plot_tsa_name"
14693   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14694   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14695   include:
14696     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14697     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14698     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14699     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14700     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14701   layout:
14702     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14703     layout: "plot-throughput-speedup-analysis"
14704
14705 - type: "plot"
14706   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14707   algorithm: "plot_tsa_name"
14708   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14709   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14710   include:
14711     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14712     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14713     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14714     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14715     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14716   layout:
14717     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14718     layout: "plot-throughput-speedup-analysis"
14719
14720 - type: "plot"
14721   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14722   algorithm: "plot_tsa_name"
14723   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14724   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14725   include:
14726     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14727     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14728     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14729     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14730     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14731   layout:
14732     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14733     layout: "plot-throughput-speedup-analysis"
14734
14735 - type: "plot"
14736   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14737   algorithm: "plot_tsa_name"
14738   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14739   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14740   include:
14741     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14742     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14743     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14744   layout:
14745     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14746     layout: "plot-throughput-speedup-analysis"
14747
14748 - type: "plot"
14749   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14750   algorithm: "plot_tsa_name"
14751   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14752   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14753   include:
14754     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14755     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14756     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14757   layout:
14758     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14759     layout: "plot-throughput-speedup-analysis"
14760
14761 - type: "plot"
14762   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14763   algorithm: "plot_tsa_name"
14764   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14765   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14766   include:
14767     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14768     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14769     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14770   layout:
14771     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14772     layout: "plot-throughput-speedup-analysis"
14773
14774 - type: "plot"
14775   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14776   algorithm: "plot_tsa_name"
14777   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14778   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14779   include:
14780     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14781     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14782     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14783   layout:
14784     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14785     layout: "plot-throughput-speedup-analysis"
14786
14787 - type: "plot"
14788   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14789   algorithm: "plot_tsa_name"
14790   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14791   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14792   include:
14793     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14794     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14795     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14796     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14797     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14798   layout:
14799     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14800     layout: "plot-throughput-speedup-analysis"
14801
14802 - type: "plot"
14803   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14804   algorithm: "plot_tsa_name"
14805   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14806   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14807   include:
14808     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14809     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14810     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14811     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14812     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14813   layout:
14814     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14815     layout: "plot-throughput-speedup-analysis"
14816
14817 - type: "plot"
14818   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14819   algorithm: "plot_tsa_name"
14820   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14821   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14822   include:
14823     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14824     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14825     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14826     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14827     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14828   layout:
14829     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14830     layout: "plot-throughput-speedup-analysis"
14831
14832 - type: "plot"
14833   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14834   algorithm: "plot_tsa_name"
14835   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14836   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14837   include:
14838     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14839     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14840     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14841     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14842     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14843   layout:
14844     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14845     layout: "plot-throughput-speedup-analysis"
14846
14847 - type: "plot"
14848   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14849   algorithm: "plot_tsa_name"
14850   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14851   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14852   include:
14853     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14854     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14855     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14856     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14857     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14858     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14859   layout:
14860     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14861     layout: "plot-throughput-speedup-analysis"
14862
14863 - type: "plot"
14864   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14865   algorithm: "plot_tsa_name"
14866   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14867   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14868   include:
14869     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14870     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14871     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14872     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14873     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14874     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14875   layout:
14876     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14877     layout: "plot-throughput-speedup-analysis"
14878
14879 - type: "plot"
14880   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14881   algorithm: "plot_tsa_name"
14882   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14883   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14884   include:
14885     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14886     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14887     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14888     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14889   layout:
14890     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14891     layout: "plot-throughput-speedup-analysis"
14892
14893 - type: "plot"
14894   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14895   algorithm: "plot_tsa_name"
14896   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14897   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14898   include:
14899     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14900     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14901     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14902     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14903   layout:
14904     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14905     layout: "plot-throughput-speedup-analysis"
14906
14907 - type: "plot"
14908   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14909   algorithm: "plot_tsa_name"
14910   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14911   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14912   include:
14913     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14914     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14915     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14916     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14917     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14918     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14919   layout:
14920     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14921     layout: "plot-throughput-speedup-analysis"
14922
14923 - type: "plot"
14924   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14925   algorithm: "plot_tsa_name"
14926   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14927   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14928   include:
14929     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14930     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14931     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14932     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14933     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14934     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14935   layout:
14936     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14937     layout: "plot-throughput-speedup-analysis"
14938
14939 - type: "plot"
14940   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14941   algorithm: "plot_tsa_name"
14942   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14943   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14944   include:
14945     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14946     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14947     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14948     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14949     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14950     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14951   layout:
14952     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14953     layout: "plot-throughput-speedup-analysis"
14954
14955 - type: "plot"
14956   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14957   algorithm: "plot_tsa_name"
14958   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14959   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14960   include:
14961     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14962     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14963     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14964     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14965     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14966     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14967   layout:
14968     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14969     layout: "plot-throughput-speedup-analysis"
14970
14971 - type: "plot"
14972   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14973   algorithm: "plot_tsa_name"
14974   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14975   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14976   include:
14977     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14978     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14979     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14980     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14981     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14982     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14983   layout:
14984     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14985     layout: "plot-throughput-speedup-analysis"
14986
14987 - type: "plot"
14988   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14989   algorithm: "plot_tsa_name"
14990   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14991   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14992   include:
14993     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14994     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14995     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14996     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14997     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14998     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14999   layout:
15000     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15001     layout: "plot-throughput-speedup-analysis"
15002
15003 - type: "plot"
15004   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15005   algorithm: "plot_tsa_name"
15006   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15007   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15008   include:
15009     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15010     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15011     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15012     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15013     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15014     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15015   layout:
15016     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15017     layout: "plot-throughput-speedup-analysis"
15018
15019 - type: "plot"
15020   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15021   algorithm: "plot_tsa_name"
15022   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15023   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15024   include:
15025     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15026     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15027     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15028     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15029     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15030     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15031   layout:
15032     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15033     layout: "plot-throughput-speedup-analysis"
15034
15035 - type: "plot"
15036   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15037   algorithm: "plot_tsa_name"
15038   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15039   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15040   include:
15041     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15042     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15043     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15045     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15047   layout:
15048     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15049     layout: "plot-throughput-speedup-analysis"
15050
15051 - type: "plot"
15052   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15053   algorithm: "plot_tsa_name"
15054   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15055   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15056   include:
15057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15062     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15063   layout:
15064     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15065     layout: "plot-throughput-speedup-analysis"
15066
15067 - type: "plot"
15068   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15069   algorithm: "plot_tsa_name"
15070   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15071   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15072   include:
15073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15077   layout:
15078     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15079     layout: "plot-throughput-speedup-analysis"
15080
15081 - type: "plot"
15082   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15083   algorithm: "plot_tsa_name"
15084   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15085   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15086   include:
15087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15091   layout:
15092     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15093     layout: "plot-throughput-speedup-analysis"
15094
15095 - type: "plot"
15096   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15097   algorithm: "plot_tsa_name"
15098   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15099   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15100   include:
15101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15105   layout:
15106     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15107     layout: "plot-throughput-speedup-analysis"
15108
15109 - type: "plot"
15110   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15111   algorithm: "plot_tsa_name"
15112   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15113   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15114   include:
15115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15119   layout:
15120     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15121     layout: "plot-throughput-speedup-analysis"
15122
15123 - type: "plot"
15124   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15125   algorithm: "plot_tsa_name"
15126   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15127   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15128   include:
15129     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15130     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15131     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15132     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15133     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15134     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15135   layout:
15136     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15137     layout: "plot-throughput-speedup-analysis"
15138
15139 - type: "plot"
15140   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15141   algorithm: "plot_tsa_name"
15142   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15143   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15144   include:
15145     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15146     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15147     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15148     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15149     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15150     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15151   layout:
15152     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15153     layout: "plot-throughput-speedup-analysis"
15154
15155 - type: "plot"
15156   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15157   algorithm: "plot_tsa_name"
15158   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15159   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15160   include:
15161     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15162     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15163     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15164     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15165     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15166   layout:
15167     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15168     layout: "plot-throughput-speedup-analysis"
15169
15170 - type: "plot"
15171   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15172   algorithm: "plot_tsa_name"
15173   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15174   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15175   include:
15176     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15177     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15178     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15179     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15180     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15181   layout:
15182     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15183     layout: "plot-throughput-speedup-analysis"
15184
15185 - type: "plot"
15186   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15187   algorithm: "plot_tsa_name"
15188   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15189   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15190   include:
15191     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15192     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15193     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15194     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15195     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15196   layout:
15197     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15198     layout: "plot-throughput-speedup-analysis"
15199
15200 - type: "plot"
15201   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15202   algorithm: "plot_tsa_name"
15203   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15204   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15205   include:
15206     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15207     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15208     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15209     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15210     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15211   layout:
15212     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15213     layout: "plot-throughput-speedup-analysis"
15214
15215 - type: "plot"
15216   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15217   algorithm: "plot_tsa_name"
15218   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15219   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15220   include:
15221     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15222     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15223     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15224     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15225   layout:
15226     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15227     layout: "plot-throughput-speedup-analysis"
15228
15229 - type: "plot"
15230   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15231   algorithm: "plot_tsa_name"
15232   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15233   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15234   include:
15235     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15236     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15237     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15238     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15239   layout:
15240     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15241     layout: "plot-throughput-speedup-analysis"
15242
15243 - type: "plot"
15244   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15245   algorithm: "plot_tsa_name"
15246   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15247   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15248   include:
15249     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15250     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15251     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15252     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15253     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15254     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15255   layout:
15256     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15257     layout: "plot-throughput-speedup-analysis"
15258
15259 - type: "plot"
15260   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15261   algorithm: "plot_tsa_name"
15262   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15263   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15264   include:
15265     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15266     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15267     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15268     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15269     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15270     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15271   layout:
15272     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15273     layout: "plot-throughput-speedup-analysis"
15274
15275 - type: "plot"
15276   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15277   algorithm: "plot_tsa_name"
15278   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15279   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15280   include:
15281     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15282     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15283     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15284     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15285     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15286     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15287   layout:
15288     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15289     layout: "plot-throughput-speedup-analysis"
15290
15291 - type: "plot"
15292   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15293   algorithm: "plot_tsa_name"
15294   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15295   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15296   include:
15297     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15298     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15299     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15300     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15301     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15302     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15303   layout:
15304     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15305     layout: "plot-throughput-speedup-analysis"
15306
15307 - type: "plot"
15308   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15309   algorithm: "plot_tsa_name"
15310   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15311   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15312   include:
15313     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15314     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15315     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15316     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15317     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15318     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15319   layout:
15320     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15321     layout: "plot-throughput-speedup-analysis"
15322
15323 - type: "plot"
15324   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15325   algorithm: "plot_tsa_name"
15326   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15327   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15328   include:
15329     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15330     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15331     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15332     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15333     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15334     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15335   layout:
15336     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15337     layout: "plot-throughput-speedup-analysis"
15338
15339 - type: "plot"
15340   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15341   algorithm: "plot_tsa_name"
15342   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15343   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15344   include:
15345     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15346     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15347     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15348     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15349     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15350     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15351   layout:
15352     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15353     layout: "plot-throughput-speedup-analysis"
15354
15355 - type: "plot"
15356   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15357   algorithm: "plot_tsa_name"
15358   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15359   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15360   include:
15361     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15362     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15363     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15364     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15365     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15366     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15367   layout:
15368     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15369     layout: "plot-throughput-speedup-analysis"
15370
15371 - type: "plot"
15372   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15373   algorithm: "plot_tsa_name"
15374   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15375   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15376   include:
15377     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15378     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15379     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15380     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15381     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15382     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15383   layout:
15384     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15385     layout: "plot-throughput-speedup-analysis"
15386
15387 - type: "plot"
15388   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15389   algorithm: "plot_tsa_name"
15390   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15391   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15392   include:
15393     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15394     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15395     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15396     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15397     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15398     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15399   layout:
15400     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15401     layout: "plot-throughput-speedup-analysis"
15402
15403 - type: "plot"
15404   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15405   algorithm: "plot_tsa_name"
15406   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15407   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15408   include:
15409     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15410     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15411     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15412     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15413     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15414   layout:
15415     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15416     layout: "plot-throughput-speedup-analysis"
15417
15418 - type: "plot"
15419   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15420   algorithm: "plot_tsa_name"
15421   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15422   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15423   include:
15424     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15425     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15429   layout:
15430     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15431     layout: "plot-throughput-speedup-analysis"
15432
15433 - type: "plot"
15434   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15435   algorithm: "plot_tsa_name"
15436   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15437   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15438   include:
15439     - "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"
15440     - "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"
15441     - "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"
15442     - "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"
15443     - "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"
15444   layout:
15445     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15446     layout: "plot-throughput-speedup-analysis"
15447
15448 - type: "plot"
15449   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15450   algorithm: "plot_tsa_name"
15451   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15452   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15453   include:
15454     - "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"
15455     - "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"
15456     - "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"
15457     - "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"
15458     - "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"
15459   layout:
15460     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15461     layout: "plot-throughput-speedup-analysis"
15462
15463 - type: "plot"
15464   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15465   algorithm: "plot_tsa_name"
15466   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15467   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15468   include:
15469     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15470     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15471     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15472     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15473     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15474   layout:
15475     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15476     layout: "plot-throughput-speedup-analysis"
15477
15478 - type: "plot"
15479   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15480   algorithm: "plot_tsa_name"
15481   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15482   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15483   include:
15484     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15485     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15486     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15487     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15488     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15489   layout:
15490     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15491     layout: "plot-throughput-speedup-analysis"
15492
15493 - type: "plot"
15494   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15495   algorithm: "plot_tsa_name"
15496   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15497   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15498   include:
15499     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15500     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15501     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15502     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15503     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15504   layout:
15505     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15506     layout: "plot-throughput-speedup-analysis"
15507
15508 - type: "plot"
15509   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15510   algorithm: "plot_tsa_name"
15511   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15512   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15513   include:
15514     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15515     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15516     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15517     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15518     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15519   layout:
15520     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15521     layout: "plot-throughput-speedup-analysis"
15522
15523 - type: "plot"
15524   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15525   algorithm: "plot_tsa_name"
15526   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15527   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15528   include:
15529     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15530     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15531     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15532     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15533     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15534   layout:
15535     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15536     layout: "plot-throughput-speedup-analysis"
15537
15538 - type: "plot"
15539   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15540   algorithm: "plot_tsa_name"
15541   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15542   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15543   include:
15544     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15545     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15546     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15547     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15548     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15549   layout:
15550     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15551     layout: "plot-throughput-speedup-analysis"
15552
15553 - type: "plot"
15554   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15555   algorithm: "plot_tsa_name"
15556   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15557   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15558   include:
15559     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15560     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15561     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15562     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15563     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15564   layout:
15565     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15566     layout: "plot-throughput-speedup-analysis"
15567
15568 - type: "plot"
15569   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15570   algorithm: "plot_tsa_name"
15571   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15572   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15573   include:
15574     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15575     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15576     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15577     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15578     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15579   layout:
15580     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15581     layout: "plot-throughput-speedup-analysis"
15582
15583 - type: "plot"
15584   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15585   algorithm: "plot_tsa_name"
15586   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15587   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15588   include:
15589     - "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"
15590     - "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"
15591     - "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"
15592     - "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"
15593   layout:
15594     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15595     layout: "plot-throughput-speedup-analysis"
15596
15597 - type: "plot"
15598   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15599   algorithm: "plot_tsa_name"
15600   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15601   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15602   include:
15603     - "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"
15604     - "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"
15605     - "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"
15606     - "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"
15607   layout:
15608     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15609     layout: "plot-throughput-speedup-analysis"
15610
15611 - type: "plot"
15612   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15613   algorithm: "plot_tsa_name"
15614   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15615   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15616   include:
15617     - "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"
15618     - "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"
15619     - "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"
15620     - "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"
15621   layout:
15622     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15623     layout: "plot-throughput-speedup-analysis"
15624
15625 - type: "plot"
15626   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15627   algorithm: "plot_tsa_name"
15628   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15629   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15630   include:
15631     - "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"
15632     - "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"
15633     - "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"
15634     - "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"
15635   layout:
15636     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15637     layout: "plot-throughput-speedup-analysis"
15638
15639 - type: "plot"
15640   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15641   algorithm: "plot_tsa_name"
15642   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15643   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15644   include:
15645     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15646     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15647     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15648     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15649     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15650     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15651   layout:
15652     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15653     layout: "plot-throughput-speedup-analysis"
15654
15655 - type: "plot"
15656   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15657   algorithm: "plot_tsa_name"
15658   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15659   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15660   include:
15661     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15662     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15663     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15664     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15665     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15666     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15667   layout:
15668     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15669     layout: "plot-throughput-speedup-analysis"
15670
15671 - type: "plot"
15672   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15673   algorithm: "plot_tsa_name"
15674   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15675   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15676   include:
15677     - "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"
15678     - "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"
15679     - "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"
15680     - "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"
15681     - "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"
15682     - "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"
15683   layout:
15684     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15685     layout: "plot-throughput-speedup-analysis"
15686
15687 - type: "plot"
15688   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15689   algorithm: "plot_tsa_name"
15690   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15691   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15692   include:
15693     - "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"
15694     - "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"
15695     - "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"
15696     - "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"
15697     - "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"
15698     - "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"
15699   layout:
15700     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15701     layout: "plot-throughput-speedup-analysis"
15702
15703 - type: "plot"
15704   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15705   algorithm: "plot_tsa_name"
15706   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15707   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15708   include:
15709     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15710     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15711     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15712     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15713     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15714     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15715   layout:
15716     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15717     layout: "plot-throughput-speedup-analysis"
15718
15719 - type: "plot"
15720   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15721   algorithm: "plot_tsa_name"
15722   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15723   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15724   include:
15725     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15726     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15727     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15728     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15729     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15730     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15731   layout:
15732     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15733     layout: "plot-throughput-speedup-analysis"
15734
15735 - type: "plot"
15736   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15737   algorithm: "plot_tsa_name"
15738   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15739   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15740   include:
15741     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15742     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15743     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15744     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15745     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15746   layout:
15747     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15748     layout: "plot-throughput-speedup-analysis"
15749
15750 - type: "plot"
15751   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15752   algorithm: "plot_tsa_name"
15753   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15754   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15755   include:
15756     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15757     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15758     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15759     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15760     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15761   layout:
15762     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15763     layout: "plot-throughput-speedup-analysis"
15764
15765 - type: "plot"
15766   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15767   algorithm: "plot_tsa_name"
15768   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15769   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15770   include:
15771     - "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"
15772     - "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"
15773   layout:
15774     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15775     layout: "plot-throughput-speedup-analysis"
15776
15777 - type: "plot"
15778   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15779   algorithm: "plot_tsa_name"
15780   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15781   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15782   include:
15783     - "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"
15784     - "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"
15785   layout:
15786     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15787     layout: "plot-throughput-speedup-analysis"
15788
15789 - type: "plot"
15790   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15791   algorithm: "plot_tsa_name"
15792   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15793   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15794   include:
15795     - "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"
15796     - "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"
15797   layout:
15798     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15799     layout: "plot-throughput-speedup-analysis"
15800
15801 - type: "plot"
15802   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15803   algorithm: "plot_tsa_name"
15804   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15805   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15806   include:
15807     - "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"
15808     - "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"
15809   layout:
15810     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15811     layout: "plot-throughput-speedup-analysis"
15812
15813 - type: "plot"
15814   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15815   algorithm: "plot_tsa_name"
15816   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15817   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15818   include:
15819     - "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"
15820     - "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"
15821     - "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"
15822     - "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"
15823     - "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"
15824     - "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"
15825   layout:
15826     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15827     layout: "plot-throughput-speedup-analysis"
15828
15829 - type: "plot"
15830   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15831   algorithm: "plot_tsa_name"
15832   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15833   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15834   include:
15835     - "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"
15836     - "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"
15837     - "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"
15838     - "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"
15839     - "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"
15840     - "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"
15841   layout:
15842     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15843     layout: "plot-throughput-speedup-analysis"
15844
15845 - type: "plot"
15846   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15847   algorithm: "plot_tsa_name"
15848   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15849   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15850   include:
15851     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15852     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15853     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15854     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15855     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15856   layout:
15857     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15858     layout: "plot-throughput-speedup-analysis"
15859
15860 - type: "plot"
15861   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15862   algorithm: "plot_tsa_name"
15863   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15864   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15865   include:
15866     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15867     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15868     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15869     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15870     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15871   layout:
15872     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15873     layout: "plot-throughput-speedup-analysis"
15874
15875 - type: "plot"
15876   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15877   algorithm: "plot_tsa_name"
15878   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15879   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15880   include:
15881     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15882     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15883     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15884     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15885     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15886   layout:
15887     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15888     layout: "plot-throughput-speedup-analysis"
15889
15890 - type: "plot"
15891   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15892   algorithm: "plot_tsa_name"
15893   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15894   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15895   include:
15896     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15897     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15898     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15899     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15900     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15901   layout:
15902     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15903     layout: "plot-throughput-speedup-analysis"
15904
15905 - type: "plot"
15906   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15907   algorithm: "plot_tsa_name"
15908   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15909   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15910   include:
15911     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15912     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15913     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15914     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15915     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15916     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15917   layout:
15918     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15919     layout: "plot-throughput-speedup-analysis"
15920
15921 - type: "plot"
15922   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15923   algorithm: "plot_tsa_name"
15924   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15925   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15926   include:
15927     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15928     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15929     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15930     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15931     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15932     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15933   layout:
15934     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15935     layout: "plot-throughput-speedup-analysis"
15936
15937 - type: "plot"
15938   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15939   algorithm: "plot_tsa_name"
15940   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15941   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15942   include:
15943     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15944     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15945     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15946     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15947   layout:
15948     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15949     layout: "plot-throughput-speedup-analysis"
15950
15951 - type: "plot"
15952   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15953   algorithm: "plot_tsa_name"
15954   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15955   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15956   include:
15957     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15958     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15959     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15960     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15961   layout:
15962     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15963     layout: "plot-throughput-speedup-analysis"
15964
15965 - type: "plot"
15966   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15967   algorithm: "plot_tsa_name"
15968   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15969   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15970   include:
15971     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15972     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15973     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15974     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15975     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15976   layout:
15977     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15978     layout: "plot-throughput-speedup-analysis"
15979
15980 - type: "plot"
15981   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15982   algorithm: "plot_tsa_name"
15983   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15984   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15985   include:
15986     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15987     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15988     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15989     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15990     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15991   layout:
15992     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15993     layout: "plot-throughput-speedup-analysis"
15994
15995 - type: "plot"
15996   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15997   algorithm: "plot_tsa_name"
15998   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15999   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16000   include:
16001     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16002     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16003     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16004     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16005     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16006     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16007   layout:
16008     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16009     layout: "plot-throughput-speedup-analysis"
16010
16011 - type: "plot"
16012   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16013   algorithm: "plot_tsa_name"
16014   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16015   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16016   include:
16017     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16018     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16019     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16020     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16021     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16022     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16023   layout:
16024     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16025     layout: "plot-throughput-speedup-analysis"
16026
16027 - type: "plot"
16028   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16029   algorithm: "plot_tsa_name"
16030   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16031   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16032   include:
16033     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16034     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16035     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16036     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16037   layout:
16038     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16039     layout: "plot-throughput-speedup-analysis"
16040
16041 - type: "plot"
16042   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16043   algorithm: "plot_tsa_name"
16044   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16045   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16046   include:
16047     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16048     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16049     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16050     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16051   layout:
16052     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16053     layout: "plot-throughput-speedup-analysis"
16054
16055 - type: "plot"
16056   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16057   algorithm: "plot_tsa_name"
16058   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16059   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16060   include:
16061     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16062     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16063     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16064     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16065     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16066     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16067   layout:
16068     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16069     layout: "plot-throughput-speedup-analysis"
16070
16071 - type: "plot"
16072   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16073   algorithm: "plot_tsa_name"
16074   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16075   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16076   include:
16077     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16078     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16079     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16080     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16081     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16082     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16083   layout:
16084     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16085     layout: "plot-throughput-speedup-analysis"
16086
16087 - type: "plot"
16088   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16089   algorithm: "plot_tsa_name"
16090   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16091   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16092   include:
16093     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16094     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16095     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16096     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16097     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16098     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16099   layout:
16100     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16101     layout: "plot-throughput-speedup-analysis"
16102
16103 - type: "plot"
16104   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16105   algorithm: "plot_tsa_name"
16106   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16107   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16108   include:
16109     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16110     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16111     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16112     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16113     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16114     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16115   layout:
16116     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16117     layout: "plot-throughput-speedup-analysis"
16118
16119 - type: "plot"
16120   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16121   algorithm: "plot_tsa_name"
16122   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16123   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16124   include:
16125     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16126     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16127     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16128     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16129     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16130     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16131   layout:
16132     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16133     layout: "plot-throughput-speedup-analysis"
16134
16135 - type: "plot"
16136   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16137   algorithm: "plot_tsa_name"
16138   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16139   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16140   include:
16141     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16142     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16143     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16144     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16145     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16146     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16147   layout:
16148     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16149     layout: "plot-throughput-speedup-analysis"
16150
16151 - type: "plot"
16152   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16153   algorithm: "plot_tsa_name"
16154   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16155   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16156   include:
16157     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16158     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16159     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16160     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16161     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16162     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16163   layout:
16164     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16165     layout: "plot-throughput-speedup-analysis"
16166
16167 - type: "plot"
16168   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16169   algorithm: "plot_tsa_name"
16170   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16171   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16172   include:
16173     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16174     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16175     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16176     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16177     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16178     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16179   layout:
16180     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16181     layout: "plot-throughput-speedup-analysis"
16182
16183 - type: "plot"
16184   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16185   algorithm: "plot_tsa_name"
16186   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16187   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16188   include:
16189     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16190     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16191     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16192     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16193     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16194     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16195   layout:
16196     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16197     layout: "plot-throughput-speedup-analysis"
16198
16199 - type: "plot"
16200   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16201   algorithm: "plot_tsa_name"
16202   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16203   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16204   include:
16205     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16206     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16207     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16208     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16209     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16210     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16211   layout:
16212     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16213     layout: "plot-throughput-speedup-analysis"
16214
16215 #- type: "plot"
16216 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16217 #  algorithm: "plot_tsa_name"
16218 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16219 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16220 #  include:
16221 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16222 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16223 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16224 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16225 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16226 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16227 #  layout:
16228 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16229 #    layout: "plot-throughput-speedup-analysis"
16230 #
16231 #- type: "plot"
16232 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16233 #  algorithm: "plot_tsa_name"
16234 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16235 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16236 #  include:
16237 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16238 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16239 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16240 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16241 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16242 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16243 #  layout:
16244 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16245 #    layout: "plot-throughput-speedup-analysis"
16246
16247 - type: "plot"
16248   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16249   algorithm: "plot_tsa_name"
16250   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16251   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16252   include:
16253     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16254     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16255     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16256     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16257     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16258   layout:
16259     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16260     layout: "plot-throughput-speedup-analysis"
16261
16262 - type: "plot"
16263   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16264   algorithm: "plot_tsa_name"
16265   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16266   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16267   include:
16268     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16269     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16270     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16271     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16272     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16273   layout:
16274     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16275     layout: "plot-throughput-speedup-analysis"
16276
16277 - type: "plot"
16278   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16279   algorithm: "plot_tsa_name"
16280   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16281   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16282   include:
16283     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16284     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16285     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16286     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16287     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16288     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16289   layout:
16290     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16291     layout: "plot-throughput-speedup-analysis"
16292
16293 - type: "plot"
16294   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16295   algorithm: "plot_tsa_name"
16296   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16297   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16298   include:
16299     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16300     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16301     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16302     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16303     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16304     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16305   layout:
16306     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16307     layout: "plot-throughput-speedup-analysis"
16308
16309 - type: "plot"
16310   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16311   algorithm: "plot_tsa_name"
16312   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16313   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16314   include:
16315     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16316     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16317     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16318     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16319     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16320   layout:
16321     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16322     layout: "plot-throughput-speedup-analysis"
16323
16324 - type: "plot"
16325   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16326   algorithm: "plot_tsa_name"
16327   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16328   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16329   include:
16330     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16331     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16332     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16333     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16334     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16335   layout:
16336     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16337     layout: "plot-throughput-speedup-analysis"
16338
16339 #- type: "plot"
16340 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16341 #  algorithm: "plot_tsa_name"
16342 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16343 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16344 #  include:
16345 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16346 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16347 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16348 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16349 #  layout:
16350 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16351 #    layout: "plot-throughput-speedup-analysis"
16352 #
16353 #- type: "plot"
16354 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16355 #  algorithm: "plot_tsa_name"
16356 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16357 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16358 #  include:
16359 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16360 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16361 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16362 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16363 #  layout:
16364 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16365 #    layout: "plot-throughput-speedup-analysis"
16366
16367 - type: "plot"
16368   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16369   algorithm: "plot_tsa_name"
16370   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16371   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16372   include:
16373     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16374     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16375     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16376     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16377     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16378     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16379   layout:
16380     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16381     layout: "plot-throughput-speedup-analysis"
16382
16383 - type: "plot"
16384   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16385   algorithm: "plot_tsa_name"
16386   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16387   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16388   include:
16389     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16390     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16391     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16392     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16393     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16394     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16395   layout:
16396     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16397     layout: "plot-throughput-speedup-analysis"
16398
16399 - type: "plot"
16400   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16401   algorithm: "plot_tsa_name"
16402   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16403   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16404   include:
16405     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16406     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16407     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16408     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16409     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16410   layout:
16411     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16412     layout: "plot-throughput-speedup-analysis"
16413
16414 - type: "plot"
16415   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16416   algorithm: "plot_tsa_name"
16417   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16418   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16419   include:
16420     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16421     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16422     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16423     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16424     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16425   layout:
16426     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16427     layout: "plot-throughput-speedup-analysis"
16428
16429 - type: "plot"
16430   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16431   algorithm: "plot_tsa_name"
16432   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16433   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16434   include:
16435     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16436     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16437     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16438     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16439     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16440     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16441   layout:
16442     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16443     layout: "plot-throughput-speedup-analysis"
16444
16445 - type: "plot"
16446   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16447   algorithm: "plot_tsa_name"
16448   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16449   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16450   include:
16451     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16452     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16453     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16454     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16455     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16456     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16457   layout:
16458     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16459     layout: "plot-throughput-speedup-analysis"
16460
16461 - type: "plot"
16462   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16463   algorithm: "plot_tsa_name"
16464   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16465   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16466   include:
16467     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16468     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16469     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16470     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16471   layout:
16472     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16473     layout: "plot-throughput-speedup-analysis"
16474
16475 - type: "plot"
16476   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16477   algorithm: "plot_tsa_name"
16478   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16479   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16480   include:
16481     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16482     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16483     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16484     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16485   layout:
16486     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16487     layout: "plot-throughput-speedup-analysis"
16488
16489 - type: "plot"
16490   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16491   algorithm: "plot_tsa_name"
16492   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16493   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16494   include:
16495     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16496     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16497     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16498     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16499     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16500   layout:
16501     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16502     layout: "plot-throughput-speedup-analysis"
16503
16504 - type: "plot"
16505   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16506   algorithm: "plot_tsa_name"
16507   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16508   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16509   include:
16510     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16511     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16512     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16513     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16514     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16515   layout:
16516     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16517     layout: "plot-throughput-speedup-analysis"
16518
16519 - type: "plot"
16520   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16521   algorithm: "plot_tsa_name"
16522   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16523   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16524   include:
16525     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16526     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16527     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16528     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16529     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16530     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16531   layout:
16532     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16533     layout: "plot-throughput-speedup-analysis"
16534
16535 - type: "plot"
16536   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16537   algorithm: "plot_tsa_name"
16538   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16539   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16540   include:
16541     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16542     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16543     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16544     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16545     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16546     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16547   layout:
16548     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16549     layout: "plot-throughput-speedup-analysis"
16550
16551 #- type: "plot"
16552 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16553 #  algorithm: "plot_tsa_name"
16554 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16555 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16556 #  include:
16557 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16558 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16559 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16560 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16561 #  layout:
16562 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16563 #    layout: "plot-throughput-speedup-analysis"
16564 #
16565 #- type: "plot"
16566 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16567 #  algorithm: "plot_tsa_name"
16568 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16569 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16570 #  include:
16571 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16572 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16573 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16574 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16575 #  layout:
16576 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16577 #    layout: "plot-throughput-speedup-analysis"
16578
16579 - type: "plot"
16580   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16581   algorithm: "plot_tsa_name"
16582   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16583   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16584   include:
16585     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16586     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16587     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16588     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16589     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16590     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16591   layout:
16592     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16593     layout: "plot-throughput-speedup-analysis"
16594
16595 - type: "plot"
16596   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16597   algorithm: "plot_tsa_name"
16598   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16599   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16600   include:
16601     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16602     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16603     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16604     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16605     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16606     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16607   layout:
16608     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16609     layout: "plot-throughput-speedup-analysis"
16610
16611 #- type: "plot"
16612 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16613 #  algorithm: "plot_tsa_name"
16614 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16615 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16616 #  include:
16617 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16618 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16619 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16620 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16621 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16622 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16623 #  layout:
16624 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16625 #    layout: "plot-throughput-speedup-analysis"
16626 #
16627 #- type: "plot"
16628 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16629 #  algorithm: "plot_tsa_name"
16630 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16631 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16632 #  include:
16633 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16634 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16635 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16636 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16637 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16638 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16639 #  layout:
16640 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16641 #    layout: "plot-throughput-speedup-analysis"
16642
16643 #- type: "plot"
16644 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16645 #  algorithm: "plot_tsa_name"
16646 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16647 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16648 #  include:
16649 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16650 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16651 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16652 #  layout:
16653 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16654 #    layout: "plot-throughput-speedup-analysis"
16655 #
16656 #- type: "plot"
16657 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16658 #  algorithm: "plot_tsa_name"
16659 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16660 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16661 #  include:
16662 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16663 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16664 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16665 #  layout:
16666 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16667 #    layout: "plot-throughput-speedup-analysis"
16668
16669 ################################################################################
16670
16671 # Packet Throughput - DPDK
16672
16673 # 2n-skx-xxv710
16674
16675 - type: "plot"
16676   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16677   algorithm: "plot_perf_box_name"
16678   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16679   data: "plot-dpdk-throughput-latency-2n-skx"
16680   include:
16681     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16682     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16683   layout:
16684     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16685     layout: "plot-throughput"
16686
16687 - type: "plot"
16688   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16689   algorithm: "plot_perf_box_name"
16690   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16691   data: "plot-dpdk-throughput-latency-2n-skx"
16692   include:
16693     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16694     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16695   layout:
16696     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16697     layout: "plot-throughput"
16698
16699 - type: "plot"
16700   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16701   algorithm: "plot_perf_box_name"
16702   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16703   data: "plot-dpdk-throughput-latency-2n-skx"
16704   include:
16705     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16706     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16707   layout:
16708     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16709     layout: "plot-throughput"
16710
16711 - type: "plot"
16712   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16713   algorithm: "plot_perf_box_name"
16714   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16715   data: "plot-dpdk-throughput-latency-2n-skx"
16716   include:
16717     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16718     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16719   layout:
16720     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16721     layout: "plot-throughput"
16722
16723 # 2n-skx-x710
16724
16725 - type: "plot"
16726   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16727   algorithm: "plot_perf_box_name"
16728   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16729   data: "plot-dpdk-throughput-latency-2n-skx"
16730   include:
16731     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16732     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16733   layout:
16734     title: "2n-skx-x710-64b-2t1c-base-ndr"
16735     layout: "plot-throughput"
16736
16737 - type: "plot"
16738   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16739   algorithm: "plot_perf_box_name"
16740   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16741   data: "plot-dpdk-throughput-latency-2n-skx"
16742   include:
16743     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16744     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16745   layout:
16746     title: "2n-skx-x710-64b-4t2c-base-ndr"
16747     layout: "plot-throughput"
16748
16749 - type: "plot"
16750   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16751   algorithm: "plot_perf_box_name"
16752   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16753   data: "plot-dpdk-throughput-latency-2n-skx"
16754   include:
16755     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16756     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16757   layout:
16758     title: "2n-skx-x710-64b-2t1c-base-pdr"
16759     layout: "plot-throughput"
16760
16761 - type: "plot"
16762   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16763   algorithm: "plot_perf_box_name"
16764   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16765   data: "plot-dpdk-throughput-latency-2n-skx"
16766   include:
16767     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16768     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16769   layout:
16770     title: "2n-skx-x710-64b-4t2c-base-pdr"
16771     layout: "plot-throughput"
16772
16773 # 3n-skx-xxv710
16774
16775 - type: "plot"
16776   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16777   algorithm: "plot_perf_box_name"
16778   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16779   data: "plot-dpdk-throughput-latency-3n-skx"
16780   include:
16781     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16782     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16783   layout:
16784     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16785     layout: "plot-throughput"
16786
16787 - type: "plot"
16788   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16789   algorithm: "plot_perf_box_name"
16790   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16791   data: "plot-dpdk-throughput-latency-3n-skx"
16792   include:
16793     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16794     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16795   layout:
16796     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16797     layout: "plot-throughput"
16798
16799 - type: "plot"
16800   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16801   algorithm: "plot_perf_box_name"
16802   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16803   data: "plot-dpdk-throughput-latency-3n-skx"
16804   include:
16805     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16806     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16807   layout:
16808     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16809     layout: "plot-throughput"
16810
16811 - type: "plot"
16812   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16813   algorithm: "plot_perf_box_name"
16814   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16815   data: "plot-dpdk-throughput-latency-3n-skx"
16816   include:
16817     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16818     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16819   layout:
16820     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16821     layout: "plot-throughput"
16822
16823 # 3n-skx-x710
16824
16825 - type: "plot"
16826   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16827   algorithm: "plot_perf_box_name"
16828   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16829   data: "plot-dpdk-throughput-latency-3n-skx"
16830   include:
16831     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16832     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16833   layout:
16834     title: "3n-skx-x710-64b-2t1c-base-ndr"
16835     layout: "plot-throughput"
16836
16837 - type: "plot"
16838   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16839   algorithm: "plot_perf_box_name"
16840   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16841   data: "plot-dpdk-throughput-latency-3n-skx"
16842   include:
16843     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16844     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16845   layout:
16846     title: "3n-skx-x710-64b-4t2c-base-ndr"
16847     layout: "plot-throughput"
16848
16849 - type: "plot"
16850   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16851   algorithm: "plot_perf_box_name"
16852   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16853   data: "plot-dpdk-throughput-latency-3n-skx"
16854   include:
16855     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16856     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16857   layout:
16858     title: "3n-skx-x710-64b-2t1c-base-pdr"
16859     layout: "plot-throughput"
16860
16861 - type: "plot"
16862   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16863   algorithm: "plot_perf_box_name"
16864   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16865   data: "plot-dpdk-throughput-latency-3n-skx"
16866   include:
16867     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16868     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16869   layout:
16870     title: "3n-skx-x710-64b-4t2c-base-pdr"
16871     layout: "plot-throughput"
16872
16873 # 3n-hsw-xl710
16874
16875 - type: "plot"
16876   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16877   algorithm: "plot_perf_box_name"
16878   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16879   data: "plot-dpdk-throughput-latency-3n-hsw"
16880   include:
16881     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16882     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16883   layout:
16884     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16885     layout: "plot-throughput"
16886
16887 - type: "plot"
16888   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16889   algorithm: "plot_perf_box_name"
16890   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16891   data: "plot-dpdk-throughput-latency-3n-hsw"
16892   include:
16893     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16894     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16895   layout:
16896     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16897     layout: "plot-throughput"
16898
16899 - type: "plot"
16900   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16901   algorithm: "plot_perf_box_name"
16902   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16903   data: "plot-dpdk-throughput-latency-3n-hsw"
16904   include:
16905     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16906     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16907   layout:
16908     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16909     layout: "plot-throughput"
16910
16911 - type: "plot"
16912   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16913   algorithm: "plot_perf_box_name"
16914   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16915   data: "plot-dpdk-throughput-latency-3n-hsw"
16916   include:
16917     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16918     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16919   layout:
16920     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16921     layout: "plot-throughput"
16922
16923 # 3n-hsw-x710
16924
16925 - type: "plot"
16926   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16927   algorithm: "plot_perf_box_name"
16928   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16929   data: "plot-dpdk-throughput-latency-3n-hsw"
16930   include:
16931     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16932     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16933   layout:
16934     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16935     layout: "plot-throughput"
16936
16937 - type: "plot"
16938   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16939   algorithm: "plot_perf_box_name"
16940   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16941   data: "plot-dpdk-throughput-latency-3n-hsw"
16942   include:
16943     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16944     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16945   layout:
16946     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16947     layout: "plot-throughput"
16948
16949 - type: "plot"
16950   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16951   algorithm: "plot_perf_box_name"
16952   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16953   data: "plot-dpdk-throughput-latency-3n-hsw"
16954   include:
16955     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16956     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16957   layout:
16958     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16959     layout: "plot-throughput"
16960
16961 - type: "plot"
16962   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16963   algorithm: "plot_perf_box_name"
16964   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16965   data: "plot-dpdk-throughput-latency-3n-hsw"
16966   include:
16967     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16968     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16969   layout:
16970     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16971     layout: "plot-throughput"
16972
16973 # 2n-dnv-x553
16974
16975 - type: "plot"
16976   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16977   algorithm: "plot_perf_box_name"
16978   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16979   data: "plot-dpdk-throughput-latency-2n-dnv"
16980   include:
16981     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16982     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16983   layout:
16984     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16985     layout: "plot-throughput"
16986
16987 - type: "plot"
16988   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16989   algorithm: "plot_perf_box_name"
16990   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16991   data: "plot-dpdk-throughput-latency-2n-dnv"
16992   include:
16993     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16994     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16995   layout:
16996     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16997     layout: "plot-throughput"
16998
16999 - type: "plot"
17000   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17001   algorithm: "plot_perf_box_name"
17002   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17003   data: "plot-dpdk-throughput-latency-2n-dnv"
17004   include:
17005     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17006     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17007   layout:
17008     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17009     layout: "plot-throughput"
17010
17011 - type: "plot"
17012   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17013   algorithm: "plot_perf_box_name"
17014   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17015   data: "plot-dpdk-throughput-latency-2n-dnv"
17016   include:
17017     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17018     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17019   layout:
17020     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17021     layout: "plot-throughput"
17022
17023 # 3n-dnv-x553
17024
17025 - type: "plot"
17026   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17027   algorithm: "plot_perf_box_name"
17028   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17029   data: "plot-dpdk-throughput-latency-3n-dnv"
17030   include:
17031     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17032     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17033   layout:
17034     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17035     layout: "plot-throughput"
17036
17037 - type: "plot"
17038   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17039   algorithm: "plot_perf_box_name"
17040   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17041   data: "plot-dpdk-throughput-latency-3n-dnv"
17042   include:
17043     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17044     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17045   layout:
17046     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17047     layout: "plot-throughput"
17048
17049 - type: "plot"
17050   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17051   algorithm: "plot_perf_box_name"
17052   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17053   data: "plot-dpdk-throughput-latency-3n-dnv"
17054   include:
17055     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17056     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17057   layout:
17058     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17059     layout: "plot-throughput"
17060
17061 - type: "plot"
17062   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17063   algorithm: "plot_perf_box_name"
17064   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17065   data: "plot-dpdk-throughput-latency-3n-dnv"
17066   include:
17067     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17068     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17069   layout:
17070     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17071     layout: "plot-throughput"
17072
17073 # 3n-tsh-x520
17074
17075 - type: "plot"
17076   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17077   algorithm: "plot_perf_box_name"
17078   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17079   data: "plot-dpdk-throughput-latency-3n-tsh"
17080   include:
17081     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17082     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17083   layout:
17084     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17085     layout: "plot-throughput"
17086
17087 - type: "plot"
17088   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17089   algorithm: "plot_perf_box_name"
17090   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17091   data: "plot-dpdk-throughput-latency-3n-tsh"
17092   include:
17093     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17094     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17095   layout:
17096     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17097     layout: "plot-throughput"
17098
17099 - type: "plot"
17100   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17101   algorithm: "plot_perf_box_name"
17102   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17103   data: "plot-dpdk-throughput-latency-3n-tsh"
17104   include:
17105     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17106     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17107   layout:
17108     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17109     layout: "plot-throughput"
17110
17111 - type: "plot"
17112   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17113   algorithm: "plot_perf_box_name"
17114   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17115   data: "plot-dpdk-throughput-latency-3n-tsh"
17116   include:
17117     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17118     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17119   layout:
17120     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17121     layout: "plot-throughput"
17122
17123 ################################################################################
17124 ###   2n-clx                                                                 ###
17125 ################################################################################
17126
17127 # Packet Throughput
17128
17129 - type: "plot"
17130   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17131   algorithm: "plot_perf_box_name"
17132   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17133   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17134   include:
17135     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17136     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17137     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17138     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17139   layout:
17140     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17141     layout: "plot-throughput"
17142
17143 - type: "plot"
17144   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17145   algorithm: "plot_perf_box_name"
17146   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17147   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17148   include:
17149     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17150     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17151     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17152     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17153   layout:
17154     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17155     layout: "plot-throughput"
17156
17157 - type: "plot"
17158   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17159   algorithm: "plot_perf_box_name"
17160   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17161   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17162   include:
17163     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17164     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17165     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17166     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17167   layout:
17168     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17169     layout: "plot-throughput"
17170
17171 - type: "plot"
17172   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17173   algorithm: "plot_perf_box_name"
17174   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17175   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17176   include:
17177     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17178     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17179     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17180     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17181   layout:
17182     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17183     layout: "plot-throughput"
17184
17185 - type: "plot"
17186   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17187   algorithm: "plot_perf_box_name"
17188   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17189   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17190   include:
17191     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17192     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17193     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17194     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17195   layout:
17196     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17197     layout: "plot-throughput"
17198
17199 - type: "plot"
17200   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17201   algorithm: "plot_perf_box_name"
17202   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17203   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17204   include:
17205     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17206     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17207     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17208     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17209   layout:
17210     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17211     layout: "plot-throughput"
17212
17213 - type: "plot"
17214   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17215   algorithm: "plot_perf_box_name"
17216   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17217   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17218   include:
17219     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17220     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17221     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17222     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17223     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17224     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17225   layout:
17226     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17227     layout: "plot-throughput"
17228
17229 - type: "plot"
17230   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17231   algorithm: "plot_perf_box_name"
17232   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17233   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17234   include:
17235     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17236     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17237     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17238     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17239     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17240   layout:
17241     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17242     layout: "plot-throughput"
17243
17244 - type: "plot"
17245   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17246   algorithm: "plot_perf_box_name"
17247   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17248   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17249   include:
17250     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17251     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17253     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17254   layout:
17255     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17256     layout: "plot-throughput"
17257
17258 - type: "plot"
17259   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17260   algorithm: "plot_perf_box_name"
17261   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17262   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17263   include:
17264     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17267     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17268   layout:
17269     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17270     layout: "plot-throughput"
17271
17272 - type: "plot"
17273   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17274   algorithm: "plot_perf_box_name"
17275   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17276   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17277   include:
17278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17281   layout:
17282     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17283     layout: "plot-throughput"
17284
17285 - type: "plot"
17286   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17287   algorithm: "plot_perf_box_name"
17288   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17289   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17290   include:
17291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17294   layout:
17295     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17296     layout: "plot-throughput"
17297
17298 - type: "plot"
17299   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17300   algorithm: "plot_perf_box_name"
17301   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17302   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17303   include:
17304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17309   layout:
17310     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17311     layout: "plot-throughput"
17312
17313 - type: "plot"
17314   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17315   algorithm: "plot_perf_box_name"
17316   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17317   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17318   include:
17319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17324   layout:
17325     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17326     layout: "plot-throughput"
17327
17328 - type: "plot"
17329   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17330   algorithm: "plot_perf_box_name"
17331   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17332   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17333   include:
17334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17337   layout:
17338     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17339     layout: "plot-throughput"
17340
17341 - type: "plot"
17342   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17343   algorithm: "plot_perf_box_name"
17344   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17345   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17346   include:
17347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17350   layout:
17351     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17352     layout: "plot-throughput"
17353
17354 - type: "plot"
17355   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17356   algorithm: "plot_perf_box_name"
17357   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17358   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17359   include:
17360     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17362     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17363     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17364     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17365     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17366   layout:
17367     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17368     layout: "plot-throughput"
17369
17370 - type: "plot"
17371   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17372   algorithm: "plot_perf_box_name"
17373   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17374   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17375   include:
17376     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17377     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17378     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17379     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17380     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17381     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17382   layout:
17383     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17384     layout: "plot-throughput"
17385
17386 - type: "plot"
17387   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17388   algorithm: "plot_perf_box_name"
17389   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17390   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17391   include:
17392     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17396     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17397     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17398   layout:
17399     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17400     layout: "plot-throughput"
17401
17402 - type: "plot"
17403   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17404   algorithm: "plot_perf_box_name"
17405   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17406   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17407   include:
17408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17409     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17410     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17412     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17413     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17414   layout:
17415     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17416     layout: "plot-throughput"
17417
17418 - type: "plot"
17419   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17420   algorithm: "plot_perf_box_name"
17421   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17422   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17423   include:
17424     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17425     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17426   layout:
17427     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17428     layout: "plot-throughput"
17429
17430 - type: "plot"
17431   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17432   algorithm: "plot_perf_box_name"
17433   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17434   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17435   include:
17436     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17437     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17438   layout:
17439     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17440     layout: "plot-throughput"
17441
17442 - type: "plot"
17443   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17444   algorithm: "plot_perf_box_name"
17445   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17446   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17447   include:
17448     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17449     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17450     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17451     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17452     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17453     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17454   layout:
17455     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17456     layout: "plot-throughput"
17457
17458 - type: "plot"
17459   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17460   algorithm: "plot_perf_box_name"
17461   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17462   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17463   include:
17464     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17465     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17466     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17467     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17468     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17469     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17470   layout:
17471     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17472     layout: "plot-throughput"
17473
17474 - type: "plot"
17475   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17476   algorithm: "plot_perf_box_name"
17477   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17478   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17479   include:
17480     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17481     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17482     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17483     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17484     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17485     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17486   layout:
17487     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17488     layout: "plot-throughput"
17489
17490 - type: "plot"
17491   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17492   algorithm: "plot_perf_box_name"
17493   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17494   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17495   include:
17496     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17497     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17498     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17499     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17500     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17501     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17502   layout:
17503     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17504     layout: "plot-throughput"
17505
17506 - type: "plot"
17507   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17508   algorithm: "plot_perf_box_name"
17509   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17510   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17511   include:
17512     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17513     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17514     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17515     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17516     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17517     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17518   layout:
17519     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17520     layout: "plot-throughput"
17521
17522 - type: "plot"
17523   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17524   algorithm: "plot_perf_box_name"
17525   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17526   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17527   include:
17528     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17529     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17530     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17531     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17532     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17533     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17534   layout:
17535     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17536     layout: "plot-throughput"
17537
17538 - type: "plot"
17539   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17540   algorithm: "plot_perf_box_name"
17541   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17542   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17543   include:
17544     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17545     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17546     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17547     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17548     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17549   layout:
17550     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17551     layout: "plot-throughput"
17552
17553 - type: "plot"
17554   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17555   algorithm: "plot_perf_box_name"
17556   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17557   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17558   include:
17559     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17560     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17561     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17562     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17563     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17564   layout:
17565     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17566     layout: "plot-throughput"
17567
17568 - type: "plot"
17569   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17570   algorithm: "plot_perf_box_name"
17571   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17572   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17573   include:
17574     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17575     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17576     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17577     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17578     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17579   layout:
17580     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17581     layout: "plot-throughput"
17582
17583 - type: "plot"
17584   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17585   algorithm: "plot_perf_box_name"
17586   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17587   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17588   include:
17589     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17590     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17591     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17592     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17593     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17594   layout:
17595     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17596     layout: "plot-throughput"
17597
17598 - type: "plot"
17599   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17600   algorithm: "plot_perf_box_name"
17601   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17602   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17603   include:
17604     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17605     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17606     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17607     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17608     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17609   layout:
17610     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17611     layout: "plot-throughput"
17612
17613 - type: "plot"
17614   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17615   algorithm: "plot_perf_box_name"
17616   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17617   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17618   include:
17619     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17620     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17621     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17622     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17623     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17624   layout:
17625     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17626     layout: "plot-throughput"
17627
17628 - type: "plot"
17629   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17630   algorithm: "plot_perf_box_name"
17631   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17632   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17633   include:
17634     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17635     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17636     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17637     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17638     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17639   layout:
17640     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17641     layout: "plot-throughput"
17642
17643 - type: "plot"
17644   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17645   algorithm: "plot_perf_box_name"
17646   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17647   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17648   include:
17649     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17650     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17651     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17652     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17653     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17654   layout:
17655     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17656     layout: "plot-throughput"
17657
17658 - type: "plot"
17659   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17660   algorithm: "plot_perf_box_name"
17661   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17662   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17663   include:
17664     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17665     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17666     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17667     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17668     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17669   layout:
17670     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17671     layout: "plot-throughput"
17672
17673 - type: "plot"
17674   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17675   algorithm: "plot_perf_box_name"
17676   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17677   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17678   include:
17679     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17680     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17681     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17682     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17683     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17684   layout:
17685     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17686     layout: "plot-throughput"
17687
17688 - type: "plot"
17689   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17690   algorithm: "plot_perf_box_name"
17691   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17692   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17693   include:
17694     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17695     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17696     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17697     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17698     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17699     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17700   layout:
17701     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17702     layout: "plot-throughput"
17703
17704 - type: "plot"
17705   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17706   algorithm: "plot_perf_box_name"
17707   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17708   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17709   include:
17710     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17713     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17716   layout:
17717     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17718     layout: "plot-throughput"
17719
17720 - type: "plot"
17721   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17722   algorithm: "plot_perf_box_name"
17723   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17724   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17725   include:
17726     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17730   layout:
17731     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17732     layout: "plot-throughput"
17733
17734 - type: "plot"
17735   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17736   algorithm: "plot_perf_box_name"
17737   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17738   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17739   include:
17740     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17741     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17743     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17744   layout:
17745     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17746     layout: "plot-throughput"
17747
17748 - type: "plot"
17749   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17750   algorithm: "plot_perf_box_name"
17751   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17752   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17753   include:
17754     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17755     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17756     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17757     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17758     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17760   layout:
17761     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17762     layout: "plot-throughput"
17763
17764 - type: "plot"
17765   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17766   algorithm: "plot_perf_box_name"
17767   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17768   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17769   include:
17770     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17771     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17772     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17773     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17774     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17775     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17776   layout:
17777     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17778     layout: "plot-throughput"
17779
17780 - type: "plot"
17781   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17782   algorithm: "plot_perf_box_name"
17783   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17784   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17785   include:
17786     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17787     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17788     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17789     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17790   layout:
17791     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17792     layout: "plot-throughput"
17793
17794 - type: "plot"
17795   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17796   algorithm: "plot_perf_box_name"
17797   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17798   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17799   include:
17800     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17801     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17802     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17803     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17804   layout:
17805     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17806     layout: "plot-throughput"
17807
17808 - type: "plot"
17809   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17810   algorithm: "plot_perf_box_name"
17811   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17812   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17813   include:
17814     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17815     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17816     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17817     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17818     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17819     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17820   layout:
17821     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17822     layout: "plot-throughput"
17823
17824 - type: "plot"
17825   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17826   algorithm: "plot_perf_box_name"
17827   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17828   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17829   include:
17830     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17831     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17832     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17833     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17834     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17835     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17836   layout:
17837     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17838     layout: "plot-throughput"
17839
17840 - type: "plot"
17841   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17842   algorithm: "plot_perf_box_name"
17843   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17844   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17845   include:
17846     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17847     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17848     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17849     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17850   layout:
17851     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17852     layout: "plot-throughput"
17853
17854 - type: "plot"
17855   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17856   algorithm: "plot_perf_box_name"
17857   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17858   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17859   include:
17860     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17861     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17862     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17863     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17864   layout:
17865     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17866     layout: "plot-throughput"
17867
17868 - type: "plot"
17869   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17870   algorithm: "plot_perf_box_name"
17871   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17872   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17873   include:
17874     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17875     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17878     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17879   layout:
17880     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17881     layout: "plot-throughput"
17882
17883 - type: "plot"
17884   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17885   algorithm: "plot_perf_box_name"
17886   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17887   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17888   include:
17889     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17894   layout:
17895     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17896     layout: "plot-throughput"
17897
17898 - type: "plot"
17899   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17900   algorithm: "plot_perf_box_name"
17901   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17902   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17903   include:
17904     - "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"
17905     - "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"
17906     - "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"
17907     - "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"
17908     - "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"
17909   layout:
17910     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17911     layout: "plot-throughput"
17912
17913 - type: "plot"
17914   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17915   algorithm: "plot_perf_box_name"
17916   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17917   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17918   include:
17919     - "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"
17920     - "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"
17921     - "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"
17922     - "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"
17923     - "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"
17924   layout:
17925     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17926     layout: "plot-throughput"
17927
17928 - type: "plot"
17929   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17930   algorithm: "plot_perf_box_name"
17931   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17932   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17933   include:
17934     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17937     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17938     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17939   layout:
17940     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17941     layout: "plot-throughput"
17942
17943 - type: "plot"
17944   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17945   algorithm: "plot_perf_box_name"
17946   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17947   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17948   include:
17949     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17950     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17951     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17952     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17953     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17954   layout:
17955     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17956     layout: "plot-throughput"
17957
17958 - type: "plot"
17959   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17960   algorithm: "plot_perf_box_name"
17961   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17962   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17963   include:
17964     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17967     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17968     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17969   layout:
17970     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17971     layout: "plot-throughput"
17972
17973 - type: "plot"
17974   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17975   algorithm: "plot_perf_box_name"
17976   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17977   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17978   include:
17979     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17980     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17982     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17983     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17984   layout:
17985     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17986     layout: "plot-throughput"
17987
17988 - type: "plot"
17989   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17990   algorithm: "plot_perf_box_name"
17991   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17992   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17993   include:
17994     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17995     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17996     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17997     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17998   layout:
17999     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18000     layout: "plot-throughput"
18001
18002 - type: "plot"
18003   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18004   algorithm: "plot_perf_box_name"
18005   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18006   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18007   include:
18008     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18009     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18010     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18011     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18012   layout:
18013     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18014     layout: "plot-throughput"
18015
18016 - type: "plot"
18017   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18018   algorithm: "plot_perf_box_name"
18019   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18020   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18021   include:
18022     - "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"
18023     - "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"
18024     - "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"
18025     - "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"
18026   layout:
18027     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18028     layout: "plot-throughput"
18029
18030 - type: "plot"
18031   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18032   algorithm: "plot_perf_box_name"
18033   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18034   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18035   include:
18036     - "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"
18037     - "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"
18038     - "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"
18039     - "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"
18040   layout:
18041     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18042     layout: "plot-throughput"
18043
18044 - type: "plot"
18045   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18046   algorithm: "plot_perf_box_name"
18047   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18048   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18049   include:
18050     - "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"
18051     - "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"
18052     - "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"
18053     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18054     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18055     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18056   layout:
18057     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18058     layout: "plot-throughput"
18059
18060 - type: "plot"
18061   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18062   algorithm: "plot_perf_box_name"
18063   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18064   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18065   include:
18066     - "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"
18067     - "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"
18068     - "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"
18069     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18070     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18071     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18072   layout:
18073     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18074     layout: "plot-throughput"
18075
18076 ################################################################################
18077
18078 # Packet Speedup
18079
18080 - type: "plot"
18081   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18082   algorithm: "plot_tsa_name"
18083   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18084   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18085   include:
18086     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18087     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18088     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18089     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18090   layout:
18091     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18092     layout: "plot-throughput-speedup-analysis"
18093
18094 - type: "plot"
18095   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18096   algorithm: "plot_tsa_name"
18097   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18098   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18099   include:
18100     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18101     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18102     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18103     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18104   layout:
18105     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18106     layout: "plot-throughput-speedup-analysis"
18107
18108 - type: "plot"
18109   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18110   algorithm: "plot_tsa_name"
18111   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18112   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18113   include:
18114     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18115     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18116     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18117     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18118   layout:
18119     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18120     layout: "plot-throughput-speedup-analysis"
18121
18122 - type: "plot"
18123   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18124   algorithm: "plot_tsa_name"
18125   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18126   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18127   include:
18128     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18129     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18130     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18131     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18132   layout:
18133     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18134     layout: "plot-throughput-speedup-analysis"
18135
18136 - type: "plot"
18137   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18138   algorithm: "plot_tsa_name"
18139   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18140   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18141   include:
18142     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18143     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18144     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18145     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18146   layout:
18147     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18148     layout: "plot-throughput-speedup-analysis"
18149
18150 - type: "plot"
18151   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18152   algorithm: "plot_tsa_name"
18153   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18154   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18155   include:
18156     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18157     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18158     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18159     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18160   layout:
18161     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18162     layout: "plot-throughput-speedup-analysis"
18163
18164 - type: "plot"
18165   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18166   algorithm: "plot_tsa_name"
18167   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18168   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18169   include:
18170     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18171     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18172     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18173     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18174     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18175     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18176   layout:
18177     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18178     layout: "plot-throughput-speedup-analysis"
18179
18180 - type: "plot"
18181   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18182   algorithm: "plot_tsa_name"
18183   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18184   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18185   include:
18186     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18187     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18188     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18189     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18190     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18191     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18192   layout:
18193     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18194     layout: "plot-throughput-speedup-analysis"
18195
18196 - type: "plot"
18197   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18198   algorithm: "plot_tsa_name"
18199   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18200   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18201   include:
18202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18205     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18206   layout:
18207     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18208     layout: "plot-throughput-speedup-analysis"
18209
18210 - type: "plot"
18211   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18212   algorithm: "plot_tsa_name"
18213   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18214   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18215   include:
18216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18220   layout:
18221     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18222     layout: "plot-throughput-speedup-analysis"
18223
18224 - type: "plot"
18225   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18226   algorithm: "plot_tsa_name"
18227   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18228   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18229   include:
18230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18233   layout:
18234     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18235     layout: "plot-throughput-speedup-analysis"
18236
18237 - type: "plot"
18238   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18239   algorithm: "plot_tsa_name"
18240   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18241   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18242   include:
18243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18246   layout:
18247     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18248     layout: "plot-throughput-speedup-analysis"
18249
18250 - type: "plot"
18251   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18252   algorithm: "plot_tsa_name"
18253   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18254   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18255   include:
18256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18261   layout:
18262     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18263     layout: "plot-throughput-speedup-analysis"
18264
18265 - type: "plot"
18266   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18267   algorithm: "plot_tsa_name"
18268   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18269   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18270   include:
18271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18276   layout:
18277     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18278     layout: "plot-throughput-speedup-analysis"
18279
18280 - type: "plot"
18281   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18282   algorithm: "plot_tsa_name"
18283   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18284   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18285   include:
18286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18289   layout:
18290     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18291     layout: "plot-throughput-speedup-analysis"
18292
18293 - type: "plot"
18294   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18295   algorithm: "plot_tsa_name"
18296   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18297   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18298   include:
18299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18302   layout:
18303     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18304     layout: "plot-throughput-speedup-analysis"
18305
18306 - type: "plot"
18307   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18308   algorithm: "plot_tsa_name"
18309   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18310   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18311   include:
18312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18318   layout:
18319     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18320     layout: "plot-throughput-speedup-analysis"
18321
18322 - type: "plot"
18323   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18324   algorithm: "plot_tsa_name"
18325   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18326   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18327   include:
18328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18334   layout:
18335     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18336     layout: "plot-throughput-speedup-analysis"
18337
18338 - type: "plot"
18339   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18340   algorithm: "plot_tsa_name"
18341   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18342   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18343   include:
18344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18350   layout:
18351     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18352     layout: "plot-throughput-speedup-analysis"
18353
18354 - type: "plot"
18355   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18356   algorithm: "plot_tsa_name"
18357   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18358   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18359   include:
18360     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18362     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18363     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18364     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18365     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18366   layout:
18367     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18368     layout: "plot-throughput-speedup-analysis"
18369
18370 - type: "plot"
18371   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18372   algorithm: "plot_tsa_name"
18373   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18374   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18375   include:
18376     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18377     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18378   layout:
18379     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18380     layout: "plot-throughput-speedup-analysis"
18381
18382 - type: "plot"
18383   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18384   algorithm: "plot_tsa_name"
18385   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18386   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18387   include:
18388     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18389     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18390   layout:
18391     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18392     layout: "plot-throughput-speedup-analysis"
18393
18394 - type: "plot"
18395   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18396   algorithm: "plot_tsa_name"
18397   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18398   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18399   include:
18400     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18401     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18402     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18403     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18404     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18405     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18406   layout:
18407     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18408     layout: "plot-throughput-speedup-analysis"
18409
18410 - type: "plot"
18411   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18412   algorithm: "plot_tsa_name"
18413   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18414   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18415   include:
18416     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18417     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18418     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18419     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18420     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18421     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18422   layout:
18423     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18424     layout: "plot-throughput-speedup-analysis"
18425
18426 - type: "plot"
18427   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18428   algorithm: "plot_tsa_name"
18429   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18430   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18431   include:
18432     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18433     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18434     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18435     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18436     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18437     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18438   layout:
18439     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18440     layout: "plot-throughput-speedup-analysis"
18441
18442 - type: "plot"
18443   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18444   algorithm: "plot_tsa_name"
18445   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18446   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18447   include:
18448     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18449     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18450     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18451     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18452     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18453     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18454   layout:
18455     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18456     layout: "plot-throughput-speedup-analysis"
18457
18458 - type: "plot"
18459   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18460   algorithm: "plot_tsa_name"
18461   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18462   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18463   include:
18464     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18465     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18466     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18467     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18468     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18469     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18470   layout:
18471     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18472     layout: "plot-throughput-speedup-analysis"
18473
18474 - type: "plot"
18475   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18476   algorithm: "plot_tsa_name"
18477   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18478   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18479   include:
18480     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18481     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18482     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18483     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18484     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18485     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18486   layout:
18487     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18488     layout: "plot-throughput-speedup-analysis"
18489
18490 - type: "plot"
18491   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18492   algorithm: "plot_tsa_name"
18493   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18494   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18495   include:
18496     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18497     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18498     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18499     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18500     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18501   layout:
18502     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18503     layout: "plot-throughput-speedup-analysis"
18504
18505 - type: "plot"
18506   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18507   algorithm: "plot_tsa_name"
18508   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18509   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18510   include:
18511     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18512     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18513     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18514     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18515     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18516   layout:
18517     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18518     layout: "plot-throughput-speedup-analysis"
18519
18520 - type: "plot"
18521   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18522   algorithm: "plot_tsa_name"
18523   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18524   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18525   include:
18526     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18527     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18528     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18529     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18530     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18531   layout:
18532     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18533     layout: "plot-throughput-speedup-analysis"
18534
18535 - type: "plot"
18536   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18537   algorithm: "plot_tsa_name"
18538   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18539   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18540   include:
18541     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18542     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18543     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18544     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18545     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18546   layout:
18547     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18548     layout: "plot-throughput-speedup-analysis"
18549
18550 - type: "plot"
18551   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18552   algorithm: "plot_tsa_name"
18553   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18554   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18555   include:
18556     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18557     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18558     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18559     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18560     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18561   layout:
18562     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18563     layout: "plot-throughput-speedup-analysis"
18564
18565 - type: "plot"
18566   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18567   algorithm: "plot_tsa_name"
18568   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18569   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18570   include:
18571     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18572     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18573     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18574     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18575     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18576   layout:
18577     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18578     layout: "plot-throughput-speedup-analysis"
18579
18580 - type: "plot"
18581   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18582   algorithm: "plot_tsa_name"
18583   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18584   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18585   include:
18586     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18587     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18588     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18589     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18590     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18591   layout:
18592     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18593     layout: "plot-throughput-speedup-analysis"
18594
18595 - type: "plot"
18596   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18597   algorithm: "plot_tsa_name"
18598   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18599   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18600   include:
18601     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18602     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18603     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18604     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18605     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18606   layout:
18607     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18608     layout: "plot-throughput-speedup-analysis"
18609
18610 - type: "plot"
18611   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18612   algorithm: "plot_tsa_name"
18613   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18614   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18615   include:
18616     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18617     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18618     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18619     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18620     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18621   layout:
18622     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18623     layout: "plot-throughput-speedup-analysis"
18624
18625 - type: "plot"
18626   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18627   algorithm: "plot_tsa_name"
18628   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18629   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18630   include:
18631     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18632     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18633     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18634     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18635     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18636   layout:
18637     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18638     layout: "plot-throughput-speedup-analysis"
18639
18640 - type: "plot"
18641   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18642   algorithm: "plot_tsa_name"
18643   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18644   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18645   include:
18646     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18647     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18648     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18649     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18650     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18651     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18652   layout:
18653     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18654     layout: "plot-throughput-speedup-analysis"
18655
18656 - type: "plot"
18657   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18658   algorithm: "plot_tsa_name"
18659   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18660   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18661   include:
18662     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18663     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18664     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18665     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18666     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18668   layout:
18669     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18670     layout: "plot-throughput-speedup-analysis"
18671
18672 - type: "plot"
18673   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18674   algorithm: "plot_tsa_name"
18675   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18676   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18677   include:
18678     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18679     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18680     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18681     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18682   layout:
18683     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18684     layout: "plot-throughput-speedup-analysis"
18685
18686 - type: "plot"
18687   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18688   algorithm: "plot_tsa_name"
18689   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18690   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18691   include:
18692     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18693     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18694     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18695     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18696   layout:
18697     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18698     layout: "plot-throughput-speedup-analysis"
18699
18700 - type: "plot"
18701   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18702   algorithm: "plot_tsa_name"
18703   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18704   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18705   include:
18706     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18707     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18708     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18710     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18712   layout:
18713     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18714     layout: "plot-throughput-speedup-analysis"
18715
18716 - type: "plot"
18717   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18718   algorithm: "plot_tsa_name"
18719   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18720   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18721   include:
18722     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18723     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18724     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18725     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18726     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18728   layout:
18729     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18730     layout: "plot-throughput-speedup-analysis"
18731
18732 - type: "plot"
18733   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18734   algorithm: "plot_tsa_name"
18735   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18736   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18737   include:
18738     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18739     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18740     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18741     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18742   layout:
18743     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18744     layout: "plot-throughput-speedup-analysis"
18745
18746 - type: "plot"
18747   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18748   algorithm: "plot_tsa_name"
18749   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18750   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18751   include:
18752     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18753     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18754     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18755     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18756   layout:
18757     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18758     layout: "plot-throughput-speedup-analysis"
18759
18760 - type: "plot"
18761   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18762   algorithm: "plot_tsa_name"
18763   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18764   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18765   include:
18766     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18767     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18768     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18769     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18770     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18771     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18772   layout:
18773     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18774     layout: "plot-throughput-speedup-analysis"
18775
18776 - type: "plot"
18777   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18778   algorithm: "plot_tsa_name"
18779   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18780   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18781   include:
18782     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18783     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18784     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18785     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18786     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18787     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18788   layout:
18789     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18790     layout: "plot-throughput-speedup-analysis"
18791
18792 - type: "plot"
18793   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18794   algorithm: "plot_tsa_name"
18795   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18796   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18797   include:
18798     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18799     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18800     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18801     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18802   layout:
18803     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18804     layout: "plot-throughput-speedup-analysis"
18805
18806 - type: "plot"
18807   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18808   algorithm: "plot_tsa_name"
18809   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18810   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18811   include:
18812     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18813     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18814     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18815     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18816   layout:
18817     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18818     layout: "plot-throughput-speedup-analysis"
18819
18820 - type: "plot"
18821   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18822   algorithm: "plot_tsa_name"
18823   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18824   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18825   include:
18826     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18827     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18828     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18829     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18830     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18831   layout:
18832     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18833     layout: "plot-throughput-speedup-analysis"
18834
18835 - type: "plot"
18836   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18837   algorithm: "plot_tsa_name"
18838   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18839   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18840   include:
18841     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18842     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18843     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18844     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18845     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18846   layout:
18847     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18848     layout: "plot-throughput-speedup-analysis"
18849
18850 - type: "plot"
18851   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18852   algorithm: "plot_tsa_name"
18853   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18854   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18855   include:
18856     - "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"
18857     - "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"
18858     - "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"
18859     - "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"
18860     - "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"
18861   layout:
18862     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18863     layout: "plot-throughput-speedup-analysis"
18864
18865 - type: "plot"
18866   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18867   algorithm: "plot_tsa_name"
18868   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18869   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18870   include:
18871     - "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"
18872     - "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"
18873     - "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"
18874     - "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"
18875     - "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"
18876   layout:
18877     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18878     layout: "plot-throughput-speedup-analysis"
18879
18880 - type: "plot"
18881   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18882   algorithm: "plot_tsa_name"
18883   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18884   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18885   include:
18886     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18887     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18889     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18891   layout:
18892     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18893     layout: "plot-throughput-speedup-analysis"
18894
18895 - type: "plot"
18896   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18897   algorithm: "plot_tsa_name"
18898   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18899   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18900   include:
18901     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18902     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18903     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18904     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18906   layout:
18907     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18908     layout: "plot-throughput-speedup-analysis"
18909
18910 - type: "plot"
18911   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18912   algorithm: "plot_tsa_name"
18913   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18914   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18915   include:
18916     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18917     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18921   layout:
18922     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18923     layout: "plot-throughput-speedup-analysis"
18924
18925 - type: "plot"
18926   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18927   algorithm: "plot_tsa_name"
18928   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18929   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18930   include:
18931     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18932     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18934     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18936   layout:
18937     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18938     layout: "plot-throughput-speedup-analysis"
18939
18940 - type: "plot"
18941   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18942   algorithm: "plot_tsa_name"
18943   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18944   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18945   include:
18946     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18947     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18948     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18949     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18950   layout:
18951     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18952     layout: "plot-throughput-speedup-analysis"
18953
18954 - type: "plot"
18955   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18956   algorithm: "plot_tsa_name"
18957   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18958   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18959   include:
18960     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18961     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18963     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18964   layout:
18965     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18966     layout: "plot-throughput-speedup-analysis"
18967
18968 - type: "plot"
18969   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18970   algorithm: "plot_tsa_name"
18971   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18972   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18973   include:
18974     - "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"
18975     - "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"
18976     - "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"
18977     - "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"
18978   layout:
18979     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18980     layout: "plot-throughput-speedup-analysis"
18981
18982 - type: "plot"
18983   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18984   algorithm: "plot_tsa_name"
18985   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18986   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18987   include:
18988     - "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"
18989     - "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"
18990     - "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"
18991     - "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"
18992   layout:
18993     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
18994     layout: "plot-throughput-speedup-analysis"
18995
18996 - type: "plot"
18997   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18998   algorithm: "plot_tsa_name"
18999   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19000   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19001   include:
19002     - "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"
19003     - "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"
19004     - "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"
19005     - "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"
19006     - "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"
19007     - "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"
19008   layout:
19009     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19010     layout: "plot-throughput-speedup-analysis"
19011
19012 - type: "plot"
19013   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19014   algorithm: "plot_tsa_name"
19015   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19016   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19017   include:
19018     - "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"
19019     - "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"
19020     - "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"
19021     - "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"
19022     - "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"
19023     - "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"
19024   layout:
19025     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19026     layout: "plot-throughput-speedup-analysis"
19027
19028 ################################################################################
19029
19030 # Packet Throughput - DPDK
19031
19032 # 2n-clx-xxv710
19033
19034 - type: "plot"
19035   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19036   algorithm: "plot_perf_box_name"
19037   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19038   data: "plot-dpdk-throughput-latency-2n-clx"
19039   include:
19040     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19041     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19042   layout:
19043     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19044     layout: "plot-throughput"
19045
19046 - type: "plot"
19047   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19048   algorithm: "plot_perf_box_name"
19049   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19050   data: "plot-dpdk-throughput-latency-2n-clx"
19051   include:
19052     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19053     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19054   layout:
19055     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19056     layout: "plot-throughput"
19057
19058 - type: "plot"
19059   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19060   algorithm: "plot_perf_box_name"
19061   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19062   data: "plot-dpdk-throughput-latency-2n-clx"
19063   include:
19064     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19065     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19066   layout:
19067     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19068     layout: "plot-throughput"
19069
19070 - type: "plot"
19071   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19072   algorithm: "plot_perf_box_name"
19073   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19074   data: "plot-dpdk-throughput-latency-2n-clx"
19075   include:
19076     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19077     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19078   layout:
19079     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19080     layout: "plot-throughput"
19081
19082 # 2n-clx-x710
19083
19084 - type: "plot"
19085   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19086   algorithm: "plot_perf_box_name"
19087   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19088   data: "plot-dpdk-throughput-latency-2n-clx"
19089   include:
19090     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19091     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19092   layout:
19093     title: "2n-clx-x710-64b-2t1c-base-ndr"
19094     layout: "plot-throughput"
19095
19096 - type: "plot"
19097   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19098   algorithm: "plot_perf_box_name"
19099   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19100   data: "plot-dpdk-throughput-latency-2n-clx"
19101   include:
19102     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19103     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19104   layout:
19105     title: "2n-clx-x710-64b-4t2c-base-ndr"
19106     layout: "plot-throughput"
19107
19108 - type: "plot"
19109   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19110   algorithm: "plot_perf_box_name"
19111   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19112   data: "plot-dpdk-throughput-latency-2n-clx"
19113   include:
19114     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19115     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19116   layout:
19117     title: "2n-clx-x710-64b-2t1c-base-pdr"
19118     layout: "plot-throughput"
19119
19120 - type: "plot"
19121   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19122   algorithm: "plot_perf_box_name"
19123   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19124   data: "plot-dpdk-throughput-latency-2n-clx"
19125   include:
19126     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19127     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19128   layout:
19129     title: "2n-clx-x710-64b-4t2c-base-pdr"
19130     layout: "plot-throughput"
19131
19132 ################################################################################
19133
19134 - type: "plot"
19135   title: "Latency by percentile: 2n-skx"
19136   algorithm: "plot_hdrh_lat_by_percentile"
19137   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19138   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19139   target-links: "../../_static/vpp"
19140   data: "plot-vpp-hdrh-lat-2n-skx"
19141   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19142   layout:
19143     layout: "plot-hdrh-latency-by-percentile"
19144
19145 - type: "plot"
19146   title: "Latency by percentile: 3n-skx"
19147   algorithm: "plot_hdrh_lat_by_percentile"
19148   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19149   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19150   target-links: "../../_static/vpp"
19151   data: "plot-vpp-hdrh-lat-3n-skx"
19152   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19153   layout:
19154     layout: "plot-hdrh-latency-by-percentile"
19155
19156 - type: "plot"
19157   title: "Latency by percentile: 2n-clx"
19158   algorithm: "plot_hdrh_lat_by_percentile"
19159   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19160   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19161   target-links: "../../_static/vpp"
19162   data: "plot-vpp-hdrh-lat-2n-clx"
19163   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19164   layout:
19165     layout: "plot-hdrh-latency-by-percentile"
19166
19167 - type: "plot"
19168   title: "Latency by percentile: 3n-hsw"
19169   algorithm: "plot_hdrh_lat_by_percentile"
19170   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19171   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19172   target-links: "../../_static/vpp"
19173   data: "plot-vpp-hdrh-lat-3n-hsw"
19174   filter: "'1T1C' and 'NIC_Intel-XL710'"
19175   layout:
19176     layout: "plot-hdrh-latency-by-percentile"
19177
19178 - type: "plot"
19179   title: "Latency by percentile: 3n-tsh"
19180   algorithm: "plot_hdrh_lat_by_percentile"
19181   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19182   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19183   target-links: "../../_static/vpp"
19184   data: "plot-vpp-hdrh-lat-3n-tsh"
19185   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19186   layout:
19187     layout: "plot-hdrh-latency-by-percentile"
19188
19189 - type: "plot"
19190   title: "Latency by percentile: DPDK 2n-skx"
19191   algorithm: "plot_hdrh_lat_by_percentile"
19192   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19193   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19194   target-links: "../../_static/dpdk"
19195   data: "plot-dpdk-hdrh-lat-2n-skx"
19196   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19197   layout:
19198     layout: "plot-hdrh-latency-by-percentile"
19199
19200 - type: "plot"
19201   title: "Latency by percentile: DPDK 3n-skx"
19202   algorithm: "plot_hdrh_lat_by_percentile"
19203   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19204   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19205   target-links: "../../_static/dpdk"
19206   data: "plot-dpdk-hdrh-lat-3n-skx"
19207   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19208   layout:
19209     layout: "plot-hdrh-latency-by-percentile"
19210
19211 - type: "plot"
19212   title: "Latency by percentile: DPDK 2n-clx"
19213   algorithm: "plot_hdrh_lat_by_percentile"
19214   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19215   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19216   target-links: "../../_static/dpdk"
19217   data: "plot-dpdk-hdrh-lat-2n-clx"
19218   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19219   layout:
19220     layout: "plot-hdrh-latency-by-percentile"
19221
19222 - type: "plot"
19223   title: "Latency by percentile: DPDK 3n-hsw"
19224   algorithm: "plot_hdrh_lat_by_percentile"
19225   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19226   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19227   target-links: "../../_static/dpdk"
19228   data: "plot-dpdk-hdrh-lat-3n-hsw"
19229   filter: "'1T1C' and 'NIC_Intel-XL710'"
19230   layout:
19231     layout: "plot-hdrh-latency-by-percentile"
19232
19233 - type: "plot"
19234   title: "Latency by percentile: DPDK 3n-tsh"
19235   algorithm: "plot_hdrh_lat_by_percentile"
19236   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19237   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19238   target-links: "../../_static/dpdk"
19239   data: "plot-dpdk-hdrh-lat-3n-tsh"
19240   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19241   layout:
19242     layout: "plot-hdrh-latency-by-percentile"