Report 2005: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Replacements:
150
151     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
152       csit-vpp-perf-verify-1908-3n-hsw:
153         - 48  # NDRPDR sel vhost
154         - 49  # NDRPDR sel vhost
155         - 52  # NDRPDR sel vhost
156         - 53  # NDRPDR sel vhost
157         - 54  # NDRPDR sel vhost
158         - 55  # NDRPDR sel vhost
159         - 56  # NDRPDR sel vhost
160         - 57  # NDRPDR sel vhost
161         - 58  # NDRPDR sel vhost
162         - 59  # NDRPDR sel vhost
163
164     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
165       csit-vpp-perf-verify-1908-3n-skx:
166         - 52  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
167         - 53  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
168         - 55  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
169         - 61  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
170         - 62  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
171         - 63  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
172         - 64  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
173         - 65  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
174         - 66  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
175         - 67  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
176
177     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
178       csit-vpp-perf-verify-1908-2n-skx:
179         - 88  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
180         - 89  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
181         - 91  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
182         - 92  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
183         - 93  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
184         - 94  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
185         - 95  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
186         - 96  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
187         - 97  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
188         - 98  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
189
190     ###########################################################################
191     # Plots:
192
193     # 3n-hsw
194
195     plot-vpp-throughput-lat-tsa-3n-hsw:
196       csit-vpp-perf-report-iterative-2005-3n-hsw:
197         - 3   # NDRPDR sel
198         - 4   # NDRPDR sel
199         - 5   # NDRPDR sel
200         - 10  # NDRPDR sel
201         - 11  # NDRPDR sel
202         - 12  # NDRPDR sel
203         - 15  # NDRPDR sel
204         - 16  # NDRPDR sel
205         - 18  # NDRPDR sel
206         - 19  # NDRPDR sel
207
208     plot-vpp-hdrh-lat-3n-hsw:
209       csit-vpp-perf-report-iterative-2005-3n-hsw:
210         - 3   # NDRPDR sel
211
212     plot-vpp-nfv-3n-hsw-ndrpdr:
213       csit-vpp-perf-report-iterative-2005-3n-hsw:
214         - 3   # NDRPDR sel
215         - 4   # NDRPDR sel
216         - 5   # NDRPDR sel
217         - 10  # NDRPDR sel
218         - 11  # NDRPDR sel
219         - 12  # NDRPDR sel
220         - 15  # NDRPDR sel
221         - 16  # NDRPDR sel
222         - 18  # NDRPDR sel
223         - 19  # NDRPDR sel
224
225     plot-vpp-nfv-3n-hsw-mrr:
226       csit-vpp-perf-report-iterative-2005-3n-hsw:
227         - 13  # MRR
228
229     plot-vpp-hoststack-3n-hsw:
230       csit-vpp-perf-verify-2005-3n-hsw:
231         - 3   # hoststack
232         - 5   # hoststack
233         - 6   # hoststack
234         - 7   # hoststack
235         - 8   # hoststack
236         - 9   # hoststack
237         - 10  # hoststack
238         - 11  # hoststack
239         - 12  # hoststack
240         - 13  # hoststack
241
242     plot-dpdk-throughput-latency-3n-hsw:
243       csit-dpdk-perf-report-iterative-2005-3n-hsw:
244         - 5   # NDRPDR sel
245         - 6   # NDRPDR sel
246         - 7   # NDRPDR sel
247         - 8   # NDRPDR sel
248         - 9   # NDRPDR sel
249         - 10  # NDRPDR sel
250         - 11  # NDRPDR sel
251         - 12  # NDRPDR sel
252         - 13  # NDRPDR sel
253         - 14  # NDRPDR sel
254
255     plot-dpdk-hdrh-lat-3n-hsw:
256       csit-dpdk-perf-report-iterative-2005-3n-hsw:
257         - 5   # NDRPDR sel
258
259     # 3n-skx
260
261     plot-vpp-throughput-lat-tsa-3n-skx:
262       # TODO: Add data:
263       csit-vpp-perf-report-iterative-2005-3n-skx:
264         - 4   # NDRPDR sel
265         - 5   # NDRPDR sel ??? all x710 failed
266
267     plot-vpp-hdrh-lat-3n-skx:
268       csit-vpp-perf-report-iterative-2005-3n-skx:
269         - 4   # NDRPDR sel
270
271     plot-vpp-nfv-3n-skx-ndrpdr:
272       # TODO: Add data:
273       csit-vpp-perf-report-iterative-2005-3n-skx:
274         - 4   # NDRPDR sel
275         - 5   # NDRPDR sel ??? all x710 failed
276
277     plot-vpp-nfv-3n-skx-mrr:
278       # TODO: Replace:
279       # csit-vpp-perf-report-iterative-2005-3n-skx:
280       csit-vpp-perf-verify-2001-3n-skx:
281         - 50  # MRR sel
282
283     plot-dpdk-throughput-latency-3n-skx:
284       csit-dpdk-perf-report-iterative-2005-3n-skx:
285         - 4   # NDRPDR sel
286         - 5   # NDRPDR sel
287         - 6   # NDRPDR sel
288         - 7   # NDRPDR sel
289         - 8   # NDRPDR sel
290         - 11  # NDRPDR sel
291         - 12  # NDRPDR sel
292         - 13  # NDRPDR sel
293         - 14  # NDRPDR sel
294         - 15  # NDRPDR sel
295
296     plot-dpdk-hdrh-lat-3n-skx:
297       csit-dpdk-perf-report-iterative-2005-3n-skx:
298         - 4   # NDRPDR sel
299
300     # 2n-skx
301
302     plot-vpp-throughput-lat-tsa-2n-skx:
303       # TODO: Add data:
304       csit-vpp-perf-report-iterative-2005-2n-skx:
305         - 7   # NDRPDR sel
306
307     plot-vpp-hdrh-lat-2n-skx:
308       csit-vpp-perf-report-iterative-2005-2n-skx:
309         - 7   # NDRPDR sel
310
311     plot-vpp-soak-2n-skx:
312       # TODO: Replace:
313       # csit-vpp-perf-report-iterative-2005-2n-skx:
314       csit-vpp-perf-verify-2001-2n-skx:
315         - 181  # Soak
316         - 182  # Soak
317
318     plot-vpp-nfv-2n-skx-ndrpdr:
319       # TODO: Add data:
320       csit-vpp-perf-report-iterative-2005-2n-skx:
321         - 7   # NDRPDR sel
322
323     plot-vpp-nfv-2n-skx-mrr:
324       # TODO: Replace:
325       # csit-vpp-perf-report-iterative-2005-2n-skx:
326       csit-vpp-perf-verify-1908-2n-skx:
327         - 71  # NFV MRR
328
329     plot-vpp-nfv-reconf-2n-skx:
330       # TODO: Replace:
331       # csit-vpp-perf-report-iterative-2005-2n-skx:
332       csit-vpp-perf-verify-2001-2n-skx:
333         - 169  # Reconf
334
335     plot-dpdk-throughput-latency-2n-skx:
336       csit-dpdk-perf-report-iterative-2005-2n-skx:
337         - 1   # NDRPDR sel
338         - 2   # NDRPDR sel
339         - 3   # NDRPDR sel
340         - 4   # NDRPDR sel
341         - 5   # NDRPDR sel
342         - 6   # NDRPDR sel
343         - 7   # NDRPDR sel
344         - 8   # NDRPDR sel
345         - 9   # NDRPDR sel
346         - 10  # NDRPDR sel
347
348     plot-dpdk-hdrh-lat-2n-skx:
349       csit-dpdk-perf-report-iterative-2005-2n-skx:
350         - 1   # NDRPDR sel
351
352     # 2n-clx
353
354     plot-vpp-throughput-lat-tsa-2n-clx:
355       # TODO: Add data:
356       csit-vpp-perf-report-iterative-2005-2n-clx:
357         - 7   # NDRPDR sel
358         - 9   # NDRPDR sel
359
360     plot-vpp-hdrh-lat-2n-clx:
361       # TODO: Add data:
362       csit-vpp-perf-report-iterative-2005-2n-clx:
363         - 9   # NDRPDR sel
364
365 #    plot-vpp-http-server-performance:
366 #      # TODO: Replace:
367 #      # csit-vpp-perf-report-iterative-2005-2n-clx:
368 #      csit-vpp-perf-verify-2001-2n-clx:
369 #        - 80  # TCP
370
371     plot-vpp-nfv-2n-clx-ndrpdr:
372       # TODO: Add data:
373       csit-vpp-perf-report-iterative-2005-2n-clx:
374         - 7   # NDRPDR sel
375         - 9   # NDRPDR sel
376
377     plot-vpp-nfv-2n-clx-mrr:
378       csit-vpp-perf-report-iterative-2005-2n-clx:
379         - 12   # MRR
380
381     plot-vpp-nfv-reconf-2n-clx:
382       # TODO: Replace:
383       # csit-vpp-perf-report-iterative-2005-2n-clx:
384       csit-vpp-perf-verify-2001-2n-clx:
385         - 68  # Reconf
386
387     plot-vpp-soak-2n-clx:
388       # TODO: Replace:
389       # csit-vpp-perf-report-iterative-2005-2n-clx:
390       csit-vpp-perf-verify-2001-2n-clx:
391         - 93  # Soak
392         - 94  # Soak
393
394     plot-dpdk-throughput-latency-2n-clx:
395       csit-dpdk-perf-report-iterative-2005-2n-clx:
396         - 1   # NDRPDR sel
397         - 2   # NDRPDR sel
398         - 3   # NDRPDR sel
399         - 4   # NDRPDR sel
400         - 5   # NDRPDR sel
401         - 6   # NDRPDR sel
402         - 7   # NDRPDR sel
403         - 8   # NDRPDR sel
404         - 9   # NDRPDR sel
405         - 10  # NDRPDR sel
406
407     plot-dpdk-hdrh-lat-2n-clx:
408       csit-dpdk-perf-report-iterative-2005-2n-clx:
409         - 1   # NDRPDR sel
410
411     # 3n-tsh
412
413     plot-vpp-throughput-lat-tsa-3n-tsh:
414       # TODO: Replace:
415       # csit-vpp-perf-report-iterative-2005-3n-tsh:
416       csit-vpp-perf-verify-2001-3n-tsh:
417         - 3   # NDRPDR sel
418
419     plot-vpp-hdrh-lat-3n-tsh:
420       # TODO: Replace:
421       # csit-vpp-perf-report-iterative-2005-3n-tsh:
422       csit-vpp-perf-verify-2001-3n-tsh:
423         - 10  # NDRPDR sel
424
425     plot-dpdk-throughput-latency-3n-tsh:
426       # TODO: Add data:
427       csit-dpdk-perf-report-iterative-2005-3n-tsh:
428         - 5   # NDRPDR sel
429
430     plot-dpdk-hdrh-lat-3n-tsh:
431       # TODO: Replace with better results:
432       csit-dpdk-perf-report-iterative-2005-3n-tsh:
433         - 5   # NDRPDR sel
434
435     # 3n-dnv
436
437     plot-vpp-throughput-lat-tsa-3n-dnv:
438       csit-vpp-perf-report-iterative-2005-3n-dnv:
439         - 2   # NDRPDR sel
440         - 3   # NDRPDR sel
441         - 4   # NDRPDR sel
442         - 5   # NDRPDR sel
443         - 6   # NDRPDR sel
444         - 7   # NDRPDR sel
445         - 9   # NDRPDR sel
446         - 10  # NDRPDR sel
447         - 11  # NDRPDR sel
448         - 12  # NDRPDR sel
449
450     plot-dpdk-throughput-latency-3n-dnv:
451       csit-dpdk-perf-report-iterative-2005-3n-dnv:
452         - 6   # NDRPDR sel
453         - 7   # NDRPDR sel
454         - 8   # NDRPDR sel
455         - 9   # NDRPDR sel
456         - 10  # NDRPDR sel
457         - 11  # NDRPDR sel
458         - 12  # NDRPDR sel
459         - 13  # NDRPDR sel
460         - 14  # NDRPDR sel
461         - 16  # NDRPDR sel
462
463     # 2n-dnv
464
465     plot-vpp-throughput-lat-tsa-2n-dnv:
466       csit-vpp-perf-report-iterative-2005-2n-dnv:
467         - 3   # NDRPDR sel
468         - 6   # NDRPDR sel
469         - 7   # NDRPDR sel
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
478     plot-dpdk-throughput-latency-2n-dnv:
479       csit-dpdk-perf-report-iterative-2005-2n-dnv:
480         - 8   # NDRPDR sel
481         - 9   # NDRPDR sel
482         - 10  # NDRPDR sel
483         - 11  # NDRPDR sel
484         - 12  # NDRPDR sel
485         - 13  # NDRPDR sel
486         - 14  # NDRPDR sel
487         - 15  # NDRPDR sel
488         - 16  # NDRPDR sel
489         - 17  # NDRPDR sel
490
491     ###########################################################################
492     # Simple tables (only one data set):
493
494     # NIC Comparisons
495
496     vpp-nic-comparison-3n-skx:
497       # TODO: Add data:
498       csit-vpp-perf-report-iterative-2005-3n-skx:
499         - 4   # NDRPDR sel
500         - 5   # NDRPDR sel ??? all x710 failed
501
502     vpp-nic-comparison-2n-skx:
503       # TODO: Add data:
504       csit-vpp-perf-report-iterative-2005-2n-skx:
505         - 7   # NDRPDR sel
506
507     vpp-nic-comparison-3n-skx-mrr:
508       csit-vpp-perf-report-iterative-2005-3n-skx:
509         - 6   # MRR sel
510
511     vpp-nic-comparison-2n-skx-mrr:
512       # TODO: Replace:
513       # csit-vpp-perf-report-iterative-2005-2n-skx:
514       csit-vpp-perf-verify-2001-2n-skx:
515         - 101 # MRR sel
516         - 128 # MRR sel addition
517
518     # Results
519
520     vpp-perf-results-3n-hsw:
521       csit-vpp-perf-report-coverage-2005-3n-hsw:
522         - 1   # perf-full-3n-dnv-crypto_I
523         - 7   # perf-full-3n-hsw-crypto_II
524         - 3   # perf-full-3n-hsw-crypto_III
525         - 4   # perf-full-3n-dnv-crypto_IV
526         - 5   # perf-full-3n-hsw-ip4_I
527         - 6   # perf-full-3n-hsw-ip4_II
528         - 8   # perf-full-3n-hsw-ip4_III
529         - 9   # perf-full-3n-hsw-ip4_IV
530         - 10  # perf-full-3n-hsw-ip4_V
531         - 26  # perf-full-3n-hsw-ip4_VI
532         - 18  # perf-full-3n-hsw-ip4_VII
533         - 27  # perf-full-3n-hsw-ip4_VIII
534         - 28  # perf-full-3n-hsw-ip4_IX
535         - 29  # perf-full-3n-hsw-ip6_I
536         - 35  # perf-full-3n-hsw-ip6_II
537         - 33  # perf-full-3n-hsw-l2_II
538         - 37  # perf-full-3n-hsw-l2_III
539
540     vpp-perf-results-3n-skx:
541       # TODO: Replace:
542       csit-vpp-perf-report-iterative-2005-3n-skx:
543         - 4   # NDRPDR sel
544
545     vpp-perf-results-2n-skx:
546       # TODO: Replace:
547       csit-vpp-perf-report-iterative-2005-2n-skx:
548         - 7   # NDRPDR sel
549
550     vpp-perf-results-2n-clx:
551       # TODO: Replace:
552       csit-vpp-perf-report-iterative-2005-2n-clx:
553         - 9   # NDRPDR sel
554
555     vpp-perf-results-3n-tsh:
556       # TODO: Replace:
557       # csit-vpp-perf-report-iterative-2005-3n-tsh:
558       csit-vpp-perf-verify-2001-3n-tsh:
559         - 10  # NDRPDR sel
560
561     vpp-perf-results-3n-dnv:
562       csit-vpp-perf-report-coverage-2005-3n-dnv:
563         - 1   # perf-full-3n-dnv-crypto_I
564         - 5   # perf-full-3n-dnv-ip4_I
565         - 13  # perf-full-3n-dnv-ip4_II
566
567     vpp-perf-results-2n-dnv:
568       csit-vpp-perf-report-coverage-2005-2n-dnv:
569         - 1   # perf-full-2n-dnv-ip4_I
570         - 2   # perf-full-2n-dnv-ip4_II
571         - 3   # perf-full-2n-dnv-ip6_I
572         - 4   # perf-full-2n-dnv-ip6_II
573         - 5   # perf-full-2n-dnv-l2_I
574         - 6   # perf-full-2n-dnv-l2_II
575
576     vpp-mrr-results-3n-hsw:
577       csit-vpp-perf-report-iterative-2005-3n-hsw:
578         - 13  # MRR
579
580     vpp-mrr-results-3n-skx:
581       csit-vpp-perf-report-iterative-2005-3n-skx:
582         - 6   # MRR sel
583
584     vpp-mrr-results-2n-skx:
585       # TODO: Replace:
586       # csit-vpp-perf-report-iterative-2005-2n-skx:
587       csit-vpp-perf-verify-2001-2n-skx:
588         - 101 # MRR sel
589         - 128 # MRR sel addition
590
591     vpp-mrr-results-2n-clx:
592       csit-vpp-perf-report-iterative-2005-2n-clx:
593         - 12   # MRR
594
595     vpp-mrr-results-3n-tsh:
596       # TODO: Replace:
597       # csit-vpp-perf-report-iterative-2005-3n-tsh:
598       csit-vpp-perf-verify-2001-3n-tsh:
599         - 9   # MRR sel
600
601     vpp-mrr-results-3n-dnv:
602       csit-vpp-perf-report-iterative-2005-3n-dnv:
603         - 8   # MRR
604
605     vpp-mrr-results-2n-dnv:
606       csit-vpp-perf-report-iterative-2005-2n-dnv:
607         - 15  # MRR sel
608
609     vpp-device-results-ubuntu:
610       csit-vpp-device-2005-ubuntu1804-1n-skx:
611         - 35
612
613     dpdk-perf-results-3n-hsw:
614       csit-dpdk-perf-report-iterative-2005-3n-hsw:
615         - 5   # NDRPDR sel
616
617     dpdk-perf-results-3n-skx:
618       csit-dpdk-perf-report-iterative-2005-3n-skx:
619         - 4   # NDRPDR sel
620
621     dpdk-perf-results-2n-skx:
622       csit-dpdk-perf-report-iterative-2005-2n-skx:
623         - 1   # NDRPDR sel
624
625     dpdk-perf-results-2n-clx:
626       csit-dpdk-perf-report-iterative-2005-2n-clx:
627         - 1   # NDRPDR sel
628
629     dpdk-perf-results-2n-dnv:
630       csit-dpdk-perf-report-iterative-2005-2n-dnv:
631         - 8   # NDRPDR sel
632
633     dpdk-perf-results-3n-dnv:
634       csit-dpdk-perf-report-iterative-2005-3n-dnv:
635         - 6   # NDRPDR sel
636
637     dpdk-perf-results-3n-tsh:
638       # TODO: Replace with better results:
639       csit-dpdk-perf-report-iterative-2005-3n-tsh:
640         - 5   # NDRPDR sel
641
642 ###########################################################################
643     # Tables (more than one data set)
644
645     # Performance changes
646
647     vpp-performance-changes-3n-hsw-h1:
648       csit-vpp-perf-verify-1908-3n-hsw:
649         - 12  # NDRPDR sel
650         - 13  # NDRPDR sel
651         - 14  # NDRPDR sel
652         - 15  # NDRPDR sel
653         - 16  # NDRPDR sel
654         - 17  # NDRPDR sel
655         - 18  # NDRPDR sel
656         - 19  # NDRPDR sel
657         - 20  # NDRPDR sel
658         - 21  # NDRPDR sel
659     vpp-performance-changes-3n-hsw-ref:
660       csit-vpp-perf-verify-2001-3n-hsw:
661         - 21  # NDRPDR sel
662         - 22  # NDRPDR sel
663         - 23  # NDRPDR sel
664         - 24  # NDRPDR sel
665         - 25  # NDRPDR sel
666         - 29  # NDRPDR sel
667         - 30  # NDRPDR sel
668         - 31  # NDRPDR sel
669         - 32  # NDRPDR sel
670         - 34  # NDRPDR sel
671     vpp-performance-changes-3n-hsw-cmp:
672       csit-vpp-perf-report-iterative-2005-3n-hsw:
673         - 3   # NDRPDR sel
674         - 4   # NDRPDR sel
675         - 5   # NDRPDR sel
676         - 10  # NDRPDR sel
677         - 11  # NDRPDR sel
678         - 12  # NDRPDR sel
679         - 15  # NDRPDR sel
680         - 16  # NDRPDR sel
681         - 18  # NDRPDR sel
682         - 19  # NDRPDR sel
683
684     vpp-performance-changes-3n-skx-h1:
685       csit-vpp-perf-verify-1908-3n-skx:
686         - 26  # NDRPDR sel - new1908.1
687         - 27  # NDRPDR sel - new1908.1
688         - 28  # NDRPDR sel - new1908.1
689         - 29  # NDRPDR sel - new1908.1
690         - 30  # NDRPDR sel - new1908.1
691         - 31  # NDRPDR sel - new1908.1
692         - 33  # NDRPDR sel - new1908.1
693         - 34  # NDRPDR sel - new1908.1
694         - 35  # NDRPDR sel - new1908.1
695         - 36  # NDRPDR sel - new1908.1
696     vpp-performance-changes-3n-skx-ref:
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     vpp-performance-changes-3n-skx-cmp:
706       # TODO: Add data:
707       csit-vpp-perf-report-iterative-2005-3n-skx:
708         - 4   # NDRPDR sel
709         - 5   # NDRPDR sel ??? all x710 failed
710
711     vpp-performance-changes-2n-skx-h1:
712       csit-vpp-perf-verify-1908-2n-skx:
713         - 39  # NDRPDR sel - new1908.1
714         - 40  # NDRPDR sel - new1908.1
715         - 41  # NDRPDR sel - new1908.1
716         - 43  # NDRPDR sel - new1908.1
717         - 44  # NDRPDR sel - new1908.1
718         - 45  # NDRPDR sel - new1908.1
719         - 46  # NDRPDR sel - new1908.1
720         - 47  # NDRPDR sel - new1908.1
721         - 48  # NDRPDR sel - new1908.1
722         - 49  # NDRPDR sel - new1908.1
723     vpp-performance-changes-2n-skx-ref:
724       csit-vpp-perf-verify-2001-2n-skx:
725         - 143  # NDRPDR sel - new2001.0
726         - 146  # NDRPDR sel - new2001.0
727         - 147  # NDRPDR sel - new2001.0
728         - 148  # NDRPDR sel - new2001.0
729         - 149  # NDRPDR sel - new2001.0
730         - 150  # NDRPDR sel - new2001.0
731         - 151  # NDRPDR sel - new2001.0
732         - 152  # NDRPDR sel - new2001.0
733         - 153  # NDRPDR sel - new2001.0
734         - 154  # NDRPDR sel - new2001.0
735     vpp-performance-changes-2n-skx-cmp:
736       # TODO: Add data:
737       csit-vpp-perf-report-iterative-2005-2n-skx:
738         - 7   # NDRPDR sel
739
740     vpp-performance-changes-nfv-2n-skx-ref:
741       csit-vpp-perf-verify-2001-2n-skx:
742         - 30  # NFV
743         - 31  # NFV
744     vpp-performance-changes-nfv-2n-skx-cmp:
745       # TODO: Add data:
746       csit-vpp-perf-report-iterative-2005-2n-skx:
747         - 7   # NDRPDR sel
748
749     vpp-performance-changes-2n-clx-h1:
750       csit-vpp-perf-verify-1908_1-2n-clx:
751         - 5  # NDRPDR sel
752         - 6  # NDRPDR sel
753         - 7  # NDRPDR sel
754         - 8  # NDRPDR sel
755         - 9  # NDRPDR sel
756     vpp-performance-changes-2n-clx-ref:
757       csit-vpp-perf-verify-2001-2n-clx:
758         - 28  # NDRPDR sel
759         - 29  # NDRPDR sel
760         - 32  # NDRPDR sel
761         - 40  # NDRPDR sel
762         - 43  # NDRPDR sel
763         - 44  # NDRPDR sel
764         - 45  # NDRPDR sel
765         - 47  # NDRPDR sel
766         - 48  # NDRPDR sel
767         - 49  # NDRPDR sel
768     vpp-performance-changes-2n-clx-cmp:
769       # TODO: Add data:
770       csit-vpp-perf-report-iterative-2005-2n-clx:
771         - 7   # NDRPDR sel
772         - 9   # NDRPDR sel
773
774     vpp-performance-changes-2n-dnv-h1:
775       csit-vpp-perf-verify-1908-2n-dnv:
776         - 1   # NDRPDR sel
777         - 2   # NDRPDR sel
778         - 3   # NDRPDR sel
779         - 4   # NDRPDR sel
780         - 5   # NDRPDR sel
781         - 6   # NDRPDR sel
782         - 7   # NDRPDR sel
783         - 8   # NDRPDR sel
784         - 9   # NDRPDR sel
785         - 10  # NDRPDR sel
786     vpp-performance-changes-2n-dnv-ref:
787       csit-vpp-perf-verify-2001-2n-dnv:
788         - 4   # NDRPDR sel
789         - 5   # NDRPDR sel
790         - 6   # NDRPDR sel
791         - 7   # NDRPDR sel
792         - 8   # NDRPDR sel
793         - 9   # NDRPDR sel
794         - 10  # NDRPDR sel
795         - 11  # NDRPDR sel
796         - 13  # NDRPDR sel
797         - 16  # NDRPDR sel
798     vpp-performance-changes-2n-dnv-cmp:
799       csit-vpp-perf-report-iterative-2005-2n-dnv:
800         - 3   # NDRPDR sel
801         - 6   # NDRPDR sel
802         - 7   # NDRPDR sel
803         - 8   # NDRPDR sel
804         - 9   # NDRPDR sel
805         - 10  # NDRPDR sel
806         - 11  # NDRPDR sel
807         - 12  # NDRPDR sel
808         - 13  # NDRPDR sel
809         - 14  # NDRPDR sel
810
811     vpp-performance-changes-3n-dnv-h1:
812       csit-vpp-perf-verify-1908-3n-dnv:
813         - 6   # NDRPDR sel
814         - 7   # NDRPDR sel
815         - 8   # NDRPDR sel
816         - 9   # NDRPDR sel
817         - 10  # NDRPDR sel
818         - 12  # NDRPDR sel
819         - 13  # NDRPDR sel
820         - 14  # NDRPDR sel
821         - 15  # NDRPDR sel
822         - 16  # NDRPDR sel
823     vpp-performance-changes-3n-dnv-ref:
824       csit-vpp-perf-verify-2001-3n-dnv:
825         - 5   # NDRPDR sel
826         - 6   # NDRPDR sel
827         - 7   # NDRPDR sel
828         - 8   # NDRPDR sel
829         - 9   # NDRPDR sel
830         - 10  # NDRPDR sel
831         - 12  # NDRPDR sel
832         - 16  # NDRPDR sel
833         - 17  # NDRPDR sel
834         - 18  # NDRPDR sel
835     vpp-performance-changes-3n-dnv-cmp:
836       csit-vpp-perf-report-iterative-2005-3n-dnv:
837         - 2   # NDRPDR sel
838         - 3   # NDRPDR sel
839         - 4   # NDRPDR sel
840         - 5   # NDRPDR sel
841         - 6   # NDRPDR sel
842         - 7   # NDRPDR sel
843         - 9   # NDRPDR sel
844         - 10  # NDRPDR sel
845         - 11  # NDRPDR sel
846         - 12  # NDRPDR sel
847
848     vpp-performance-changes-3n-tsh-h1:
849       csit-vpp-perf-verify-1908-3n-tsh:
850         - 7   # NDRPDR sel
851         - 8   # NDRPDR sel
852         - 9   # NDRPDR sel
853         - 10  # NDRPDR sel
854         - 11  # NDRPDR sel
855         - 12  # NDRPDR sel
856         - 13  # NDRPDR sel
857         - 14  # NDRPDR sel
858         - 15  # NDRPDR sel
859         - 16  # NDRPDR sel
860     vpp-performance-changes-3n-tsh-ref:
861       csit-vpp-perf-verify-2001-3n-tsh:
862         - 3   # NDRPDR sel
863         - 4   # NDRPDR sel
864         - 7   # NDRPDR sel
865         - 8   # NDRPDR sel
866         - 10  # NDRPDR sel
867         - 12  # NDRPDR sel
868         - 13  # NDRPDR sel
869         - 14  # NDRPDR sel
870         - 15  # NDRPDR sel
871         - 21  # NDRPDR sel
872     vpp-performance-changes-3n-tsh-cmp:
873       # TODO: Replace:
874       # csit-vpp-perf-report-iterative-2005-3n-tsh:
875       csit-vpp-perf-verify-2001-3n-tsh:
876         - 3   # NDRPDR sel
877         - 4   # NDRPDR sel
878         - 7   # NDRPDR sel
879         - 8   # NDRPDR sel
880         - 10  # NDRPDR sel
881         - 12  # NDRPDR sel
882         - 13  # NDRPDR sel
883         - 14  # NDRPDR sel
884         - 15  # NDRPDR sel
885         - 21  # NDRPDR sel
886
887     vpp-soak-vs-ndr-2n-skx-ref:
888       # TODO: Replace:
889       # csit-vpp-perf-report-iterative-2005-2n-skx:
890       csit-vpp-perf-verify-2001-2n-skx:
891         - 143  # NDRPDR sel - new2001.0
892         - 146  # NDRPDR sel - new2001.0
893         - 147  # NDRPDR sel - new2001.0
894         - 148  # NDRPDR sel - new2001.0
895         - 149  # NDRPDR sel - new2001.0
896         - 150  # NDRPDR sel - new2001.0
897         - 151  # NDRPDR sel - new2001.0
898         - 152  # NDRPDR sel - new2001.0
899         - 153  # NDRPDR sel - new2001.0
900         - 154  # NDRPDR sel - new2001.0
901     vpp-soak-vs-ndr-2n-skx-cmp:
902       # TODO: Replace:
903       # csit-vpp-perf-report-iterative-2005-2n-skx:
904       csit-vpp-perf-verify-2001-2n-skx:
905         - 181  # Soak
906         - 182  # Soak
907     vpp-soak-vs-ndr-2n-skx:
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         - 181  # Soak
922         - 182  # Soak
923
924     vpp-soak-vs-ndr-2n-clx-ref:
925       # TODO: Add data:
926       # csit-vpp-perf-report-iterative-2005-2n-clx:
927       #  - 7   # NDRPDR sel
928       #  - 9   # NDRPDR sel
929       csit-vpp-perf-verify-2001-2n-clx:
930         - 28  # NDRPDR sel
931         - 29  # NDRPDR sel
932         - 32  # NDRPDR sel
933         - 40  # NDRPDR sel
934         - 43  # NDRPDR sel
935         - 44  # NDRPDR sel
936         - 45  # NDRPDR sel
937         - 47  # NDRPDR sel
938         - 48  # NDRPDR sel
939         - 49  # NDRPDR sel
940     vpp-soak-vs-ndr-2n-clx-cmp:
941       # TODO: Replace:
942       # csit-vpp-perf-report-iterative-2005-2n-clx:
943       csit-vpp-perf-verify-2001-2n-clx:
944         - 93  # SOAK
945         - 94  # Soak
946     vpp-soak-vs-ndr-2n-clx:
947       # TODO: Replace:
948       # csit-vpp-perf-report-iterative-2005-2n-clx:
949       csit-vpp-perf-verify-2001-2n-clx:
950         - 28  # NDRPDR sel
951         - 29  # NDRPDR sel
952         - 32  # NDRPDR sel
953         - 40  # NDRPDR sel
954         - 43  # NDRPDR sel
955         - 44  # NDRPDR sel
956         - 45  # NDRPDR sel
957         - 47  # NDRPDR sel
958         - 48  # NDRPDR sel
959         - 49  # NDRPDR sel
960         - 93  # SOAK
961         - 94  # Soak
962
963     vpp-performance-changes-3n-hsw-mrr-h1:
964       csit-vpp-perf-verify-1908-3n-hsw:
965         - 39  # MRR sel
966     vpp-performance-changes-3n-hsw-mrr-ref:
967       csit-vpp-perf-verify-2001-3n-hsw:
968         - 17  # MRR sel
969     vpp-performance-changes-3n-hsw-mrr-cmp:
970       csit-vpp-perf-report-iterative-2005-3n-hsw:
971         - 13  # MRR
972
973     vpp-performance-changes-3n-skx-mrr-h1:
974       csit-vpp-perf-verify-1908-3n-skx:
975         - 36  # MRR sel
976     vpp-performance-changes-3n-skx-mrr-ref:
977       csit-vpp-perf-verify-2001-3n-skx:
978         - 50  # MRR sel
979         - 53  # MRR sel addition
980     vpp-performance-changes-3n-skx-mrr-cmp:
981       csit-vpp-perf-report-iterative-2005-3n-skx:
982         - 6   # MRR sel
983
984     vpp-performance-changes-2n-skx-mrr-h1:
985       csit-vpp-perf-verify-1908-2n-skx:
986         - 69  # MRR sel
987     vpp-performance-changes-2n-skx-mrr-ref:
988       csit-vpp-perf-verify-2001-2n-skx:
989         - 101 # MRR sel
990         - 128 # MRR sel addition
991     vpp-performance-changes-2n-skx-mrr-cmp:
992       # TODO: Replace:
993       # csit-vpp-perf-report-iterative-2005-2n-skx:
994       csit-vpp-perf-verify-2001-2n-skx:
995         - 101 # MRR sel
996         - 128 # MRR sel addition
997
998 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
999 #      csit-vpp-perf-verify-1908-2n-skx:
1000 #        - 71  # NFV MRR
1001 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1002 #      # TODO: Replace
1003 #      # csit-vpp-perf-verify-2001-2n-skx:
1004 #      csit-vpp-perf-verify-1908-2n-skx:
1005 #        - 71  # NFV MRR
1006
1007     vpp-performance-changes-2n-dnv-mrr-h1:
1008       csit-vpp-perf-verify-1908-2n-dnv:
1009         - 11  # MRR sel
1010     vpp-performance-changes-2n-dnv-mrr-ref:
1011       csit-vpp-perf-verify-2001-2n-dnv:
1012         - 12  # MRR sel
1013     vpp-performance-changes-2n-dnv-mrr-cmp:
1014       csit-vpp-perf-report-iterative-2005-2n-dnv:
1015         - 15  # MRR sel
1016
1017     vpp-performance-changes-3n-dnv-mrr-h1:
1018       csit-vpp-perf-verify-1908-3n-dnv:
1019         - 17  # MRR sel
1020     vpp-performance-changes-3n-dnv-mrr-ref:
1021       csit-vpp-perf-verify-2001-3n-dnv:
1022         - 11  # MRR sel
1023     vpp-performance-changes-3n-dnv-mrr-cmp:
1024       csit-vpp-perf-report-iterative-2005-3n-dnv:
1025         - 8   # MRR
1026
1027     vpp-performance-changes-3n-tsh-mrr-h1:
1028       csit-vpp-perf-verify-1908-3n-tsh:
1029         - 17  # MRR sel
1030     vpp-performance-changes-3n-tsh-mrr-ref:
1031       csit-vpp-perf-verify-2001-3n-tsh:
1032         - 9   # MRR sel
1033     vpp-performance-changes-3n-tsh-mrr-cmp:
1034       # TODO: Replace:
1035       # csit-vpp-perf-report-iterative-2005-3n-tsh:
1036       csit-vpp-perf-verify-2001-3n-tsh:
1037         - 9   # MRR sel
1038
1039     dpdk-performance-changes-3n-hsw-h1:
1040       csit-dpdk-perf-verify-1908-3n-hsw:
1041         - 2   # NDRPDR sel
1042         - 3   # NDRPDR sel
1043         - 4   # NDRPDR sel
1044         - 5   # NDRPDR sel
1045         - 6   # NDRPDR sel
1046         - 7   # NDRPDR sel
1047         - 8   # NDRPDR sel
1048         - 9   # NDRPDR sel
1049         - 10  # NDRPDR sel
1050         - 11  # NDRPDR sel
1051     dpdk-performance-changes-3n-hsw-ref:
1052       csit-dpdk-perf-verify-2001-3n-hsw:
1053         - 4   # NDRPDR sel
1054         - 5   # NDRPDR sel
1055         - 6   # NDRPDR sel
1056         - 7   # NDRPDR sel
1057         - 8   # NDRPDR sel
1058         - 9   # NDRPDR sel
1059         - 10  # NDRPDR sel
1060         - 11  # NDRPDR sel
1061         - 12  # NDRPDR sel
1062         - 13  # NDRPDR sel
1063         - 15  # NDRPDR sel
1064         - 16  # NDRPDR sel
1065         - 17  # NDRPDR sel
1066         - 18  # NDRPDR sel
1067         - 19  # NDRPDR sel
1068         - 20  # NDRPDR sel
1069         - 21  # NDRPDR sel
1070         - 22  # NDRPDR sel
1071         - 23  # NDRPDR sel
1072         - 24  # NDRPDR sel
1073     dpdk-performance-changes-3n-hsw-cmp:
1074       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1075         - 5   # NDRPDR sel
1076         - 6   # NDRPDR sel
1077         - 7   # NDRPDR sel
1078         - 8   # NDRPDR sel
1079         - 9   # NDRPDR sel
1080         - 10  # NDRPDR sel
1081         - 11  # NDRPDR sel
1082         - 12  # NDRPDR sel
1083         - 13  # NDRPDR sel
1084         - 14  # NDRPDR sel
1085
1086     dpdk-performance-changes-3n-skx-h1:
1087       csit-dpdk-perf-verify-1908-3n-skx:
1088         - 3   # NDRPDR sel
1089         - 4   # NDRPDR sel
1090         - 5   # NDRPDR sel
1091         - 6   # NDRPDR sel
1092         - 7   # NDRPDR sel
1093         - 8   # NDRPDR sel
1094         - 9   # NDRPDR sel
1095         - 10  # NDRPDR sel
1096         - 11  # NDRPDR sel
1097         - 12  # NDRPDR sel
1098     dpdk-performance-changes-3n-skx-ref:
1099       csit-dpdk-perf-verify-2001-3n-skx:
1100         - 29  # NDRPDR sel xxv710
1101         - 33  # NDRPDR sel xxv710
1102         - 34  # NDRPDR sel xxv710
1103         - 35  # NDRPDR sel xxv710
1104         - 36  # NDRPDR sel xxv710
1105         - 37  # NDRPDR sel xxv710
1106         - 41  # NDRPDR sel xxv710
1107         - 42  # NDRPDR sel xxv710
1108         - 43  # NDRPDR sel xxv710
1109         - 45  # NDRPDR sel xxv710
1110         - 30  # NDRPDR sel x710
1111         - 31  # NDRPDR sel x710
1112         - 32  # NDRPDR sel x710
1113         - 38  # NDRPDR sel x710
1114         - 39  # NDRPDR sel x710
1115         - 40  # NDRPDR sel x710
1116         - 44  # NDRPDR sel x710
1117         - 46  # NDRPDR sel x710
1118         - 47  # NDRPDR sel x710
1119         - 48  # NDRPDR sel x710
1120     dpdk-performance-changes-3n-skx-cmp:
1121       csit-dpdk-perf-report-iterative-2005-3n-skx:
1122         - 4   # NDRPDR sel
1123         - 5   # NDRPDR sel
1124         - 6   # NDRPDR sel
1125         - 7   # NDRPDR sel
1126         - 8   # NDRPDR sel
1127         - 11  # NDRPDR sel
1128         - 12  # NDRPDR sel
1129         - 13  # NDRPDR sel
1130         - 14  # NDRPDR sel
1131         - 15  # NDRPDR sel
1132
1133     dpdk-performance-changes-2n-skx-h1:
1134       csit-dpdk-perf-verify-1908-2n-skx:
1135         - 2   # NDRPDR sel
1136         - 3   # NDRPDR sel
1137         - 4   # NDRPDR sel
1138         - 5   # NDRPDR sel
1139         - 7   # NDRPDR sel
1140         - 8   # NDRPDR sel
1141         - 9   # NDRPDR sel
1142         - 10  # NDRPDR sel
1143         - 11  # NDRPDR sel
1144         - 12  # NDRPDR sel
1145     dpdk-performance-changes-2n-skx-ref:
1146       csit-dpdk-perf-verify-2001-2n-skx:
1147         - 35  # NDRPDR sel xxv710
1148         - 36  # NDRPDR sel xxv710
1149         - 37  # NDRPDR sel xxv710
1150         - 41  # NDRPDR sel xxv710
1151         - 42  # NDRPDR sel xxv710
1152         - 43  # NDRPDR sel xxv710
1153         - 46  # NDRPDR sel xxv710
1154         - 47  # NDRPDR sel xxv710
1155         - 52  # NDRPDR sel xxv710
1156         - 53  # NDRPDR sel xxv710
1157         - 38  # NDRPDR sel x710
1158         - 39  # NDRPDR sel x710
1159         - 40  # NDRPDR sel x710
1160         - 44  # NDRPDR sel x710
1161         - 45  # NDRPDR sel x710
1162         - 48  # NDRPDR sel x710
1163         - 49  # NDRPDR sel x710
1164         - 50  # NDRPDR sel x710
1165         - 51  # NDRPDR sel x710
1166         - 54  # NDRPDR sel x710
1167     dpdk-performance-changes-2n-skx-cmp:
1168       csit-dpdk-perf-report-iterative-2005-2n-skx:
1169         - 1   # NDRPDR sel
1170         - 2   # NDRPDR sel
1171         - 3   # NDRPDR sel
1172         - 4   # NDRPDR sel
1173         - 5   # NDRPDR sel
1174         - 6   # NDRPDR sel
1175         - 7   # NDRPDR sel
1176         - 8   # NDRPDR sel
1177         - 9   # NDRPDR sel
1178         - 10  # NDRPDR sel
1179
1180     dpdk-performance-changes-2n-clx-ref:
1181       csit-dpdk-perf-verify-2001-2n-clx:
1182         - 15  # NDRPDR sel
1183         - 16  # NDRPDR sel
1184         - 17  # NDRPDR sel
1185         - 18  # NDRPDR sel
1186         - 19  # NDRPDR sel
1187         - 20  # NDRPDR sel
1188         - 21  # NDRPDR sel
1189         - 22  # NDRPDR sel
1190         - 23  # NDRPDR sel
1191         - 24  # NDRPDR sel
1192         - 25  # NDRPDR sel
1193         - 26  # NDRPDR sel
1194         - 27  # NDRPDR sel
1195         - 28  # NDRPDR sel
1196         - 29  # NDRPDR sel
1197         - 30  # NDRPDR sel
1198         - 31  # NDRPDR sel
1199         - 32  # NDRPDR sel
1200         - 33  # NDRPDR sel
1201         - 34  # NDRPDR sel
1202     dpdk-performance-changes-2n-clx-cmp:
1203       csit-dpdk-perf-report-iterative-2005-2n-clx:
1204         - 1   # NDRPDR sel
1205         - 2   # NDRPDR sel
1206         - 3   # NDRPDR sel
1207         - 4   # NDRPDR sel
1208         - 5   # NDRPDR sel
1209         - 6   # NDRPDR sel
1210         - 7   # NDRPDR sel
1211         - 8   # NDRPDR sel
1212         - 9   # NDRPDR sel
1213         - 10  # NDRPDR sel
1214
1215     dpdk-performance-changes-2n-dnv-ref:
1216       csit-dpdk-perf-verify-2001-2n-dnv:
1217         - 9   # NDRPDR sel
1218         - 10  # NDRPDR sel
1219         - 11  # NDRPDR sel
1220         - 12  # NDRPDR sel
1221         - 13  # NDRPDR sel
1222         - 14  # NDRPDR sel
1223         - 15  # NDRPDR sel
1224         - 16  # NDRPDR sel
1225         - 17  # NDRPDR sel
1226         - 18  # NDRPDR sel
1227     dpdk-performance-changes-2n-dnv-cmp:
1228       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1229         - 8   # NDRPDR sel
1230         - 9   # NDRPDR sel
1231         - 10  # NDRPDR sel
1232         - 11  # NDRPDR sel
1233         - 12  # NDRPDR sel
1234         - 13  # NDRPDR sel
1235         - 14  # NDRPDR sel
1236         - 15  # NDRPDR sel
1237         - 16  # NDRPDR sel
1238         - 17  # NDRPDR sel
1239
1240     dpdk-performance-changes-3n-dnv-ref:
1241       csit-dpdk-perf-verify-2001-3n-dnv:
1242         - 12  # NDRPDR sel
1243         - 13  # NDRPDR sel
1244         - 14  # NDRPDR sel
1245         - 15  # NDRPDR sel
1246         - 16  # NDRPDR sel
1247         - 17  # NDRPDR sel
1248         - 18  # NDRPDR sel
1249         - 19  # NDRPDR sel
1250         - 20  # NDRPDR sel
1251         - 22  # NDRPDR sel
1252     dpdk-performance-changes-3n-dnv-cmp:
1253       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1254         - 6   # NDRPDR sel
1255         - 7   # NDRPDR sel
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         - 16  # NDRPDR sel
1264
1265     dpdk-performance-changes-3n-tsh-ref:
1266       csit-dpdk-perf-verify-2001-3n-tsh:
1267         - 3   # NDRPDR sel
1268         - 4   # NDRPDR sel
1269         - 5   # NDRPDR sel
1270         - 9   # NDRPDR sel
1271         - 10  # NDRPDR sel
1272         - 11  # NDRPDR sel
1273         - 12  # NDRPDR sel
1274         - 14  # NDRPDR sel
1275         - 15  # NDRPDR sel
1276         - 18  # NDRPDR sel
1277     dpdk-performance-changes-3n-tsh-cmp:
1278       # TODO: Add data:
1279       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1280         - 5   # NDRPDR sel
1281
1282     # Compare testbeds
1283
1284     vpp-compare-testbeds-ref:
1285       csit-vpp-perf-report-iterative-2005-3n-hsw:
1286         - 3   # NDRPDR sel
1287         - 4   # NDRPDR sel
1288         - 5   # NDRPDR sel
1289         - 10  # NDRPDR sel
1290         - 11  # NDRPDR sel
1291         - 12  # NDRPDR sel
1292         - 15  # NDRPDR sel
1293         - 16  # NDRPDR sel
1294         - 18  # NDRPDR sel
1295         - 19  # NDRPDR sel
1296     vpp-compare-testbeds-cmp:
1297       # TODO: Add data:
1298       csit-vpp-perf-report-iterative-2005-3n-skx:
1299         - 4   # NDRPDR sel
1300         - 5   # NDRPDR sel ??? all x710 failed
1301
1302     vpp-compare-testbeds-skx-clx-ref:
1303       # TODO: Add data:
1304       csit-vpp-perf-report-iterative-2005-2n-skx:
1305         - 7   # NDRPDR sel
1306     vpp-compare-testbeds-skx-clx-cmp:
1307       # TODO: Add data:
1308       csit-vpp-perf-report-iterative-2005-2n-clx:
1309         - 7   # NDRPDR sel
1310         - 9   # NDRPDR sel
1311
1312     vpp-compare-testbeds-hsw-clx-ref:
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         - 15  # NDRPDR sel
1321         - 16  # NDRPDR sel
1322         - 18  # NDRPDR sel
1323         - 19  # NDRPDR sel
1324     vpp-compare-testbeds-hsw-clx-cmp:
1325       # TODO: Add data:
1326       csit-vpp-perf-report-iterative-2005-2n-clx:
1327         - 7   # NDRPDR sel
1328         - 9   # NDRPDR sel
1329
1330     vpp-compare-testbeds-mrr-ref:
1331       csit-vpp-perf-report-iterative-2005-3n-hsw:
1332         - 13  # MRR
1333     vpp-compare-testbeds-mrr-cmp:
1334       csit-vpp-perf-report-iterative-2005-3n-skx:
1335         - 6   # MRR sel
1336
1337     vpp-compare-testbeds-mrr-skx-clx-ref:
1338       # TODO: Replace:
1339       # csit-vpp-perf-report-iterative-2005-2n-skx:
1340       csit-vpp-perf-verify-2001-2n-skx:
1341         - 101 # MRR sel
1342         - 128 # MRR sel addition
1343     vpp-compare-testbeds-mrr-skx-clx-cmp:
1344       csit-vpp-perf-report-iterative-2005-2n-clx:
1345         - 12   # MRR
1346
1347     vpp-compare-testbeds-mrr-hsw-clx-ref:
1348       csit-vpp-perf-report-iterative-2005-3n-hsw:
1349         - 13  # MRR
1350     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1351       csit-vpp-perf-report-iterative-2005-2n-clx:
1352         - 12   # MRR
1353
1354     dpdk-compare-testbeds-ref:
1355       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1356         - 5   # NDRPDR sel
1357         - 6   # NDRPDR sel
1358         - 7   # NDRPDR sel
1359         - 8   # NDRPDR sel
1360         - 9   # NDRPDR sel
1361         - 10  # NDRPDR sel
1362         - 11  # NDRPDR sel
1363         - 12  # NDRPDR sel
1364         - 13  # NDRPDR sel
1365         - 14  # NDRPDR sel
1366     dpdk-compare-testbeds-cmp:
1367       csit-dpdk-perf-report-iterative-2005-3n-skx:
1368         - 4   # NDRPDR sel
1369         - 5   # NDRPDR sel
1370         - 6   # NDRPDR sel
1371         - 7   # NDRPDR sel
1372         - 8   # NDRPDR sel
1373         - 11  # NDRPDR sel
1374         - 12  # NDRPDR sel
1375         - 13  # NDRPDR sel
1376         - 14  # NDRPDR sel
1377         - 15  # NDRPDR sel
1378
1379     dpdk-compare-testbeds-skx-clx-ref:
1380       csit-dpdk-perf-report-iterative-2005-2n-skx:
1381         - 1   # NDRPDR sel
1382         - 2   # NDRPDR sel
1383         - 3   # NDRPDR sel
1384         - 4   # NDRPDR sel
1385         - 5   # NDRPDR sel
1386         - 6   # NDRPDR sel
1387         - 7   # NDRPDR sel
1388         - 8   # NDRPDR sel
1389         - 9   # NDRPDR sel
1390         - 10  # NDRPDR sel
1391     dpdk-compare-testbeds-skx-clx-cmp:
1392       csit-dpdk-perf-report-iterative-2005-2n-clx:
1393         - 1   # NDRPDR sel
1394         - 2   # NDRPDR sel
1395         - 3   # NDRPDR sel
1396         - 4   # NDRPDR sel
1397         - 5   # NDRPDR sel
1398         - 6   # NDRPDR sel
1399         - 7   # NDRPDR sel
1400         - 8   # NDRPDR sel
1401         - 9   # NDRPDR sel
1402         - 10  # NDRPDR sel
1403
1404     # Compare topologies
1405
1406     vpp-compare-topologies-ref:
1407       # TODO: Add data:
1408       csit-vpp-perf-report-iterative-2005-3n-skx:
1409         - 4   # NDRPDR sel
1410         - 5   # NDRPDR sel ??? all x710 failed
1411     vpp-compare-topologies-cmp:
1412       # TODO: Add data:
1413       csit-vpp-perf-report-iterative-2005-2n-skx:
1414         - 7   # NDRPDR sel
1415
1416     vpp-compare-topologies-mrr-ref:
1417       csit-vpp-perf-report-iterative-2005-3n-skx:
1418         - 6   # MRR sel
1419     vpp-compare-topologies-mrr-cmp:
1420       # TODO: Replace:
1421       # csit-vpp-perf-report-iterative-2005-2n-skx:
1422       csit-vpp-perf-verify-2001-2n-skx:
1423         - 101 # MRR sel
1424         - 128 # MRR sel addition
1425
1426     dpdk-compare-topologies-ref:
1427       csit-dpdk-perf-report-iterative-2005-3n-skx:
1428         - 4   # NDRPDR sel
1429         - 5   # NDRPDR sel
1430         - 6   # NDRPDR sel
1431         - 7   # NDRPDR sel
1432         - 8   # NDRPDR sel
1433         - 11  # NDRPDR sel
1434         - 12  # NDRPDR sel
1435         - 13  # NDRPDR sel
1436         - 14  # NDRPDR sel
1437         - 15  # NDRPDR sel
1438     dpdk-compare-topologies-cmp:
1439       csit-dpdk-perf-report-iterative-2005-2n-skx:
1440         - 1   # NDRPDR sel
1441         - 2   # NDRPDR sel
1442         - 3   # NDRPDR sel
1443         - 4   # NDRPDR sel
1444         - 5   # NDRPDR sel
1445         - 6   # NDRPDR sel
1446         - 7   # NDRPDR sel
1447         - 8   # NDRPDR sel
1448         - 9   # NDRPDR sel
1449         - 10  # NDRPDR sel
1450
1451   plot-layouts:
1452
1453     plot-soak-throughput:
1454       titlefont:
1455         size: 18
1456       xaxis:
1457         title: "<b>Test Cases [Index]</b>"
1458         titlefont:
1459           size: 16
1460         autorange: True
1461         fixedrange: False
1462         gridcolor: "rgb(230, 230, 230)"
1463         linecolor: "rgb(220, 220, 220)"
1464         linewidth: 1
1465         showgrid: True
1466         showline: True
1467         showticklabels: True
1468         tickcolor: "rgb(220, 220, 220)"
1469         tickmode: "linear"
1470         tickfont:
1471           size: 16
1472         zeroline: False
1473       yaxis:
1474         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1475         titlefont:
1476           size: 16
1477         gridcolor: "rgb(230, 230, 230)"
1478         hoverformat: ".4r"
1479         tickformat: ".3r"
1480         linecolor: "rgb(220, 220, 220)"
1481         linewidth: 1
1482         showgrid: True
1483         showline: True
1484         showticklabels: True
1485         tickcolor: "rgb(220, 220, 220)"
1486         tickfont:
1487           size: 16
1488         zeroline: False
1489         range: [0,50]
1490       autosize: False
1491       margin:
1492         t: 50
1493         b: 0
1494         l: 80
1495         r: 20
1496       showlegend: True
1497       legend:
1498         orientation: "h"
1499         font:
1500           size: 16
1501       width: 700
1502       height: 900
1503       paper_bgcolor: "#fff"
1504       plot_bgcolor: "#fff"
1505       hoverlabel:
1506         namelength: -1
1507
1508     plot-service-density:
1509       titlefont:
1510         size: 18
1511       xaxis:
1512         side: "top"
1513         autorange: True
1514         fixedrange: False
1515         showgrid: False
1516         showline: False
1517         showticklabels: False
1518         ticks: ""
1519         ticklen: 0
1520         tickwidth: 0
1521         zeroline: False
1522       yaxis:
1523         autorange: "reversed"
1524         showgrid: False
1525         showline: False
1526         showticklabels: False
1527         ticks: ""
1528         ticklen: 0
1529         tickwidth: 0
1530         zeroline: False
1531       showlegend: False
1532       paper_bgcolor: "#fff"
1533       plot_bgcolor: "#fff"
1534       width: 700
1535       height: 700
1536       hoverlabel:
1537         namelength: -1
1538
1539 #    plot-cps:
1540 #      titlefont:
1541 #        size: 18
1542 #      xaxis:
1543 #        title: "<b>Test Cases [Index]</b>"
1544 #        titlefont:
1545 #          size: 16
1546 #        autorange: True
1547 #        fixedrange: False
1548 #        gridcolor: "rgb(230, 230, 230)"
1549 #        linecolor: "rgb(220, 220, 220)"
1550 #        linewidth: 1
1551 #        showgrid: True
1552 #        showline: True
1553 #        showticklabels: True
1554 #        tickcolor: "rgb(220, 220, 220)"
1555 #        tickmode: "linear"
1556 #        tickfont:
1557 #          size: 16
1558 #        zeroline: False
1559 #      yaxis:
1560 #        title: "<b>Connections Per Second [cps]</b>"
1561 #        titlefont:
1562 #          size: 16
1563 #        gridcolor: "rgb(230, 230, 230)"
1564 #        hoverformat: ".4s"
1565 #        linecolor: "rgb(220, 220, 220)"
1566 #        linewidth: 1
1567 #        rangemode: "tozero"
1568 #        showgrid: True
1569 #        showline: True
1570 #        showticklabels: True
1571 #        tickcolor: "rgb(220, 220, 220)"
1572 #        tickformat: ".3s"
1573 #        tickfont:
1574 #          size: 16
1575 #        zeroline: False
1576 #      boxmode: "group"
1577 #      boxgroupgap: 0.5
1578 #      autosize: False
1579 #      margin:
1580 #        t: 50
1581 #        b: 20
1582 #        l: 80
1583 #        r: 20
1584 #      showlegend: True
1585 #      legend:
1586 #        orientation: "h"
1587 #        font:
1588 #          size: 16
1589 #      width: 700
1590 #      height: 800
1591 #      paper_bgcolor: "#fff"
1592 #      plot_bgcolor: "#fff"
1593 #      hoverlabel:
1594 #        namelength: -1
1595 #
1596 #    plot-rps:
1597 #      titlefont:
1598 #        size: 18
1599 #      xaxis:
1600 #        title: "<b>Test Cases [Index]</b>"
1601 #        titlefont:
1602 #          size: 16
1603 #        autorange: True
1604 #        fixedrange: False
1605 #        gridcolor: "rgb(230, 230, 230)"
1606 #        linecolor: "rgb(220, 220, 220)"
1607 #        linewidth: 1
1608 #        showgrid: True
1609 #        showline: True
1610 #        showticklabels: True
1611 #        tickcolor: "rgb(220, 220, 220)"
1612 #        tickmode: "linear"
1613 #        tickfont:
1614 #          size: 16
1615 #        zeroline: False
1616 #      yaxis:
1617 #        title: "<b>Requests Per Second [rps]</b>"
1618 #        titlefont:
1619 #          size: 16
1620 #        gridcolor: "rgb(230, 230, 230)"
1621 #        hoverformat: ".4s"
1622 #        linecolor: "rgb(220, 220, 220)"
1623 #        linewidth: 1
1624 #        rangemode: "tozero"
1625 #        showgrid: True
1626 #        showline: True
1627 #        showticklabels: True
1628 #        tickcolor: "rgb(230, 230, 230)"
1629 #        tickformat: ".3s"
1630 #        tickfont:
1631 #          size: 16
1632 #        zeroline: False
1633 #      boxmode: "group"
1634 #      boxgroupgap: 0.5
1635 #      autosize: False
1636 #      margin:
1637 #        t: 50
1638 #        b: 20
1639 #        l: 80
1640 #        r: 20
1641 #      showlegend: True
1642 #      legend:
1643 #        orientation: "h"
1644 #        font:
1645 #          size: 16
1646 #      width: 700
1647 #      height: 800
1648 #      paper_bgcolor: "#fff"
1649 #      plot_bgcolor: "#fff"
1650 #      hoverlabel:
1651 #        namelength: -1
1652
1653     plot-hoststack:
1654       titlefont:
1655         size: 16
1656       xaxis:
1657         title: "<b>Test Cases [Index]</b>"
1658         titlefont:
1659           size: 14
1660         autorange: True
1661         fixedrange: False
1662         gridcolor: "rgb(230, 230, 230)"
1663         linecolor: "rgb(220, 220, 220)"
1664         linewidth: 1
1665         showgrid: True
1666         showline: True
1667         showticklabels: True
1668         tickcolor: "rgb(220, 220, 220)"
1669         tickmode: "linear"
1670         tickfont:
1671           size: 14
1672         zeroline: False
1673       yaxis:
1674         title: "<b>Bandwidth [Gbps]</b>"
1675         titlefont:
1676           size: 14
1677         gridcolor: "rgb(230, 230, 230)"
1678         hoverformat: ".4s"
1679         linecolor: "rgb(220, 220, 220)"
1680         linewidth: 1
1681         rangemode: "tozero"
1682         showgrid: True
1683         showline: True
1684         showticklabels: True
1685         tickcolor: "rgb(230, 230, 230)"
1686         tickformat: ".3s"
1687         tickfont:
1688           size: 14
1689         zeroline: False
1690       boxmode: "group"
1691       boxgroupgap: 0.5
1692       autosize: False
1693       margin:
1694         t: 50
1695         b: 20
1696         l: 80
1697         r: 20
1698       showlegend: True
1699       legend:
1700         orientation: "h"
1701         font:
1702           size: 14
1703       width: 700
1704       height: 800
1705       paper_bgcolor: "#fff"
1706       plot_bgcolor: "#fff"
1707       hoverlabel:
1708         namelength: -1
1709
1710     plot-throughput:
1711       titlefont:
1712         size: 18
1713       xaxis:
1714         title: "<b>Test Cases [Index]</b>"
1715         titlefont:
1716           size: 16
1717         autorange: True
1718         fixedrange: False
1719         gridcolor: "rgb(230, 230, 230)"
1720         linecolor: "rgb(220, 220, 220)"
1721         linewidth: 1
1722         showgrid: True
1723         showline: True
1724         showticklabels: True
1725         tickcolor: "rgb(220, 220, 220)"
1726         tickmode: "linear"
1727         tickfont:
1728           size: 16
1729         zeroline: False
1730       yaxis:
1731         title: "<b>Packet Throughput [Mpps]</b>"
1732         titlefont:
1733           size: 16
1734         gridcolor: "rgb(230, 230, 230)"
1735         hoverformat: ".4r"
1736         tickformat: ".3r"
1737         linecolor: "rgb(220, 220, 220)"
1738         linewidth: 1
1739         showgrid: True
1740         showline: True
1741         showticklabels: True
1742         tickcolor: "rgb(220, 220, 220)"
1743         tickfont:
1744           size: 16
1745         zeroline: False
1746         range: [0,50]
1747       autosize: False
1748       margin:
1749         t: 50
1750         b: 0
1751         l: 80
1752         r: 20
1753       showlegend: True
1754       legend:
1755         orientation: "h"
1756         font:
1757           size: 16
1758       width: 700
1759       height: 900
1760       paper_bgcolor: "#fff"
1761       plot_bgcolor: "#fff"
1762       hoverlabel:
1763         namelength: -1
1764
1765     plot-throughput-speedup-analysis:
1766       titlefont:
1767         size: 18
1768       xaxis:
1769         title: "<b>Number of Cores [Qty]</b>"
1770         titlefont:
1771           size: 16
1772         autorange: True
1773         fixedrange: False
1774         gridcolor: "rgb(230, 230, 230)"
1775         linecolor: "rgb(220, 220, 220)"
1776         linewidth: 1
1777         showgrid: True
1778         showline: True
1779         showticklabels: True
1780         tickcolor: "rgb(238, 238, 238)"
1781         tickmode: "linear"
1782         tickfont:
1783           size: 16
1784         zeroline: False
1785       yaxis:
1786         title: "<b>Packet Throughput [Mpps]</b>"
1787         titlefont:
1788           size: 16
1789         type: "linear"
1790         gridcolor: "rgb(230, 230, 230)"
1791         hoverformat: ".4s"
1792         linecolor: "rgb(220, 220, 220)"
1793         linewidth: 1
1794         showgrid: True
1795         showline: True
1796         showticklabels: True
1797         tickcolor: "rgb(220, 220, 220)"
1798         tickformat: ".4s"
1799         tickfont:
1800           size: 16
1801         zeroline: True
1802         rangemode: "tozero"
1803         range: [0,100]
1804       legend:
1805         orientation: "h"
1806         font:
1807           size: 16
1808         xanchor: "left"
1809         yanchor: "top"
1810         x: 0
1811         y: -0.2
1812         bgcolor: "rgba(255, 255, 255, 0)"
1813         bordercolor: "rgba(255, 255, 255, 0)"
1814         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1815       autosize: False
1816       margin:
1817           't': 50
1818           'b': 150
1819           'l': 85
1820           'r': 10
1821       showlegend: True
1822       width: 700
1823       height: 700
1824       paper_bgcolor: "#fff"
1825       plot_bgcolor: "#fff"
1826       hoverlabel:
1827         namelength: -1
1828       annotations: [
1829         {
1830           text: "_ _          __          ...",
1831           align: "left",
1832           showarrow: False,
1833           xref: "paper",
1834           yref: "paper",
1835           xanchor: "left",
1836           yanchor: "top",
1837           x: 0,
1838           y: -0.13,
1839           font: {
1840             family: "Consolas, Courier New",
1841             size: 15
1842           },
1843         },
1844         {
1845           text: "    Perfect     Measured     Limit",
1846           align: "left",
1847           showarrow: False,
1848           xref: "paper",
1849           yref: "paper",
1850           xanchor: "left",
1851           yanchor: "top",
1852           x: 0,
1853           y: -0.15,
1854           font: {
1855             family: "Consolas, Courier New",
1856             size: 15
1857           },
1858         },
1859       ]
1860
1861     plot-latency:
1862       titlefont:
1863         size: 18
1864       xaxis:
1865         title: "<b>Direction</b>"
1866         titlefont:
1867           size: 16
1868         autorange: True
1869         fixedrange: False
1870         gridcolor: "rgb(230, 230, 230)"
1871         linecolor: "rgb(220, 220, 220)"
1872         linewidth: 1
1873         showgrid: True
1874         showline: True
1875         showticklabels: False
1876         tickcolor: "rgb(220, 220, 220)"
1877         tickmode: "linear"
1878         tickfont:
1879           size: 16
1880         zeroline: False
1881       yaxis:
1882         title: "<b>Packet Latency [uSec]</b>"
1883         titlefont:
1884           size: 16
1885         type: "linear"
1886         gridcolor: "rgb(230, 230, 230)"
1887         hoverformat: ".4s"
1888         linecolor: "rgb(220, 220, 220)"
1889         linewidth: 1
1890         showgrid: True
1891         showline: True
1892         showticklabels: True
1893         tickcolor: "rgb(220, 220, 220)"
1894         tickformat: ".4s"
1895         tickfont:
1896           size: 16
1897         zeroline: True
1898         rangemode: "tozero"
1899       legend:
1900         orientation: "h"
1901         font:
1902           size: 16
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': 80
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
1918     plot-hdrh-latency:
1919       title:
1920         text: ""
1921         xanchor: "center"
1922         x: 0.5
1923         font:
1924           size: 16
1925       width: 700
1926       plot_bgcolor: "white"
1927       annotations:
1928         - font:
1929             size: 14
1930           showarrow: False
1931           text: "<b>Packet Latency [uSec]</b>"
1932           x: 1
1933           xanchor: "right"
1934           xref: "paper"
1935           y: -0.045
1936           yanchor: "top"
1937           yref: "paper"
1938         - font:
1939             size: 14
1940           showarrow: False
1941           text: "<b>Probability [%]</b>"
1942           textangle: 270
1943           x: -0.06
1944           xanchor: "center"
1945           xref: "paper"
1946           y: 0.5
1947           yanchor: "middle"
1948           yref: "paper"
1949         - font:
1950             size: 14
1951           showarrow: False
1952           text: "<b>Direction: E-W</b>"
1953           x: 0.24
1954           xanchor: "center"
1955           xref: "paper"
1956           y: 1.05
1957           yanchor: "bottom"
1958           yref: "paper"
1959         - font:
1960             size: 14
1961           showarrow: False
1962           text: "<b>Direction: W-E</b>"
1963           x: 0.74
1964           xanchor: "center"
1965           xref: "paper"
1966           y: 1.05
1967           yanchor: "bottom"
1968           yref: "paper"
1969
1970     plot-hdrh-latency-percentile:
1971       title:
1972         text: ""
1973         xanchor: "center"
1974         x: 0.5
1975         font:
1976           size: 18
1977       xaxis:
1978         type: "log"
1979         title: "<b>Percentile [%]</b>"
1980         titlefont:
1981           size: 16
1982         autorange: True
1983         fixedrange: False
1984         gridcolor: "rgb(230, 230, 230)"
1985         linecolor: "rgb(220, 220, 220)"
1986         linewidth: 1
1987         showgrid: True
1988         showline: True
1989         showticklabels: True
1990         tickcolor: "rgb(220, 220, 220)"
1991         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
1992         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
1993         tickfont:
1994           size: 16
1995       yaxis:
1996         title: "<b>Packet Latency [uSec]</b>"
1997         titlefont:
1998           size: 16
1999         gridcolor: "rgb(230, 230, 230)"
2000         linecolor: "rgb(220, 220, 220)"
2001         linewidth: 1
2002         showgrid: True
2003         showline: True
2004         showticklabels: True
2005         tickcolor: "rgb(220, 220, 220)"
2006         tickfont:
2007           size: 16
2008       autosize: False
2009       showlegend: True
2010       legend:
2011         traceorder: "normal"
2012         orientation: "h"
2013         font:
2014           size: 16
2015         xanchor: "left"
2016         yanchor: "top"
2017         x: 0
2018         y: -0.15
2019         bgcolor: "rgba(255, 255, 255, 0)"
2020         bordercolor: "rgba(255, 255, 255, 0)"
2021       width: 700
2022       height: 700
2023       paper_bgcolor: "white"
2024       plot_bgcolor: "white"
2025
2026     plot-hdrh-latency-by-percentile:
2027       title:
2028         text: "<b>Latency by Percentile Distribution</b>"
2029         xanchor: "center"
2030         x: 0.5
2031         font:
2032           size: 18
2033       showlegend: True
2034       legend:
2035         traceorder: "normal"
2036         orientation: "h"
2037         font:
2038           size: 16
2039         xanchor: "left"
2040         yanchor: "top"
2041         x: 0
2042         y: -0.2
2043         bgcolor: "rgba(255, 255, 255, 0)"
2044         bordercolor: "rgba(255, 255, 255, 0)"
2045       xaxis:
2046         type: "linear"
2047         title: "<b>Percentile [%]</b>"
2048         titlefont:
2049           size: 14
2050         autorange: False
2051         fixedrange: False
2052         range: [0, 100]
2053         gridcolor: "rgb(230, 230, 230)"
2054         linecolor: "rgb(220, 220, 220)"
2055         linewidth: 1
2056         showgrid: True
2057         showline: True
2058         showticklabels: True
2059         tickcolor: "rgb(220, 220, 220)"
2060         tickvals: [0, 25, 50, 75, 100]
2061         ticktext: [0, 25, 50, 75, 100]
2062         tickfont:
2063           size: 14
2064       yaxis:
2065         title: "<b>One-Way Latency per Direction [uSec]</b>"
2066         titlefont:
2067           size: 14
2068         gridcolor: "rgb(230, 230, 230)"
2069         linecolor: "rgb(220, 220, 220)"
2070         linewidth: 1
2071         showgrid: True
2072         showline: True
2073         showticklabels: True
2074         tickcolor: "rgb(220, 220, 220)"
2075         tickfont:
2076           size: 14
2077       width: 700
2078       height: 700
2079       paper_bgcolor: "white"
2080       plot_bgcolor: "white"
2081
2082 - type: "static"
2083   src-path: "{DIR[RST]}"
2084   dst-path: "{DIR[WORKING,SRC]}"
2085
2086 - type: "input"
2087   general:
2088     file-name: "output_info.xml.gz"
2089     file-format: ".gz"
2090     arch-file-format:
2091       - ".gz"
2092       - ".zip"
2093     download-path: "{job}/{build}/archives/{filename}"
2094     extract: "output.xml"
2095
2096     zip-file-name: "robot-plugin.zip"
2097     zip-file-format: ".zip"
2098     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2099     zip-extract: "robot-plugin/output.xml"
2100
2101   builds:
2102
2103     csit-vpp-perf-verify-1908-3n-hsw:
2104       - 12  # NDRPDR sel
2105       - 13  # NDRPDR sel
2106       - 14  # NDRPDR sel
2107       - 15  # NDRPDR sel
2108       - 16  # NDRPDR sel
2109       - 17  # NDRPDR sel
2110       - 18  # NDRPDR sel
2111       - 19  # NDRPDR sel
2112       - 20  # NDRPDR sel
2113       - 21  # NDRPDR sel
2114       - 48  # NDRPDR sel vhost
2115       - 49  # NDRPDR sel vhost
2116       - 52  # NDRPDR sel vhost
2117       - 53  # NDRPDR sel vhost
2118       - 54  # NDRPDR sel vhost
2119       - 55  # NDRPDR sel vhost
2120       - 56  # NDRPDR sel vhost
2121       - 57  # NDRPDR sel vhost
2122       - 58  # NDRPDR sel vhost
2123       - 59  # NDRPDR sel vhost
2124       - 39  # MRR sel
2125     csit-vpp-perf-verify-2001-3n-hsw:
2126       - 21  # NDRPDR sel
2127       - 22  # NDRPDR sel
2128       - 23  # NDRPDR sel
2129       - 24  # NDRPDR sel
2130       - 25  # NDRPDR sel
2131       - 29  # NDRPDR sel
2132       - 30  # NDRPDR sel
2133       - 31  # NDRPDR sel
2134       - 32  # NDRPDR sel
2135       - 34  # NDRPDR sel
2136       - 17  # MRR sel
2137     csit-vpp-perf-report-iterative-2005-3n-hsw:
2138       - 3   # NDRPDR sel
2139       - 4   # NDRPDR sel
2140       - 5   # NDRPDR sel
2141       - 10  # NDRPDR sel
2142       - 11  # NDRPDR sel
2143       - 12  # NDRPDR sel
2144       - 15  # NDRPDR sel
2145       - 16  # NDRPDR sel
2146       - 18  # NDRPDR sel
2147       - 19  # NDRPDR sel
2148       - 13  # MRR
2149     csit-vpp-perf-verify-2005-3n-hsw:
2150       - 3   # hoststack
2151       - 5   # hoststack
2152       - 6   # hoststack
2153       - 7   # hoststack
2154       - 8   # hoststack
2155       - 9   # hoststack
2156       - 10  # hoststack
2157       - 11  # hoststack
2158       - 12  # hoststack
2159       - 13  # hoststack
2160     csit-vpp-perf-report-coverage-2005-3n-hsw:
2161       - 1   # perf-full-3n-dnv-crypto_I
2162       - 7   # perf-full-3n-hsw-crypto_II
2163       - 3   # perf-full-3n-hsw-crypto_III
2164       - 4   # perf-full-3n-dnv-crypto_IV
2165       - 5   # perf-full-3n-hsw-ip4_I
2166       - 6   # perf-full-3n-hsw-ip4_II
2167       - 8   # perf-full-3n-hsw-ip4_III
2168       - 9   # perf-full-3n-hsw-ip4_IV
2169       - 10  # perf-full-3n-hsw-ip4_V
2170       - 26  # perf-full-3n-hsw-ip4_VI
2171       - 18  # perf-full-3n-hsw-ip4_VII
2172       - 27  # perf-full-3n-hsw-ip4_VIII
2173       - 28  # perf-full-3n-hsw-ip4_IX
2174       - 29  # perf-full-3n-hsw-ip6_I
2175       - 35  # perf-full-3n-hsw-ip6_II
2176       - 33  # perf-full-3n-hsw-l2_II
2177       - 37  # perf-full-3n-hsw-l2_III
2178
2179     csit-vpp-perf-verify-1908_1-3n-skx:
2180       - 26  # NDRPDR sel - new1908.1
2181       - 27  # NDRPDR sel - new1908.1
2182       - 28  # NDRPDR sel - new1908.1
2183       - 29  # NDRPDR sel - new1908.1
2184       - 30  # NDRPDR sel - new1908.1
2185       - 31  # NDRPDR sel - new1908.1
2186       - 33  # NDRPDR sel - new1908.1
2187       - 34  # NDRPDR sel - new1908.1
2188       - 35  # NDRPDR sel - new1908.1
2189       - 36  # NDRPDR sel - new1908.1
2190     csit-vpp-perf-verify-2001-3n-skx:
2191       - 69  # NDRPDR sel - new2001.0
2192       - 71  # NDRPDR sel - new2001.0
2193       - 72  # NDRPDR sel - new2001.0
2194       - 76  # NDRPDR sel - new2001.0
2195       - 77  # NDRPDR sel - new2001.0
2196       - 78  # NDRPDR sel - new2001.0
2197       - 80  # NDRPDR sel - new2001.0
2198       - 50  # MRR sel
2199       - 53  # MRR sel addition
2200     # TODO: Add data:
2201     csit-vpp-perf-report-iterative-2005-3n-skx:
2202       - 4   # NDRPDR sel
2203       - 5   # NDRPDR sel ??? all x710 failed
2204       - 6   # MRR sel
2205
2206     csit-vpp-perf-verify-1908_1-2n-skx:
2207       - 39  # NDRPDR sel - new1908.1
2208       - 40  # NDRPDR sel - new1908.1
2209       - 41  # NDRPDR sel - new1908.1
2210       - 43  # NDRPDR sel - new1908.1
2211       - 44  # NDRPDR sel - new1908.1
2212       - 45  # NDRPDR sel - new1908.1
2213       - 46  # NDRPDR sel - new1908.1
2214       - 47  # NDRPDR sel - new1908.1
2215       - 48  # NDRPDR sel - new1908.1
2216       - 49  # NDRPDR sel - new1908.1
2217     csit-vpp-perf-verify-2001-2n-skx:
2218       - 143  # NDRPDR sel - new2001.0
2219       - 146  # NDRPDR sel - new2001.0
2220       - 147  # NDRPDR sel - new2001.0
2221       - 148  # NDRPDR sel - new2001.0
2222       - 149  # NDRPDR sel - new2001.0
2223       - 150  # NDRPDR sel - new2001.0
2224       - 151  # NDRPDR sel - new2001.0
2225       - 152  # NDRPDR sel - new2001.0
2226       - 153  # NDRPDR sel - new2001.0
2227       - 154  # NDRPDR sel - new2001.0
2228       - 101  # MRR sel - old
2229       - 128  # MRR sel addition - old
2230       - 169  # Reconf REMOVE
2231       - 181  # Soak REMOVE
2232       - 182  # Soak REMOVE
2233     # TODO: Add data:
2234     csit-vpp-perf-report-iterative-2005-2n-skx:
2235       - 7   # NDRPDR sel
2236
2237     csit-vpp-perf-verify-1908_1-2n-clx:
2238       - 5  # NDRPDR sel
2239       - 6  # NDRPDR sel
2240       - 7  # NDRPDR sel
2241       - 8  # NDRPDR sel
2242       - 9  # NDRPDR sel
2243     csit-vpp-perf-verify-2001-2n-clx:
2244       - 28  # NDRPDR sel
2245       - 29  # NDRPDR sel
2246       - 32  # NDRPDR sel
2247       - 40  # NDRPDR sel
2248       - 43  # NDRPDR sel
2249       - 44  # NDRPDR sel
2250       - 45  # NDRPDR sel
2251       - 47  # NDRPDR sel
2252       - 48  # NDRPDR sel
2253       - 49  # NDRPDR sel
2254       - 39  # MRR
2255       - 68  # Reconf REMOVE
2256       - 93  # Soak REMOVE
2257       - 94  # Soak REMOVE
2258     # TODO: Add data:
2259     csit-vpp-perf-report-iterative-2005-2n-clx:
2260       - 7   # NDRPDR sel
2261       - 9   # NDRPDR sel
2262       - 12   # MRR
2263
2264     csit-vpp-perf-verify-1908-3n-tsh:
2265       - 7   # NDRPDR sel
2266       - 8   # NDRPDR sel
2267       - 9   # NDRPDR sel
2268       - 10  # NDRPDR sel
2269       - 11  # NDRPDR sel
2270       - 12  # NDRPDR sel
2271       - 13  # NDRPDR sel
2272       - 14  # NDRPDR sel
2273       - 15  # NDRPDR sel
2274       - 16  # NDRPDR sel
2275       - 17  # MRR sel
2276     csit-vpp-perf-verify-2001-3n-tsh:
2277       - 3   # NDRPDR sel
2278       - 4   # NDRPDR sel
2279       - 7   # NDRPDR sel
2280       - 8   # NDRPDR sel
2281       - 10  # NDRPDR sel
2282       - 12  # NDRPDR sel
2283       - 13  # NDRPDR sel
2284       - 14  # NDRPDR sel
2285       - 15  # NDRPDR sel
2286       - 21  # NDRPDR sel
2287       - 9   # MRR sel
2288     # TODO: Add data:
2289     # csit-vpp-perf-report-iterative-2005-3n-tsh:
2290
2291     csit-vpp-perf-verify-1908-3n-dnv:
2292       - 6   # NDRPDR sel
2293       - 7   # NDRPDR sel
2294       - 8   # NDRPDR sel
2295       - 9   # NDRPDR sel
2296       - 10  # NDRPDR sel
2297       - 12  # NDRPDR sel
2298       - 13  # NDRPDR sel
2299       - 14  # NDRPDR sel
2300       - 15  # NDRPDR sel
2301       - 16  # NDRPDR sel
2302       - 17  # MRR sel
2303     csit-vpp-perf-verify-2001-3n-dnv:
2304       - 5   # NDRPDR sel
2305       - 6   # NDRPDR sel
2306       - 7   # NDRPDR sel
2307       - 8   # NDRPDR sel
2308       - 9   # NDRPDR sel
2309       - 10  # NDRPDR sel
2310       - 12  # NDRPDR sel
2311       - 16  # NDRPDR sel
2312       - 17  # NDRPDR sel
2313       - 18  # NDRPDR sel
2314       - 11  # MRR sel
2315     csit-vpp-perf-report-iterative-2005-3n-dnv:
2316       - 2   # NDRPDR sel
2317       - 3   # NDRPDR sel
2318       - 4   # NDRPDR sel
2319       - 5   # NDRPDR sel
2320       - 6   # NDRPDR sel
2321       - 7   # NDRPDR sel
2322       - 9   # NDRPDR sel
2323       - 10  # NDRPDR sel
2324       - 11  # NDRPDR sel
2325       - 12  # NDRPDR sel
2326       - 8   # MRR
2327     csit-vpp-perf-report-coverage-2005-3n-dnv:
2328       - 1   # perf-full-3n-dnv-crypto_I
2329       - 5   # perf-full-3n-dnv-ip4_I
2330       - 13  # perf-full-3n-dnv-ip4_II
2331
2332     csit-vpp-perf-verify-1908-2n-dnv:
2333       - 1   # NDRPDR sel
2334       - 2   # NDRPDR sel
2335       - 3   # NDRPDR sel
2336       - 4   # NDRPDR sel
2337       - 5   # NDRPDR sel
2338       - 6   # NDRPDR sel
2339       - 7   # NDRPDR sel
2340       - 8   # NDRPDR sel
2341       - 9   # NDRPDR sel
2342       - 10  # NDRPDR sel
2343       - 11  # MRR sel
2344     csit-vpp-perf-verify-2001-2n-dnv:
2345       - 4   # NDRPDR sel
2346       - 5   # NDRPDR sel
2347       - 6   # NDRPDR sel
2348       - 7   # NDRPDR sel
2349       - 8   # NDRPDR sel
2350       - 9   # NDRPDR sel
2351       - 10  # NDRPDR sel
2352       - 11  # NDRPDR sel
2353       - 13  # NDRPDR sel
2354       - 16  # NDRPDR sel
2355       - 12  # MRR sel
2356     csit-vpp-perf-report-iterative-2005-2n-dnv:
2357       - 3   # NDRPDR sel
2358       - 6   # NDRPDR sel
2359       - 7   # NDRPDR sel
2360       - 8   # NDRPDR sel
2361       - 9   # NDRPDR sel
2362       - 10  # NDRPDR sel
2363       - 11  # NDRPDR sel
2364       - 12  # NDRPDR sel
2365       - 13  # NDRPDR sel
2366       - 14  # NDRPDR sel
2367       - 15  # MRR sel
2368     csit-vpp-perf-report-coverage-2005-2n-dnv:
2369       - 1   # perf-full-2n-dnv-ip4_I
2370       - 2   # perf-full-2n-dnv-ip4_II
2371       - 3   # perf-full-2n-dnv-ip6_I
2372       - 4   # perf-full-2n-dnv-ip6_II
2373       - 5   # perf-full-2n-dnv-l2_I
2374       - 6   # perf-full-2n-dnv-l2_II
2375
2376     csit-dpdk-perf-verify-1908-3n-hsw:
2377       - 2   # NDRPDR sel
2378       - 3   # NDRPDR sel
2379       - 4   # NDRPDR sel
2380       - 5   # NDRPDR sel
2381       - 6   # NDRPDR sel
2382       - 7   # NDRPDR sel
2383       - 8   # NDRPDR sel
2384       - 9   # NDRPDR sel
2385       - 10  # NDRPDR sel
2386       - 11  # NDRPDR sel
2387     csit-dpdk-perf-verify-2001-3n-hsw:
2388       - 4   # NDRPDR sel
2389       - 5   # NDRPDR sel
2390       - 6   # NDRPDR sel
2391       - 7   # NDRPDR sel
2392       - 8   # NDRPDR sel
2393       - 9   # NDRPDR sel
2394       - 10  # NDRPDR sel
2395       - 11  # NDRPDR sel
2396       - 12  # NDRPDR sel
2397       - 13  # NDRPDR sel
2398       - 15  # NDRPDR sel
2399       - 16  # NDRPDR sel
2400       - 17  # NDRPDR sel
2401       - 18  # NDRPDR sel
2402       - 19  # NDRPDR sel
2403       - 20  # NDRPDR sel
2404       - 21  # NDRPDR sel
2405       - 22  # NDRPDR sel
2406       - 23  # NDRPDR sel
2407       - 24  # NDRPDR sel
2408     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2409       - 5   # NDRPDR sel
2410       - 6   # NDRPDR sel
2411       - 7   # NDRPDR sel
2412       - 8   # NDRPDR sel
2413       - 9   # NDRPDR sel
2414       - 10  # NDRPDR sel
2415       - 11  # NDRPDR sel
2416       - 12  # NDRPDR sel
2417       - 13  # NDRPDR sel
2418       - 14  # NDRPDR sel
2419
2420     csit-dpdk-perf-verify-1908-3n-skx:
2421       - 3   # NDRPDR sel
2422       - 4   # NDRPDR sel
2423       - 5   # NDRPDR sel
2424       - 6   # NDRPDR sel
2425       - 7   # NDRPDR sel
2426       - 8   # NDRPDR sel
2427       - 9   # NDRPDR sel
2428       - 10  # NDRPDR sel
2429       - 11  # NDRPDR sel
2430       - 12  # NDRPDR sel
2431     csit-dpdk-perf-verify-2001-3n-skx:
2432       - 29  # NDRPDR sel xxv710
2433       - 33  # NDRPDR sel xxv710
2434       - 34  # NDRPDR sel xxv710
2435       - 35  # NDRPDR sel xxv710
2436       - 36  # NDRPDR sel xxv710
2437       - 37  # NDRPDR sel xxv710
2438       - 41  # NDRPDR sel xxv710
2439       - 42  # NDRPDR sel xxv710
2440       - 43  # NDRPDR sel xxv710
2441       - 45  # NDRPDR sel xxv710
2442       - 30  # NDRPDR sel x710
2443       - 31  # NDRPDR sel x710
2444       - 32  # NDRPDR sel x710
2445       - 38  # NDRPDR sel x710
2446       - 39  # NDRPDR sel x710
2447       - 40  # NDRPDR sel x710
2448       - 44  # NDRPDR sel x710
2449       - 46  # NDRPDR sel x710
2450       - 47  # NDRPDR sel x710
2451       - 48  # NDRPDR sel x710
2452     csit-dpdk-perf-report-iterative-2005-3n-skx:
2453       - 4   # NDRPDR sel
2454       - 5   # NDRPDR sel
2455       - 6   # NDRPDR sel
2456       - 7   # NDRPDR sel
2457       - 8   # NDRPDR sel
2458       - 11  # NDRPDR sel
2459       - 12  # NDRPDR sel
2460       - 13  # NDRPDR sel
2461       - 14  # NDRPDR sel
2462       - 15  # NDRPDR sel
2463
2464     csit-dpdk-perf-verify-1908-2n-skx:
2465       - 2   # NDRPDR sel
2466       - 3   # NDRPDR sel
2467       - 4   # NDRPDR sel
2468       - 5   # NDRPDR sel
2469       - 7   # NDRPDR sel
2470       - 8   # NDRPDR sel
2471       - 9   # NDRPDR sel
2472       - 10  # NDRPDR sel
2473       - 11  # NDRPDR sel
2474       - 12  # NDRPDR sel
2475     csit-dpdk-perf-verify-2001-2n-skx:
2476       - 35  # NDRPDR sel xxv710
2477       - 36  # NDRPDR sel xxv710
2478       - 37  # NDRPDR sel xxv710
2479       - 41  # NDRPDR sel xxv710
2480       - 42  # NDRPDR sel xxv710
2481       - 43  # NDRPDR sel xxv710
2482       - 46  # NDRPDR sel xxv710
2483       - 47  # NDRPDR sel xxv710
2484       - 52  # NDRPDR sel xxv710
2485       - 53  # NDRPDR sel xxv710
2486       - 38  # NDRPDR sel x710
2487       - 39  # NDRPDR sel x710
2488       - 40  # NDRPDR sel x710
2489       - 44  # NDRPDR sel x710
2490       - 45  # NDRPDR sel x710
2491       - 48  # NDRPDR sel x710
2492       - 49  # NDRPDR sel x710
2493       - 50  # NDRPDR sel x710
2494       - 51  # NDRPDR sel x710
2495       - 54  # NDRPDR sel x710
2496     csit-dpdk-perf-report-iterative-2005-2n-skx:
2497       - 1   # NDRPDR sel
2498       - 2   # NDRPDR sel
2499       - 3   # NDRPDR sel
2500       - 4   # NDRPDR sel
2501       - 5   # NDRPDR sel
2502       - 6   # NDRPDR sel
2503       - 7   # NDRPDR sel
2504       - 8   # NDRPDR sel
2505       - 9   # NDRPDR sel
2506       - 10  # NDRPDR sel
2507
2508     csit-dpdk-perf-verify-2001-2n-clx:
2509       - 15  # NDRPDR sel
2510       - 16  # NDRPDR sel
2511       - 17  # NDRPDR sel
2512       - 18  # NDRPDR sel
2513       - 19  # NDRPDR sel
2514       - 20  # NDRPDR sel
2515       - 21  # NDRPDR sel
2516       - 22  # NDRPDR sel
2517       - 23  # NDRPDR sel
2518       - 24  # NDRPDR sel
2519       - 25  # NDRPDR sel
2520       - 26  # NDRPDR sel
2521       - 27  # NDRPDR sel
2522       - 28  # NDRPDR sel
2523       - 29  # NDRPDR sel
2524       - 30  # NDRPDR sel
2525       - 31  # NDRPDR sel
2526       - 32  # NDRPDR sel
2527       - 33  # NDRPDR sel
2528       - 34  # NDRPDR sel
2529     csit-dpdk-perf-report-iterative-2005-2n-clx:
2530       - 1   # NDRPDR sel
2531       - 2   # NDRPDR sel
2532       - 3   # NDRPDR sel
2533       - 4   # NDRPDR sel
2534       - 5   # NDRPDR sel
2535       - 6   # NDRPDR sel
2536       - 7   # NDRPDR sel
2537       - 8   # NDRPDR sel
2538       - 9   # NDRPDR sel
2539       - 10  # NDRPDR sel
2540
2541     csit-dpdk-perf-verify-2001-2n-dnv:
2542       - 9   # NDRPDR sel
2543       - 10  # NDRPDR sel
2544       - 11  # NDRPDR sel
2545       - 12  # NDRPDR sel
2546       - 13  # NDRPDR sel
2547       - 14  # NDRPDR sel
2548       - 15  # NDRPDR sel
2549       - 16  # NDRPDR sel
2550       - 17  # NDRPDR sel
2551       - 18  # NDRPDR sel
2552     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2553       - 8   # NDRPDR sel
2554       - 9   # NDRPDR sel
2555       - 10  # NDRPDR sel
2556       - 11  # NDRPDR sel
2557       - 12  # NDRPDR sel
2558       - 13  # NDRPDR sel
2559       - 14  # NDRPDR sel
2560       - 15  # NDRPDR sel
2561       - 16  # NDRPDR sel
2562       - 17  # NDRPDR sel
2563
2564     csit-dpdk-perf-verify-2001-3n-dnv:
2565       - 12  # NDRPDR sel
2566       - 13  # NDRPDR sel
2567       - 14  # NDRPDR sel
2568       - 15  # NDRPDR sel
2569       - 16  # NDRPDR sel
2570       - 17  # NDRPDR sel
2571       - 18  # NDRPDR sel
2572       - 19  # NDRPDR sel
2573       - 20  # NDRPDR sel
2574       - 22  # NDRPDR sel
2575     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2576       - 6   # NDRPDR sel
2577       - 7   # NDRPDR sel
2578       - 8   # NDRPDR sel
2579       - 9   # NDRPDR sel
2580       - 10  # NDRPDR sel
2581       - 11  # NDRPDR sel
2582       - 12  # NDRPDR sel
2583       - 13  # NDRPDR sel
2584       - 14  # NDRPDR sel
2585       - 16  # NDRPDR sel
2586
2587     csit-dpdk-perf-verify-2001-3n-tsh:
2588       - 3   # NDRPDR sel
2589       - 4   # NDRPDR sel
2590       - 5   # NDRPDR sel
2591       - 9   # NDRPDR sel
2592       - 10  # NDRPDR sel
2593       - 11  # NDRPDR sel
2594       - 12  # NDRPDR sel
2595       - 14  # NDRPDR sel
2596       - 15  # NDRPDR sel
2597       - 18  # NDRPDR sel
2598     # TODO: Add data:
2599     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2600       - 5   # NDRPDR sel
2601
2602     csit-vpp-device-2005-ubuntu1804-1n-skx:
2603       - 35
2604
2605 - type: "output"
2606   output: "report"
2607   format:
2608     html:
2609     - full
2610 #    pdf:
2611 #    - minimal
2612
2613 ################################################################################
2614 ###                               T A B L E S                                ###
2615 ################################################################################
2616
2617 # VPP Soak vs NDR - 2n-skx
2618 - type: "table"
2619   title: "VPP Soak vs NDR 2n-skx"
2620   algorithm: "table_soak_vs_ndr"
2621   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2622   reference:
2623     title: "NDR"
2624     data: "vpp-soak-vs-ndr-2n-skx-ref"
2625   compare:
2626     title: "Soak"
2627     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2628   data: "vpp-soak-vs-ndr-2n-skx"
2629   include-tests: "NDR"
2630   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2631   parameters:
2632     - "throughput"
2633     - "name"
2634     - "parent"
2635
2636 # VPP Soak vs NDR - 2n-clx
2637 - type: "table"
2638   title: "VPP Soak vs NDR 2n-clx"
2639   algorithm: "table_soak_vs_ndr"
2640   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2641   reference:
2642     title: "NDR"
2643     data: "vpp-soak-vs-ndr-2n-clx-ref"
2644   compare:
2645     title: "Soak"
2646     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2647   data: "vpp-soak-vs-ndr-2n-clx"
2648   include-tests: "NDR"
2649   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2650   parameters:
2651     - "throughput"
2652     - "name"
2653     - "parent"
2654
2655 ################################################################################
2656
2657 # VPP Compare NICs 3n-skx 2t1c ndr
2658 - type: "table"
2659   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2660   algorithm: "table_comparison"
2661   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2662   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2663   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2664   columns:
2665     - title: "x710"
2666       data-set: "vpp-nic-comparison-3n-skx"
2667       tag: "NIC_Intel-X710"
2668     - title: "xxv710"
2669       data-set: "vpp-nic-comparison-3n-skx"
2670       tag: "NIC_Intel-XXV710"
2671   comparisons:
2672     - title: "Diff"
2673       reference: 1
2674       compare: 2
2675   legend:
2676     - "Legend to Table:"
2677     - "x710, xxv710 - NICs tested."
2678     - "Diff - difference between x710 and xxv710 NIC."
2679
2680 # VPP Compare NICs 3n-skx 4t2c ndr
2681 - type: "table"
2682   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2683   algorithm: "table_comparison"
2684   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2685   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2686   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2687   columns:
2688     - title: "x710"
2689       data-set: "vpp-nic-comparison-3n-skx"
2690       tag: "NIC_Intel-X710"
2691     - title: "xxv710"
2692       data-set: "vpp-nic-comparison-3n-skx"
2693       tag: "NIC_Intel-XXV710"
2694   comparisons:
2695     - title: "Diff"
2696       reference: 1
2697       compare: 2
2698   legend:
2699     - "Legend to Table:"
2700     - "x710, xxv710 - NICs tested."
2701     - "Diff - difference between x710 and xxv710 NIC."
2702
2703 # VPP Compare NICs 3n-skx 2t1c pdr
2704 - type: "table"
2705   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2706   algorithm: "table_comparison"
2707   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2708   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2709   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2710   columns:
2711     - title: "x710"
2712       data-set: "vpp-nic-comparison-3n-skx"
2713       tag: "NIC_Intel-X710"
2714     - title: "xxv710"
2715       data-set: "vpp-nic-comparison-3n-skx"
2716       tag: "NIC_Intel-XXV710"
2717   comparisons:
2718     - title: "Diff"
2719       reference: 1
2720       compare: 2
2721   legend:
2722     - "Legend to Table:"
2723     - "x710, xxv710 - NICs tested."
2724     - "Diff - difference between x710 and xxv710 NIC."
2725
2726 # VPP Compare NICs 3n-skx 4t2c pdr
2727 - type: "table"
2728   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2729   algorithm: "table_comparison"
2730   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2731   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2732   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2733   columns:
2734     - title: "x710"
2735       data-set: "vpp-nic-comparison-3n-skx"
2736       tag: "NIC_Intel-X710"
2737     - title: "xxv710"
2738       data-set: "vpp-nic-comparison-3n-skx"
2739       tag: "NIC_Intel-XXV710"
2740   comparisons:
2741     - title: "Diff"
2742       reference: 1
2743       compare: 2
2744   legend:
2745     - "Legend to Table:"
2746     - "x710, xxv710 - NICs tested."
2747     - "Diff - difference between x710 and xxv710 NIC."
2748
2749 ## VPP Compare NICs 3n-skx 2t1c mrr
2750 #- type: "table"
2751 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2752 #  algorithm: "table_comparison"
2753 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2754 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2755 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2756 #  columns:
2757 #    - title: "x710"
2758 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2759 #      tag: "NIC_Intel-X710"
2760 #    - title: "xxv710"
2761 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2762 #      tag: "NIC_Intel-XXV710"
2763 #  comparisons:
2764 #    - title: "Diff"
2765 #      reference: 1
2766 #      compare: 2
2767 #  legend:
2768 #    - "Legend to Table:"
2769 #    - "x710, xxv710 - NICs tested."
2770 #    - "Diff - difference between x710 and xxv710 NIC."
2771 #
2772 ## VPP Compare NICs 3n-skx 4t2c mrr
2773 #- type: "table"
2774 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2775 #  algorithm: "table_comparison"
2776 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2777 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2778 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2779 #  columns:
2780 #    - title: "x710"
2781 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2782 #      tag: "NIC_Intel-X710"
2783 #    - title: "xxv710"
2784 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2785 #      tag: "NIC_Intel-XXV710"
2786 #  comparisons:
2787 #    - title: "Diff"
2788 #      reference: 1
2789 #      compare: 2
2790 #  legend:
2791 #    - "Legend to Table:"
2792 #    - "x710, xxv710 - NICs tested."
2793 #    - "Diff - difference between x710 and xxv710 NIC."
2794 #
2795 ## VPP Compare NICs 3n-skx 8t4c mrr
2796 #- type: "table"
2797 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2798 #  algorithm: "table_comparison"
2799 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2800 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2801 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2802 #  columns:
2803 #    - title: "x710"
2804 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2805 #      tag: "NIC_Intel-X710"
2806 #    - title: "xxv710"
2807 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2808 #      tag: "NIC_Intel-XXV710"
2809 #  comparisons:
2810 #    - title: "Diff"
2811 #      reference: 1
2812 #      compare: 2
2813 #  legend:
2814 #    - "Legend to Table:"
2815 #    - "x710, xxv710 - NICs tested."
2816 #    - "Diff - difference between x710 and xxv710 NIC."
2817
2818 # VPP Compare NICs 2n-skx 2t1c ndr
2819 - type: "table"
2820   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2821   algorithm: "table_comparison"
2822   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2823   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2824   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2825   columns:
2826     - title: "x710"
2827       data-set: "vpp-nic-comparison-2n-skx"
2828       tag: "NIC_Intel-X710"
2829     - title: "xxv710"
2830       data-set: "vpp-nic-comparison-2n-skx"
2831       tag: "NIC_Intel-XXV710"
2832   comparisons:
2833     - title: "Diff"
2834       reference: 1
2835       compare: 2
2836   legend:
2837     - "Legend to Table:"
2838     - "x710, xxv710 - NICs tested."
2839     - "Diff - difference between x710 and xxv710 NIC."
2840
2841 # VPP Compare NICs 2n-skx 4t2c ndr
2842 - type: "table"
2843   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2844   algorithm: "table_comparison"
2845   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2846   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2847   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2848   columns:
2849     - title: "x710"
2850       data-set: "vpp-nic-comparison-2n-skx"
2851       tag: "NIC_Intel-X710"
2852     - title: "xxv710"
2853       data-set: "vpp-nic-comparison-2n-skx"
2854       tag: "NIC_Intel-XXV710"
2855   comparisons:
2856     - title: "Diff"
2857       reference: 1
2858       compare: 2
2859   legend:
2860     - "Legend to Table:"
2861     - "x710, xxv710 - NICs tested."
2862     - "Diff - difference between x710 and xxv710 NIC."
2863
2864 # VPP Compare NICs 2n-skx 2t1c pdr
2865 - type: "table"
2866   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2867   algorithm: "table_comparison"
2868   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2869   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2870   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2871   columns:
2872     - title: "x710"
2873       data-set: "vpp-nic-comparison-2n-skx"
2874       tag: "NIC_Intel-X710"
2875     - title: "xxv710"
2876       data-set: "vpp-nic-comparison-2n-skx"
2877       tag: "NIC_Intel-XXV710"
2878   comparisons:
2879     - title: "Diff"
2880       reference: 1
2881       compare: 2
2882   legend:
2883     - "Legend to Table:"
2884     - "x710, xxv710 - NICs tested."
2885     - "Diff - difference between x710 and xxv710 NIC."
2886
2887 # VPP Compare NICs 2n-skx 4t2c pdr
2888 - type: "table"
2889   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2890   algorithm: "table_comparison"
2891   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2892   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2893   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2894   columns:
2895     - title: "x710"
2896       data-set: "vpp-nic-comparison-2n-skx"
2897       tag: "NIC_Intel-X710"
2898     - title: "xxv710"
2899       data-set: "vpp-nic-comparison-2n-skx"
2900       tag: "NIC_Intel-XXV710"
2901   comparisons:
2902     - title: "Diff"
2903       reference: 1
2904       compare: 2
2905   legend:
2906     - "Legend to Table:"
2907     - "x710, xxv710 - NICs tested."
2908     - "Diff - difference between x710 and xxv710 NIC."
2909
2910 # VPP Compare NICs 2n-skx 2t1c mrr
2911 - type: "table"
2912   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2913   algorithm: "table_comparison"
2914   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2915   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2916   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2917   columns:
2918     - title: "x710"
2919       data-set: "vpp-nic-comparison-2n-skx-mrr"
2920       tag: "NIC_Intel-X710"
2921     - title: "xxv710"
2922       data-set: "vpp-nic-comparison-2n-skx-mrr"
2923       tag: "NIC_Intel-XXV710"
2924   comparisons:
2925     - title: "Diff"
2926       reference: 1
2927       compare: 2
2928   legend:
2929     - "Legend to Table:"
2930     - "x710, xxv710 - NICs tested."
2931     - "Diff - difference between x710 and xxv710 NIC."
2932
2933 # VPP Compare NICs 2n-skx 4t2c mrr
2934 - type: "table"
2935   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2936   algorithm: "table_comparison"
2937   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2938   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2939   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2940   columns:
2941     - title: "x710"
2942       data-set: "vpp-nic-comparison-2n-skx-mrr"
2943       tag: "NIC_Intel-X710"
2944     - title: "xxv710"
2945       data-set: "vpp-nic-comparison-2n-skx-mrr"
2946       tag: "NIC_Intel-XXV710"
2947   comparisons:
2948     - title: "Diff"
2949       reference: 1
2950       compare: 2
2951   legend:
2952     - "Legend to Table:"
2953     - "x710, xxv710 - NICs tested."
2954     - "Diff - difference between x710 and xxv710 NIC."
2955
2956 # VPP Compare NICs 2n-skx 8t4c mrr
2957 - type: "table"
2958   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2959   algorithm: "table_comparison"
2960   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2961   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2962   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2963   columns:
2964     - title: "x710"
2965       data-set: "vpp-nic-comparison-2n-skx-mrr"
2966       tag: "NIC_Intel-X710"
2967     - title: "xxv710"
2968       data-set: "vpp-nic-comparison-2n-skx-mrr"
2969       tag: "NIC_Intel-XXV710"
2970   comparisons:
2971     - title: "Diff"
2972       reference: 1
2973       compare: 2
2974   legend:
2975     - "Legend to Table:"
2976     - "x710, xxv710 - NICs tested."
2977     - "Diff - difference between x710 and xxv710 NIC."
2978
2979 ################################################################################
2980 # VPP
2981
2982 ## VPP Performance changes 2n-skx-xxv710 2t1c ndr
2983 #- type: "table"
2984 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c ndr"
2985 #  algorithm: "table_comparison"
2986 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-ndr"
2987 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2988 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
2989 #  columns:
2990 #    - title: "1908.1"
2991 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
2992 #    - title: "1908.2"
2993 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
2994 #  comparisons:
2995 #    - title: "Diff"
2996 #      reference: 1
2997 #      compare: 2
2998 #  legend:
2999 #    - "Legend to Table:"
3000 #    - "1908.1, 1908.2 - VPP versions tested."
3001 #    - "Diff - difference between the previous and the current VPP version."
3002 #
3003 ## VPP Performance changes 2n-skx-xxv710 2t1c pdr
3004 #- type: "table"
3005 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c pdr"
3006 #  algorithm: "table_comparison"
3007 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-pdr"
3008 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3009 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3010 #  columns:
3011 #    - title: "1908.1"
3012 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3013 #    - title: "1908.2"
3014 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3015 #  comparisons:
3016 #    - title: "Diff"
3017 #      reference: 1
3018 #      compare: 2
3019 #  legend:
3020 #    - "Legend to Table:"
3021 #    - "1908.1, 1908.2 - VPP versions tested."
3022 #    - "Diff - difference between the previous and the current VPP version."
3023 #
3024 ## VPP Performance changes 3n-skx-xxv710 2t1c ndr
3025 #- type: "table"
3026 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c ndr"
3027 #  algorithm: "table_comparison"
3028 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-ndr"
3029 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3030 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3031 #  columns:
3032 #    - title: "1908.1"
3033 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3034 #    - title: "1908.2"
3035 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3036 #  comparisons:
3037 #    - title: "Diff"
3038 #      reference: 1
3039 #      compare: 2
3040 #  legend:
3041 #    - "Legend to Table:"
3042 #    - "1908.1, 1908.2 - VPP versions tested."
3043 #    - "Diff - difference between the previous and the current VPP version."
3044 #
3045 ## VPP Performance changes 3n-skx-xxv710 2t1c pdr
3046 #- type: "table"
3047 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c pdr"
3048 #  algorithm: "table_comparison"
3049 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-pdr"
3050 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3051 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3052 #  columns:
3053 #    - title: "1908.1"
3054 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3055 #    - title: "1908.2"
3056 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3057 #  comparisons:
3058 #    - title: "Diff"
3059 #      reference: 1
3060 #      compare: 2
3061 #  legend:
3062 #    - "Legend to Table:"
3063 #    - "1908.1, 1908.2 - VPP versions tested."
3064 #    - "Diff - difference between the previous and the current VPP version."
3065 #
3066 ## VPP Performance changes 2n-clx-xxv710 2t1c ndr
3067 #- type: "table"
3068 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c ndr"
3069 #  algorithm: "table_comparison"
3070 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-ndr"
3071 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3072 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3073 #  columns:
3074 #    - title: "1908.1"
3075 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3076 #    - title: "1908.2"
3077 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3078 #  comparisons:
3079 #    - title: "Diff"
3080 #      reference: 1
3081 #      compare: 2
3082 #  legend:
3083 #    - "Legend to Table:"
3084 #    - "1908.1, 1908.2 - VPP versions tested."
3085 #    - "Diff - difference between the previous and the current VPP version."
3086 #
3087 ## VPP Performance changes 2n-clx-xxv710 2t1c pdr
3088 #- type: "table"
3089 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c pdr"
3090 #  algorithm: "table_comparison"
3091 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-pdr"
3092 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3093 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3094 #  columns:
3095 #    - title: "1908.1"
3096 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3097 #    - title: "1908.2"
3098 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3099 #  comparisons:
3100 #    - title: "Diff"
3101 #      reference: 1
3102 #      compare: 2
3103 #  legend:
3104 #    - "Legend to Table:"
3105 #    - "1908.1, 1908.2 - VPP versions tested."
3106 #    - "Diff - difference between the previous and the current VPP version."
3107
3108 # VPP Performance Changes 3n-hsw 1t1c pdr
3109 - type: "table"
3110   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3111   algorithm: "table_comparison"
3112   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3113   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3114   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3115   columns:
3116     - title: "1908"
3117       data-set: "vpp-performance-changes-3n-hsw-h1"
3118     - title: "2001"
3119       data-set: "vpp-performance-changes-3n-hsw-ref"
3120     - title: "2005"
3121       data-set: "vpp-performance-changes-3n-hsw-cmp"
3122   comparisons:
3123     - title: "Diff"
3124       reference: 2
3125       compare: 3
3126   legend:
3127     - "Legend to Table"
3128     - "1908, 2001, 2005 - VPP versions tested."
3129     - "Diff - difference between 2001 and 2008 VPP version."
3130
3131 # VPP Performance Changes 3n-hsw 2t2c pdr
3132 - type: "table"
3133   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3134   algorithm: "table_comparison"
3135   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3136   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3137   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3138   columns:
3139     - title: "1908"
3140       data-set: "vpp-performance-changes-3n-hsw-h1"
3141     - title: "2001"
3142       data-set: "vpp-performance-changes-3n-hsw-ref"
3143     - title: "2005"
3144       data-set: "vpp-performance-changes-3n-hsw-cmp"
3145   comparisons:
3146     - title: "Diff"
3147       reference: 2
3148       compare: 3
3149   legend:
3150     - "Legend to Table"
3151     - "1908, 2001, 2005 - VPP versions tested."
3152     - "Diff - difference between 2001 and 2008 VPP version."
3153
3154 # VPP Performance Changes 3n-hsw 1t1c ndr
3155 - type: "table"
3156   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3157   algorithm: "table_comparison"
3158   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3159   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3160   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3161   columns:
3162     - title: "1908"
3163       data-set: "vpp-performance-changes-3n-hsw-h1"
3164     - title: "2001"
3165       data-set: "vpp-performance-changes-3n-hsw-ref"
3166     - title: "2005"
3167       data-set: "vpp-performance-changes-3n-hsw-cmp"
3168   comparisons:
3169     - title: "Diff"
3170       reference: 2
3171       compare: 3
3172   legend:
3173     - "Legend to Table"
3174     - "1908, 2001, 2005 - VPP versions tested."
3175     - "Diff - difference between 2001 and 2008 VPP version."
3176
3177 # VPP Performance Changes 3n-hsw 2t2c ndr
3178 - type: "table"
3179   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3180   algorithm: "table_comparison"
3181   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3182   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3183   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3184   columns:
3185     - title: "1908"
3186       data-set: "vpp-performance-changes-3n-hsw-h1"
3187     - title: "2001"
3188       data-set: "vpp-performance-changes-3n-hsw-ref"
3189     - title: "2005"
3190       data-set: "vpp-performance-changes-3n-hsw-cmp"
3191   comparisons:
3192     - title: "Diff"
3193       reference: 2
3194       compare: 3
3195   legend:
3196     - "Legend to Table"
3197     - "1908, 2001, 2005 - VPP versions tested."
3198     - "Diff - difference between 2001 and 2008 VPP version."
3199
3200 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3201 #- type: "table"
3202 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3203 #  algorithm: "table_comparison"
3204 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3205 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3206 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3207 #  rca:
3208 #    - title: "RCA1"
3209 #      data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3210 #    - title: "RCA2"
3211 #      data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3212 #  columns:
3213 #    - title: "1908.0-1"
3214 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3215 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3216 #    - title: "1908.1-1"
3217 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3218 #    - title: "1908.1-2"
3219 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3220 #    - title: "2001.0-2"
3221 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3222 #  comparisons:
3223 #    - title: "Diff1"
3224 #      reference: 2
3225 #      reference-alt: 1
3226 #      compare: 3
3227 #    - title: "Diff2"
3228 #      reference: 3
3229 #      compare: 4
3230 #  legend:
3231 #    - 'Legend to Table:'
3232 #    - '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).'
3233 #    - '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).'
3234 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3235 #    - 'RCA1 - root cause analysis reference for Diff1.'
3236 #    - 'RCA2 - root cause analysis reference for Diff2.'
3237 #
3238 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3239 #- type: "table"
3240 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3241 #  algorithm: "table_comparison"
3242 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3243 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3244 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3245 #  rca:
3246 #    - title: "RCA1"
3247 #      data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3248 #    - title: "RCA2"
3249 #      data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3250 #  columns:
3251 #    - title: "1908.0-1"
3252 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3253 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3254 #    - title: "1908.1-1"
3255 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3256 #    - title: "1908.1-2"
3257 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3258 #    - title: "2001.0-2"
3259 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3260 #  comparisons:
3261 #    - title: "Diff1"
3262 #      reference: 2
3263 #      reference-alt: 1
3264 #      compare: 3
3265 #    - title: "Diff2"
3266 #      reference: 3
3267 #      compare: 4
3268 #  legend:
3269 #    - 'Legend to Table:'
3270 #    - '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).'
3271 #    - '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).'
3272 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3273 #    - 'RCA1 - root cause analysis reference for Diff1.'
3274 #    - 'RCA2 - root cause analysis reference for Diff2.'
3275
3276 # VPP Performance Changes 3n-skx 2t1c pdr
3277 - type: "table"
3278   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3279   algorithm: "table_comparison"
3280   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3281   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3282   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3283   columns:
3284     - title: "1908"
3285       data-set: "vpp-performance-changes-3n-skx-h1"
3286       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3287     - title: "2001"
3288       data-set: "vpp-performance-changes-3n-skx-ref"
3289     - title: "2005"
3290       data-set: "vpp-performance-changes-3n-skx-cmp"
3291   comparisons:
3292     - title: "Diff"
3293       reference: 2
3294       compare: 3
3295   legend:
3296     - "Legend to Table"
3297     - "1908, 2001, 2005 - VPP versions tested."
3298     - "Diff - difference between 2001 and 2005 VPP version."
3299
3300 # VPP Performance Changes 3n-skx 4t2c pdr
3301 - type: "table"
3302   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3303   algorithm: "table_comparison"
3304   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3305   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3306   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3307   columns:
3308     - title: "1908"
3309       data-set: "vpp-performance-changes-3n-skx-h1"
3310       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3311     - title: "2001"
3312       data-set: "vpp-performance-changes-3n-skx-ref"
3313     - title: "2005"
3314       data-set: "vpp-performance-changes-3n-skx-cmp"
3315   comparisons:
3316     - title: "Diff"
3317       reference: 2
3318       compare: 3
3319   legend:
3320     - "Legend to Table"
3321     - "1908, 2001, 2005 - VPP versions tested."
3322     - "Diff - difference between 2001 and 2005 VPP version."
3323
3324 # VPP Performance Changes 3n-skx 2t1c ndr
3325 - type: "table"
3326   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3327   algorithm: "table_comparison"
3328   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3329   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3330   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3331   columns:
3332     - title: "1908"
3333       data-set: "vpp-performance-changes-3n-skx-h1"
3334       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3335     - title: "2001"
3336       data-set: "vpp-performance-changes-3n-skx-ref"
3337     - title: "2005"
3338       data-set: "vpp-performance-changes-3n-skx-cmp"
3339   comparisons:
3340     - title: "Diff"
3341       reference: 2
3342       compare: 3
3343   legend:
3344     - "Legend to Table"
3345     - "1908, 2001, 2005 - VPP versions tested."
3346     - "Diff - difference between 2001 and 2005 VPP version."
3347
3348 # VPP Performance Changes 3n-skx 4t2c ndr
3349 - type: "table"
3350   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3351   algorithm: "table_comparison"
3352   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3353   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3354   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3355   columns:
3356     - title: "1908"
3357       data-set: "vpp-performance-changes-3n-skx-h1"
3358       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3359     - title: "2001"
3360       data-set: "vpp-performance-changes-3n-skx-ref"
3361     - title: "2005"
3362       data-set: "vpp-performance-changes-3n-skx-cmp"
3363   comparisons:
3364     - title: "Diff"
3365       reference: 2
3366       compare: 3
3367   legend:
3368     - "Legend to Table"
3369     - "1908, 2001, 2005 - VPP versions tested."
3370     - "Diff - difference between 2001 and 2005 VPP version."
3371
3372 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3373 #- type: "table"
3374 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3375 #  algorithm: "table_comparison"
3376 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3377 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3378 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3379 #  rca:
3380 #    - title: "RCA1"
3381 #      data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3382 #    - title: "RCA2"
3383 #      data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3384 #  columns:
3385 #    - title: "1908.0-1"
3386 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3387 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3388 #    - title: "1908.1-1"
3389 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3390 #    - title: "1908.1-2"
3391 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3392 #    - title: "2001.0-2"
3393 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3394 #  comparisons:
3395 #    - title: "Diff1"
3396 #      reference: 2
3397 #      reference-alt: 1
3398 #      compare: 3
3399 #    - title: "Diff2"
3400 #      reference: 3
3401 #      compare: 4
3402 #  legend:
3403 #    - 'Legend to Table:'
3404 #    - '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).'
3405 #    - '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).'
3406 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3407 #    - 'RCA1 - root cause analysis reference for Diff1.'
3408 #    - 'RCA2 - root cause analysis reference for Diff2.'
3409 #
3410 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3411 #- type: "table"
3412 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3413 #  algorithm: "table_comparison"
3414 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3415 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3416 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3417 #  rca:
3418 #    - title: "RCA1"
3419 #      data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3420 #    - title: "RCA2"
3421 #      data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3422 #  columns:
3423 #    - title: "1908.0-1"
3424 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3425 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3426 #    - title: "1908.1-1"
3427 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3428 #    - title: "1908.1-2"
3429 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3430 #    - title: "2001.0-2"
3431 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3432 #  comparisons:
3433 #    - title: "Diff1"
3434 #      reference: 2
3435 #      reference-alt: 1
3436 #      compare: 3
3437 #    - title: "Diff2"
3438 #      reference: 3
3439 #      compare: 4
3440 #  legend:
3441 #    - 'Legend to Table:'
3442 #    - '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).'
3443 #    - '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).'
3444 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3445 #    - 'RCA1 - root cause analysis reference for Diff1.'
3446 #    - 'RCA2 - root cause analysis reference for Diff2.'
3447
3448 # VPP Performance Changes 2n-skx 2t1c pdr
3449 - type: "table"
3450   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3451   algorithm: "table_comparison"
3452   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3453   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3454   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3455   columns:
3456     - title: "1908"
3457       data-set: "vpp-performance-changes-2n-skx-h1"
3458       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3459     - title: "2001"
3460       data-set: "vpp-performance-changes-2n-skx-ref"
3461     - title: "2005"
3462       data-set: "vpp-performance-changes-2n-skx-cmp"
3463   comparisons:
3464     - title: "Diff"
3465       reference: 2
3466       compare: 3
3467   legend:
3468     - "Legend to Table"
3469     - "1908, 2001, 2005 - VPP versions tested."
3470     - "Diff - difference between 2001 and 2005 VPP version."
3471
3472 # VPP Performance Changes 2n-skx 4t2c pdr
3473 - type: "table"
3474   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3475   algorithm: "table_comparison"
3476   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3477   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3478   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3479   columns:
3480     - title: "1908"
3481       data-set: "vpp-performance-changes-2n-skx-h1"
3482       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3483     - title: "2001"
3484       data-set: "vpp-performance-changes-2n-skx-ref"
3485     - title: "2005"
3486       data-set: "vpp-performance-changes-2n-skx-cmp"
3487   comparisons:
3488     - title: "Diff"
3489       reference: 2
3490       compare: 3
3491   legend:
3492     - "Legend to Table"
3493     - "1908, 2001, 2005 - VPP versions tested."
3494     - "Diff - difference between 2001 and 2005 VPP version."
3495
3496 # VPP Performance Changes 2n-skx 2t1c ndr
3497 - type: "table"
3498   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3499   algorithm: "table_comparison"
3500   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3501   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3502   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3503   columns:
3504     - title: "1908"
3505       data-set: "vpp-performance-changes-2n-skx-h1"
3506       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3507     - title: "2001"
3508       data-set: "vpp-performance-changes-2n-skx-ref"
3509     - title: "2005"
3510       data-set: "vpp-performance-changes-2n-skx-cmp"
3511   comparisons:
3512     - title: "Diff"
3513       reference: 2
3514       compare: 3
3515   legend:
3516     - "Legend to Table"
3517     - "1908, 2001, 2005 - VPP versions tested."
3518     - "Diff - difference between 2001 and 2005 VPP version."
3519
3520 # VPP Performance Changes 2n-skx 4t2c ndr
3521 - type: "table"
3522   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3523   algorithm: "table_comparison"
3524   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3525   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3526   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3527   columns:
3528     - title: "1908"
3529       data-set: "vpp-performance-changes-2n-skx-h1"
3530       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3531     - title: "2001"
3532       data-set: "vpp-performance-changes-2n-skx-ref"
3533     - title: "2005"
3534       data-set: "vpp-performance-changes-2n-skx-cmp"
3535   comparisons:
3536     - title: "Diff"
3537       reference: 2
3538       compare: 3
3539   legend:
3540     - "Legend to Table"
3541     - "1908, 2001, 2005 - VPP versions tested."
3542     - "Diff - difference between 2001 and 2005 VPP version."
3543
3544 # VPP Performance Changes 2n-dnv 1t1c pdr
3545 - type: "table"
3546   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3547   algorithm: "table_comparison"
3548   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3549   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3550   filter: "'1T1C'"
3551   columns:
3552     - title: "1908"
3553       data-set: "vpp-performance-changes-2n-dnv-h1"
3554     - title: "2001"
3555       data-set: "vpp-performance-changes-2n-dnv-ref"
3556     - title: "2005"
3557       data-set: "vpp-performance-changes-2n-dnv-cmp"
3558   comparisons:
3559     - title: "Diff"
3560       reference: 2
3561       compare: 3
3562   legend:
3563     - "Legend to Table"
3564     - "1908, 2001, 2005 - VPP versions tested."
3565     - "Diff - difference between 2001 and 2005 VPP version."
3566
3567 # VPP Performance Changes 2n-dnv 2t2c pdr
3568 - type: "table"
3569   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3570   algorithm: "table_comparison"
3571   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3572   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3573   filter: "'2T2C'"
3574   columns:
3575     - title: "1908"
3576       data-set: "vpp-performance-changes-2n-dnv-h1"
3577     - title: "2001"
3578       data-set: "vpp-performance-changes-2n-dnv-ref"
3579     - title: "2005"
3580       data-set: "vpp-performance-changes-2n-dnv-cmp"
3581   comparisons:
3582     - title: "Diff"
3583       reference: 2
3584       compare: 3
3585   legend:
3586     - "Legend to Table"
3587     - "1908, 2001, 2005 - VPP versions tested."
3588     - "Diff - difference between 2001 and 2005 VPP version."
3589
3590 # VPP Performance Changes 2n-dnv 1t1c ndr
3591 - type: "table"
3592   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3593   algorithm: "table_comparison"
3594   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3595   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3596   filter: "'1T1C'"
3597   columns:
3598     - title: "1908"
3599       data-set: "vpp-performance-changes-2n-dnv-h1"
3600     - title: "2001"
3601       data-set: "vpp-performance-changes-2n-dnv-ref"
3602     - title: "2005"
3603       data-set: "vpp-performance-changes-2n-dnv-cmp"
3604   comparisons:
3605     - title: "Diff"
3606       reference: 2
3607       compare: 3
3608   legend:
3609     - "Legend to Table"
3610     - "1908, 2001, 2005 - VPP versions tested."
3611     - "Diff - difference between 2001 and 2005 VPP version."
3612
3613 # VPP Performance Changes 2n-dnv 2t2c ndr
3614 - type: "table"
3615   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3616   algorithm: "table_comparison"
3617   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3618   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3619   filter: "'2T2C'"
3620   columns:
3621     - title: "1908"
3622       data-set: "vpp-performance-changes-2n-dnv-h1"
3623     - title: "2001"
3624       data-set: "vpp-performance-changes-2n-dnv-ref"
3625     - title: "2005"
3626       data-set: "vpp-performance-changes-2n-dnv-cmp"
3627   comparisons:
3628     - title: "Diff"
3629       reference: 2
3630       compare: 3
3631   legend:
3632     - "Legend to Table"
3633     - "1908, 2001, 2005 - VPP versions tested."
3634     - "Diff - difference between 2001 and 2005 VPP version."
3635
3636 # VPP Performance Changes 3n-dnv 1t1c pdr
3637 - type: "table"
3638   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3639   algorithm: "table_comparison"
3640   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3641   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3642   filter: "'1T1C'"
3643   columns:
3644     - title: "1908"
3645       data-set: "vpp-performance-changes-3n-dnv-h1"
3646     - title: "2001"
3647       data-set: "vpp-performance-changes-3n-dnv-ref"
3648     - title: "2005"
3649       data-set: "vpp-performance-changes-3n-dnv-cmp"
3650   comparisons:
3651     - title: "Diff"
3652       reference: 2
3653       compare: 3
3654   legend:
3655     - "Legend to Table"
3656     - "1908, 2001, 2005 - VPP versions tested."
3657     - "Diff - difference between 2001 and 2005 VPP version."
3658
3659 # VPP Performance Changes 3n-dnv 2t2c pdr
3660 - type: "table"
3661   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3662   algorithm: "table_comparison"
3663   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3664   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3665   filter: "'2T2C'"
3666   columns:
3667     - title: "1908"
3668       data-set: "vpp-performance-changes-3n-dnv-h1"
3669     - title: "2001"
3670       data-set: "vpp-performance-changes-3n-dnv-ref"
3671     - title: "2005"
3672       data-set: "vpp-performance-changes-3n-dnv-cmp"
3673   comparisons:
3674     - title: "Diff"
3675       reference: 2
3676       compare: 3
3677   legend:
3678     - "Legend to Table"
3679     - "1908, 2001, 2005 - VPP versions tested."
3680     - "Diff - difference between 2001 and 2005 VPP version."
3681
3682 # VPP Performance Changes 3n-dnv 1t1c ndr
3683 - type: "table"
3684   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3685   algorithm: "table_comparison"
3686   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3687   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3688   filter: "'1T1C'"
3689   columns:
3690     - title: "1908"
3691       data-set: "vpp-performance-changes-3n-dnv-h1"
3692     - title: "2001"
3693       data-set: "vpp-performance-changes-3n-dnv-ref"
3694     - title: "2005"
3695       data-set: "vpp-performance-changes-3n-dnv-cmp"
3696   comparisons:
3697     - title: "Diff"
3698       reference: 2
3699       compare: 3
3700   legend:
3701     - "Legend to Table"
3702     - "1908, 2001, 2005 - VPP versions tested."
3703     - "Diff - difference between 2001 and 2005 VPP version."
3704
3705 # VPP Performance Changes 3n-dnv 2t2c ndr
3706 - type: "table"
3707   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3708   algorithm: "table_comparison"
3709   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3710   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3711   filter: "'2T2C'"
3712   columns:
3713     - title: "1908"
3714       data-set: "vpp-performance-changes-3n-dnv-h1"
3715     - title: "2001"
3716       data-set: "vpp-performance-changes-3n-dnv-ref"
3717     - title: "2005"
3718       data-set: "vpp-performance-changes-3n-dnv-cmp"
3719   comparisons:
3720     - title: "Diff"
3721       reference: 2
3722       compare: 3
3723   legend:
3724     - "Legend to Table"
3725     - "1908, 2001, 2005 - VPP versions tested."
3726     - "Diff - difference between 2001 and 2005 VPP version."
3727
3728 # VPP Performance Changes 3n-tsh 1t1c pdr
3729 - type: "table"
3730   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3731   algorithm: "table_comparison"
3732   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3733   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3734   filter: "'1T1C'"
3735   columns:
3736     - title: "1908"
3737       data-set: "vpp-performance-changes-3n-tsh-h1"
3738     - title: "2001"
3739       data-set: "vpp-performance-changes-3n-tsh-ref"
3740     - title: "2005"
3741       data-set: "vpp-performance-changes-3n-tsh-cmp"
3742   comparisons:
3743     - title: "Diff"
3744       reference: 2
3745       compare: 3
3746   legend:
3747     - "Legend to Table"
3748     - "1908, 2001, 2005 - VPP versions tested."
3749     - "Diff - difference between 2001 and 2005 VPP version."
3750
3751 # VPP Performance Changes 3n-tsh 2t2c pdr
3752 - type: "table"
3753   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3754   algorithm: "table_comparison"
3755   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3756   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3757   filter: "'2T2C'"
3758   columns:
3759     - title: "1908"
3760       data-set: "vpp-performance-changes-3n-tsh-h1"
3761     - title: "2001"
3762       data-set: "vpp-performance-changes-3n-tsh-ref"
3763     - title: "2005"
3764       data-set: "vpp-performance-changes-3n-tsh-cmp"
3765   comparisons:
3766     - title: "Diff"
3767       reference: 2
3768       compare: 3
3769   legend:
3770     - "Legend to Table"
3771     - "1908, 2001, 2005 - VPP versions tested."
3772     - "Diff - difference between 2001 and 2005 VPP version."
3773
3774 # VPP Performance Changes 3n-tsh 1t1c ndr
3775 - type: "table"
3776   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3777   algorithm: "table_comparison"
3778   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3779   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3780   filter: "'1T1C'"
3781   columns:
3782     - title: "1908"
3783       data-set: "vpp-performance-changes-3n-tsh-h1"
3784     - title: "2001"
3785       data-set: "vpp-performance-changes-3n-tsh-ref"
3786     - title: "2005"
3787       data-set: "vpp-performance-changes-3n-tsh-cmp"
3788   comparisons:
3789     - title: "Diff"
3790       reference: 2
3791       compare: 3
3792   legend:
3793     - "Legend to Table"
3794     - "1908, 2001, 2005 - VPP versions tested."
3795     - "Diff - difference between 2001 and 2005 VPP version."
3796
3797 # VPP Performance Changes 3n-tsh 2t2c ndr
3798 - type: "table"
3799   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3800   algorithm: "table_comparison"
3801   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3802   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3803   filter: "'2T2C'"
3804   columns:
3805     - title: "1908"
3806       data-set: "vpp-performance-changes-3n-tsh-h1"
3807     - title: "2001"
3808       data-set: "vpp-performance-changes-3n-tsh-ref"
3809     - title: "2005"
3810       data-set: "vpp-performance-changes-3n-tsh-cmp"
3811   comparisons:
3812     - title: "Diff"
3813       reference: 2
3814       compare: 3
3815   legend:
3816     - "Legend to Table"
3817     - "1908, 2001, 2005 - VPP versions tested."
3818     - "Diff - difference between 2001 and 2005 VPP version."
3819
3820 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3821 - type: "table"
3822   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3823   algorithm: "table_comparison"
3824   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3825   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3826   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3827   columns:
3828     - title: "3n-hsw xl710"
3829       data-set: "vpp-compare-testbeds-ref"
3830       tag: "NIC_Intel-XL710"
3831     - title: "3n-skx xxv710"
3832       data-set: "vpp-compare-testbeds-cmp"
3833       tag: "NIC_Intel-XXV710"
3834   comparisons:
3835     - title: "Diff"
3836       reference: 1
3837       compare: 2
3838   legend:
3839     - "Legend to Table"
3840     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3841     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3842
3843 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3844 - type: "table"
3845   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3846   algorithm: "table_comparison"
3847   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3848   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3849   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3850   columns:
3851     - title: "3n-hsw xl710"
3852       data-set: "vpp-compare-testbeds-ref"
3853       tag: "NIC_Intel-XL710"
3854     - title: "3n-skx xxv710"
3855       data-set: "vpp-compare-testbeds-cmp"
3856       tag: "NIC_Intel-XXV710"
3857   comparisons:
3858     - title: "Diff"
3859       reference: 1
3860       compare: 2
3861   legend:
3862     - "Legend to Table"
3863     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3864     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3865
3866 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3867 - type: "table"
3868   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3869   algorithm: "table_comparison"
3870   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3871   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3872   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3873   columns:
3874     - title: "3n-hsw xl710"
3875       data-set: "vpp-compare-testbeds-ref"
3876       tag: "NIC_Intel-XL710"
3877     - title: "3n-skx xxv710"
3878       data-set: "vpp-compare-testbeds-cmp"
3879       tag: "NIC_Intel-XXV710"
3880   comparisons:
3881     - title: "Diff"
3882       reference: 1
3883       compare: 2
3884   legend:
3885     - "Legend to Table"
3886     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3887     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3888
3889 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3890 - type: "table"
3891   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3892   algorithm: "table_comparison"
3893   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3894   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3895   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3896   columns:
3897     - title: "3n-hsw xl710"
3898       data-set: "vpp-compare-testbeds-ref"
3899       tag: "NIC_Intel-XL710"
3900     - title: "3n-skx xxv710"
3901       data-set: "vpp-compare-testbeds-cmp"
3902       tag: "NIC_Intel-XXV710"
3903   comparisons:
3904     - title: "Diff"
3905       reference: 1
3906       compare: 2
3907   legend:
3908     - "Legend to Table"
3909     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3910     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3911
3912 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3913 - type: "table"
3914   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3915   algorithm: "table_comparison"
3916   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3917   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3918   filter: "'2T1C' and 'NIC_Intel-XXV710'"
3919   columns:
3920     - title: "2n-skx"
3921       data-set: "vpp-compare-testbeds-skx-clx-ref"
3922     - title: "2n-clx"
3923       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3924   comparisons:
3925     - title: "Diff"
3926       reference: 1
3927       compare: 2
3928   legend:
3929     - "Legend to Table"
3930     - "2n-skx, 2n-clx - testbeds and NICs tested."
3931     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3932
3933 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3934 - type: "table"
3935   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3936   algorithm: "table_comparison"
3937   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3938   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3939   filter: "'4T2C' and 'NIC_Intel-XXV710'"
3940   columns:
3941     - title: "2n-skx"
3942       data-set: "vpp-compare-testbeds-skx-clx-ref"
3943     - title: "2n-clx"
3944       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3945   comparisons:
3946     - title: "Diff"
3947       reference: 1
3948       compare: 2
3949   legend:
3950     - "Legend to Table"
3951     - "2n-skx, 2n-clx - testbeds and NICs tested."
3952     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3953
3954 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3955 - type: "table"
3956   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3957   algorithm: "table_comparison"
3958   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3959   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3960   filter: "'2T1C' and 'NIC_Intel-XXV710'"
3961   columns:
3962     - title: "2n-skx"
3963       data-set: "vpp-compare-testbeds-skx-clx-ref"
3964     - title: "2n-clx"
3965       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3966   comparisons:
3967     - title: "Diff"
3968       reference: 1
3969       compare: 2
3970   legend:
3971     - "Legend to Table"
3972     - "2n-skx, 2n-clx - testbeds and NICs tested."
3973     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3974
3975 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3976 - type: "table"
3977   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3978   algorithm: "table_comparison"
3979   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3980   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3981   filter: "'4T2C' and 'NIC_Intel-XXV710'"
3982   columns:
3983     - title: "2n-skx"
3984       data-set: "vpp-compare-testbeds-skx-clx-ref"
3985     - title: "2n-clx"
3986       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3987   comparisons:
3988     - title: "Diff"
3989       reference: 1
3990       compare: 2
3991   legend:
3992     - "Legend to Table"
3993     - "2n-skx, 2n-clx - testbeds and NICs tested."
3994     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3995
3996 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
3997 - type: "table"
3998   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
3999   algorithm: "table_comparison"
4000   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4001   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4002   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4003   columns:
4004     - title: "3n-hsw xl710"
4005       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4006       tag: "NIC_Intel-XL710"
4007     - title: "2n-clx xxv710"
4008       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4009       tag: "NIC_Intel-XXV710"
4010   comparisons:
4011     - title: "Diff"
4012       reference: 1
4013       compare: 2
4014   legend:
4015     - "Legend to Table"
4016     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4017     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4018
4019 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4020 - type: "table"
4021   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4022   algorithm: "table_comparison"
4023   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4024   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4025   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4026   columns:
4027     - title: "3n-hsw xl710"
4028       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4029       tag: "NIC_Intel-XL710"
4030     - title: "2n-clx xxv710"
4031       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4032       tag: "NIC_Intel-XXV710"
4033   comparisons:
4034     - title: "Diff"
4035       reference: 1
4036       compare: 2
4037   legend:
4038     - "Legend to Table"
4039     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4040     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4041
4042 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4043 - type: "table"
4044   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4045   algorithm: "table_comparison"
4046   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4047   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4048   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4049   columns:
4050     - title: "3n-hsw xl710"
4051       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4052       tag: "NIC_Intel-XL710"
4053     - title: "2n-clx xxv710"
4054       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4055       tag: "NIC_Intel-XXV710"
4056   comparisons:
4057     - title: "Diff"
4058       reference: 1
4059       compare: 2
4060   legend:
4061     - "Legend to Table"
4062     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4063     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4064
4065 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4066 - type: "table"
4067   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4068   algorithm: "table_comparison"
4069   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4070   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4071   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4072   columns:
4073     - title: "3n-hsw xl710"
4074       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4075       tag: "NIC_Intel-XL710"
4076     - title: "2n-clx xxv710"
4077       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4078       tag: "NIC_Intel-XXV710"
4079   comparisons:
4080     - title: "Diff"
4081       reference: 1
4082       compare: 2
4083   legend:
4084     - "Legend to Table"
4085     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4086     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4087
4088 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4089 - type: "table"
4090   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4091   algorithm: "table_comparison"
4092   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4093   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4094   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4095   columns:
4096     - title: "3n-skx"
4097       data-set: "vpp-compare-topologies-ref"
4098     - title: "2n-skx"
4099       data-set: "vpp-compare-topologies-cmp"
4100   comparisons:
4101     - title: "Diff"
4102       reference: 1
4103       compare: 2
4104   legend:
4105     - "Legend to Table"
4106     - "3n-skx, 2n-skx - topologies tested."
4107     - "Diff - difference between 3n-skx and 2n-skx topologies."
4108
4109 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4110 - type: "table"
4111   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4112   algorithm: "table_comparison"
4113   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4114   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4115   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4116   columns:
4117     - title: "3n-skx"
4118       data-set: "vpp-compare-topologies-ref"
4119     - title: "2n-skx"
4120       data-set: "vpp-compare-topologies-cmp"
4121   comparisons:
4122     - title: "Diff"
4123       reference: 1
4124       compare: 2
4125   legend:
4126     - "Legend to Table"
4127     - "3n-skx, 2n-skx - topologies tested."
4128     - "Diff - difference between 3n-skx and 2n-skx topologies."
4129
4130 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4131 - type: "table"
4132   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4133   algorithm: "table_comparison"
4134   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4135   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4136   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4137   columns:
4138     - title: "3n-skx"
4139       data-set: "vpp-compare-topologies-ref"
4140     - title: "2n-skx"
4141       data-set: "vpp-compare-topologies-cmp"
4142   comparisons:
4143     - title: "Diff"
4144       reference: 1
4145       compare: 2
4146   legend:
4147     - "Legend to Table"
4148     - "3n-skx, 2n-skx - topologies tested."
4149     - "Diff - difference between 3n-skx and 2n-skx topologies."
4150
4151 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4152 - type: "table"
4153   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4154   algorithm: "table_comparison"
4155   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4156   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4157   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4158   columns:
4159     - title: "3n-skx"
4160       data-set: "vpp-compare-topologies-ref"
4161     - title: "2n-skx"
4162       data-set: "vpp-compare-topologies-cmp"
4163   comparisons:
4164     - title: "Diff"
4165       reference: 1
4166       compare: 2
4167   legend:
4168     - "Legend to Table"
4169     - "3n-skx, 2n-skx - topologies tested."
4170     - "Diff - difference between 3n-skx and 2n-skx topologies."
4171
4172 # VPP Performance Changes 3n-hsw 1t1c mrr
4173 - type: "table"
4174   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4175   algorithm: "table_comparison"
4176   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4177   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4178   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4179   columns:
4180     - title: "1908"
4181       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4182     - title: "2001"
4183       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4184     - title: "2005"
4185       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4186   comparisons:
4187     - title: "Diff"
4188       reference: 2
4189       compare: 3
4190   legend:
4191     - "Legend to Table"
4192     - "1908, 2001, 2005 - VPP versions tested."
4193     - "Diff - difference between 2001 and 2005 VPP version."
4194
4195 # VPP Performance Changes 3n-hsw 2t2c mrr
4196 - type: "table"
4197   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4198   algorithm: "table_comparison"
4199   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4200   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4201   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4202   columns:
4203     - title: "1908"
4204       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4205     - title: "2001"
4206       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4207     - title: "2005"
4208       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4209   comparisons:
4210     - title: "Diff"
4211       reference: 2
4212       compare: 3
4213   legend:
4214     - "Legend to Table"
4215     - "1908, 2001, 2005 - VPP versions tested."
4216     - "Diff - difference between 2001 and 2005 VPP version."
4217
4218 # VPP Performance Changes 3n-hsw 4t4c mrr
4219 - type: "table"
4220   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4221   algorithm: "table_comparison"
4222   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4223   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4224   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4225   columns:
4226     - title: "1908"
4227       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4228     - title: "2001"
4229       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4230     - title: "2005"
4231       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4232   comparisons:
4233     - title: "Diff"
4234       reference: 2
4235       compare: 3
4236   legend:
4237     - "Legend to Table"
4238     - "1908, 2001, 2005 - VPP versions tested."
4239     - "Diff - difference between 2001 and 2005 VPP version."
4240
4241 # VPP Performance Changes 3n-skx 2t1c mrr
4242 - type: "table"
4243   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4244   algorithm: "table_comparison"
4245   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4246   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4247   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4248   columns:
4249     - title: "1908"
4250       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4251     - title: "2001"
4252       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4253     - title: "2005"
4254       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4255   comparisons:
4256     - title: "Diff"
4257       reference: 2
4258       compare: 3
4259   legend:
4260     - "Legend to Table"
4261     - "1908, 2001, 2005 - VPP versions tested."
4262     - "Diff - difference between 2001 and 2005 VPP version."
4263
4264 # VPP Performance Changes 3n-skx 4t2c mrr
4265 - type: "table"
4266   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4267   algorithm: "table_comparison"
4268   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4269   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4270   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4271   columns:
4272     - title: "1908"
4273       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4274     - title: "2001"
4275       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4276     - title: "2005"
4277       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4278   comparisons:
4279     - title: "Diff"
4280       reference: 2
4281       compare: 3
4282   legend:
4283     - "Legend to Table"
4284     - "1908, 2001, 2005 - VPP versions tested."
4285     - "Diff - difference between 2001 and 2005 VPP version."
4286
4287 # VPP Performance Changes 3n-skx 8t4c mrr
4288 - type: "table"
4289   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4290   algorithm: "table_comparison"
4291   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4292   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4293   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4294   columns:
4295     - title: "1908"
4296       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4297     - title: "2001"
4298       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4299     - title: "2005"
4300       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4301   comparisons:
4302     - title: "Diff"
4303       reference: 2
4304       compare: 3
4305   legend:
4306     - "Legend to Table"
4307     - "1908, 2001, 2005 - VPP versions tested."
4308     - "Diff - difference between 2001 and 2005 VPP version."
4309
4310 # VPP Performance Changes 2n-skx 2t1c mrr
4311 - type: "table"
4312   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4313   algorithm: "table_comparison"
4314   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4315   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4316   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4317   columns:
4318     - title: "1908"
4319       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4320     - title: "2001"
4321       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4322     - title: "2005"
4323       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4324   comparisons:
4325     - title: "Diff"
4326       reference: 2
4327       compare: 3
4328   legend:
4329     - "Legend to Table"
4330     - "1908, 2001, 2005 - VPP versions tested."
4331     - "Diff - difference between 2001 and 2005 VPP version."
4332
4333 # VPP Performance Changes 2n-skx 4t2c mrr
4334 - type: "table"
4335   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4336   algorithm: "table_comparison"
4337   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4338   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4339   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4340   columns:
4341     - title: "1908"
4342       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4343     - title: "2001"
4344       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4345     - title: "2005"
4346       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4347   comparisons:
4348     - title: "Diff"
4349       reference: 2
4350       compare: 3
4351   legend:
4352     - "Legend to Table"
4353     - "1908, 2001, 2005 - VPP versions tested."
4354     - "Diff - difference between 2001 and 2005 VPP version."
4355
4356 # VPP Performance Changes 2n-skx 8t4c mrr
4357 - type: "table"
4358   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4359   algorithm: "table_comparison"
4360   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4361   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4362   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4363   columns:
4364     - title: "1908"
4365       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4366     - title: "2001"
4367       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4368     - title: "2005"
4369       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4370   comparisons:
4371     - title: "Diff"
4372       reference: 2
4373       compare: 3
4374   legend:
4375     - "Legend to Table"
4376     - "1908, 2001, 2005 - VPP versions tested."
4377     - "Diff - difference between 2001 and 2005 VPP version."
4378
4379 # VPP Performance Changes 2n-dnv 1t1c mrr
4380 - type: "table"
4381   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4382   algorithm: "table_comparison"
4383   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4384   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4385   filter: "'1T1C'"
4386   columns:
4387     - title: "1908"
4388       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4389     - title: "2001"
4390       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4391     - title: "2005"
4392       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4393   comparisons:
4394     - title: "Diff"
4395       reference: 2
4396       compare: 3
4397   legend:
4398     - "Legend to Table"
4399     - "1908, 2001, 2005 - VPP versions tested."
4400     - "Diff - difference between 2001 and 2005 VPP version."
4401
4402 # VPP Performance Changes 2n-dnv 2t2c mrr
4403 - type: "table"
4404   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4405   algorithm: "table_comparison"
4406   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4407   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4408   filter: "'2T2C'"
4409   columns:
4410     - title: "1908"
4411       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4412     - title: "2001"
4413       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4414     - title: "2005"
4415       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4416   comparisons:
4417     - title: "Diff"
4418       reference: 2
4419       compare: 3
4420   legend:
4421     - "Legend to Table"
4422     - "1908, 2001, 2005 - VPP versions tested."
4423     - "Diff - difference between 2001 and 2005 VPP version."
4424
4425 # VPP Performance Changes 2n-dnv 4t4c mrr
4426 - type: "table"
4427   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4428   algorithm: "table_comparison"
4429   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4430   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4431   filter: "'4T4C'"
4432   columns:
4433     - title: "1908"
4434       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4435     - title: "2001"
4436       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4437     - title: "2005"
4438       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4439   comparisons:
4440     - title: "Diff"
4441       reference: 2
4442       compare: 3
4443   legend:
4444     - "Legend to Table"
4445     - "1908, 2001, 2005 - VPP versions tested."
4446     - "Diff - difference between 2001 and 2005 VPP version."
4447
4448 # VPP Performance Changes 3n-dnv 1t1c mrr
4449 - type: "table"
4450   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4451   algorithm: "table_comparison"
4452   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4453   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4454   filter: "'1T1C'"
4455   columns:
4456     - title: "1908"
4457       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4458     - title: "2001"
4459       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4460     - title: "2005"
4461       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4462   comparisons:
4463     - title: "Diff"
4464       reference: 2
4465       compare: 3
4466   legend:
4467     - "Legend to Table"
4468     - "1908, 2001, 2005 - VPP versions tested."
4469     - "Diff - difference between 2001 and 2005 VPP version."
4470
4471 # VPP Performance Changes 3n-dnv 2t2c mrr
4472 - type: "table"
4473   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4474   algorithm: "table_comparison"
4475   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4476   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4477   filter: "'2T2C'"
4478   columns:
4479     - title: "1908"
4480       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4481     - title: "2001"
4482       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4483     - title: "2005"
4484       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4485   comparisons:
4486     - title: "Diff"
4487       reference: 2
4488       compare: 3
4489   legend:
4490     - "Legend to Table"
4491     - "1908, 2001, 2005 - VPP versions tested."
4492     - "Diff - difference between 2001 and 2005 VPP version."
4493
4494 # VPP Performance Changes 3n-dnv 4t4c mrr
4495 - type: "table"
4496   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4497   algorithm: "table_comparison"
4498   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4499   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4500   filter: "'4T4C'"
4501   columns:
4502     - title: "1908"
4503       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4504     - title: "2001"
4505       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4506     - title: "2005"
4507       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4508   comparisons:
4509     - title: "Diff"
4510       reference: 2
4511       compare: 3
4512   legend:
4513     - "Legend to Table"
4514     - "1908, 2001, 2005 - VPP versions tested."
4515     - "Diff - difference between 2001 and 2005 VPP version."
4516
4517 # VPP Performance Changes 3n-tsh 1t1c mrr
4518 - type: "table"
4519   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4520   algorithm: "table_comparison"
4521   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4522   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4523   filter: "'1T1C'"
4524   columns:
4525     - title: "1908"
4526       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4527     - title: "2001"
4528       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4529     - title: "2005"
4530       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4531   comparisons:
4532     - title: "Diff"
4533       reference: 2
4534       compare: 3
4535   legend:
4536     - "Legend to Table"
4537     - "1908, 2001, 2005 - VPP versions tested."
4538     - "Diff - difference between 2001 and 2005 VPP version."
4539
4540 # VPP Performance Changes 3n-tsh 2t2c mrr
4541 - type: "table"
4542   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4543   algorithm: "table_comparison"
4544   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4545   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4546   filter: "'2T2C'"
4547   columns:
4548     - title: "1908"
4549       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4550     - title: "2001"
4551       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4552     - title: "2005"
4553       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4554   comparisons:
4555     - title: "Diff"
4556       reference: 2
4557       compare: 3
4558   legend:
4559     - "Legend to Table"
4560     - "1908, 2001, 2005 - VPP versions tested."
4561     - "Diff - difference between 2001 and 2005 VPP version."
4562
4563 # VPP Performance Changes 3n-tsh 4t4c mrr
4564 - type: "table"
4565   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
4566   algorithm: "table_comparison"
4567   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4568   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4569   filter: "'4T4C'"
4570   columns:
4571     - title: "1908"
4572       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4573     - title: "2001"
4574       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4575     - title: "2005"
4576       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4577   comparisons:
4578     - title: "Diff"
4579       reference: 2
4580       compare: 3
4581   legend:
4582     - "Legend to Table"
4583     - "1908, 2001, 2005 - VPP versions tested."
4584     - "Diff - difference between 2001 and 2005 VPP version."
4585
4586 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4587 - type: "table"
4588   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4589   algorithm: "table_comparison"
4590   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4591   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4592   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4593   columns:
4594     - title: "3n-hsw xl710"
4595       data-set: "vpp-compare-testbeds-mrr-ref"
4596       tag: "NIC_Intel-XL710"
4597     - title: "3n-skx xxv710"
4598       data-set: "vpp-compare-testbeds-mrr-cmp"
4599       tag: "NIC_Intel-XXV710"
4600   comparisons:
4601     - title: "Diff"
4602       reference: 1
4603       compare: 2
4604   legend:
4605     - "Legend to Table"
4606     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4607     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4608
4609 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4610 - type: "table"
4611   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4612   algorithm: "table_comparison"
4613   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4614   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4615   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4616   columns:
4617     - title: "3n-hsw xl710"
4618       data-set: "vpp-compare-testbeds-mrr-ref"
4619       tag: "NIC_Intel-XL710"
4620     - title: "3n-skx xxv710"
4621       data-set: "vpp-compare-testbeds-mrr-cmp"
4622       tag: "NIC_Intel-XXV710"
4623   comparisons:
4624     - title: "Diff"
4625       reference: 1
4626       compare: 2
4627   legend:
4628     - "Legend to Table"
4629     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4630     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4631
4632 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4633 - type: "table"
4634   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4635   algorithm: "table_comparison"
4636   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4637   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4638   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4639   columns:
4640     - title: "3n-hsw xl710"
4641       data-set: "vpp-compare-testbeds-mrr-ref"
4642       tag: "NIC_Intel-XL710"
4643     - title: "3n-skx xxv710"
4644       data-set: "vpp-compare-testbeds-mrr-cmp"
4645       tag: "NIC_Intel-XXV710"
4646   comparisons:
4647     - title: "Diff"
4648       reference: 1
4649       compare: 2
4650   legend:
4651     - "Legend to Table"
4652     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4653     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4654
4655 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4656 - type: "table"
4657   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4658   algorithm: "table_comparison"
4659   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4660   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4661   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4662   columns:
4663     - title: "2n-skx"
4664       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4665     - title: "2n-clx"
4666       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4667   comparisons:
4668     - title: "Diff"
4669       reference: 1
4670       compare: 2
4671   legend:
4672     - "Legend to Table"
4673     - "2n-skx, 2n-clx - testbeds and NICs tested."
4674     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4675
4676 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4677 - type: "table"
4678   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4679   algorithm: "table_comparison"
4680   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4681   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4682   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4683   columns:
4684     - title: "2n-skx"
4685       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4686     - title: "2n-clx"
4687       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4688   comparisons:
4689     - title: "Diff"
4690       reference: 1
4691       compare: 2
4692   legend:
4693     - "Legend to Table"
4694     - "2n-skx, 2n-clx - testbeds and NICs tested."
4695     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4696
4697 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4698 - type: "table"
4699   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4700   algorithm: "table_comparison"
4701   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4702   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4703   filter: "'8T4C' and 'NIC_Intel-XXV710'"
4704   columns:
4705     - title: "2n-skx"
4706       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4707     - title: "2n-clx"
4708       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4709   comparisons:
4710     - title: "Diff"
4711       reference: 1
4712       compare: 2
4713   legend:
4714     - "Legend to Table"
4715     - "2n-skx, 2n-clx - testbeds and NICs tested."
4716     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4717
4718 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4719 - type: "table"
4720   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4721   algorithm: "table_comparison"
4722   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4723   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4724   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
4725   columns:
4726     - title: "3n-skx"
4727       data-set: "vpp-compare-topologies-mrr-ref"
4728     - title: "2n-skx"
4729       data-set: "vpp-compare-topologies-mrr-cmp"
4730   comparisons:
4731     - title: "Diff"
4732       reference: 1
4733       compare: 2
4734   legend:
4735     - "Legend to Table"
4736     - "3n-skx, 2n-skx - topologies tested."
4737     - "Diff - difference between 3n-skx and 2n-skx topologies."
4738
4739 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4740 - type: "table"
4741   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4742   algorithm: "table_comparison"
4743   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4744   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4745   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
4746   columns:
4747     - title: "3n-skx"
4748       data-set: "vpp-compare-topologies-mrr-ref"
4749     - title: "2n-skx"
4750       data-set: "vpp-compare-topologies-mrr-cmp"
4751   comparisons:
4752     - title: "Diff"
4753       reference: 1
4754       compare: 2
4755   legend:
4756     - "Legend to Table"
4757     - "3n-skx, 2n-skx - topologies tested."
4758     - "Diff - difference between 3n-skx and 2n-skx topologies."
4759
4760 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4761 - type: "table"
4762   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4763   algorithm: "table_comparison"
4764   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4765   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4766   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
4767   columns:
4768     - title: "3n-skx"
4769       data-set: "vpp-compare-topologies-mrr-ref"
4770     - title: "2n-skx"
4771       data-set: "vpp-compare-topologies-mrr-cmp"
4772   comparisons:
4773     - title: "Diff"
4774       reference: 1
4775       compare: 2
4776   legend:
4777     - "Legend to Table"
4778     - "3n-skx, 2n-skx - topologies tested."
4779     - "Diff - difference between 3n-skx and 2n-skx topologies."
4780
4781 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4782 - type: "table"
4783   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4784   algorithm: "table_comparison"
4785   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4786   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4787   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4788   columns:
4789     - title: "3n-hsw xl710"
4790       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4791       tag: "NIC_Intel-XL710"
4792     - title: "2n-clx xxv710"
4793       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4794       tag: "NIC_Intel-XXV710"
4795   comparisons:
4796     - title: "Diff"
4797       reference: 1
4798       compare: 2
4799   legend:
4800     - "Legend to Table"
4801     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4802     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4803
4804 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4805 - type: "table"
4806   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4807   algorithm: "table_comparison"
4808   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4809   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4810   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4811   columns:
4812     - title: "3n-hsw xl710"
4813       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4814       tag: "NIC_Intel-XL710"
4815     - title: "2n-clx xxv710"
4816       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4817       tag: "NIC_Intel-XXV710"
4818   comparisons:
4819     - title: "Diff"
4820       reference: 1
4821       compare: 2
4822   legend:
4823     - "Legend to Table"
4824     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4825     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4826
4827 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4828 - type: "table"
4829   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4830   algorithm: "table_comparison"
4831   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4832   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4833   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4834   columns:
4835     - title: "3n-hsw xl710"
4836       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4837       tag: "NIC_Intel-XL710"
4838     - title: "2n-clx xxv710"
4839       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4840       tag: "NIC_Intel-XXV710"
4841   comparisons:
4842     - title: "Diff"
4843       reference: 1
4844       compare: 2
4845   legend:
4846     - "Legend to Table"
4847     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4848     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4849
4850 # Detailed Test Results - VPP Performance Results 3n-hsw
4851 - type: "table"
4852   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4853   algorithm: "table_merged_details"
4854   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
4855   columns:
4856     - title: " |prein| Test Name |preout| "
4857       data: "data name"
4858     - 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| "
4859       data: "data msg"
4860   data: "vpp-perf-results-3n-hsw"
4861   filter: "all"
4862   parameters:
4863   - "name"
4864   - "parent"
4865   - "msg"
4866
4867 # Detailed Test Results - VPP Performance Results 3n-skx
4868 - type: "table"
4869   title: "Detailed Test Results - VPP Performance Results 3n-skx"
4870   algorithm: "table_merged_details"
4871   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
4872   columns:
4873     - title: " |prein| Test Name |preout| "
4874       data: "data name"
4875     - 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| "
4876       data: "data msg"
4877   data: "vpp-perf-results-3n-skx"
4878   filter: "all"
4879   remove-ndr: False
4880   parameters:
4881   - "name"
4882   - "parent"
4883   - "msg"
4884
4885 # Detailed Test Results - VPP Performance Results 2n-skx
4886 - type: "table"
4887   title: "Detailed Test Results - VPP Performance Results 2n-skx"
4888   algorithm: "table_merged_details"
4889   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
4890   columns:
4891     - title: " |prein| Test Name |preout| "
4892       data: "data name"
4893     - 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| "
4894       data: "data msg"
4895   data: "vpp-perf-results-2n-skx"
4896   filter: "all"
4897   remove-ndr: False
4898   parameters:
4899   - "name"
4900   - "parent"
4901   - "msg"
4902
4903 # Detailed Test Results - VPP Performance Results 2n-clx
4904 - type: "table"
4905   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4906   algorithm: "table_merged_details"
4907   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
4908   columns:
4909     - title: " |prein| Test Name |preout| "
4910       data: "data name"
4911     - 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| "
4912       data: "data msg"
4913   data: "vpp-perf-results-2n-clx"
4914   filter: "all"
4915   parameters:
4916   - "name"
4917   - "parent"
4918   - "msg"
4919
4920 # Detailed Test Results - VPP Performance Results 3n-tsh
4921 - type: "table"
4922   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4923   algorithm: "table_merged_details"
4924   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
4925   columns:
4926     - title: " |prein| Test Name |preout| "
4927       data: "data name"
4928     - 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| "
4929       data: "data msg"
4930   data: "vpp-perf-results-3n-tsh"
4931   filter: "all"
4932   parameters:
4933   - "name"
4934   - "parent"
4935   - "msg"
4936
4937 # Detailed Test Results - VPP Performance Results 3n-dnv
4938 - type: "table"
4939   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4940   algorithm: "table_merged_details"
4941   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
4942   columns:
4943     - title: " |prein| Test Name |preout| "
4944       data: "data name"
4945     - 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| "
4946       data: "data msg"
4947   data: "vpp-perf-results-3n-dnv"
4948   filter: "all"
4949   parameters:
4950   - "name"
4951   - "parent"
4952   - "msg"
4953
4954 # Detailed Test Results - VPP Performance Results 2n-dnv
4955 - type: "table"
4956   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4957   algorithm: "table_merged_details"
4958   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4959   columns:
4960     - title: " |prein| Test Name |preout| "
4961       data: "data name"
4962     - 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| "
4963       data: "data msg"
4964   data: "vpp-perf-results-2n-dnv"
4965   filter: "all"
4966   parameters:
4967   - "name"
4968   - "parent"
4969   - "msg"
4970
4971 # Test configuration - VPP Performance Test Configs 3n-hsw
4972 - type: "table"
4973   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4974   algorithm: "table_merged_details"
4975   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
4976   columns:
4977     - title: " |prein| Test Name |preout| "
4978       data: "data name"
4979     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4980       data: "data conf-history"
4981   data: "vpp-perf-results-3n-hsw"
4982   filter: "all"
4983   parameters:
4984   - "parent"
4985   - "name"
4986   - "conf-history"
4987
4988 # Test configuration - VPP Performance Test Configs 3n-skx
4989 - type: "table"
4990   title: "Test configuration - VPP Performance Test Configs 3n-skx"
4991   algorithm: "table_merged_details"
4992   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
4993   columns:
4994     - title: " |prein| Test Name |preout| "
4995       data: "data name"
4996     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4997       data: "data conf-history"
4998   data: "vpp-perf-results-3n-skx"
4999   filter: "all"
5000   parameters:
5001   - "parent"
5002   - "name"
5003   - "conf-history"
5004
5005 # Test configuration - VPP Performance Test Configs 2n-skx
5006 - type: "table"
5007   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5008   algorithm: "table_merged_details"
5009   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5010   columns:
5011     - title: " |prein| Test Name |preout| "
5012       data: "data name"
5013     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5014       data: "data conf-history"
5015   data: "vpp-perf-results-2n-skx"
5016   filter: "all"
5017   parameters:
5018   - "parent"
5019   - "name"
5020   - "conf-history"
5021
5022 # Test configuration - VPP Performance Test Configs 2n-clx
5023 - type: "table"
5024   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5025   algorithm: "table_merged_details"
5026   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5027   columns:
5028     - title: " |prein| Test Name |preout| "
5029       data: "data name"
5030     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5031       data: "data conf-history"
5032   data: "vpp-perf-results-2n-clx"
5033   filter: "all"
5034   parameters:
5035   - "parent"
5036   - "name"
5037   - "conf-history"
5038
5039 # Test configuration - VPP Performance Test Configs 3n-tsh
5040 - type: "table"
5041   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5042   algorithm: "table_merged_details"
5043   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5044   columns:
5045     - title: " |prein| Test Name |preout| "
5046       data: "data name"
5047     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5048       data: "data conf-history"
5049   data: "vpp-perf-results-3n-tsh"
5050   filter: "all"
5051   parameters:
5052   - "parent"
5053   - "name"
5054   - "conf-history"
5055
5056 # Test configuration - VPP Performance Test Configs 3n-dnv
5057 - type: "table"
5058   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5059   algorithm: "table_merged_details"
5060   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5061   columns:
5062     - title: " |prein| Test Name |preout| "
5063       data: "data name"
5064     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5065       data: "data conf-history"
5066   data: "vpp-perf-results-3n-dnv"
5067   filter: "all"
5068   parameters:
5069   - "parent"
5070   - "name"
5071   - "conf-history"
5072
5073 # Test configuration - VPP Performance Test Configs 2n-dnv
5074 - type: "table"
5075   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5076   algorithm: "table_merged_details"
5077   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5078   columns:
5079     - title: " |prein| Test Name |preout| "
5080       data: "data name"
5081     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5082       data: "data conf-history"
5083   data: "vpp-perf-results-2n-dnv"
5084   filter: "all"
5085   parameters:
5086   - "parent"
5087   - "name"
5088   - "conf-history"
5089
5090 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5091 - type: "table"
5092   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5093   algorithm: "table_oper_data_html"
5094   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5095   data: "vpp-perf-results-3n-hsw"
5096   filter: "all"
5097
5098 # Test Operational Data - VPP Performance Operational Data 3n-skx
5099 - type: "table"
5100   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5101   algorithm: "table_oper_data_html"
5102   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5103   data: "vpp-perf-results-3n-skx"
5104   filter: "all"
5105
5106 # Test Operational Data - VPP Performance Operational Data 2n-skx
5107 - type: "table"
5108   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5109   algorithm: "table_oper_data_html"
5110   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5111   data: "vpp-perf-results-2n-skx"
5112   filter: "all"
5113
5114 # Test Operational Data - VPP Performance Operational Data 2n-clx
5115 - type: "table"
5116   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5117   algorithm: "table_oper_data_html"
5118   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5119   data: "vpp-perf-results-2n-clx"
5120   filter: "all"
5121
5122 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5123 - type: "table"
5124   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5125   algorithm: "table_oper_data_html"
5126   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5127   data: "vpp-perf-results-3n-tsh"
5128   filter: "all"
5129
5130 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5131 - type: "table"
5132   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5133   algorithm: "table_oper_data_html"
5134   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5135   data: "vpp-perf-results-3n-dnv"
5136   filter: "all"
5137
5138 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5139 - type: "table"
5140   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5141   algorithm: "table_oper_data_html"
5142   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5143   data: "vpp-perf-results-2n-dnv"
5144   filter: "all"
5145
5146 # Detailed Test Results - VPP MRR Results 3n-hsw
5147 - type: "table"
5148   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5149   algorithm: "table_merged_details"
5150   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5151   columns:
5152     - title: " |prein| Test Name |preout| "
5153       data: "data name"
5154     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5155       data: "data msg"
5156   data: "vpp-mrr-results-3n-hsw"
5157   filter: "all"
5158   parameters:
5159   - "name"
5160   - "parent"
5161   - "msg"
5162
5163 # Detailed Test Results - VPP MRR Results 3n-skx
5164 - type: "table"
5165   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5166   algorithm: "table_merged_details"
5167   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5168   columns:
5169     - title: " |prein| Test Name |preout| "
5170       data: "data name"
5171     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5172       data: "data msg"
5173   data: "vpp-mrr-results-3n-skx"
5174   filter: "all"
5175   parameters:
5176   - "name"
5177   - "parent"
5178   - "msg"
5179
5180 # Detailed Test Results - VPP MRR Results 2n-skx
5181 - type: "table"
5182   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5183   algorithm: "table_merged_details"
5184   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5185   columns:
5186     - title: " |prein| Test Name |preout| "
5187       data: "data name"
5188     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5189       data: "data msg"
5190   data: "vpp-mrr-results-2n-skx"
5191   filter: "all"
5192   parameters:
5193   - "name"
5194   - "parent"
5195   - "msg"
5196
5197 # Detailed Test Results - VPP MRR Results 2n-clx
5198 - type: "table"
5199   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5200   algorithm: "table_merged_details"
5201   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5202   columns:
5203     - title: " |prein| Test Name |preout| "
5204       data: "data name"
5205     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5206       data: "data msg"
5207   data: "vpp-mrr-results-2n-clx"
5208   filter: "all"
5209   parameters:
5210   - "name"
5211   - "parent"
5212   - "msg"
5213
5214 # Detailed Test Results - VPP MRR Results 3n-tsh
5215 - type: "table"
5216   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5217   algorithm: "table_merged_details"
5218   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5219   columns:
5220     - title: " |prein| Test Name |preout| "
5221       data: "data name"
5222     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5223       data: "data msg"
5224   data: "vpp-mrr-results-3n-tsh"
5225   filter: "all"
5226   parameters:
5227   - "name"
5228   - "parent"
5229   - "msg"
5230
5231 # Detailed Test Results - VPP MRR Results 3n-dnv
5232 - type: "table"
5233   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5234   algorithm: "table_merged_details"
5235   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5236   columns:
5237     - title: " |prein| Test Name |preout| "
5238       data: "data name"
5239     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5240       data: "data msg"
5241   data: "vpp-mrr-results-3n-dnv"
5242   filter: "all"
5243   parameters:
5244   - "name"
5245   - "parent"
5246   - "msg"
5247
5248 # Detailed Test Results - VPP MRR Results 2n-dnv
5249 - type: "table"
5250   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5251   algorithm: "table_merged_details"
5252   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5253   columns:
5254     - title: " |prein| Test Name |preout| "
5255       data: "data name"
5256     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5257       data: "data msg"
5258   data: "vpp-mrr-results-2n-dnv"
5259   filter: "all"
5260   parameters:
5261   - "name"
5262   - "parent"
5263   - "msg"
5264
5265 # Test configuration - VPP MRR Test Configs 3n-hsw
5266 - type: "table"
5267   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5268   algorithm: "table_merged_details"
5269   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5270   columns:
5271     - title: " |prein| Test Name |preout| "
5272       data: "data name"
5273     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5274       data: "data conf-history"
5275   data: "vpp-mrr-results-3n-hsw"
5276   filter: "all"
5277   parameters:
5278   - "parent"
5279   - "name"
5280   - "conf-history"
5281
5282 # Test configuration - VPP MRR Test Configs 3n-skx
5283 - type: "table"
5284   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5285   algorithm: "table_merged_details"
5286   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5287   columns:
5288     - title: " |prein| Test Name |preout| "
5289       data: "data name"
5290     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5291       data: "data conf-history"
5292   data: "vpp-mrr-results-3n-skx"
5293   filter: "all"
5294   parameters:
5295   - "parent"
5296   - "name"
5297   - "conf-history"
5298
5299 # Test configuration - VPP MRR Test Configs 2n-skx
5300 - type: "table"
5301   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5302   algorithm: "table_merged_details"
5303   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5304   columns:
5305     - title: " |prein| Test Name |preout| "
5306       data: "data name"
5307     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5308       data: "data conf-history"
5309   data: "vpp-mrr-results-2n-skx"
5310   filter: "all"
5311   parameters:
5312   - "parent"
5313   - "name"
5314   - "conf-history"
5315
5316 # Test configuration - VPP MRR Test Configs 2n-clx
5317 - type: "table"
5318   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5319   algorithm: "table_merged_details"
5320   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5321   columns:
5322     - title: " |prein| Test Name |preout| "
5323       data: "data name"
5324     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5325       data: "data conf-history"
5326   data: "vpp-mrr-results-2n-clx"
5327   filter: "all"
5328   parameters:
5329   - "parent"
5330   - "name"
5331   - "conf-history"
5332
5333 # Test configuration - VPP MRR Test Configs 3n-tsh
5334 - type: "table"
5335   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5336   algorithm: "table_merged_details"
5337   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5338   columns:
5339     - title: " |prein| Test Name |preout| "
5340       data: "data name"
5341     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5342       data: "data conf-history"
5343   data: "vpp-mrr-results-3n-tsh"
5344   filter: "all"
5345   parameters:
5346   - "parent"
5347   - "name"
5348   - "conf-history"
5349
5350 # Test configuration - VPP MRR Test Configs 3n-dnv
5351 - type: "table"
5352   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5353   algorithm: "table_merged_details"
5354   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5355   columns:
5356     - title: " |prein| Test Name |preout| "
5357       data: "data name"
5358     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5359       data: "data conf-history"
5360   data: "vpp-mrr-results-3n-dnv"
5361   filter: "all"
5362   parameters:
5363   - "parent"
5364   - "name"
5365   - "conf-history"
5366
5367 # Test configuration - VPP MRR Test Configs 2n-dnv
5368 - type: "table"
5369   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5370   algorithm: "table_merged_details"
5371   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5372   columns:
5373     - title: " |prein| Test Name |preout| "
5374       data: "data name"
5375     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5376       data: "data conf-history"
5377   data: "vpp-mrr-results-2n-dnv"
5378   filter: "all"
5379   parameters:
5380   - "parent"
5381   - "name"
5382   - "conf-history"
5383
5384 # Detailed Test Results - VPP Device Results - Ubuntu
5385 - type: "table"
5386   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5387   algorithm: "table_merged_details"
5388   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5389   columns:
5390     - title: " |prein| Test Name |preout| "
5391       data: "data name"
5392     - title: " |prein| Status |preout| "
5393       data: "data status"
5394   data: "vpp-device-results-ubuntu"
5395   filter: "all"
5396   parameters:
5397   - "name"
5398   - "parent"
5399   - "doc"
5400   - "status"
5401
5402 # Test configuration - VPP Device Test Configs - Ubuntu
5403 - type: "table"
5404   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5405   algorithm: "table_merged_details"
5406   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5407   columns:
5408     - title: " |prein| Test Name |preout| "
5409       data: "data name"
5410     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5411       data: "data conf-history"
5412   data: "vpp-device-results-ubuntu"
5413   filter: "all"
5414   parameters:
5415   - "parent"
5416   - "name"
5417   - "conf-history"
5418
5419 ################################################################################
5420
5421 # DPDK Performance Changes 3n-hsw 1t1c pdr
5422 - type: "table"
5423   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5424   algorithm: "table_comparison"
5425   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5426   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5427   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5428   columns:
5429     - title: "1908"
5430       data-set: "dpdk-performance-changes-3n-hsw-h1"
5431     - title: "2001"
5432       data-set: "dpdk-performance-changes-3n-hsw-ref"
5433     - title: "2005"
5434       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5435   comparisons:
5436     - title: "Diff"
5437       reference: 2
5438       compare: 3
5439   legend:
5440     - "Legend to Table"
5441     - "1908, 2001, 2005 - DPDK versions tested."
5442     - "Diff - difference between 2001 and 2005 DPDK version."
5443
5444 # DPDK Performance Changes 3n-hsw 2t2c pdr
5445 - type: "table"
5446   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5447   algorithm: "table_comparison"
5448   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5449   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5450   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5451   columns:
5452     - title: "1908"
5453       data-set: "dpdk-performance-changes-3n-hsw-h1"
5454     - title: "2001"
5455       data-set: "dpdk-performance-changes-3n-hsw-ref"
5456     - title: "2005"
5457       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5458   comparisons:
5459     - title: "Diff"
5460       reference: 2
5461       compare: 3
5462   legend:
5463     - "Legend to Table"
5464     - "1908, 2001, 2005 - DPDK versions tested."
5465     - "Diff - difference between 2001 and 2005 DPDK version."
5466
5467 # DPDK Performance Changes 3n-hsw 1t1c pdr
5468 - type: "table"
5469   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5470   algorithm: "table_comparison"
5471   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5472   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5473   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5474   columns:
5475     - title: "1908"
5476       data-set: "dpdk-performance-changes-3n-hsw-h1"
5477     - title: "2001"
5478       data-set: "dpdk-performance-changes-3n-hsw-ref"
5479     - title: "2005"
5480       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5481   comparisons:
5482     - title: "Diff"
5483       reference: 2
5484       compare: 3
5485   legend:
5486     - "Legend to Table"
5487     - "1908, 2001, 2005 - DPDK versions tested."
5488     - "Diff - difference between 2001 and 2005 DPDK version."
5489
5490 # DPDK Performance Changes 3n-hsw 2t2c ndr
5491 - type: "table"
5492   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5493   algorithm: "table_comparison"
5494   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5495   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5496   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5497   columns:
5498     - title: "1908"
5499       data-set: "dpdk-performance-changes-3n-hsw-h1"
5500     - title: "2001"
5501       data-set: "dpdk-performance-changes-3n-hsw-ref"
5502     - title: "2005"
5503       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5504   comparisons:
5505     - title: "Diff"
5506       reference: 2
5507       compare: 3
5508   legend:
5509     - "Legend to Table"
5510     - "1908, 2001, 2005 - DPDK versions tested."
5511     - "Diff - difference between 2001 and 2005 DPDK version."
5512
5513 # DPDK Performance Changes 3n-skx 2t1c pdr
5514 - type: "table"
5515   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5516   algorithm: "table_comparison"
5517   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5518   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5519   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5520   columns:
5521     - title: "1908"
5522       data-set: "dpdk-performance-changes-3n-skx-h1"
5523     - title: "2001"
5524       data-set: "dpdk-performance-changes-3n-skx-ref"
5525     - title: "2005"
5526       data-set: "dpdk-performance-changes-3n-skx-cmp"
5527   comparisons:
5528     - title: "Diff"
5529       reference: 2
5530       compare: 3
5531   legend:
5532     - "Legend to Table"
5533     - "1908, 2001, 2005 - DPDK versions tested."
5534     - "Diff - difference between 2001 and 2005 DPDK version."
5535
5536 # DPDK Performance Changes 3n-skx 4t2c pdr
5537 - type: "table"
5538   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5539   algorithm: "table_comparison"
5540   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5541   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5542   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5543   columns:
5544     - title: "1908"
5545       data-set: "dpdk-performance-changes-3n-skx-h1"
5546     - title: "2001"
5547       data-set: "dpdk-performance-changes-3n-skx-ref"
5548     - title: "2005"
5549       data-set: "dpdk-performance-changes-3n-skx-cmp"
5550   comparisons:
5551     - title: "Diff"
5552       reference: 2
5553       compare: 3
5554   legend:
5555     - "Legend to Table"
5556     - "1908, 2001, 2005 - DPDK versions tested."
5557     - "Diff - difference between 2001 and 2005 DPDK version."
5558
5559 # DPDK Performance Changes 3n-skx 2t1c ndr
5560 - type: "table"
5561   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5562   algorithm: "table_comparison"
5563   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5564   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5565   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5566   columns:
5567     - title: "1908"
5568       data-set: "dpdk-performance-changes-3n-skx-h1"
5569     - title: "2001"
5570       data-set: "dpdk-performance-changes-3n-skx-ref"
5571     - title: "2005"
5572       data-set: "dpdk-performance-changes-3n-skx-cmp"
5573   comparisons:
5574     - title: "Diff"
5575       reference: 2
5576       compare: 3
5577   legend:
5578     - "Legend to Table"
5579     - "1908, 2001, 2005 - DPDK versions tested."
5580     - "Diff - difference between 2001 and 2005 DPDK version."
5581
5582 # DPDK Performance Changes 3n-skx 4t2c ndr
5583 - type: "table"
5584   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5585   algorithm: "table_comparison"
5586   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5587   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5588   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5589   columns:
5590     - title: "1908"
5591       data-set: "dpdk-performance-changes-3n-skx-h1"
5592     - title: "2001"
5593       data-set: "dpdk-performance-changes-3n-skx-ref"
5594     - title: "2005"
5595       data-set: "dpdk-performance-changes-3n-skx-cmp"
5596   comparisons:
5597     - title: "Diff"
5598       reference: 2
5599       compare: 3
5600   legend:
5601     - "Legend to Table"
5602     - "1908, 2001, 2005 - DPDK versions tested."
5603     - "Diff - difference between 2001 and 2005 DPDK version."
5604
5605 # DPDK Performance Changes 2n-skx 2t1c pdr
5606 - type: "table"
5607   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5608   algorithm: "table_comparison"
5609   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5610   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5611   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5612   columns:
5613     - title: "1908"
5614       data-set: "dpdk-performance-changes-2n-skx-h1"
5615     - title: "2001"
5616       data-set: "dpdk-performance-changes-2n-skx-ref"
5617     - title: "2005"
5618       data-set: "dpdk-performance-changes-2n-skx-cmp"
5619   comparisons:
5620     - title: "Diff"
5621       reference: 2
5622       compare: 3
5623   legend:
5624     - "Legend to Table"
5625     - "1908, 2001, 2005 - DPDK versions tested."
5626     - "Diff - difference between 2001 and 2005 DPDK version."
5627
5628 # DPDK Performance Changes 2n-skx 4t2c pdr
5629 - type: "table"
5630   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5631   algorithm: "table_comparison"
5632   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5633   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5634   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5635   columns:
5636     - title: "1908"
5637       data-set: "dpdk-performance-changes-2n-skx-h1"
5638     - title: "2001"
5639       data-set: "dpdk-performance-changes-2n-skx-ref"
5640     - title: "2005"
5641       data-set: "dpdk-performance-changes-2n-skx-cmp"
5642   comparisons:
5643     - title: "Diff"
5644       reference: 2
5645       compare: 3
5646   legend:
5647     - "Legend to Table"
5648     - "1908, 2001, 2005 - DPDK versions tested."
5649     - "Diff - difference between 2001 and 2005 DPDK version."
5650
5651 # DPDK Performance Changes 2n-skx 2t1c ndr
5652 - type: "table"
5653   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5654   algorithm: "table_comparison"
5655   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5656   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5657   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5658   columns:
5659     - title: "1908"
5660       data-set: "dpdk-performance-changes-2n-skx-h1"
5661     - title: "2001"
5662       data-set: "dpdk-performance-changes-2n-skx-ref"
5663     - title: "2005"
5664       data-set: "dpdk-performance-changes-2n-skx-cmp"
5665   comparisons:
5666     - title: "Diff"
5667       reference: 2
5668       compare: 3
5669   legend:
5670     - "Legend to Table"
5671     - "1908, 2001, 2005 - DPDK versions tested."
5672     - "Diff - difference between 2001 and 2005 DPDK version."
5673
5674 # DPDK Performance Changes 2n-skx 4t2c ndr
5675 - type: "table"
5676   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5677   algorithm: "table_comparison"
5678   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5679   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5680   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5681   columns:
5682     - title: "1908"
5683       data-set: "dpdk-performance-changes-2n-skx-h1"
5684     - title: "2001"
5685       data-set: "dpdk-performance-changes-2n-skx-ref"
5686     - title: "2005"
5687       data-set: "dpdk-performance-changes-2n-skx-cmp"
5688   comparisons:
5689     - title: "Diff"
5690       reference: 2
5691       compare: 3
5692   legend:
5693     - "Legend to Table"
5694     - "1908, 2001, 2005 - DPDK versions tested."
5695     - "Diff - difference between 2001 and 2005 DPDK version."
5696
5697 # DPDK Performance Changes 2n-clx 2t1c pdr
5698 - type: "table"
5699   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
5700   algorithm: "table_comparison"
5701   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
5702   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5703   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5704   columns:
5705     - title: "2001"
5706       data-set: "dpdk-performance-changes-2n-clx-ref"
5707     - title: "2005"
5708       data-set: "dpdk-performance-changes-2n-clx-cmp"
5709   comparisons:
5710     - title: "Diff"
5711       reference: 1
5712       compare: 2
5713   legend:
5714     - "Legend to Table"
5715     - "2001, 2005 - DPDK versions tested."
5716     - "Diff - difference between 2001 and 2005 DPDK version."
5717
5718 # DPDK Performance Changes 2n-clx 4t2c pdr
5719 - type: "table"
5720   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
5721   algorithm: "table_comparison"
5722   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
5723   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5724   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5725   columns:
5726     - title: "2001"
5727       data-set: "dpdk-performance-changes-2n-clx-ref"
5728     - title: "2005"
5729       data-set: "dpdk-performance-changes-2n-clx-cmp"
5730   comparisons:
5731     - title: "Diff"
5732       reference: 1
5733       compare: 2
5734   legend:
5735     - "Legend to Table"
5736     - "2001, 2005 - DPDK versions tested."
5737     - "Diff - difference between 2001 and 2005 DPDK version."
5738
5739 # DPDK Performance Changes 2n-clx 2t1c ndr
5740 - type: "table"
5741   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
5742   algorithm: "table_comparison"
5743   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
5744   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5745   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5746   columns:
5747     - title: "2001"
5748       data-set: "dpdk-performance-changes-2n-clx-ref"
5749     - title: "2005"
5750       data-set: "dpdk-performance-changes-2n-clx-cmp"
5751   comparisons:
5752     - title: "Diff"
5753       reference: 1
5754       compare: 2
5755   legend:
5756     - "Legend to Table"
5757     - "2001, 2005 - DPDK versions tested."
5758     - "Diff - difference between 2001 and 2005 DPDK version."
5759
5760 # DPDK Performance Changes 2n-clx 4t2c ndr
5761 - type: "table"
5762   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
5763   algorithm: "table_comparison"
5764   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
5765   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5766   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5767   columns:
5768     - title: "2001"
5769       data-set: "dpdk-performance-changes-2n-clx-ref"
5770     - title: "2005"
5771       data-set: "dpdk-performance-changes-2n-clx-cmp"
5772   comparisons:
5773     - title: "Diff"
5774       reference: 1
5775       compare: 2
5776   legend:
5777     - "Legend to Table"
5778     - "2001, 2005 - DPDK versions tested."
5779     - "Diff - difference between 2001 and 2005 DPDK version."
5780
5781 # DPDK Performance Changes 2n-dnv 1t1c pdr
5782 - type: "table"
5783   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
5784   algorithm: "table_comparison"
5785   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
5786   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5787   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5788   columns:
5789     - title: "2001"
5790       data-set: "dpdk-performance-changes-2n-dnv-ref"
5791     - title: "2005"
5792       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5793   comparisons:
5794     - title: "Diff"
5795       reference: 1
5796       compare: 2
5797   legend:
5798     - "Legend to Table"
5799     - "2001, 2005 - DPDK versions tested."
5800     - "Diff - difference between 2001 and 2005 DPDK version."
5801
5802 # DPDK Performance Changes 2n-dnv 2t2c pdr
5803 - type: "table"
5804   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
5805   algorithm: "table_comparison"
5806   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
5807   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5808   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5809   columns:
5810     - title: "2001"
5811       data-set: "dpdk-performance-changes-2n-dnv-ref"
5812     - title: "2005"
5813       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5814   comparisons:
5815     - title: "Diff"
5816       reference: 1
5817       compare: 2
5818   legend:
5819     - "Legend to Table"
5820     - "2001, 2005 - DPDK versions tested."
5821     - "Diff - difference between 2001 and 2005 DPDK version."
5822
5823 # DPDK Performance Changes 2n-dnv 1t1c ndr
5824 - type: "table"
5825   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
5826   algorithm: "table_comparison"
5827   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
5828   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5829   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5830   columns:
5831     - title: "2001"
5832       data-set: "dpdk-performance-changes-2n-dnv-ref"
5833     - title: "2005"
5834       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5835   comparisons:
5836     - title: "Diff"
5837       reference: 1
5838       compare: 2
5839   legend:
5840     - "Legend to Table"
5841     - "2001, 2005 - DPDK versions tested."
5842     - "Diff - difference between 2001 and 2005 DPDK version."
5843
5844 # DPDK Performance Changes 2n-dnv 2t2c ndr
5845 - type: "table"
5846   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
5847   algorithm: "table_comparison"
5848   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
5849   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5850   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5851   columns:
5852     - title: "2001"
5853       data-set: "dpdk-performance-changes-2n-dnv-ref"
5854     - title: "2005"
5855       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5856   comparisons:
5857     - title: "Diff"
5858       reference: 1
5859       compare: 2
5860   legend:
5861     - "Legend to Table"
5862     - "2001, 2005 - DPDK versions tested."
5863     - "Diff - difference between 2001 and 2005 DPDK version."
5864
5865 # DPDK Performance Changes 3n-dnv 1t1c pdr
5866 - type: "table"
5867   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
5868   algorithm: "table_comparison"
5869   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
5870   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5871   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5872   columns:
5873     - title: "2001"
5874       data-set: "dpdk-performance-changes-3n-dnv-ref"
5875     - title: "2005"
5876       data-set: "dpdk-performance-changes-3n-dnv-cmp"
5877   comparisons:
5878     - title: "Diff"
5879       reference: 1
5880       compare: 2
5881   legend:
5882     - "Legend to Table"
5883     - "2001, 2005 - DPDK versions tested."
5884     - "Diff - difference between 2001 and 2005 DPDK version."
5885
5886 # DPDK Performance Changes 3n-dnv 2t2c pdr
5887 - type: "table"
5888   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
5889   algorithm: "table_comparison"
5890   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
5891   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5892   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5893   columns:
5894     - title: "2001"
5895       data-set: "dpdk-performance-changes-3n-dnv-ref"
5896     - title: "2005"
5897       data-set: "dpdk-performance-changes-3n-dnv-cmp"
5898   comparisons:
5899     - title: "Diff"
5900       reference: 1
5901       compare: 2
5902   legend:
5903     - "Legend to Table"
5904     - "2001, 2005 - DPDK versions tested."
5905     - "Diff - difference between 2001 and 2005 DPDK version."
5906
5907 # DPDK Performance Changes 3n-dnv 1t1c ndr
5908 - type: "table"
5909   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
5910   algorithm: "table_comparison"
5911   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
5912   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5913   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5914   columns:
5915     - title: "2001"
5916       data-set: "dpdk-performance-changes-3n-dnv-ref"
5917     - title: "2005"
5918       data-set: "dpdk-performance-changes-3n-dnv-cmp"
5919   comparisons:
5920     - title: "Diff"
5921       reference: 1
5922       compare: 2
5923   legend:
5924     - "Legend to Table"
5925     - "2001, 2005 - DPDK versions tested."
5926     - "Diff - difference between 2001 and 2005 DPDK version."
5927
5928 # DPDK Performance Changes 3n-dnv 2t2c ndr
5929 - type: "table"
5930   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
5931   algorithm: "table_comparison"
5932   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
5933   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5934   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5935   columns:
5936     - title: "2001"
5937       data-set: "dpdk-performance-changes-3n-dnv-ref"
5938     - title: "2005"
5939       data-set: "dpdk-performance-changes-3n-dnv-cmp"
5940   comparisons:
5941     - title: "Diff"
5942       reference: 1
5943       compare: 2
5944   legend:
5945     - "Legend to Table"
5946     - "2001, 2005 - DPDK versions tested."
5947     - "Diff - difference between 2001 and 2005 DPDK version."
5948
5949 # DPDK Performance Changes 3n-tsh 1t1c pdr
5950 - type: "table"
5951   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
5952   algorithm: "table_comparison"
5953   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
5954   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5955   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5956   columns:
5957     - title: "2001"
5958       data-set: "dpdk-performance-changes-3n-tsh-ref"
5959     - title: "2005"
5960       data-set: "dpdk-performance-changes-3n-tsh-cmp"
5961   comparisons:
5962     - title: "Diff"
5963       reference: 1
5964       compare: 2
5965   legend:
5966     - "Legend to Table"
5967     - "2001, 2005 - DPDK versions tested."
5968     - "Diff - difference between 2001 and 2005 DPDK version."
5969
5970 # DPDK Performance Changes 3n-tsh 2t2c pdr
5971 - type: "table"
5972   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
5973   algorithm: "table_comparison"
5974   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
5975   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5976   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5977   columns:
5978     - title: "2001"
5979       data-set: "dpdk-performance-changes-3n-tsh-ref"
5980     - title: "2005"
5981       data-set: "dpdk-performance-changes-3n-tsh-cmp"
5982   comparisons:
5983     - title: "Diff"
5984       reference: 1
5985       compare: 2
5986   legend:
5987     - "Legend to Table"
5988     - "2001, 2005 - DPDK versions tested."
5989     - "Diff - difference between 2001 and 2005 DPDK version."
5990
5991 # DPDK Performance Changes 3n-tsh 1t1c ndr
5992 - type: "table"
5993   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
5994   algorithm: "table_comparison"
5995   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
5996   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5997   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5998   columns:
5999     - title: "2001"
6000       data-set: "dpdk-performance-changes-3n-tsh-ref"
6001     - title: "2005"
6002       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6003   comparisons:
6004     - title: "Diff"
6005       reference: 1
6006       compare: 2
6007   legend:
6008     - "Legend to Table"
6009     - "2001, 2005 - DPDK versions tested."
6010     - "Diff - difference between 2001 and 2005 DPDK version."
6011
6012 # DPDK Performance Changes 3n-tsh 2t2c ndr
6013 - type: "table"
6014   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6015   algorithm: "table_comparison"
6016   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6017   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6018   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6019   columns:
6020     - title: "2001"
6021       data-set: "dpdk-performance-changes-3n-tsh-ref"
6022     - title: "2005"
6023       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6024   comparisons:
6025     - title: "Diff"
6026       reference: 1
6027       compare: 2
6028   legend:
6029     - "Legend to Table"
6030     - "2001, 2005 - DPDK versions tested."
6031     - "Diff - difference between 2001 and 2005 DPDK version."
6032
6033 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6034 - type: "table"
6035   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6036   algorithm: "table_comparison"
6037   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6038   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6039   filter: "'NIC_Intel-X710'"
6040   columns:
6041     - title: "3n-hsw x710"
6042       data-set: "dpdk-compare-testbeds-ref"
6043     - title: "3n-skx x710"
6044       data-set: "dpdk-compare-testbeds-cmp"
6045   comparisons:
6046     - title: "Diff"
6047       reference: 1
6048       compare: 2
6049   legend:
6050     - "Legend to Table"
6051     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6052     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6053
6054 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6055 - type: "table"
6056   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6057   algorithm: "table_comparison"
6058   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6059   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6060   filter: "'NIC_Intel-X710'"
6061   columns:
6062     - title: "3n-hsw x710"
6063       data-set: "dpdk-compare-testbeds-ref"
6064     - title: "3n-skx x710"
6065       data-set: "dpdk-compare-testbeds-cmp"
6066   comparisons:
6067     - title: "Diff"
6068       reference: 1
6069       compare: 2
6070   legend:
6071     - "Legend to Table"
6072     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6073     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6074
6075 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6076 - type: "table"
6077   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6078   algorithm: "table_comparison"
6079   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6080   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6081   filter: "'NIC_Intel-XXV710'"
6082   columns:
6083     - title: "2n-skx"
6084       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6085     - title: "2n-clx"
6086       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6087   comparisons:
6088     - title: "Diff"
6089       reference: 1
6090       compare: 2
6091   legend:
6092     - "Legend to Table"
6093     - "2n-skx, 2n-clx - testbeds and NICs tested."
6094     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6095
6096 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6097 - type: "table"
6098   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6099   algorithm: "table_comparison"
6100   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6101   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6102   filter: "'NIC_Intel-XXV710'"
6103   columns:
6104     - title: "2n-skx"
6105       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6106     - title: "2n-clx"
6107       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6108   comparisons:
6109     - title: "Diff"
6110       reference: 1
6111       compare: 2
6112   legend:
6113     - "Legend to Table"
6114     - "2n-skx, 2n-clx - testbeds and NICs tested."
6115     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6116
6117 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6118 - type: "table"
6119   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6120   algorithm: "table_comparison"
6121   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6122   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6123   filter: "'NIC_Intel-XXV710'"
6124   columns:
6125     - title: "3n-skx"
6126       data-set: "dpdk-compare-topologies-ref"
6127     - title: "2n-skx"
6128       data-set: "dpdk-compare-topologies-cmp"
6129   comparisons:
6130     - title: "Diff"
6131       reference: 1
6132       compare: 2
6133   legend:
6134     - "Legend to Table"
6135     - "3n-skx, 2n-skx - topologies tested."
6136     - "Diff - difference between 3n-skx and 2n-skx topologies."
6137
6138 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6139 - type: "table"
6140   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6141   algorithm: "table_comparison"
6142   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6143   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6144   filter: "'NIC_Intel-XXV710'"
6145   columns:
6146     - title: "3n-skx"
6147       data-set: "dpdk-compare-topologies-ref"
6148     - title: "2n-skx"
6149       data-set: "dpdk-compare-topologies-cmp"
6150   comparisons:
6151     - title: "Diff"
6152       reference: 1
6153       compare: 2
6154   legend:
6155     - "Legend to Table"
6156     - "3n-skx, 2n-skx - topologies tested."
6157     - "Diff - difference between 3n-skx and 2n-skx topologies."
6158
6159 # Detailed Test Results - DPDK Performance Results 3n-hsw
6160 - type: "table"
6161   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6162   algorithm: "table_merged_details"
6163   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6164   columns:
6165     - title: " |prein| Test Name |preout| "
6166       data: "data name"
6167     - 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| "
6168       data: "data msg"
6169   data: "dpdk-perf-results-3n-hsw"
6170   filter: "all"
6171   parameters:
6172   - "name"
6173   - "parent"
6174   - "msg"
6175
6176 # Detailed Test Results - DPDK Performance Results 3n-skx
6177 - type: "table"
6178   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6179   algorithm: "table_merged_details"
6180   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6181   columns:
6182     - title: " |prein| Test Name |preout| "
6183       data: "data name"
6184     - 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| "
6185       data: "data msg"
6186   data: "dpdk-perf-results-3n-skx"
6187   filter: "all"
6188   remove-ndr: False
6189   parameters:
6190   - "name"
6191   - "parent"
6192   - "msg"
6193
6194 # Detailed Test Results - DPDK Performance Results 2n-skx
6195 - type: "table"
6196   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6197   algorithm: "table_merged_details"
6198   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6199   columns:
6200     - title: " |prein| Test Name |preout| "
6201       data: "data name"
6202     - 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| "
6203       data: "data msg"
6204   data: "dpdk-perf-results-2n-skx"
6205   filter: "all"
6206   remove-ndr: False
6207   parameters:
6208   - "name"
6209   - "parent"
6210   - "msg"
6211
6212 # Detailed Test Results - DPDK Performance Results 2n-clx
6213 - type: "table"
6214   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6215   algorithm: "table_merged_details"
6216   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6217   columns:
6218     - title: " |prein| Test Name |preout| "
6219       data: "data name"
6220     - 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| "
6221       data: "data msg"
6222   data: "dpdk-perf-results-2n-clx"
6223   filter: "all"
6224   parameters:
6225   - "name"
6226   - "parent"
6227   - "msg"
6228
6229 # Detailed Test Results - DPDK Performance Results 2n-dnv
6230 - type: "table"
6231   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6232   algorithm: "table_merged_details"
6233   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6234   columns:
6235     - title: " |prein| Test Name |preout| "
6236       data: "data name"
6237     - 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| "
6238       data: "data msg"
6239   data: "dpdk-perf-results-2n-dnv"
6240   filter: "all"
6241   parameters:
6242   - "name"
6243   - "parent"
6244   - "msg"
6245
6246 # Detailed Test Results - DPDK Performance Results 3n-dnv
6247 - type: "table"
6248   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6249   algorithm: "table_merged_details"
6250   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6251   columns:
6252     - title: " |prein| Test Name |preout| "
6253       data: "data name"
6254     - 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| "
6255       data: "data msg"
6256   data: "dpdk-perf-results-3n-dnv"
6257   filter: "all"
6258   parameters:
6259   - "name"
6260   - "parent"
6261   - "msg"
6262
6263 # Detailed Test Results - DPDK Performance Results 3n-tsh
6264 - type: "table"
6265   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6266   algorithm: "table_merged_details"
6267   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6268   columns:
6269     - title: " |prein| Test Name |preout| "
6270       data: "data name"
6271     - 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| "
6272       data: "data msg"
6273   data: "dpdk-perf-results-3n-tsh"
6274   filter: "all"
6275   parameters:
6276   - "name"
6277   - "parent"
6278   - "msg"
6279
6280 ################################################################################
6281 ###                                F I L E S                                 ###
6282 ################################################################################
6283
6284 # VPP Performance Results
6285 - type: "file"
6286   title: "VPP Performance Results"
6287   algorithm: "file_details_split"
6288   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6289   dir-tables:
6290     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6291     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6292     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6293     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6294     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6295     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6296     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6297   data:
6298     - "vpp-perf-results-2n-skx"
6299     - "vpp-perf-results-3n-skx"
6300     - "vpp-perf-results-2n-clx"
6301     - "vpp-perf-results-3n-hsw"
6302     - "vpp-perf-results-3n-tsh"
6303     - "vpp-perf-results-2n-dnv"
6304     - "vpp-perf-results-3n-dnv"
6305   filter: "all"
6306   data-start-level: 4
6307   order-chapters:
6308     level-1:
6309       - "l2"
6310       - "ip4"
6311       - "ip6"
6312       - "srv6"
6313       - "ip4_tunnels"
6314       - "ip6_tunnels"
6315       - "vm_vhost"
6316       - "container_memif"
6317       - "crypto"
6318       - "vts"
6319       - "lb"
6320       - "nfv_density"
6321       - "hoststack"
6322     level-2:
6323       - "2n-skx"
6324       - "3n-skx"
6325       - "2n-clx"
6326       - "3n-hsw"
6327       - "3n-tsh"
6328       - "2n-dnv"
6329       - "3n-dnv"
6330     level-3:
6331       - "xl710"
6332       - "x520"
6333       - "xxv710"
6334       - "x710"
6335       - "x553"
6336       - "cx556a"
6337       - "vic1227"
6338       - "vic1385"
6339
6340 # VPP Performance Configuration
6341 - type: "file"
6342   title: "VPP Performance Configuration"
6343   algorithm: "file_details_split"
6344   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6345   dir-tables:
6346     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6347     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6348     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6349     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6350     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6351     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6352     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6353   data:
6354     - "vpp-perf-results-2n-skx"
6355     - "vpp-perf-results-3n-skx"
6356     - "vpp-perf-results-2n-clx"
6357     - "vpp-perf-results-3n-hsw"
6358     - "vpp-perf-results-3n-tsh"
6359     - "vpp-perf-results-2n-dnv"
6360     - "vpp-perf-results-3n-dnv"
6361   filter: "all"
6362   data-start-level: 4
6363   order-chapters:
6364     level-1:
6365       - "l2"
6366       - "ip4"
6367       - "ip6"
6368       - "srv6"
6369       - "ip4_tunnels"
6370       - "ip6_tunnels"
6371       - "vm_vhost"
6372       - "container_memif"
6373       - "crypto"
6374       - "vts"
6375       - "lb"
6376       - "nfv_density"
6377       - "hoststack"
6378     level-2:
6379       - "2n-skx"
6380       - "3n-skx"
6381       - "2n-clx"
6382       - "3n-hsw"
6383       - "3n-tsh"
6384       - "2n-dnv"
6385       - "3n-dnv"
6386     level-3:
6387       - "xl710"
6388       - "x520"
6389       - "xxv710"
6390       - "x710"
6391       - "x553"
6392       - "cx556a"
6393       - "vic1227"
6394       - "vic1385"
6395
6396 # VPP Performance Operational
6397 - type: "file"
6398   title: "VPP Performance Operational"
6399   algorithm: "file_details_split_html"
6400   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6401   dir-tables:
6402     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6403     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6404     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6405     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6406     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6407     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6408     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6409   data:
6410     - "vpp-perf-results-2n-skx"
6411     - "vpp-perf-results-3n-skx"
6412     - "vpp-perf-results-2n-clx"
6413     - "vpp-perf-results-3n-hsw"
6414     - "vpp-perf-results-3n-tsh"
6415     - "vpp-perf-results-2n-dnv"
6416     - "vpp-perf-results-3n-dnv"
6417   filter: "all"
6418   data-start-level: 4
6419   order-chapters:
6420     level-1:
6421       - "l2"
6422       - "ip4"
6423       - "ip6"
6424       - "srv6"
6425       - "ip4_tunnels"
6426       - "ip6_tunnels"
6427       - "vm_vhost"
6428       - "container_memif"
6429       - "crypto"
6430       - "vts"
6431       - "lb"
6432       - "nfv_density"
6433       - "hoststack"
6434     level-2:
6435       - "2n-skx"
6436       - "3n-skx"
6437       - "2n-clx"
6438       - "3n-hsw"
6439       - "3n-tsh"
6440       - "2n-dnv"
6441       - "3n-dnv"
6442     level-3:
6443       - "xl710"
6444       - "x520"
6445       - "xxv710"
6446       - "x710"
6447       - "x553"
6448       - "cx556a"
6449       - "vic1227"
6450       - "vic1385"
6451
6452 # VPP MRR Results
6453 - type: "file"
6454   title: "VPP MRR Results"
6455   algorithm: "file_details_split"
6456   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6457   dir-tables:
6458     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6459     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6460     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6461     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6462     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6463     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6464     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6465   data:
6466     - "vpp-mrr-results-2n-skx"
6467     - "vpp-mrr-results-3n-skx"
6468     - "vpp-mrr-results-2n-clx"
6469     - "vpp-mrr-results-3n-hsw"
6470     - "vpp-mrr-results-3n-tsh"
6471     - "vpp-mrr-results-2n-dnv"
6472     - "vpp-mrr-results-3n-dnv"
6473   filter: "all"
6474   data-start-level: 4
6475   order-chapters:
6476     level-1:
6477       - "l2"
6478       - "ip4"
6479       - "ip6"
6480       - "srv6"
6481       - "ip4_tunnels"
6482       - "ip6_tunnels"
6483       - "vm_vhost"
6484       - "container_memif"
6485       - "crypto"
6486       - "vts"
6487       - "lb"
6488       - "nfv_density"
6489       - "hoststack"
6490     level-2:
6491       - "2n-skx"
6492       - "3n-skx"
6493       - "2n-clx"
6494       - "3n-hsw"
6495       - "3n-tsh"
6496       - "2n-dnv"
6497       - "3n-dnv"
6498     level-3:
6499       - "xl710"
6500       - "x520"
6501       - "xxv710"
6502       - "x710"
6503       - "x553"
6504       - "cx556a"
6505       - "vic1227"
6506       - "vic1385"
6507
6508 # VPP MRR Configuration
6509 - type: "file"
6510   title: "VPP MRR Configuration"
6511   algorithm: "file_details_split"
6512   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6513   dir-tables:
6514     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6515     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6516     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6517     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6518     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6519     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6520     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6521   data:
6522     - "vpp-mrr-results-2n-skx"
6523     - "vpp-mrr-results-3n-skx"
6524     - "vpp-mrr-results-2n-clx"
6525     - "vpp-mrr-results-3n-hsw"
6526     - "vpp-mrr-results-3n-tsh"
6527     - "vpp-mrr-results-2n-dnv"
6528     - "vpp-mrr-results-3n-dnv"
6529   filter: "all"
6530   data-start-level: 4
6531   order-chapters:
6532     level-1:
6533       - "l2"
6534       - "ip4"
6535       - "ip6"
6536       - "srv6"
6537       - "ip4_tunnels"
6538       - "ip6_tunnels"
6539       - "vm_vhost"
6540       - "container_memif"
6541       - "crypto"
6542       - "vts"
6543       - "lb"
6544       - "nfv_density"
6545       - "hoststack"
6546     level-2:
6547       - "2n-skx"
6548       - "3n-skx"
6549       - "2n-clx"
6550       - "3n-hsw"
6551       - "3n-tsh"
6552       - "2n-dnv"
6553       - "3n-dnv"
6554     level-3:
6555       - "xl710"
6556       - "x520"
6557       - "xxv710"
6558       - "x710"
6559       - "x553"
6560       - "cx556a"
6561       - "vic1227"
6562       - "vic1385"
6563
6564 # VPP Device Results - Ubuntu
6565 - type: "file"
6566   title: "VPP Device Results - Ubuntu"
6567   algorithm: "file_test_results"
6568   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6569   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6570   data: "vpp-device-results-ubuntu"
6571   filter: "all"
6572   data-start-level: 4
6573
6574 # VPP Device Configuration - Ubuntu
6575 - type: "file"
6576   title: "VPP Device Configuration - Ubuntu"
6577   algorithm: "file_test_results"
6578   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6579   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6580   data: "vpp-device-results-ubuntu"
6581   filter: "all"
6582   data-start-level: 4
6583
6584 # DPDK Performance Results 3n-hsw
6585 - type: "file"
6586   title: "DPDK Performance Results 3n-hsw"
6587   algorithm: "file_test_results"
6588   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6589   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6590   data: "dpdk-perf-results-3n-hsw"
6591   filter: "all"
6592   data-start-level: 4
6593
6594 # DPDK Performance Results 3n-skx
6595 - type: "file"
6596   title: "DPDK Performance Results 3n-skx"
6597   algorithm: "file_test_results"
6598   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6599   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6600   data: "dpdk-perf-results-3n-skx"
6601   filter: "all"
6602   data-start-level: 4
6603
6604 # DPDK Performance Results 2n-skx
6605 - type: "file"
6606   title: "DPDK Performance Results 2n-skx"
6607   algorithm: "file_test_results"
6608   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6609   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6610   data: "dpdk-perf-results-2n-skx"
6611   filter: "all"
6612   data-start-level: 4
6613
6614 # DPDK Performance Results 2n-clx
6615 - type: "file"
6616   title: "DPDK Performance Results 2n-clx"
6617   algorithm: "file_test_results"
6618   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6619   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6620   data: "dpdk-perf-results-2n-clx"
6621   filter: "all"
6622   data-start-level: 4
6623
6624 # DPDK Performance Results 2n-dnv
6625 - type: "file"
6626   title: "DPDK Performance Results 2n-dnv"
6627   algorithm: "file_test_results"
6628   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6629   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6630   data: "dpdk-perf-results-2n-dnv"
6631   filter: "all"
6632   data-start-level: 4
6633
6634 # DPDK Performance Results 3n-dnv
6635 - type: "file"
6636   title: "DPDK Performance Results 3n-dnv"
6637   algorithm: "file_test_results"
6638   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6639   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6640   data: "dpdk-perf-results-3n-dnv"
6641   filter: "all"
6642   data-start-level: 4
6643
6644 # DPDK Performance Results 3n-tsh
6645 - type: "file"
6646   title: "DPDK Performance Results 3n-tsh"
6647   algorithm: "file_test_results"
6648   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6649   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6650   data: "dpdk-perf-results-3n-tsh"
6651   filter: "all"
6652   data-start-level: 4
6653
6654 ################################################################################
6655 ###                                P L O T S                                 ###
6656 ################################################################################
6657
6658 # Hoststack tests 3n-hsw
6659
6660 - type: "plot"
6661   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6662   algorithm: "plot_perf_box_name"
6663   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6664   data: "plot-vpp-hoststack-3n-hsw"
6665   include:
6666     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6667     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6668   layout:
6669     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6670     layout: "plot-hoststack"
6671
6672 - type: "plot"
6673   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6674   algorithm: "plot_perf_box_name"
6675   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6676   data: "plot-vpp-hoststack-3n-hsw"
6677   include:
6678     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6679     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6680   layout:
6681     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6682     layout: "plot-hoststack"
6683
6684 - type: "plot"
6685   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6686   algorithm: "plot_perf_box_name"
6687   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
6688   data: "plot-vpp-hoststack-3n-hsw"
6689   include:
6690     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6691     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6692     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6693     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6694   layout:
6695     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6696     layout: "plot-hoststack"
6697
6698 ## Plots VPP HTTP Server Performance
6699 #- type: "plot"
6700 #  title: "VPP HTTP Server Performance"
6701 #  algorithm: "plot_http_server_perf_box"
6702 #  output-file-type: ".html"
6703 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6704 #  data:
6705 #    "plot-vpp-http-server-performance"
6706 #  filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6707 #  parameters:
6708 #  - "result"
6709 #  - "name"
6710 #  traces:
6711 #    hoverinfo: "y+name"
6712 #    boxpoints: "outliers"
6713 #    whiskerwidth: 0
6714 #  layout:
6715 #    title: "VPP HTTP Server Performance"
6716 #    layout:
6717 #      "plot-cps"
6718 #
6719 #- type: "plot"
6720 #  title: "VPP HTTP Server Performance"
6721 #  algorithm: "plot_http_server_perf_box"
6722 #  output-file-type: ".html"
6723 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6724 #  data:
6725 #    "plot-vpp-http-server-performance"
6726 #  filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6727 #  parameters:
6728 #  - "result"
6729 #  - "name"
6730 #  traces:
6731 #    hoverinfo: "y+name"
6732 #    boxpoints: "outliers"
6733 #    whiskerwidth: 0
6734 #  layout:
6735 #    title: "VPP HTTP Server Performance"
6736 #    layout:
6737 #      "plot-rps"
6738
6739 ################################################################################
6740
6741 # Soak Test (PLRsearch), boxes - 2n-clx
6742 - type: "plot"
6743   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6744   algorithm: "plot_perf_box_name"
6745   output-file-type: ".html"
6746   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6747   data: "plot-vpp-soak-2n-clx"
6748   include:
6749     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6750     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6751     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6752     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6755   layout:
6756     title: "30 Minutes Soak Test (PLRsearch)"
6757     layout: "plot-soak-throughput"
6758
6759 # Soak Test (PLRsearch), boxes - 2n-clx
6760 - type: "plot"
6761   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6762   algorithm: "plot_perf_box_name"
6763   output-file-type: ".html"
6764   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6765   data: "plot-vpp-soak-2n-clx"
6766   include:
6767     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6768     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6769     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6770     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6771     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6772     - "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"
6773   layout:
6774     title: "30 Minutes Soak Test (PLRsearch)"
6775     layout: "plot-soak-throughput"
6776
6777 # Soak Test (PLRsearch), boxes - 2n-skx
6778 - type: "plot"
6779   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6780   algorithm: "plot_perf_box_name"
6781   output-file-type: ".html"
6782   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
6783   data: "plot-vpp-soak-2n-skx"
6784   include:
6785     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6786     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6787     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6788     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6791   layout:
6792     title: "30 Minutes Soak Test (PLRsearch)"
6793     layout: "plot-soak-throughput"
6794
6795 # Soak Test (PLRsearch), boxes - 2n-skx
6796 - type: "plot"
6797   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6798   algorithm: "plot_perf_box_name"
6799   output-file-type: ".html"
6800   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
6801   data: "plot-vpp-soak-2n-skx"
6802   include:
6803     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6804     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6805     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6806     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6807     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6808     - "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"
6809   layout:
6810     title: "30 Minutes Soak Test (PLRsearch)"
6811     layout: "plot-soak-throughput"
6812
6813 ###############################################################################
6814
6815 # Reconf tests 2n-skx
6816
6817 - type: "plot"
6818   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6819   algorithm: "plot_nf_reconf_box_name"
6820   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6821   data: "plot-vpp-nfv-reconf-2n-skx"
6822   include:
6823     - "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"
6824     - "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"
6825     - "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"
6826     - "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"
6827     - "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"
6828     - "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"
6829   layout:
6830     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6831     layout: "plot-throughput"
6832
6833 - type: "plot"
6834   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6835   algorithm: "plot_nf_reconf_box_name"
6836   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6837   data: "plot-vpp-nfv-reconf-2n-skx"
6838   include:
6839     - "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"
6840     - "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"
6841     - "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"
6842     - "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"
6843     - "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"
6844     - "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"
6845   layout:
6846     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6847     layout: "plot-throughput"
6848
6849 - type: "plot"
6850   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6851   algorithm: "plot_nf_reconf_box_name"
6852   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6853   data: "plot-vpp-nfv-reconf-2n-skx"
6854   include:
6855     - "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"
6856     - "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"
6857     - "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"
6858     - "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"
6859     - "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"
6860     - "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"
6861   layout:
6862     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6863     layout: "plot-throughput"
6864
6865 ###############################################################################
6866
6867 # Reconf tests 2n-clx
6868
6869 - type: "plot"
6870   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6871   algorithm: "plot_nf_reconf_box_name"
6872   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6873   data: "plot-vpp-nfv-reconf-2n-clx"
6874   include:
6875     - "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"
6876     - "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"
6877     - "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"
6878     - "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"
6879   layout:
6880     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6881     layout: "plot-throughput"
6882
6883 - type: "plot"
6884   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6885   algorithm: "plot_nf_reconf_box_name"
6886   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6887   data: "plot-vpp-nfv-reconf-2n-clx"
6888   include:
6889     - "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"
6890     - "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"
6891     - "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"
6892     - "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"
6893   layout:
6894     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6895     layout: "plot-throughput"
6896
6897 - type: "plot"
6898   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6899   algorithm: "plot_nf_reconf_box_name"
6900   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6901   data: "plot-vpp-nfv-reconf-2n-clx"
6902   include:
6903     - "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"
6904     - "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"
6905     - "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"
6906     - "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"
6907   layout:
6908     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6909     layout: "plot-throughput"
6910
6911 ################################################################################
6912 ## Plots - NF Density - VSC - MRR 64b
6913 #- type: "plot"
6914 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6915 #  algorithm: "plot_nf_heatmap"
6916 #  output-file-type: ".html"
6917 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6918 #  data: "plot-vpp-nfv-2n-skx-mrr"
6919 #  filter: "'NIC_Intel-XXV710' and
6920 #           'NF_DENSITY' and
6921 #           'VHOST' and
6922 #           not 'VXLAN' and
6923 #           'CHAIN' and
6924 #           'NF_VPPIP4' and
6925 #           '64B' and
6926 #           '2T1C' and
6927 #           'MRR'"
6928 #  parameters:
6929 #  - "result"
6930 #  - "name"
6931 #  - "tags"
6932 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6933 #  x-axis: "X = VNFs per Service Chain"
6934 #  y-axis: "Y = Number of Service Chains"
6935 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6936 #  layout:
6937 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6938 #    layout: "plot-service-density"
6939 #
6940 #- type: "plot"
6941 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6942 #  algorithm: "plot_nf_heatmap"
6943 #  output-file-type: ".html"
6944 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6945 #  data: "plot-vpp-nfv-2n-skx-mrr"
6946 #  filter: "'NIC_Intel-XXV710' and
6947 #           'NF_DENSITY' and
6948 #           'VHOST' and
6949 #           not 'VXLAN' and
6950 #           'CHAIN' and
6951 #           'NF_VPPIP4' and
6952 #           '64B' and
6953 #           '4T2C' and
6954 #           'MRR'"
6955 #  parameters:
6956 #  - "result"
6957 #  - "name"
6958 #  - "tags"
6959 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6960 #  x-axis: "X = VNFs per Service Chain"
6961 #  y-axis: "Y = Number of Service Chains"
6962 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6963 #  layout:
6964 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6965 #    layout: "plot-service-density"
6966 #
6967 #- type: "plot"
6968 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6969 #  algorithm: "plot_nf_heatmap"
6970 #  output-file-type: ".html"
6971 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6972 #  data: "plot-vpp-nfv-2n-skx-mrr"
6973 #  filter: "'NIC_Intel-XXV710' and
6974 #           'NF_DENSITY' and
6975 #           'VHOST' and
6976 #           not 'VXLAN' and
6977 #           'CHAIN' and
6978 #           'NF_VPPIP4' and
6979 #           '64B' and
6980 #           '8T4C' and
6981 #           'MRR'"
6982 #  parameters:
6983 #  - "result"
6984 #  - "name"
6985 #  - "tags"
6986 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6987 #  x-axis: "X = VNFs per Service Chain"
6988 #  y-axis: "Y = Number of Service Chains"
6989 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6990 #  layout:
6991 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6992 #    layout: "plot-service-density"
6993 #
6994 ## Plots - NF Density - VSC - MRR IMIX
6995 #- type: "plot"
6996 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6997 #  algorithm: "plot_nf_heatmap"
6998 #  output-file-type: ".html"
6999 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7000 #  data: "plot-vpp-nfv-2n-skx-mrr"
7001 #  filter: "'NIC_Intel-XXV710' and
7002 #           'NF_DENSITY' and
7003 #           'VHOST' and
7004 #           not 'VXLAN' and
7005 #           'CHAIN' and
7006 #           'NF_VPPIP4' and
7007 #           'IMIX' and
7008 #           '2T1C' and
7009 #           'MRR'"
7010 #  parameters:
7011 #  - "result"
7012 #  - "name"
7013 #  - "tags"
7014 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7015 #  x-axis: "X = VNFs per Service Chain"
7016 #  y-axis: "Y = Number of Service Chains"
7017 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7018 #  layout:
7019 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7020 #    layout: "plot-service-density"
7021 #
7022 #- type: "plot"
7023 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7024 #  algorithm: "plot_nf_heatmap"
7025 #  output-file-type: ".html"
7026 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7027 #  data: "plot-vpp-nfv-2n-skx-mrr"
7028 #  filter: "'NIC_Intel-XXV710' and
7029 #           'NF_DENSITY' and
7030 #           'VHOST' and
7031 #           not 'VXLAN' and
7032 #           'CHAIN' and
7033 #           'NF_VPPIP4' and
7034 #           'IMIX' and
7035 #           '4T2C' and
7036 #           'MRR'"
7037 #  parameters:
7038 #  - "result"
7039 #  - "name"
7040 #  - "tags"
7041 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7042 #  x-axis: "X = VNFs per Service Chain"
7043 #  y-axis: "Y = Number of Service Chains"
7044 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7045 #  layout:
7046 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7047 #    layout: "plot-service-density"
7048 #
7049 #- type: "plot"
7050 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7051 #  algorithm: "plot_nf_heatmap"
7052 #  output-file-type: ".html"
7053 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7054 #  data: "plot-vpp-nfv-2n-skx-mrr"
7055 #  filter: "'NIC_Intel-XXV710' and
7056 #           'NF_DENSITY' and
7057 #           'VHOST' and
7058 #           not 'VXLAN' and
7059 #           'CHAIN' and
7060 #           'NF_VPPIP4' and
7061 #           'IMIX' and
7062 #           '8T4C' and
7063 #           'MRR'"
7064 #  parameters:
7065 #  - "result"
7066 #  - "name"
7067 #  - "tags"
7068 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7069 #  x-axis: "X = VNFs per Service Chain"
7070 #  y-axis: "Y = Number of Service Chains"
7071 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7072 #  layout:
7073 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7074 #    layout: "plot-service-density"
7075 #
7076 ## Plots - NF Density - VSC - NDR 64b
7077 #- type: "plot"
7078 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7079 #  algorithm: "plot_nf_heatmap"
7080 #  output-file-type: ".html"
7081 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
7082 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7083 #  filter: "'NIC_Intel-XXV710' and
7084 #           'NF_DENSITY' and
7085 #           'VHOST' and
7086 #           not 'VXLAN' and
7087 #           'CHAIN' and
7088 #           'NF_VPPIP4' and
7089 #           '64B' and
7090 #           '2T1C' and
7091 #           'NDRPDR'"
7092 #  parameters:
7093 #  - "throughput"
7094 #  - "name"
7095 #  - "tags"
7096 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7097 #  x-axis: "X = VNFs per Service Chain"
7098 #  y-axis: "Y = Number of Service Chains"
7099 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7100 #  layout:
7101 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7102 #    layout: "plot-service-density"
7103 #
7104 #- type: "plot"
7105 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7106 #  algorithm: "plot_nf_heatmap"
7107 #  output-file-type: ".html"
7108 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
7109 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7110 #  filter: "'NIC_Intel-XXV710' and
7111 #           'NF_DENSITY' and
7112 #           'VHOST' and
7113 #           not 'VXLAN' and
7114 #           'CHAIN' and
7115 #           'NF_VPPIP4' and
7116 #           '64B' and
7117 #           '4T2C' and
7118 #           'NDRPDR'"
7119 #  parameters:
7120 #  - "throughput"
7121 #  - "name"
7122 #  - "tags"
7123 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7124 #  x-axis: "X = VNFs per Service Chain"
7125 #  y-axis: "Y = Number of Service Chains"
7126 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7127 #  layout:
7128 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7129 #    layout: "plot-service-density"
7130 #
7131 #- type: "plot"
7132 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7133 #  algorithm: "plot_nf_heatmap"
7134 #  output-file-type: ".html"
7135 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
7136 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7137 #  filter: "'NIC_Intel-XXV710' and
7138 #           'NF_DENSITY' and
7139 #           'VHOST' and
7140 #           not 'VXLAN' and
7141 #           'CHAIN' and
7142 #           'NF_VPPIP4' and
7143 #           '64B' and
7144 #           '8T4C' and
7145 #           'NDRPDR'"
7146 #  parameters:
7147 #  - "throughput"
7148 #  - "name"
7149 #  - "tags"
7150 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7151 #  x-axis: "X = VNFs per Service Chain"
7152 #  y-axis: "Y = Number of Service Chains"
7153 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7154 #  layout:
7155 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7156 #    layout: "plot-service-density"
7157 #
7158 ## Plots - NF Density - VSC - NDR IMIX
7159 #- type: "plot"
7160 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7161 #  algorithm: "plot_nf_heatmap"
7162 #  output-file-type: ".html"
7163 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7164 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7165 #  filter: "'NIC_Intel-XXV710' and
7166 #           'NF_DENSITY' and
7167 #           'VHOST' and
7168 #           not 'VXLAN' and
7169 #           'CHAIN' and
7170 #           'NF_VPPIP4' and
7171 #           'IMIX' and
7172 #           '2T1C' and
7173 #           'NDRPDR'"
7174 #  parameters:
7175 #  - "throughput"
7176 #  - "name"
7177 #  - "tags"
7178 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7179 #  x-axis: "X = VNFs per Service Chain"
7180 #  y-axis: "Y = Number of Service Chains"
7181 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7182 #  layout:
7183 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7184 #    layout: "plot-service-density"
7185 #
7186 #- type: "plot"
7187 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7188 #  algorithm: "plot_nf_heatmap"
7189 #  output-file-type: ".html"
7190 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7191 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7192 #  filter: "'NIC_Intel-XXV710' and
7193 #           'NF_DENSITY' and
7194 #           'VHOST' and
7195 #           not 'VXLAN' and
7196 #           'CHAIN' and
7197 #           'NF_VPPIP4' and
7198 #           'IMIX' and
7199 #           '4T2C' and
7200 #           'NDRPDR'"
7201 #  parameters:
7202 #  - "throughput"
7203 #  - "name"
7204 #  - "tags"
7205 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7206 #  x-axis: "X = VNFs per Service Chain"
7207 #  y-axis: "Y = Number of Service Chains"
7208 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7209 #  layout:
7210 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7211 #    layout: "plot-service-density"
7212 #
7213 #- type: "plot"
7214 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7215 #  algorithm: "plot_nf_heatmap"
7216 #  output-file-type: ".html"
7217 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7218 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7219 #  filter: "'NIC_Intel-XXV710' and
7220 #           'NF_DENSITY' and
7221 #           'VHOST' and
7222 #           not 'VXLAN' and
7223 #           'CHAIN' and
7224 #           'NF_VPPIP4' and
7225 #           'IMIX' and
7226 #           '8T4C' and
7227 #           'NDRPDR'"
7228 #  parameters:
7229 #  - "throughput"
7230 #  - "name"
7231 #  - "tags"
7232 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7233 #  x-axis: "X = VNFs per Service Chain"
7234 #  y-axis: "Y = Number of Service Chains"
7235 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7236 #  layout:
7237 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7238 #    layout: "plot-service-density"
7239 #
7240 ## Plots - NF Density - VSC - PDR 64b
7241 #- type: "plot"
7242 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7243 #  algorithm: "plot_nf_heatmap"
7244 #  output-file-type: ".html"
7245 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
7246 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7247 #  filter: "'NIC_Intel-XXV710' and
7248 #           'NF_DENSITY' and
7249 #           'VHOST' and
7250 #           not 'VXLAN' and
7251 #           'CHAIN' and
7252 #           'NF_VPPIP4' and
7253 #           '64B' and
7254 #           '2T1C' and
7255 #           'NDRPDR'"
7256 #  parameters:
7257 #  - "throughput"
7258 #  - "name"
7259 #  - "tags"
7260 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7261 #  x-axis: "X = VNFs per Service Chain"
7262 #  y-axis: "Y = Number of Service Chains"
7263 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7264 #  layout:
7265 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7266 #    layout: "plot-service-density"
7267 #
7268 #- type: "plot"
7269 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7270 #  algorithm: "plot_nf_heatmap"
7271 #  output-file-type: ".html"
7272 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
7273 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7274 #  filter: "'NIC_Intel-XXV710' and
7275 #           'NF_DENSITY' and
7276 #           'VHOST' and
7277 #           not 'VXLAN' and
7278 #           'CHAIN' and
7279 #           'NF_VPPIP4' and
7280 #           '64B' and
7281 #           '4T2C' and
7282 #           'NDRPDR'"
7283 #  parameters:
7284 #  - "throughput"
7285 #  - "name"
7286 #  - "tags"
7287 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7288 #  x-axis: "X = VNFs per Service Chain"
7289 #  y-axis: "Y = Number of Service Chains"
7290 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7291 #  layout:
7292 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7293 #    layout: "plot-service-density"
7294 #
7295 #- type: "plot"
7296 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7297 #  algorithm: "plot_nf_heatmap"
7298 #  output-file-type: ".html"
7299 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7300 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7301 #  filter: "'NIC_Intel-XXV710' and
7302 #           'NF_DENSITY' and
7303 #           'VHOST' and
7304 #           not 'VXLAN' and
7305 #           'CHAIN' and
7306 #           'NF_VPPIP4' and
7307 #           '64B' and
7308 #           '8T4C' and
7309 #           'NDRPDR'"
7310 #  parameters:
7311 #  - "throughput"
7312 #  - "name"
7313 #  - "tags"
7314 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7315 #  x-axis: "X = VNFs per Service Chain"
7316 #  y-axis: "Y = Number of Service Chains"
7317 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7318 #  layout:
7319 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7320 #    layout: "plot-service-density"
7321 #
7322 ## Plots - NF Density - VSC - PDR IMIX
7323 #- type: "plot"
7324 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7325 #  algorithm: "plot_nf_heatmap"
7326 #  output-file-type: ".html"
7327 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7328 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7329 #  filter: "'NIC_Intel-XXV710' and
7330 #           'NF_DENSITY' and
7331 #           'VHOST' and
7332 #           not 'VXLAN' and
7333 #           'CHAIN' and
7334 #           'NF_VPPIP4' and
7335 #           'IMIX' and
7336 #           '2T1C' and
7337 #           'NDRPDR'"
7338 #  parameters:
7339 #  - "throughput"
7340 #  - "name"
7341 #  - "tags"
7342 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7343 #  x-axis: "X = VNFs per Service Chain"
7344 #  y-axis: "Y = Number of Service Chains"
7345 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7346 #  layout:
7347 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7348 #    layout: "plot-service-density"
7349 #
7350 #- type: "plot"
7351 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7352 #  algorithm: "plot_nf_heatmap"
7353 #  output-file-type: ".html"
7354 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7355 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7356 #  filter: "'NIC_Intel-XXV710' and
7357 #           'NF_DENSITY' and
7358 #           'VHOST' and
7359 #           not 'VXLAN' and
7360 #           'CHAIN' and
7361 #           'NF_VPPIP4' and
7362 #           'IMIX' and
7363 #           '4T2C' and
7364 #           'NDRPDR'"
7365 #  parameters:
7366 #  - "throughput"
7367 #  - "name"
7368 #  - "tags"
7369 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7370 #  x-axis: "X = VNFs per Service Chain"
7371 #  y-axis: "Y = Number of Service Chains"
7372 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7373 #  layout:
7374 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7375 #    layout: "plot-service-density"
7376 #
7377 #- type: "plot"
7378 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7379 #  algorithm: "plot_nf_heatmap"
7380 #  output-file-type: ".html"
7381 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7382 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7383 #  filter: "'NIC_Intel-XXV710' and
7384 #           'NF_DENSITY' and
7385 #           'VHOST' and
7386 #           not 'VXLAN' and
7387 #           'CHAIN' and
7388 #           'NF_VPPIP4' and
7389 #           'IMIX' and
7390 #           '8T4C' and
7391 #           'NDRPDR'"
7392 #  parameters:
7393 #  - "throughput"
7394 #  - "name"
7395 #  - "tags"
7396 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7397 #  x-axis: "X = VNFs per Service Chain"
7398 #  y-axis: "Y = Number of Service Chains"
7399 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7400 #  layout:
7401 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7402 #    layout: "plot-service-density"
7403 #
7404 ################################################################################
7405 ## Plots - NF Density - VSC - MRR 64b
7406 #- type: "plot"
7407 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7408 #  algorithm: "plot_nf_heatmap"
7409 #  output-file-type: ".html"
7410 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7411 #  data: "plot-vpp-nfv-2n-skx-mrr"
7412 #  filter: "'NIC_Intel-XXV710' and
7413 #           'NF_DENSITY' and
7414 #           'VHOST' and
7415 #           'VXLAN' and
7416 #           'CHAIN' and
7417 #           '118' and
7418 #           '2T1C' and
7419 #           'MRR'"
7420 #  parameters:
7421 #  - "result"
7422 #  - "name"
7423 #  - "tags"
7424 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7425 #  x-axis: "X = VNFs per Service Chain"
7426 #  y-axis: "Y = Number of Service Chains"
7427 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7428 #  layout:
7429 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7430 #    layout: "plot-service-density"
7431 #
7432 #- type: "plot"
7433 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7434 #  algorithm: "plot_nf_heatmap"
7435 #  output-file-type: ".html"
7436 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7437 #  data: "plot-vpp-nfv-2n-skx-mrr"
7438 #  filter: "'NIC_Intel-XXV710' and
7439 #           'NF_DENSITY' and
7440 #           'VHOST' and
7441 #           'VXLAN' and
7442 #           'CHAIN' and
7443 #           '118' and
7444 #           '4T2C' and
7445 #           'MRR'"
7446 #  parameters:
7447 #  - "result"
7448 #  - "name"
7449 #  - "tags"
7450 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7451 #  x-axis: "X = VNFs per Service Chain"
7452 #  y-axis: "Y = Number of Service Chains"
7453 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7454 #  layout:
7455 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7456 #    layout: "plot-service-density"
7457 #
7458 #- type: "plot"
7459 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7460 #  algorithm: "plot_nf_heatmap"
7461 #  output-file-type: ".html"
7462 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7463 #  data: "plot-vpp-nfv-2n-skx-mrr"
7464 #  filter: "'NIC_Intel-XXV710' and
7465 #           'NF_DENSITY' and
7466 #           'VHOST' and
7467 #           'VXLAN' and
7468 #           'CHAIN' and
7469 #           '118' and
7470 #           '8T4C' and
7471 #           'MRR'"
7472 #  parameters:
7473 #  - "result"
7474 #  - "name"
7475 #  - "tags"
7476 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7477 #  x-axis: "X = VNFs per Service Chain"
7478 #  y-axis: "Y = Number of Service Chains"
7479 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7480 #  layout:
7481 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7482 #    layout: "plot-service-density"
7483 #
7484 ## Plots - NF Density - VSC - MRR IMIX
7485 #- type: "plot"
7486 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7487 #  algorithm: "plot_nf_heatmap"
7488 #  output-file-type: ".html"
7489 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7490 #  data: "plot-vpp-nfv-2n-skx-mrr"
7491 #  filter: "'NIC_Intel-XXV710' and
7492 #           'NF_DENSITY' and
7493 #           'VHOST' and
7494 #           'VXLAN' and
7495 #           'CHAIN' and
7496 #           'IMIX' and
7497 #           '2T1C' and
7498 #           'MRR'"
7499 #  parameters:
7500 #  - "result"
7501 #  - "name"
7502 #  - "tags"
7503 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7504 #  x-axis: "X = VNFs per Service Chain"
7505 #  y-axis: "Y = Number of Service Chains"
7506 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7507 #  layout:
7508 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7509 #    layout: "plot-service-density"
7510 #
7511 #- type: "plot"
7512 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7513 #  algorithm: "plot_nf_heatmap"
7514 #  output-file-type: ".html"
7515 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7516 #  data: "plot-vpp-nfv-2n-skx-mrr"
7517 #  filter: "'NIC_Intel-XXV710' and
7518 #           'NF_DENSITY' and
7519 #           'VHOST' and
7520 #           'VXLAN' and
7521 #           'CHAIN' and
7522 #           'IMIX' and
7523 #           '4T2C' and
7524 #           'MRR'"
7525 #  parameters:
7526 #  - "result"
7527 #  - "name"
7528 #  - "tags"
7529 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7530 #  x-axis: "X = VNFs per Service Chain"
7531 #  y-axis: "Y = Number of Service Chains"
7532 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7533 #  layout:
7534 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7535 #    layout: "plot-service-density"
7536 #
7537 #- type: "plot"
7538 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7539 #  algorithm: "plot_nf_heatmap"
7540 #  output-file-type: ".html"
7541 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7542 #  data: "plot-vpp-nfv-2n-skx-mrr"
7543 #  filter: "'NIC_Intel-XXV710' and
7544 #           'NF_DENSITY' and
7545 #           'VHOST' and
7546 #           'VXLAN' and
7547 #           'CHAIN' and
7548 #           'IMIX' and
7549 #           '8T4C' and
7550 #           'MRR'"
7551 #  parameters:
7552 #  - "result"
7553 #  - "name"
7554 #  - "tags"
7555 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7556 #  x-axis: "X = VNFs per Service Chain"
7557 #  y-axis: "Y = Number of Service Chains"
7558 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7559 #  layout:
7560 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7561 #    layout: "plot-service-density"
7562 #
7563 ## Plots - NF Density - VSC - NDR 64b
7564 #- type: "plot"
7565 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7566 #  algorithm: "plot_nf_heatmap"
7567 #  output-file-type: ".html"
7568 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7569 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7570 #  filter: "'NIC_Intel-XXV710' and
7571 #           'NF_DENSITY' and
7572 #           'VHOST' and
7573 #           'VXLAN' and
7574 #           'CHAIN' and
7575 #           '118' and
7576 #           '2T1C' and
7577 #           'NDRPDR'"
7578 #  parameters:
7579 #  - "throughput"
7580 #  - "name"
7581 #  - "tags"
7582 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7583 #  x-axis: "X = VNFs per Service Chain"
7584 #  y-axis: "Y = Number of Service Chains"
7585 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7586 #  layout:
7587 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7588 #    layout: "plot-service-density"
7589 #
7590 #- type: "plot"
7591 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7592 #  algorithm: "plot_nf_heatmap"
7593 #  output-file-type: ".html"
7594 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7595 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7596 #  filter: "'NIC_Intel-XXV710' and
7597 #           'NF_DENSITY' and
7598 #           'VHOST' and
7599 #           'VXLAN' and
7600 #           'CHAIN' and
7601 #           '118' and
7602 #           '4T2C' and
7603 #           'NDRPDR'"
7604 #  parameters:
7605 #  - "throughput"
7606 #  - "name"
7607 #  - "tags"
7608 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7609 #  x-axis: "X = VNFs per Service Chain"
7610 #  y-axis: "Y = Number of Service Chains"
7611 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7612 #  layout:
7613 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7614 #    layout: "plot-service-density"
7615 #
7616 #- type: "plot"
7617 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7618 #  algorithm: "plot_nf_heatmap"
7619 #  output-file-type: ".html"
7620 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7621 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7622 #  filter: "'NIC_Intel-XXV710' and
7623 #           'NF_DENSITY' and
7624 #           'VHOST' and
7625 #           'VXLAN' and
7626 #           'CHAIN' and
7627 #           '118' and
7628 #           '8T4C' and
7629 #           'NDRPDR'"
7630 #  parameters:
7631 #  - "throughput"
7632 #  - "name"
7633 #  - "tags"
7634 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7635 #  x-axis: "X = VNFs per Service Chain"
7636 #  y-axis: "Y = Number of Service Chains"
7637 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7638 #  layout:
7639 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7640 #    layout: "plot-service-density"
7641 #
7642 ## Plots - NF Density - VSC - NDR IMIX
7643 #- type: "plot"
7644 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7645 #  algorithm: "plot_nf_heatmap"
7646 #  output-file-type: ".html"
7647 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7648 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7649 #  filter: "'NIC_Intel-XXV710' and
7650 #           'NF_DENSITY' and
7651 #           'VHOST' and
7652 #           'VXLAN' and
7653 #           'CHAIN' and
7654 #           'IMIX' and
7655 #           '2T1C' and
7656 #           'NDRPDR'"
7657 #  parameters:
7658 #  - "throughput"
7659 #  - "name"
7660 #  - "tags"
7661 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7662 #  x-axis: "X = VNFs per Service Chain"
7663 #  y-axis: "Y = Number of Service Chains"
7664 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7665 #  layout:
7666 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7667 #    layout: "plot-service-density"
7668 #
7669 #- type: "plot"
7670 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7671 #  algorithm: "plot_nf_heatmap"
7672 #  output-file-type: ".html"
7673 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7674 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7675 #  filter: "'NIC_Intel-XXV710' and
7676 #           'NF_DENSITY' and
7677 #           'VHOST' and
7678 #           'VXLAN' and
7679 #           'CHAIN' and
7680 #           'IMIX' and
7681 #           '4T2C' and
7682 #           'NDRPDR'"
7683 #  parameters:
7684 #  - "throughput"
7685 #  - "name"
7686 #  - "tags"
7687 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7688 #  x-axis: "X = VNFs per Service Chain"
7689 #  y-axis: "Y = Number of Service Chains"
7690 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7691 #  layout:
7692 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7693 #    layout: "plot-service-density"
7694 #
7695 #- type: "plot"
7696 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7697 #  algorithm: "plot_nf_heatmap"
7698 #  output-file-type: ".html"
7699 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7700 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7701 #  filter: "'NIC_Intel-XXV710' and
7702 #           'NF_DENSITY' and
7703 #           'VHOST' and
7704 #           'VXLAN' and
7705 #           'CHAIN' and
7706 #           'IMIX' and
7707 #           '8T4C' and
7708 #           'NDRPDR'"
7709 #  parameters:
7710 #  - "throughput"
7711 #  - "name"
7712 #  - "tags"
7713 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7714 #  x-axis: "X = VNFs per Service Chain"
7715 #  y-axis: "Y = Number of Service Chains"
7716 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7717 #  layout:
7718 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7719 #    layout: "plot-service-density"
7720 #
7721 ## Plots - NF Density - VSC - PDR 64b
7722 #- type: "plot"
7723 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7724 #  algorithm: "plot_nf_heatmap"
7725 #  output-file-type: ".html"
7726 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7727 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7728 #  filter: "'NIC_Intel-XXV710' and
7729 #           'NF_DENSITY' and
7730 #           'VHOST' and
7731 #           'VXLAN' and
7732 #           'CHAIN' and
7733 #           '118' and
7734 #           '2T1C' and
7735 #           'NDRPDR'"
7736 #  parameters:
7737 #  - "throughput"
7738 #  - "name"
7739 #  - "tags"
7740 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7741 #  x-axis: "X = VNFs per Service Chain"
7742 #  y-axis: "Y = Number of Service Chains"
7743 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7744 #  layout:
7745 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7746 #    layout: "plot-service-density"
7747 #
7748 #- type: "plot"
7749 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7750 #  algorithm: "plot_nf_heatmap"
7751 #  output-file-type: ".html"
7752 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7753 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7754 #  filter: "'NIC_Intel-XXV710' and
7755 #           'NF_DENSITY' and
7756 #           'VHOST' and
7757 #           'VXLAN' and
7758 #           'CHAIN' and
7759 #           '118' and
7760 #           '4T2C' and
7761 #           'NDRPDR'"
7762 #  parameters:
7763 #  - "throughput"
7764 #  - "name"
7765 #  - "tags"
7766 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7767 #  x-axis: "X = VNFs per Service Chain"
7768 #  y-axis: "Y = Number of Service Chains"
7769 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7770 #  layout:
7771 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7772 #    layout: "plot-service-density"
7773 #
7774 #- type: "plot"
7775 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7776 #  algorithm: "plot_nf_heatmap"
7777 #  output-file-type: ".html"
7778 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7779 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7780 #  filter: "'NIC_Intel-XXV710' and
7781 #           'NF_DENSITY' and
7782 #           'VHOST' and
7783 #           'VXLAN' and
7784 #           'CHAIN' and
7785 #           '118' and
7786 #           '8T4C' and
7787 #           'NDRPDR'"
7788 #  parameters:
7789 #  - "throughput"
7790 #  - "name"
7791 #  - "tags"
7792 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7793 #  x-axis: "X = VNFs per Service Chain"
7794 #  y-axis: "Y = Number of Service Chains"
7795 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7796 #  layout:
7797 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7798 #    layout: "plot-service-density"
7799 #
7800 ## Plots - NF Density - VSC - PDR IMIX
7801 #- type: "plot"
7802 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7803 #  algorithm: "plot_nf_heatmap"
7804 #  output-file-type: ".html"
7805 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7806 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7807 #  filter: "'NIC_Intel-XXV710' and
7808 #           'NF_DENSITY' and
7809 #           'VHOST' and
7810 #           'VXLAN' and
7811 #           'CHAIN' and
7812 #           'IMIX' and
7813 #           '2T1C' and
7814 #           'NDRPDR'"
7815 #  parameters:
7816 #  - "throughput"
7817 #  - "name"
7818 #  - "tags"
7819 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7820 #  x-axis: "X = VNFs per Service Chain"
7821 #  y-axis: "Y = Number of Service Chains"
7822 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7823 #  layout:
7824 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7825 #    layout: "plot-service-density"
7826 #
7827 #- type: "plot"
7828 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7829 #  algorithm: "plot_nf_heatmap"
7830 #  output-file-type: ".html"
7831 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7832 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7833 #  filter: "'NIC_Intel-XXV710' and
7834 #           'NF_DENSITY' and
7835 #           'VHOST' and
7836 #           'VXLAN' and
7837 #           'CHAIN' and
7838 #           'IMIX' and
7839 #           '4T2C' and
7840 #           'NDRPDR'"
7841 #  parameters:
7842 #  - "throughput"
7843 #  - "name"
7844 #  - "tags"
7845 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7846 #  x-axis: "X = VNFs per Service Chain"
7847 #  y-axis: "Y = Number of Service Chains"
7848 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7849 #  layout:
7850 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7851 #    layout: "plot-service-density"
7852 #
7853 #- type: "plot"
7854 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7855 #  algorithm: "plot_nf_heatmap"
7856 #  output-file-type: ".html"
7857 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7858 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7859 #  filter: "'NIC_Intel-XXV710' and
7860 #           'NF_DENSITY' and
7861 #           'VHOST' and
7862 #           'VXLAN' and
7863 #           'CHAIN' and
7864 #           'IMIX' and
7865 #           '8T4C' and
7866 #           'NDRPDR'"
7867 #  parameters:
7868 #  - "throughput"
7869 #  - "name"
7870 #  - "tags"
7871 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7872 #  x-axis: "X = VNFs per Service Chain"
7873 #  y-axis: "Y = Number of Service Chains"
7874 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7875 #  layout:
7876 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7877 #    layout: "plot-service-density"
7878 #
7879 ################################################################################
7880 ## Plots - NF Density - CSC - MRR 64b
7881 #- type: "plot"
7882 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7883 #  algorithm: "plot_nf_heatmap"
7884 #  output-file-type: ".html"
7885 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7886 #  data: "plot-vpp-nfv-2n-skx-mrr"
7887 #  filter: "'NIC_Intel-XXV710' and
7888 #           'NF_DENSITY' and
7889 #           'DOCKER' and
7890 #           'CHAIN' and
7891 #           'NF_VPPIP4' and
7892 #           '64B' and
7893 #           '2T1C' and
7894 #           'MRR'"
7895 #  parameters:
7896 #  - "result"
7897 #  - "name"
7898 #  - "tags"
7899 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7900 #  x-axis: "X = CNFs per Service Chain"
7901 #  y-axis: "Y = Number of Service Chains"
7902 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7903 #  layout:
7904 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7905 #    layout: "plot-service-density"
7906 #
7907 #- type: "plot"
7908 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7909 #  algorithm: "plot_nf_heatmap"
7910 #  output-file-type: ".html"
7911 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7912 #  data: "plot-vpp-nfv-2n-skx-mrr"
7913 #  filter: "'NIC_Intel-XXV710' and
7914 #           'NF_DENSITY' and
7915 #           'DOCKER' and
7916 #           'CHAIN' and
7917 #           'NF_VPPIP4' and
7918 #           '64B' and
7919 #           '4T2C' and
7920 #           'MRR'"
7921 #  parameters:
7922 #  - "result"
7923 #  - "name"
7924 #  - "tags"
7925 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7926 #  x-axis: "X = CNFs per Service Chain"
7927 #  y-axis: "Y = Number of Service Chains"
7928 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7929 #  layout:
7930 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7931 #    layout: "plot-service-density"
7932 #
7933 #- type: "plot"
7934 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7935 #  algorithm: "plot_nf_heatmap"
7936 #  output-file-type: ".html"
7937 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7938 #  data: "plot-vpp-nfv-2n-skx-mrr"
7939 #  filter: "'NIC_Intel-XXV710' and
7940 #           'NF_DENSITY' and
7941 #           'DOCKER' and
7942 #           'CHAIN' and
7943 #           'NF_VPPIP4' and
7944 #           '64B' and
7945 #           '8T4C' and
7946 #           'MRR'"
7947 #  parameters:
7948 #  - "result"
7949 #  - "name"
7950 #  - "tags"
7951 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7952 #  x-axis: "X = CNFs per Service Chain"
7953 #  y-axis: "Y = Number of Service Chains"
7954 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7955 #  layout:
7956 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7957 #    layout: "plot-service-density"
7958 #
7959 ## Plots - NF Density - CSC - MRR IMIX
7960 #- type: "plot"
7961 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7962 #  algorithm: "plot_nf_heatmap"
7963 #  output-file-type: ".html"
7964 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7965 #  data: "plot-vpp-nfv-2n-skx-mrr"
7966 #  filter: "'NIC_Intel-XXV710' and
7967 #           'NF_DENSITY' and
7968 #           'DOCKER' and
7969 #           'CHAIN' and
7970 #           'NF_VPPIP4' and
7971 #           'IMIX' and
7972 #           '2T1C' and
7973 #           'MRR'"
7974 #  parameters:
7975 #  - "result"
7976 #  - "name"
7977 #  - "tags"
7978 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7979 #  x-axis: "X = CNFs per Service Chain"
7980 #  y-axis: "Y = Number of Service Chains"
7981 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7982 #  layout:
7983 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7984 #    layout: "plot-service-density"
7985 #
7986 #- type: "plot"
7987 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7988 #  algorithm: "plot_nf_heatmap"
7989 #  output-file-type: ".html"
7990 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7991 #  data: "plot-vpp-nfv-2n-skx-mrr"
7992 #  filter: "'NIC_Intel-XXV710' and
7993 #           'NF_DENSITY' and
7994 #           'DOCKER' and
7995 #           'CHAIN' and
7996 #           'NF_VPPIP4' and
7997 #           'IMIX' and
7998 #           '4T2C' and
7999 #           'MRR'"
8000 #  parameters:
8001 #  - "result"
8002 #  - "name"
8003 #  - "tags"
8004 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8005 #  x-axis: "X = CNFs per Service Chain"
8006 #  y-axis: "Y = Number of Service Chains"
8007 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8008 #  layout:
8009 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8010 #    layout: "plot-service-density"
8011 #
8012 #- type: "plot"
8013 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8014 #  algorithm: "plot_nf_heatmap"
8015 #  output-file-type: ".html"
8016 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8017 #  data: "plot-vpp-nfv-2n-skx-mrr"
8018 #  filter: "'NIC_Intel-XXV710' and
8019 #           'NF_DENSITY' and
8020 #           'DOCKER' and
8021 #           'CHAIN' and
8022 #           'NF_VPPIP4' and
8023 #           'IMIX' and
8024 #           '8T4C' and
8025 #           'MRR'"
8026 #  parameters:
8027 #  - "result"
8028 #  - "name"
8029 #  - "tags"
8030 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8031 #  x-axis: "X = CNFs per Service Chain"
8032 #  y-axis: "Y = Number of Service Chains"
8033 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8034 #  layout:
8035 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8036 #    layout: "plot-service-density"
8037 #
8038 ## Plots - NF Density - CSC - NDR 64b
8039 #- type: "plot"
8040 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8041 #  algorithm: "plot_nf_heatmap"
8042 #  output-file-type: ".html"
8043 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
8044 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8045 #  filter: "'NIC_Intel-XXV710' and
8046 #           'NF_DENSITY' and
8047 #           'DOCKER' and
8048 #           'CHAIN' and
8049 #           'NF_VPPIP4' and
8050 #           '64B' and
8051 #           '2T1C' and
8052 #           'NDRPDR'"
8053 #  parameters:
8054 #  - "throughput"
8055 #  - "name"
8056 #  - "tags"
8057 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8058 #  x-axis: "X = CNFs per Service Chain"
8059 #  y-axis: "Y = Number of Service Chains"
8060 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8061 #  layout:
8062 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8063 #    layout: "plot-service-density"
8064 #
8065 #- type: "plot"
8066 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8067 #  algorithm: "plot_nf_heatmap"
8068 #  output-file-type: ".html"
8069 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
8070 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8071 #  filter: "'NIC_Intel-XXV710' and
8072 #           'NF_DENSITY' and
8073 #           'DOCKER' and
8074 #           'CHAIN' and
8075 #           'NF_VPPIP4' and
8076 #           '64B' and
8077 #           '4T2C' and
8078 #           'NDRPDR'"
8079 #  parameters:
8080 #  - "throughput"
8081 #  - "name"
8082 #  - "tags"
8083 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8084 #  x-axis: "X = CNFs per Service Chain"
8085 #  y-axis: "Y = Number of Service Chains"
8086 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8087 #  layout:
8088 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8089 #    layout: "plot-service-density"
8090 #
8091 #- type: "plot"
8092 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8093 #  algorithm: "plot_nf_heatmap"
8094 #  output-file-type: ".html"
8095 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
8096 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8097 #  filter: "'NIC_Intel-XXV710' and
8098 #           'NF_DENSITY' and
8099 #           'DOCKER' and
8100 #           'CHAIN' and
8101 #           'NF_VPPIP4' and
8102 #           '64B' and
8103 #           '8T4C' and
8104 #           'NDRPDR'"
8105 #  parameters:
8106 #  - "throughput"
8107 #  - "name"
8108 #  - "tags"
8109 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8110 #  x-axis: "X = CNFs per Service Chain"
8111 #  y-axis: "Y = Number of Service Chains"
8112 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8113 #  layout:
8114 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8115 #    layout: "plot-service-density"
8116 #
8117 ## Plots - NF Density - CSC - NDR IMIX
8118 #- type: "plot"
8119 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8120 #  algorithm: "plot_nf_heatmap"
8121 #  output-file-type: ".html"
8122 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8123 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8124 #  filter: "'NIC_Intel-XXV710' and
8125 #           'NF_DENSITY' and
8126 #           'DOCKER' and
8127 #           'CHAIN' and
8128 #           'NF_VPPIP4' and
8129 #           'IMIX' and
8130 #           '2T1C' and
8131 #           'NDRPDR'"
8132 #  parameters:
8133 #  - "throughput"
8134 #  - "name"
8135 #  - "tags"
8136 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8137 #  x-axis: "X = CNFs per Service Chain"
8138 #  y-axis: "Y = Number of Service Chains"
8139 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8140 #  layout:
8141 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8142 #    layout: "plot-service-density"
8143 #
8144 #- type: "plot"
8145 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8146 #  algorithm: "plot_nf_heatmap"
8147 #  output-file-type: ".html"
8148 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8149 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8150 #  filter: "'NIC_Intel-XXV710' and
8151 #           'NF_DENSITY' and
8152 #           'DOCKER' and
8153 #           'CHAIN' and
8154 #           'NF_VPPIP4' and
8155 #           'IMIX' and
8156 #           '4T2C' and
8157 #           'NDRPDR'"
8158 #  parameters:
8159 #  - "throughput"
8160 #  - "name"
8161 #  - "tags"
8162 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8163 #  x-axis: "X = CNFs per Service Chain"
8164 #  y-axis: "Y = Number of Service Chains"
8165 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8166 #  layout:
8167 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8168 #    layout: "plot-service-density"
8169 #
8170 #- type: "plot"
8171 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8172 #  algorithm: "plot_nf_heatmap"
8173 #  output-file-type: ".html"
8174 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8175 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8176 #  filter: "'NIC_Intel-XXV710' and
8177 #           'NF_DENSITY' and
8178 #           'DOCKER' and
8179 #           'CHAIN' and
8180 #           'NF_VPPIP4' and
8181 #           'IMIX' and
8182 #           '8T4C' and
8183 #           'NDRPDR'"
8184 #  parameters:
8185 #  - "throughput"
8186 #  - "name"
8187 #  - "tags"
8188 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8189 #  x-axis: "X = CNFs per Service Chain"
8190 #  y-axis: "Y = Number of Service Chains"
8191 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8192 #  layout:
8193 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8194 #    layout: "plot-service-density"
8195 #
8196 ## Plots - NF Density - CSC - PDR 64b
8197 #- type: "plot"
8198 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8199 #  algorithm: "plot_nf_heatmap"
8200 #  output-file-type: ".html"
8201 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
8202 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8203 #  filter: "'NIC_Intel-XXV710' and
8204 #           'NF_DENSITY' and
8205 #           'DOCKER' and
8206 #           'CHAIN' and
8207 #           'NF_VPPIP4' and
8208 #           '64B' and
8209 #           '2T1C' and
8210 #           'NDRPDR'"
8211 #  parameters:
8212 #  - "throughput"
8213 #  - "name"
8214 #  - "tags"
8215 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8216 #  x-axis: "X = CNFs per Service Chain"
8217 #  y-axis: "Y = Number of Service Chains"
8218 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8219 #  layout:
8220 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8221 #    layout: "plot-service-density"
8222 #
8223 #- type: "plot"
8224 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8225 #  algorithm: "plot_nf_heatmap"
8226 #  output-file-type: ".html"
8227 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
8228 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8229 #  filter: "'NIC_Intel-XXV710' and
8230 #           'NF_DENSITY' and
8231 #           'DOCKER' and
8232 #           'CHAIN' and
8233 #           'NF_VPPIP4' and
8234 #           '64B' and
8235 #           '4T2C' and
8236 #           'NDRPDR'"
8237 #  parameters:
8238 #  - "throughput"
8239 #  - "name"
8240 #  - "tags"
8241 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8242 #  x-axis: "X = CNFs per Service Chain"
8243 #  y-axis: "Y = Number of Service Chains"
8244 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8245 #  layout:
8246 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8247 #    layout: "plot-service-density"
8248 #
8249 #- type: "plot"
8250 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8251 #  algorithm: "plot_nf_heatmap"
8252 #  output-file-type: ".html"
8253 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
8254 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8255 #  filter: "'NIC_Intel-XXV710' and
8256 #           'NF_DENSITY' and
8257 #           'DOCKER' and
8258 #           'CHAIN' and
8259 #           'NF_VPPIP4' and
8260 #           '64B' and
8261 #           '8T4C' and
8262 #           'NDRPDR'"
8263 #  parameters:
8264 #  - "throughput"
8265 #  - "name"
8266 #  - "tags"
8267 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8268 #  x-axis: "X = CNFs per Service Chain"
8269 #  y-axis: "Y = Number of Service Chains"
8270 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8271 #  layout:
8272 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8273 #    layout: "plot-service-density"
8274 #
8275 ## Plots - NF Density - CSC - PDR IMIX
8276 #- type: "plot"
8277 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8278 #  algorithm: "plot_nf_heatmap"
8279 #  output-file-type: ".html"
8280 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8281 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8282 #  filter: "'NIC_Intel-XXV710' and
8283 #           'NF_DENSITY' and
8284 #           'DOCKER' and
8285 #           'CHAIN' and
8286 #           'NF_VPPIP4' and
8287 #           'IMIX' and
8288 #           '2T1C' and
8289 #           'NDRPDR'"
8290 #  parameters:
8291 #  - "throughput"
8292 #  - "name"
8293 #  - "tags"
8294 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8295 #  x-axis: "X = CNFs per Service Chain"
8296 #  y-axis: "Y = Number of Service Chains"
8297 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8298 #  layout:
8299 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8300 #    layout: "plot-service-density"
8301 #
8302 #- type: "plot"
8303 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8304 #  algorithm: "plot_nf_heatmap"
8305 #  output-file-type: ".html"
8306 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8307 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8308 #  filter: "'NIC_Intel-XXV710' and
8309 #           'NF_DENSITY' and
8310 #           'DOCKER' and
8311 #           'CHAIN' and
8312 #           'NF_VPPIP4' and
8313 #           'IMIX' and
8314 #           '4T2C' and
8315 #           'NDRPDR'"
8316 #  parameters:
8317 #  - "throughput"
8318 #  - "name"
8319 #  - "tags"
8320 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8321 #  x-axis: "X = CNFs per Service Chain"
8322 #  y-axis: "Y = Number of Service Chains"
8323 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8324 #  layout:
8325 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8326 #    layout: "plot-service-density"
8327 #
8328 #- type: "plot"
8329 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8330 #  algorithm: "plot_nf_heatmap"
8331 #  output-file-type: ".html"
8332 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8333 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8334 #  filter: "'NIC_Intel-XXV710' and
8335 #           'NF_DENSITY' and
8336 #           'DOCKER' and
8337 #           'CHAIN' and
8338 #           'NF_VPPIP4' and
8339 #           'IMIX' and
8340 #           '8T4C' and
8341 #           'NDRPDR'"
8342 #  parameters:
8343 #  - "throughput"
8344 #  - "name"
8345 #  - "tags"
8346 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8347 #  x-axis: "X = CNFs per Service Chain"
8348 #  y-axis: "Y = Number of Service Chains"
8349 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8350 #  layout:
8351 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8352 #    layout: "plot-service-density"
8353 #
8354 ################################################################################
8355 #
8356 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8357 #- type: "plot"
8358 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8359 #  algorithm: "plot_nf_heatmap"
8360 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8361 #  data: "plot-vpp-nfv-3n-skx-mrr"
8362 #  filter: "'NIC_Intel-XXV710' and
8363 #           'NF_DENSITY' and
8364 #           'DOCKER' and
8365 #           'CHAIN' and
8366 #           'NF_VPPIP4' and
8367 #           'IPSEC' and
8368 #           'TNL_4' and
8369 #           'IMIX' and
8370 #           '2T1C' and
8371 #           'MRR'"
8372 #  parameters:
8373 #  - "result"
8374 #  - "name"
8375 #  - "tags"
8376 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8377 #  x-axis: "X = CNFs per Service Chain"
8378 #  y-axis: "Y = Number of Service Chains"
8379 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8380 #  layout:
8381 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8382 #    layout: "plot-service-density"
8383 #
8384 #- type: "plot"
8385 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8386 #  algorithm: "plot_nf_heatmap"
8387 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8388 #  data: "plot-vpp-nfv-3n-skx-mrr"
8389 #  filter: "'NIC_Intel-XXV710' and
8390 #           'NF_DENSITY' and
8391 #           'DOCKER' and
8392 #           'CHAIN' and
8393 #           'NF_VPPIP4' and
8394 #           'IPSEC' and
8395 #           'TNL_4' and
8396 #           'IMIX' and
8397 #           '4T2C' and
8398 #           'MRR'"
8399 #  parameters:
8400 #  - "result"
8401 #  - "name"
8402 #  - "tags"
8403 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8404 #  x-axis: "X = CNFs per Service Chain"
8405 #  y-axis: "Y = Number of Service Chains"
8406 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8407 #  layout:
8408 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8409 #    layout: "plot-service-density"
8410 #
8411 #- type: "plot"
8412 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8413 #  algorithm: "plot_nf_heatmap"
8414 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8415 #  data: "plot-vpp-nfv-3n-skx-mrr"
8416 #  filter: "'NIC_Intel-XXV710' and
8417 #           'NF_DENSITY' and
8418 #           'DOCKER' and
8419 #           'CHAIN' and
8420 #           'NF_VPPIP4' and
8421 #           'IPSEC' and
8422 #           'TNL_4' and
8423 #           'IMIX' and
8424 #           '8T4C' and
8425 #           'MRR'"
8426 #  parameters:
8427 #  - "result"
8428 #  - "name"
8429 #  - "tags"
8430 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8431 #  x-axis: "X = CNFs per Service Chain"
8432 #  y-axis: "Y = Number of Service Chains"
8433 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8434 #  layout:
8435 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8436 #    layout: "plot-service-density"
8437
8438 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8439 - type: "plot"
8440   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8441   algorithm: "plot_nf_heatmap"
8442   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8443   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8444   filter: "'NIC_Intel-XXV710' and
8445            'NF_DENSITY' and
8446            'DOCKER' and
8447            'CHAIN' and
8448            'NF_VPPIP4' and
8449            'IPSEC' and
8450            'TNL_4' and
8451            'IMIX' and
8452            '2T1C' and
8453            'NDRPDR'"
8454   parameters:
8455   - "throughput"
8456   - "name"
8457   - "tags"
8458   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8459   x-axis: "X = CNFs per Service Chain"
8460   y-axis: "Y = Number of Service Chains"
8461   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8462   layout:
8463     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8464     layout: "plot-service-density"
8465
8466 - type: "plot"
8467   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8468   algorithm: "plot_nf_heatmap"
8469   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8470   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8471   filter: "'NIC_Intel-XXV710' and
8472            'NF_DENSITY' and
8473            'DOCKER' and
8474            'CHAIN' and
8475            'NF_VPPIP4' and
8476            'IPSEC' and
8477            'TNL_4' and
8478            'IMIX' and
8479            '4T2C' and
8480            'NDRPDR'"
8481   parameters:
8482   - "throughput"
8483   - "name"
8484   - "tags"
8485   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8486   x-axis: "X = CNFs per Service Chain"
8487   y-axis: "Y = Number of Service Chains"
8488   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8489   layout:
8490     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8491     layout: "plot-service-density"
8492
8493 - type: "plot"
8494   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8495   algorithm: "plot_nf_heatmap"
8496   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8497   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8498   filter: "'NIC_Intel-XXV710' and
8499            'NF_DENSITY' and
8500            'DOCKER' and
8501            'CHAIN' and
8502            'NF_VPPIP4' and
8503            'IPSEC' and
8504            'TNL_4' and
8505            'IMIX' and
8506            '8T4C' and
8507            'NDRPDR'"
8508   parameters:
8509   - "throughput"
8510   - "name"
8511   - "tags"
8512   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8513   x-axis: "X = CNFs per Service Chain"
8514   y-axis: "Y = Number of Service Chains"
8515   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8516   layout:
8517     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8518     layout: "plot-service-density"
8519
8520 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8521 - type: "plot"
8522   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8523   algorithm: "plot_nf_heatmap"
8524   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8525   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8526   filter: "'NIC_Intel-XXV710' and
8527            'NF_DENSITY' and
8528            'DOCKER' and
8529            'CHAIN' and
8530            'NF_VPPIP4' and
8531            'IPSEC' and
8532            'TNL_4' and
8533            'IMIX' and
8534            '2T1C' and
8535            'NDRPDR'"
8536   parameters:
8537   - "throughput"
8538   - "name"
8539   - "tags"
8540   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8541   x-axis: "X = CNFs per Service Chain"
8542   y-axis: "Y = Number of Service Chains"
8543   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8544   layout:
8545     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8546     layout: "plot-service-density"
8547
8548 - type: "plot"
8549   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8550   algorithm: "plot_nf_heatmap"
8551   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8552   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8553   filter: "'NIC_Intel-XXV710' and
8554            'NF_DENSITY' and
8555            'DOCKER' and
8556            'CHAIN' and
8557            'NF_VPPIP4' and
8558            'IPSEC' and
8559            'TNL_4' and
8560            'IMIX' and
8561            '4T2C' and
8562            'NDRPDR'"
8563   parameters:
8564   - "throughput"
8565   - "name"
8566   - "tags"
8567   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8568   x-axis: "X = CNFs per Service Chain"
8569   y-axis: "Y = Number of Service Chains"
8570   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8571   layout:
8572     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8573     layout: "plot-service-density"
8574
8575 - type: "plot"
8576   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8577   algorithm: "plot_nf_heatmap"
8578   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8579   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8580   filter: "'NIC_Intel-XXV710' and
8581            'NF_DENSITY' and
8582            'DOCKER' and
8583            'CHAIN' and
8584            'NF_VPPIP4' and
8585            'IPSEC' and
8586            'TNL_4' and
8587            'IMIX' and
8588            '8T4C' and
8589            'NDRPDR'"
8590   parameters:
8591   - "throughput"
8592   - "name"
8593   - "tags"
8594   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8595   x-axis: "X = CNFs per Service Chain"
8596   y-axis: "Y = Number of Service Chains"
8597   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8598   layout:
8599     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8600     layout: "plot-service-density"
8601
8602 ###############################################################################
8603
8604 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8605 - type: "plot"
8606   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8607   algorithm: "plot_nf_heatmap"
8608   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8609   data: "plot-vpp-nfv-3n-hsw-mrr"
8610   filter: "'NIC_Intel-XL710' and
8611            'NF_DENSITY' and
8612            'DOCKER' and
8613            'CHAIN' and
8614            'NF_VPPIP4' and
8615            'IMIX' and
8616            'TNL_4' and
8617            '1T1C' and
8618            'MRR'"
8619   parameters:
8620   - "result"
8621   - "name"
8622   - "tags"
8623   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8624   x-axis: "X = CNFs per Service Chain"
8625   y-axis: "Y = Number of Service Chains"
8626   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8627   layout:
8628     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8629     layout: "plot-service-density"
8630
8631 - type: "plot"
8632   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8633   algorithm: "plot_nf_heatmap"
8634   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8635   data: "plot-vpp-nfv-3n-hsw-mrr"
8636   filter: "'NIC_Intel-XL710' and
8637            'NF_DENSITY' and
8638            'DOCKER' and
8639            'CHAIN' and
8640            'NF_VPPIP4' and
8641            'IPSEC' and
8642            'TNL_4' and
8643            'IMIX' and
8644            '2T2C' and
8645            'MRR'"
8646   parameters:
8647   - "result"
8648   - "name"
8649   - "tags"
8650   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8651   x-axis: "X = CNFs per Service Chain"
8652   y-axis: "Y = Number of Service Chains"
8653   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8654   layout:
8655     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8656     layout: "plot-service-density"
8657
8658 - type: "plot"
8659   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8660   algorithm: "plot_nf_heatmap"
8661   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8662   data: "plot-vpp-nfv-3n-hsw-mrr"
8663   filter: "'NIC_Intel-XL710' and
8664            'NF_DENSITY' and
8665            'DOCKER' and
8666            'CHAIN' and
8667            'NF_VPPIP4' and
8668            'IPSEC' and
8669            'TNL_4' and
8670            'IMIX' and
8671            '4T4C' and
8672            'MRR'"
8673   parameters:
8674   - "result"
8675   - "name"
8676   - "tags"
8677   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8678   x-axis: "X = CNFs per Service Chain"
8679   y-axis: "Y = Number of Service Chains"
8680   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8681   layout:
8682     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8683     layout: "plot-service-density"
8684
8685 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8686 - type: "plot"
8687   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8688   algorithm: "plot_nf_heatmap"
8689   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8690   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8691   filter: "'NIC_Intel-XL710' and
8692            'NF_DENSITY' and
8693            'DOCKER' and
8694            'CHAIN' and
8695            'NF_VPPIP4' and
8696            'IPSEC' and
8697            'TNL_4' and
8698            'IMIX' and
8699            '1T1C' and
8700            'NDRPDR'"
8701   parameters:
8702   - "throughput"
8703   - "name"
8704   - "tags"
8705   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8706   x-axis: "X = CNFs per Service Chain"
8707   y-axis: "Y = Number of Service Chains"
8708   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8709   layout:
8710     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8711     layout: "plot-service-density"
8712
8713 - type: "plot"
8714   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8715   algorithm: "plot_nf_heatmap"
8716   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8717   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8718   filter: "'NIC_Intel-XL710' and
8719            'NF_DENSITY' and
8720            'DOCKER' and
8721            'CHAIN' and
8722            'NF_VPPIP4' and
8723            'IPSEC' and
8724            'TNL_4' and
8725            'IMIX' and
8726            '2T2C' and
8727            'NDRPDR'"
8728   parameters:
8729   - "throughput"
8730   - "name"
8731   - "tags"
8732   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8733   x-axis: "X = CNFs per Service Chain"
8734   y-axis: "Y = Number of Service Chains"
8735   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8736   layout:
8737     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8738     layout: "plot-service-density"
8739
8740 - type: "plot"
8741   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8742   algorithm: "plot_nf_heatmap"
8743   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8744   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8745   filter: "'NIC_Intel-XL710' and
8746            'NF_DENSITY' and
8747            'DOCKER' and
8748            'CHAIN' and
8749            'NF_VPPIP4' and
8750            'IPSEC' and
8751            'TNL_4' and
8752            'IMIX' and
8753            '4T4C' and
8754            'NDRPDR'"
8755   parameters:
8756   - "throughput"
8757   - "name"
8758   - "tags"
8759   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8760   x-axis: "X = CNFs per Service Chain"
8761   y-axis: "Y = Number of Service Chains"
8762   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8763   layout:
8764     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8765     layout: "plot-service-density"
8766
8767 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8768 - type: "plot"
8769   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8770   algorithm: "plot_nf_heatmap"
8771   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8772   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8773   filter: "'NIC_Intel-XL710' and
8774            'NF_DENSITY' and
8775            'DOCKER' and
8776            'CHAIN' and
8777            'NF_VPPIP4' and
8778            'IPSEC' and
8779            'TNL_4' and
8780            'IMIX' and
8781            '1T1C' and
8782            'NDRPDR'"
8783   parameters:
8784   - "throughput"
8785   - "name"
8786   - "tags"
8787   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8788   x-axis: "X = CNFs per Service Chain"
8789   y-axis: "Y = Number of Service Chains"
8790   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8791   layout:
8792     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8793     layout: "plot-service-density"
8794
8795 - type: "plot"
8796   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8797   algorithm: "plot_nf_heatmap"
8798   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8799   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8800   filter: "'NIC_Intel-XL710' and
8801            'NF_DENSITY' and
8802            'DOCKER' and
8803            'CHAIN' and
8804            'NF_VPPIP4' and
8805            'IPSEC' and
8806            'TNL_4' and
8807            'IMIX' and
8808            '2T2C' and
8809            'NDRPDR'"
8810   parameters:
8811   - "throughput"
8812   - "name"
8813   - "tags"
8814   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8815   x-axis: "X = CNFs per Service Chain"
8816   y-axis: "Y = Number of Service Chains"
8817   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8818   layout:
8819     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8820     layout: "plot-service-density"
8821
8822 - type: "plot"
8823   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8824   algorithm: "plot_nf_heatmap"
8825   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8826   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8827   filter: "'NIC_Intel-XL710' and
8828            'NF_DENSITY' and
8829            'DOCKER' and
8830            'CHAIN' and
8831            'NF_VPPIP4' and
8832            'IPSEC' and
8833            'TNL_4' and
8834            'IMIX' and
8835            '4T4C' and
8836            'NDRPDR'"
8837   parameters:
8838   - "throughput"
8839   - "name"
8840   - "tags"
8841   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8842   x-axis: "X = CNFs per Service Chain"
8843   y-axis: "Y = Number of Service Chains"
8844   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8845   layout:
8846     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8847     layout: "plot-service-density"
8848
8849 ###############################################################################
8850
8851 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8852 #- type: "plot"
8853 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8854 #  algorithm: "plot_nf_heatmap"
8855 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8856 #  data: "plot-vpp-nfv-3n-skx-mrr"
8857 #  filter: "'NIC_Intel-XXV710' and
8858 #           'NF_DENSITY' and
8859 #           'DOCKER' and
8860 #           'CHAIN' and
8861 #           'NF_VPPIP4' and
8862 #           'IPSEC' and
8863 #           'TNL_1000' and
8864 #           'IMIX' and
8865 #           '2T1C' and
8866 #           'MRR'"
8867 #  parameters:
8868 #  - "result"
8869 #  - "name"
8870 #  - "tags"
8871 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8872 #  x-axis: "X = CNFs per Service Chain"
8873 #  y-axis: "Y = Number of Service Chains"
8874 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8875 #  layout:
8876 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8877 #    layout: "plot-service-density"
8878 #
8879 #- type: "plot"
8880 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8881 #  algorithm: "plot_nf_heatmap"
8882 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8883 #  data: "plot-vpp-nfv-3n-skx-mrr"
8884 #  filter: "'NIC_Intel-XXV710' and
8885 #           'NF_DENSITY' and
8886 #           'DOCKER' and
8887 #           'CHAIN' and
8888 #           'NF_VPPIP4' and
8889 #           'IPSEC' and
8890 #           'TNL_1000' and
8891 #           'IMIX' and
8892 #           '4T2C' and
8893 #           'MRR'"
8894 #  parameters:
8895 #  - "result"
8896 #  - "name"
8897 #  - "tags"
8898 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8899 #  x-axis: "X = CNFs per Service Chain"
8900 #  y-axis: "Y = Number of Service Chains"
8901 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8902 #  layout:
8903 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8904 #    layout: "plot-service-density"
8905 #
8906 #- type: "plot"
8907 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8908 #  algorithm: "plot_nf_heatmap"
8909 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8910 #  data: "plot-vpp-nfv-3n-skx-mrr"
8911 #  filter: "'NIC_Intel-XXV710' and
8912 #           'NF_DENSITY' and
8913 #           'DOCKER' and
8914 #           'CHAIN' and
8915 #           'NF_VPPIP4' and
8916 #           'IPSEC' and
8917 #           'TNL_1000' and
8918 #           'IMIX' and
8919 #           '8T4C' and
8920 #           'MRR'"
8921 #  parameters:
8922 #  - "result"
8923 #  - "name"
8924 #  - "tags"
8925 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8926 #  x-axis: "X = CNFs per Service Chain"
8927 #  y-axis: "Y = Number of Service Chains"
8928 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8929 #  layout:
8930 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8931 #    layout: "plot-service-density"
8932
8933 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8934 - type: "plot"
8935   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8936   algorithm: "plot_nf_heatmap"
8937   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8938   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8939   filter: "'NIC_Intel-XXV710' and
8940            'NF_DENSITY' and
8941            'DOCKER' and
8942            'CHAIN' and
8943            'NF_VPPIP4' and
8944            'IPSEC' and
8945            'TNL_1000' and
8946            'IMIX' and
8947            '2T1C' and
8948            'NDRPDR'"
8949   parameters:
8950   - "throughput"
8951   - "name"
8952   - "tags"
8953   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8954   x-axis: "X = CNFs per Service Chain"
8955   y-axis: "Y = Number of Service Chains"
8956   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8957   layout:
8958     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8959     layout: "plot-service-density"
8960
8961 - type: "plot"
8962   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8963   algorithm: "plot_nf_heatmap"
8964   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8965   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8966   filter: "'NIC_Intel-XXV710' and
8967            'NF_DENSITY' and
8968            'DOCKER' and
8969            'CHAIN' and
8970            'NF_VPPIP4' and
8971            'IPSEC' and
8972            'TNL_1000' and
8973            'IMIX' and
8974            '4T2C' and
8975            'NDRPDR'"
8976   parameters:
8977   - "throughput"
8978   - "name"
8979   - "tags"
8980   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8981   x-axis: "X = CNFs per Service Chain"
8982   y-axis: "Y = Number of Service Chains"
8983   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8984   layout:
8985     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8986     layout: "plot-service-density"
8987
8988 - type: "plot"
8989   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8990   algorithm: "plot_nf_heatmap"
8991   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8992   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8993   filter: "'NIC_Intel-XXV710' and
8994            'NF_DENSITY' and
8995            'DOCKER' and
8996            'CHAIN' and
8997            'NF_VPPIP4' and
8998            'IPSEC' and
8999            'TNL_1000' and
9000            'IMIX' and
9001            '8T4C' and
9002            'NDRPDR'"
9003   parameters:
9004   - "throughput"
9005   - "name"
9006   - "tags"
9007   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9008   x-axis: "X = CNFs per Service Chain"
9009   y-axis: "Y = Number of Service Chains"
9010   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9011   layout:
9012     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9013     layout: "plot-service-density"
9014
9015 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9016 - type: "plot"
9017   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9018   algorithm: "plot_nf_heatmap"
9019   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9020   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9021   filter: "'NIC_Intel-XXV710' and
9022            'NF_DENSITY' and
9023            'DOCKER' and
9024            'CHAIN' and
9025            'NF_VPPIP4' and
9026            'IPSEC' and
9027            'TNL_1000' and
9028            'IMIX' and
9029            '2T1C' and
9030            'NDRPDR'"
9031   parameters:
9032   - "throughput"
9033   - "name"
9034   - "tags"
9035   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9036   x-axis: "X = CNFs per Service Chain"
9037   y-axis: "Y = Number of Service Chains"
9038   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9039   layout:
9040     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9041     layout: "plot-service-density"
9042
9043 - type: "plot"
9044   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9045   algorithm: "plot_nf_heatmap"
9046   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9047   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9048   filter: "'NIC_Intel-XXV710' and
9049            'NF_DENSITY' and
9050            'DOCKER' and
9051            'CHAIN' and
9052            'NF_VPPIP4' and
9053            'IPSEC' and
9054            'TNL_1000' and
9055            'IMIX' and
9056            '4T2C' and
9057            'NDRPDR'"
9058   parameters:
9059   - "throughput"
9060   - "name"
9061   - "tags"
9062   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9063   x-axis: "X = CNFs per Service Chain"
9064   y-axis: "Y = Number of Service Chains"
9065   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9066   layout:
9067     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9068     layout: "plot-service-density"
9069
9070 - type: "plot"
9071   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9072   algorithm: "plot_nf_heatmap"
9073   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9074   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9075   filter: "'NIC_Intel-XXV710' and
9076            'NF_DENSITY' and
9077            'DOCKER' and
9078            'CHAIN' and
9079            'NF_VPPIP4' and
9080            'IPSEC' and
9081            'TNL_1000' and
9082            'IMIX' and
9083            '8T4C' and
9084            'NDRPDR'"
9085   parameters:
9086   - "throughput"
9087   - "name"
9088   - "tags"
9089   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9090   x-axis: "X = CNFs per Service Chain"
9091   y-axis: "Y = Number of Service Chains"
9092   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9093   layout:
9094     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9095     layout: "plot-service-density"
9096
9097 ###############################################################################
9098
9099 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9100 - type: "plot"
9101   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9102   algorithm: "plot_nf_heatmap"
9103   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9104   data: "plot-vpp-nfv-3n-hsw-mrr"
9105   filter: "'NIC_Intel-XL710' and
9106            'NF_DENSITY' and
9107            'DOCKER' and
9108            'CHAIN' and
9109            'NF_VPPIP4' and
9110            'IMIX' and
9111            'TNL_1000' and
9112            '1T1C' and
9113            'MRR'"
9114   parameters:
9115   - "result"
9116   - "name"
9117   - "tags"
9118   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9119   x-axis: "X = CNFs per Service Chain"
9120   y-axis: "Y = Number of Service Chains"
9121   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9122   layout:
9123     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9124     layout: "plot-service-density"
9125
9126 - type: "plot"
9127   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9128   algorithm: "plot_nf_heatmap"
9129   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9130   data: "plot-vpp-nfv-3n-hsw-mrr"
9131   filter: "'NIC_Intel-XL710' and
9132            'NF_DENSITY' and
9133            'DOCKER' and
9134            'CHAIN' and
9135            'NF_VPPIP4' and
9136            'IPSEC' and
9137            'TNL_1000' and
9138            'IMIX' and
9139            '2T2C' and
9140            'MRR'"
9141   parameters:
9142   - "result"
9143   - "name"
9144   - "tags"
9145   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9146   x-axis: "X = CNFs per Service Chain"
9147   y-axis: "Y = Number of Service Chains"
9148   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9149   layout:
9150     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9151     layout: "plot-service-density"
9152
9153 - type: "plot"
9154   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9155   algorithm: "plot_nf_heatmap"
9156   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9157   data: "plot-vpp-nfv-3n-hsw-mrr"
9158   filter: "'NIC_Intel-XL710' and
9159            'NF_DENSITY' and
9160            'DOCKER' and
9161            'CHAIN' and
9162            'NF_VPPIP4' and
9163            'IPSEC' and
9164            'TNL_1000' and
9165            'IMIX' and
9166            '4T4C' and
9167            'MRR'"
9168   parameters:
9169   - "result"
9170   - "name"
9171   - "tags"
9172   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9173   x-axis: "X = CNFs per Service Chain"
9174   y-axis: "Y = Number of Service Chains"
9175   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9176   layout:
9177     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9178     layout: "plot-service-density"
9179
9180 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9181 - type: "plot"
9182   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9183   algorithm: "plot_nf_heatmap"
9184   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9185   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9186   filter: "'NIC_Intel-XL710' and
9187            'NF_DENSITY' and
9188            'DOCKER' and
9189            'CHAIN' and
9190            'NF_VPPIP4' and
9191            'IPSEC' and
9192            'TNL_1000' and
9193            'IMIX' and
9194            '1T1C' and
9195            'NDRPDR'"
9196   parameters:
9197   - "throughput"
9198   - "name"
9199   - "tags"
9200   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9201   x-axis: "X = CNFs per Service Chain"
9202   y-axis: "Y = Number of Service Chains"
9203   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9204   layout:
9205     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9206     layout: "plot-service-density"
9207
9208 - type: "plot"
9209   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9210   algorithm: "plot_nf_heatmap"
9211   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9212   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9213   filter: "'NIC_Intel-XL710' and
9214            'NF_DENSITY' and
9215            'DOCKER' and
9216            'CHAIN' and
9217            'NF_VPPIP4' and
9218            'IPSEC' and
9219            'TNL_1000' and
9220            'IMIX' and
9221            '2T2C' and
9222            'NDRPDR'"
9223   parameters:
9224   - "throughput"
9225   - "name"
9226   - "tags"
9227   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9228   x-axis: "X = CNFs per Service Chain"
9229   y-axis: "Y = Number of Service Chains"
9230   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9231   layout:
9232     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9233     layout: "plot-service-density"
9234
9235 - type: "plot"
9236   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9237   algorithm: "plot_nf_heatmap"
9238   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9239   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9240   filter: "'NIC_Intel-XL710' and
9241            'NF_DENSITY' and
9242            'DOCKER' and
9243            'CHAIN' and
9244            'NF_VPPIP4' and
9245            'IPSEC' and
9246            'TNL_1000' and
9247            'IMIX' and
9248            '4T4C' and
9249            'NDRPDR'"
9250   parameters:
9251   - "throughput"
9252   - "name"
9253   - "tags"
9254   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9255   x-axis: "X = CNFs per Service Chain"
9256   y-axis: "Y = Number of Service Chains"
9257   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9258   layout:
9259     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9260     layout: "plot-service-density"
9261
9262 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9263 - type: "plot"
9264   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9265   algorithm: "plot_nf_heatmap"
9266   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9267   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9268   filter: "'NIC_Intel-XL710' and
9269            'NF_DENSITY' and
9270            'DOCKER' and
9271            'CHAIN' and
9272            'NF_VPPIP4' and
9273            'IPSEC' and
9274            'TNL_1000' and
9275            'IMIX' and
9276            '1T1C' and
9277            'NDRPDR'"
9278   parameters:
9279   - "throughput"
9280   - "name"
9281   - "tags"
9282   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9283   x-axis: "X = CNFs per Service Chain"
9284   y-axis: "Y = Number of Service Chains"
9285   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9286   layout:
9287     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9288     layout: "plot-service-density"
9289
9290 - type: "plot"
9291   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9292   algorithm: "plot_nf_heatmap"
9293   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9294   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9295   filter: "'NIC_Intel-XL710' and
9296            'NF_DENSITY' and
9297            'DOCKER' and
9298            'CHAIN' and
9299            'NF_VPPIP4' and
9300            'IPSEC' and
9301            'TNL_1000' and
9302            'IMIX' and
9303            '2T2C' and
9304            'NDRPDR'"
9305   parameters:
9306   - "throughput"
9307   - "name"
9308   - "tags"
9309   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9310   x-axis: "X = CNFs per Service Chain"
9311   y-axis: "Y = Number of Service Chains"
9312   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9313   layout:
9314     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9315     layout: "plot-service-density"
9316
9317 - type: "plot"
9318   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9319   algorithm: "plot_nf_heatmap"
9320   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9321   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9322   filter: "'NIC_Intel-XL710' and
9323            'NF_DENSITY' and
9324            'DOCKER' and
9325            'CHAIN' and
9326            'NF_VPPIP4' and
9327            'IPSEC' and
9328            'TNL_1000' and
9329            'IMIX' and
9330            '4T4C' and
9331            'NDRPDR'"
9332   parameters:
9333   - "throughput"
9334   - "name"
9335   - "tags"
9336   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9337   x-axis: "X = CNFs per Service Chain"
9338   y-axis: "Y = Number of Service Chains"
9339   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9340   layout:
9341     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9342     layout: "plot-service-density"
9343
9344 ###############################################################################
9345
9346 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9347 #- type: "plot"
9348 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9349 #  algorithm: "plot_nf_heatmap"
9350 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9351 #  data: "plot-vpp-nfv-3n-skx-mrr"
9352 #  filter: "'NIC_Intel-XXV710' and
9353 #           'NF_DENSITY' and
9354 #           'DOCKER' and
9355 #           'CHAIN' and
9356 #           'NF_VPPIP4' and
9357 #           'IPSEC' and
9358 #           'TNL_10000' and
9359 #           'IMIX' and
9360 #           '2T1C' and
9361 #           'MRR'"
9362 #  parameters:
9363 #  - "result"
9364 #  - "name"
9365 #  - "tags"
9366 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9367 #  x-axis: "X = CNFs per Service Chain"
9368 #  y-axis: "Y = Number of Service Chains"
9369 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9370 #  layout:
9371 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9372 #    layout: "plot-service-density"
9373 #
9374 #- type: "plot"
9375 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9376 #  algorithm: "plot_nf_heatmap"
9377 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9378 #  data: "plot-vpp-nfv-3n-skx-mrr"
9379 #  filter: "'NIC_Intel-XXV710' and
9380 #           'NF_DENSITY' and
9381 #           'DOCKER' and
9382 #           'CHAIN' and
9383 #           'NF_VPPIP4' and
9384 #           'IPSEC' and
9385 #           'TNL_10000' and
9386 #           'IMIX' and
9387 #           '4T2C' and
9388 #           'MRR'"
9389 #  parameters:
9390 #  - "result"
9391 #  - "name"
9392 #  - "tags"
9393 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9394 #  x-axis: "X = CNFs per Service Chain"
9395 #  y-axis: "Y = Number of Service Chains"
9396 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9397 #  layout:
9398 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9399 #    layout: "plot-service-density"
9400 #
9401 #- type: "plot"
9402 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9403 #  algorithm: "plot_nf_heatmap"
9404 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9405 #  data: "plot-vpp-nfv-3n-skx-mrr"
9406 #  filter: "'NIC_Intel-XXV710' and
9407 #           'NF_DENSITY' and
9408 #           'DOCKER' and
9409 #           'CHAIN' and
9410 #           'NF_VPPIP4' and
9411 #           'IPSEC' and
9412 #           'TNL_10000' and
9413 #           'IMIX' and
9414 #           '8T4C' and
9415 #           'MRR'"
9416 #  parameters:
9417 #  - "result"
9418 #  - "name"
9419 #  - "tags"
9420 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9421 #  x-axis: "X = CNFs per Service Chain"
9422 #  y-axis: "Y = Number of Service Chains"
9423 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9424 #  layout:
9425 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9426 #    layout: "plot-service-density"
9427
9428 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9429 - type: "plot"
9430   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9431   algorithm: "plot_nf_heatmap"
9432   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9433   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9434   filter: "'NIC_Intel-XXV710' and
9435            'NF_DENSITY' and
9436            'DOCKER' and
9437            'CHAIN' and
9438            'NF_VPPIP4' and
9439            'IPSEC' and
9440            'TNL_10000' and
9441            'IMIX' and
9442            '2T1C' and
9443            'NDRPDR'"
9444   parameters:
9445   - "throughput"
9446   - "name"
9447   - "tags"
9448   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9449   x-axis: "X = CNFs per Service Chain"
9450   y-axis: "Y = Number of Service Chains"
9451   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9452   layout:
9453     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9454     layout: "plot-service-density"
9455
9456 - type: "plot"
9457   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9458   algorithm: "plot_nf_heatmap"
9459   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9460   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9461   filter: "'NIC_Intel-XXV710' and
9462            'NF_DENSITY' and
9463            'DOCKER' and
9464            'CHAIN' and
9465            'NF_VPPIP4' and
9466            'IPSEC' and
9467            'TNL_10000' and
9468            'IMIX' and
9469            '4T2C' and
9470            'NDRPDR'"
9471   parameters:
9472   - "throughput"
9473   - "name"
9474   - "tags"
9475   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9476   x-axis: "X = CNFs per Service Chain"
9477   y-axis: "Y = Number of Service Chains"
9478   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9479   layout:
9480     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9481     layout: "plot-service-density"
9482
9483 - type: "plot"
9484   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9485   algorithm: "plot_nf_heatmap"
9486   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9487   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9488   filter: "'NIC_Intel-XXV710' and
9489            'NF_DENSITY' and
9490            'DOCKER' and
9491            'CHAIN' and
9492            'NF_VPPIP4' and
9493            'IPSEC' and
9494            'TNL_10000' and
9495            'IMIX' and
9496            '8T4C' and
9497            'NDRPDR'"
9498   parameters:
9499   - "throughput"
9500   - "name"
9501   - "tags"
9502   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9503   x-axis: "X = CNFs per Service Chain"
9504   y-axis: "Y = Number of Service Chains"
9505   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9506   layout:
9507     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9508     layout: "plot-service-density"
9509
9510 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9511 - type: "plot"
9512   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9513   algorithm: "plot_nf_heatmap"
9514   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9515   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9516   filter: "'NIC_Intel-XXV710' and
9517            'NF_DENSITY' and
9518            'DOCKER' and
9519            'CHAIN' and
9520            'NF_VPPIP4' and
9521            'IPSEC' and
9522            'TNL_10000' and
9523            'IMIX' and
9524            '2T1C' and
9525            'NDRPDR'"
9526   parameters:
9527   - "throughput"
9528   - "name"
9529   - "tags"
9530   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9531   x-axis: "X = CNFs per Service Chain"
9532   y-axis: "Y = Number of Service Chains"
9533   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9534   layout:
9535     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9536     layout: "plot-service-density"
9537
9538 - type: "plot"
9539   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9540   algorithm: "plot_nf_heatmap"
9541   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9542   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9543   filter: "'NIC_Intel-XXV710' and
9544            'NF_DENSITY' and
9545            'DOCKER' and
9546            'CHAIN' and
9547            'NF_VPPIP4' and
9548            'IPSEC' and
9549            'TNL_10000' and
9550            'IMIX' and
9551            '4T2C' and
9552            'NDRPDR'"
9553   parameters:
9554   - "throughput"
9555   - "name"
9556   - "tags"
9557   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9558   x-axis: "X = CNFs per Service Chain"
9559   y-axis: "Y = Number of Service Chains"
9560   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9561   layout:
9562     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9563     layout: "plot-service-density"
9564
9565 - type: "plot"
9566   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9567   algorithm: "plot_nf_heatmap"
9568   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9569   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9570   filter: "'NIC_Intel-XXV710' and
9571            'NF_DENSITY' and
9572            'DOCKER' and
9573            'CHAIN' and
9574            'NF_VPPIP4' and
9575            'IPSEC' and
9576            'TNL_10000' and
9577            'IMIX' and
9578            '8T4C' and
9579            'NDRPDR'"
9580   parameters:
9581   - "throughput"
9582   - "name"
9583   - "tags"
9584   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9585   x-axis: "X = CNFs per Service Chain"
9586   y-axis: "Y = Number of Service Chains"
9587   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9588   layout:
9589     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9590     layout: "plot-service-density"
9591
9592 ###############################################################################
9593
9594 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9595 - type: "plot"
9596   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9597   algorithm: "plot_nf_heatmap"
9598   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9599   data: "plot-vpp-nfv-3n-hsw-mrr"
9600   filter: "'NIC_Intel-XL710' and
9601            'NF_DENSITY' and
9602            'DOCKER' and
9603            'CHAIN' and
9604            'NF_VPPIP4' and
9605            'IMIX' and
9606            'TNL_10000' and
9607            '1T1C' and
9608            'MRR'"
9609   parameters:
9610   - "result"
9611   - "name"
9612   - "tags"
9613   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9614   x-axis: "X = CNFs per Service Chain"
9615   y-axis: "Y = Number of Service Chains"
9616   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9617   layout:
9618     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9619     layout: "plot-service-density"
9620
9621 - type: "plot"
9622   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9623   algorithm: "plot_nf_heatmap"
9624   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9625   data: "plot-vpp-nfv-3n-hsw-mrr"
9626   filter: "'NIC_Intel-XL710' and
9627            'NF_DENSITY' and
9628            'DOCKER' and
9629            'CHAIN' and
9630            'NF_VPPIP4' and
9631            'IPSEC' and
9632            'TNL_10000' and
9633            'IMIX' and
9634            '2T2C' and
9635            'MRR'"
9636   parameters:
9637   - "result"
9638   - "name"
9639   - "tags"
9640   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9641   x-axis: "X = CNFs per Service Chain"
9642   y-axis: "Y = Number of Service Chains"
9643   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9644   layout:
9645     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9646     layout: "plot-service-density"
9647
9648 - type: "plot"
9649   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9650   algorithm: "plot_nf_heatmap"
9651   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9652   data: "plot-vpp-nfv-3n-hsw-mrr"
9653   filter: "'NIC_Intel-XL710' and
9654            'NF_DENSITY' and
9655            'DOCKER' and
9656            'CHAIN' and
9657            'NF_VPPIP4' and
9658            'IPSEC' and
9659            'TNL_10000' and
9660            'IMIX' and
9661            '4T4C' and
9662            'MRR'"
9663   parameters:
9664   - "result"
9665   - "name"
9666   - "tags"
9667   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9668   x-axis: "X = CNFs per Service Chain"
9669   y-axis: "Y = Number of Service Chains"
9670   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9671   layout:
9672     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9673     layout: "plot-service-density"
9674
9675 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9676 - type: "plot"
9677   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9678   algorithm: "plot_nf_heatmap"
9679   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9680   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9681   filter: "'NIC_Intel-XL710' and
9682            'NF_DENSITY' and
9683            'DOCKER' and
9684            'CHAIN' and
9685            'NF_VPPIP4' and
9686            'IPSEC' and
9687            'TNL_10000' and
9688            'IMIX' and
9689            '1T1C' and
9690            'NDRPDR'"
9691   parameters:
9692   - "throughput"
9693   - "name"
9694   - "tags"
9695   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9696   x-axis: "X = CNFs per Service Chain"
9697   y-axis: "Y = Number of Service Chains"
9698   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9699   layout:
9700     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9701     layout: "plot-service-density"
9702
9703 - type: "plot"
9704   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9705   algorithm: "plot_nf_heatmap"
9706   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9707   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9708   filter: "'NIC_Intel-XL710' and
9709            'NF_DENSITY' and
9710            'DOCKER' and
9711            'CHAIN' and
9712            'NF_VPPIP4' and
9713            'IPSEC' and
9714            'TNL_10000' and
9715            'IMIX' and
9716            '2T2C' and
9717            'NDRPDR'"
9718   parameters:
9719   - "throughput"
9720   - "name"
9721   - "tags"
9722   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9723   x-axis: "X = CNFs per Service Chain"
9724   y-axis: "Y = Number of Service Chains"
9725   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9726   layout:
9727     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9728     layout: "plot-service-density"
9729
9730 - type: "plot"
9731   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9732   algorithm: "plot_nf_heatmap"
9733   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9734   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9735   filter: "'NIC_Intel-XL710' and
9736            'NF_DENSITY' and
9737            'DOCKER' and
9738            'CHAIN' and
9739            'NF_VPPIP4' and
9740            'IPSEC' and
9741            'TNL_10000' and
9742            'IMIX' and
9743            '4T4C' and
9744            'NDRPDR'"
9745   parameters:
9746   - "throughput"
9747   - "name"
9748   - "tags"
9749   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9750   x-axis: "X = CNFs per Service Chain"
9751   y-axis: "Y = Number of Service Chains"
9752   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9753   layout:
9754     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9755     layout: "plot-service-density"
9756
9757 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9758 - type: "plot"
9759   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9760   algorithm: "plot_nf_heatmap"
9761   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9762   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9763   filter: "'NIC_Intel-XL710' and
9764            'NF_DENSITY' and
9765            'DOCKER' and
9766            'CHAIN' and
9767            'NF_VPPIP4' and
9768            'IPSEC' and
9769            'TNL_10000' and
9770            'IMIX' and
9771            '1T1C' and
9772            'NDRPDR'"
9773   parameters:
9774   - "throughput"
9775   - "name"
9776   - "tags"
9777   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9778   x-axis: "X = CNFs per Service Chain"
9779   y-axis: "Y = Number of Service Chains"
9780   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9781   layout:
9782     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9783     layout: "plot-service-density"
9784
9785 - type: "plot"
9786   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9787   algorithm: "plot_nf_heatmap"
9788   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9789   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9790   filter: "'NIC_Intel-XL710' and
9791            'NF_DENSITY' and
9792            'DOCKER' and
9793            'CHAIN' and
9794            'NF_VPPIP4' and
9795            'IPSEC' and
9796            'TNL_10000' and
9797            'IMIX' and
9798            '2T2C' and
9799            'NDRPDR'"
9800   parameters:
9801   - "throughput"
9802   - "name"
9803   - "tags"
9804   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9805   x-axis: "X = CNFs per Service Chain"
9806   y-axis: "Y = Number of Service Chains"
9807   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9808   layout:
9809     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9810     layout: "plot-service-density"
9811
9812 - type: "plot"
9813   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9814   algorithm: "plot_nf_heatmap"
9815   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9816   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9817   filter: "'NIC_Intel-XL710' and
9818            'NF_DENSITY' and
9819            'DOCKER' and
9820            'CHAIN' and
9821            'NF_VPPIP4' and
9822            'IPSEC' and
9823            'TNL_10000' and
9824            'IMIX' and
9825            '4T4C' and
9826            'NDRPDR'"
9827   parameters:
9828   - "throughput"
9829   - "name"
9830   - "tags"
9831   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9832   x-axis: "X = CNFs per Service Chain"
9833   y-axis: "Y = Number of Service Chains"
9834   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9835   layout:
9836     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9837     layout: "plot-service-density"
9838
9839 ###############################################################################
9840
9841 # Plots - NF Density - CSP - MRR 64b
9842
9843 #- type: "plot"
9844 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9845 #  algorithm: "plot_nf_heatmap"
9846 #  output-file-type: ".html"
9847 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9848 #  data: "plot-vpp-nfv-2n-skx-mrr"
9849 #  filter: "'NIC_Intel-XXV710' and
9850 #           'NF_DENSITY' and
9851 #           'DOCKER' and
9852 #           'PIPELINE' and
9853 #           'NF_VPPIP4' and
9854 #           '64B' and
9855 #           '2T1C' and
9856 #           'MRR'"
9857 #  parameters:
9858 #  - "result"
9859 #  - "name"
9860 #  - "tags"
9861 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9862 #  x-axis: "X = CNFs per Service Pipeline"
9863 #  y-axis: "Y = Number of Service Pipelines"
9864 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9865 #  layout:
9866 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9867 #    layout: "plot-service-density"
9868 #
9869 #- type: "plot"
9870 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9871 #  algorithm: "plot_nf_heatmap"
9872 #  output-file-type: ".html"
9873 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9874 #  data: "plot-vpp-nfv-2n-skx-mrr"
9875 #  filter: "'NIC_Intel-XXV710' and
9876 #           'NF_DENSITY' and
9877 #           'DOCKER' and
9878 #           'PIPELINE' and
9879 #           'NF_VPPIP4' and
9880 #           '64B' and
9881 #           '4T2C' and
9882 #           'MRR'"
9883 #  parameters:
9884 #  - "result"
9885 #  - "name"
9886 #  - "tags"
9887 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9888 #  x-axis: "X = CNFs per Service Pipeline"
9889 #  y-axis: "Y = Number of Service Pipelines"
9890 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9891 #  layout:
9892 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9893 #    layout: "plot-service-density"
9894 #
9895 #- type: "plot"
9896 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9897 #  algorithm: "plot_nf_heatmap"
9898 #  output-file-type: ".html"
9899 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9900 #  data: "plot-vpp-nfv-2n-skx-mrr"
9901 #  filter: "'NIC_Intel-XXV710' and
9902 #           'NF_DENSITY' and
9903 #           'DOCKER' and
9904 #           'PIPELINE' and
9905 #           'NF_VPPIP4' and
9906 #           '64B' and
9907 #           '8T4C' and
9908 #           'MRR'"
9909 #  parameters:
9910 #  - "result"
9911 #  - "name"
9912 #  - "tags"
9913 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9914 #  x-axis: "X = CNFs per Service Pipeline"
9915 #  y-axis: "Y = Number of Service Pipelines"
9916 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9917 #  layout:
9918 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9919 #    layout: "plot-service-density"
9920 #
9921 ## Plots - NF Density - CSP - MRR IMIX
9922 #- type: "plot"
9923 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9924 #  algorithm: "plot_nf_heatmap"
9925 #  output-file-type: ".html"
9926 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9927 #  data: "plot-vpp-nfv-2n-skx-mrr"
9928 #  filter: "'NIC_Intel-XXV710' and
9929 #           'NF_DENSITY' and
9930 #           'DOCKER' and
9931 #           'PIPELINE' and
9932 #           'NF_VPPIP4' and
9933 #           'IMIX' and
9934 #           '2T1C' and
9935 #           'MRR'"
9936 #  parameters:
9937 #  - "result"
9938 #  - "name"
9939 #  - "tags"
9940 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9941 #  x-axis: "X = CNFs per Service Pipeline"
9942 #  y-axis: "Y = Number of Service Pipelines"
9943 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9944 #  layout:
9945 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9946 #    layout: "plot-service-density"
9947 #
9948 #- type: "plot"
9949 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9950 #  algorithm: "plot_nf_heatmap"
9951 #  output-file-type: ".html"
9952 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9953 #  data: "plot-vpp-nfv-2n-skx-mrr"
9954 #  filter: "'NIC_Intel-XXV710' and
9955 #           'NF_DENSITY' and
9956 #           'DOCKER' and
9957 #           'PIPELINE' and
9958 #           'NF_VPPIP4' and
9959 #           'IMIX' and
9960 #           '4T2C' and
9961 #           'MRR'"
9962 #  parameters:
9963 #  - "result"
9964 #  - "name"
9965 #  - "tags"
9966 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9967 #  x-axis: "X = CNFs per Service Pipeline"
9968 #  y-axis: "Y = Number of Service Pipelines"
9969 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9970 #  layout:
9971 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9972 #    layout: "plot-service-density"
9973 #
9974 #- type: "plot"
9975 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9976 #  algorithm: "plot_nf_heatmap"
9977 #  output-file-type: ".html"
9978 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9979 #  data: "plot-vpp-nfv-2n-skx-mrr"
9980 #  filter: "'NIC_Intel-XXV710' and
9981 #           'NF_DENSITY' and
9982 #           'DOCKER' and
9983 #           'PIPELINE' and
9984 #           'NF_VPPIP4' and
9985 #           'IMIX' and
9986 #           '8T4C' and
9987 #           'MRR'"
9988 #  parameters:
9989 #  - "result"
9990 #  - "name"
9991 #  - "tags"
9992 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9993 #  x-axis: "X = CNFs per Service Pipeline"
9994 #  y-axis: "Y = Number of Service Pipelines"
9995 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9996 #  layout:
9997 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9998 #    layout: "plot-service-density"
9999 #
10000 ## Plots - NF Density - CSP - NDR 64b
10001 #- type: "plot"
10002 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10003 #  algorithm: "plot_nf_heatmap"
10004 #  output-file-type: ".html"
10005 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
10006 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10007 #  filter: "'NIC_Intel-XXV710' and
10008 #           'NF_DENSITY' and
10009 #           'DOCKER' and
10010 #           'PIPELINE' and
10011 #           'NF_VPPIP4' and
10012 #           '64B' and
10013 #           '2T1C' and
10014 #           'NDRPDR'"
10015 #  parameters:
10016 #  - "throughput"
10017 #  - "name"
10018 #  - "tags"
10019 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10020 #  x-axis: "X = CNFs per Service Pipeline"
10021 #  y-axis: "Y = Number of Service Pipelines"
10022 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10023 #  layout:
10024 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10025 #    layout: "plot-service-density"
10026 #
10027 #- type: "plot"
10028 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10029 #  algorithm: "plot_nf_heatmap"
10030 #  output-file-type: ".html"
10031 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
10032 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10033 #  filter: "'NIC_Intel-XXV710' and
10034 #           'NF_DENSITY' and
10035 #           'DOCKER' and
10036 #           'PIPELINE' and
10037 #           'NF_VPPIP4' and
10038 #           '64B' and
10039 #           '4T2C' and
10040 #           'NDRPDR'"
10041 #  parameters:
10042 #  - "throughput"
10043 #  - "name"
10044 #  - "tags"
10045 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10046 #  x-axis: "X = CNFs per Service Pipeline"
10047 #  y-axis: "Y = Number of Service Pipelines"
10048 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10049 #  layout:
10050 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10051 #    layout: "plot-service-density"
10052 #
10053 #- type: "plot"
10054 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10055 #  algorithm: "plot_nf_heatmap"
10056 #  output-file-type: ".html"
10057 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
10058 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10059 #  filter: "'NIC_Intel-XXV710' and
10060 #           'NF_DENSITY' and
10061 #           'DOCKER' and
10062 #           'PIPELINE' and
10063 #           'NF_VPPIP4' and
10064 #           '64B' and
10065 #           '8T4C' and
10066 #           'NDRPDR'"
10067 #  parameters:
10068 #  - "throughput"
10069 #  - "name"
10070 #  - "tags"
10071 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10072 #  x-axis: "X = CNFs per Service Pipeline"
10073 #  y-axis: "Y = Number of Service Pipelines"
10074 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10075 #  layout:
10076 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10077 #    layout: "plot-service-density"
10078 #
10079 ## Plots - NF Density - CSP - NDR IMIX
10080 #- type: "plot"
10081 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10082 #  algorithm: "plot_nf_heatmap"
10083 #  output-file-type: ".html"
10084 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10085 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10086 #  filter: "'NIC_Intel-XXV710' and
10087 #           'NF_DENSITY' and
10088 #           'DOCKER' and
10089 #           'PIPELINE' and
10090 #           'NF_VPPIP4' and
10091 #           'IMIX' and
10092 #           '2T1C' and
10093 #           'NDRPDR'"
10094 #  parameters:
10095 #  - "throughput"
10096 #  - "name"
10097 #  - "tags"
10098 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10099 #  x-axis: "X = CNFs per Service Pipeline"
10100 #  y-axis: "Y = Number of Service Pipelines"
10101 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10102 #  layout:
10103 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10104 #    layout: "plot-service-density"
10105 #
10106 #- type: "plot"
10107 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10108 #  algorithm: "plot_nf_heatmap"
10109 #  output-file-type: ".html"
10110 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10111 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10112 #  filter: "'NIC_Intel-XXV710' and
10113 #           'NF_DENSITY' and
10114 #           'DOCKER' and
10115 #           'PIPELINE' and
10116 #           'NF_VPPIP4' and
10117 #           'IMIX' and
10118 #           '4T2C' and
10119 #           'NDRPDR'"
10120 #  parameters:
10121 #  - "throughput"
10122 #  - "name"
10123 #  - "tags"
10124 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10125 #  x-axis: "X = CNFs per Service Pipeline"
10126 #  y-axis: "Y = Number of Service Pipelines"
10127 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10128 #  layout:
10129 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10130 #    layout: "plot-service-density"
10131 #
10132 #- type: "plot"
10133 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10134 #  algorithm: "plot_nf_heatmap"
10135 #  output-file-type: ".html"
10136 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10137 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10138 #  filter: "'NIC_Intel-XXV710' and
10139 #           'NF_DENSITY' and
10140 #           'DOCKER' and
10141 #           'PIPELINE' and
10142 #           'NF_VPPIP4' and
10143 #           'IMIX' and
10144 #           '8T4C' and
10145 #           'NDRPDR'"
10146 #  parameters:
10147 #  - "throughput"
10148 #  - "name"
10149 #  - "tags"
10150 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10151 #  x-axis: "X = CNFs per Service Pipeline"
10152 #  y-axis: "Y = Number of Service Pipelines"
10153 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10154 #  layout:
10155 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10156 #    layout: "plot-service-density"
10157 #
10158 ## Plots - NF Density - CSP - PDR 64b
10159 #- type: "plot"
10160 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10161 #  algorithm: "plot_nf_heatmap"
10162 #  output-file-type: ".html"
10163 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
10164 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10165 #  filter: "'NIC_Intel-XXV710' and
10166 #           'NF_DENSITY' and
10167 #           'DOCKER' and
10168 #           'PIPELINE' and
10169 #           'NF_VPPIP4' and
10170 #           '64B' and
10171 #           '2T1C' and
10172 #           'NDRPDR'"
10173 #  parameters:
10174 #  - "throughput"
10175 #  - "name"
10176 #  - "tags"
10177 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10178 #  x-axis: "X = CNFs per Service Pipeline"
10179 #  y-axis: "Y = Number of Service Pipelines"
10180 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10181 #  layout:
10182 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10183 #    layout: "plot-service-density"
10184 #
10185 #- type: "plot"
10186 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10187 #  algorithm: "plot_nf_heatmap"
10188 #  output-file-type: ".html"
10189 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
10190 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10191 #  filter: "'NIC_Intel-XXV710' and
10192 #           'NF_DENSITY' and
10193 #           'DOCKER' and
10194 #           'PIPELINE' and
10195 #           'NF_VPPIP4' and
10196 #           '64B' and
10197 #           '4T2C' and
10198 #           'NDRPDR'"
10199 #  parameters:
10200 #  - "throughput"
10201 #  - "name"
10202 #  - "tags"
10203 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10204 #  x-axis: "X = CNFs per Service Pipeline"
10205 #  y-axis: "Y = Number of Service Pipelines"
10206 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10207 #  layout:
10208 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10209 #    layout: "plot-service-density"
10210 #
10211 #- type: "plot"
10212 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10213 #  algorithm: "plot_nf_heatmap"
10214 #  output-file-type: ".html"
10215 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
10216 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10217 #  filter: "'NIC_Intel-XXV710' and
10218 #           'NF_DENSITY' and
10219 #           'DOCKER' and
10220 #           'PIPELINE' and
10221 #           'NF_VPPIP4' and
10222 #           '64B' and
10223 #           '8T4C' and
10224 #           'NDRPDR'"
10225 #  parameters:
10226 #  - "throughput"
10227 #  - "name"
10228 #  - "tags"
10229 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10230 #  x-axis: "X = CNFs per Service Pipeline"
10231 #  y-axis: "Y = Number of Service Pipelines"
10232 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10233 #  layout:
10234 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10235 #    layout: "plot-service-density"
10236 #
10237 ## Plots - NF Density - CSP - PDR IMIX
10238 #- type: "plot"
10239 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10240 #  algorithm: "plot_nf_heatmap"
10241 #  output-file-type: ".html"
10242 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10243 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10244 #  filter: "'NIC_Intel-XXV710' and
10245 #           'NF_DENSITY' and
10246 #           'DOCKER' and
10247 #           'PIPELINE' and
10248 #           'NF_VPPIP4' and
10249 #           'IMIX' and
10250 #           '2T1C' and
10251 #           'NDRPDR'"
10252 #  parameters:
10253 #  - "throughput"
10254 #  - "name"
10255 #  - "tags"
10256 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10257 #  x-axis: "X = CNFs per Service Pipeline"
10258 #  y-axis: "Y = Number of Service Pipelines"
10259 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10260 #  layout:
10261 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10262 #    layout: "plot-service-density"
10263 #
10264 #- type: "plot"
10265 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10266 #  algorithm: "plot_nf_heatmap"
10267 #  output-file-type: ".html"
10268 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10269 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10270 #  filter: "'NIC_Intel-XXV710' and
10271 #           'NF_DENSITY' and
10272 #           'DOCKER' and
10273 #           'PIPELINE' and
10274 #           'NF_VPPIP4' and
10275 #           'IMIX' and
10276 #           '4T2C' and
10277 #           'NDRPDR'"
10278 #  parameters:
10279 #  - "throughput"
10280 #  - "name"
10281 #  - "tags"
10282 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10283 #  x-axis: "X = CNFs per Service Pipeline"
10284 #  y-axis: "Y = Number of Service Pipelines"
10285 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10286 #  layout:
10287 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10288 #    layout: "plot-service-density"
10289 #
10290 #- type: "plot"
10291 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10292 #  algorithm: "plot_nf_heatmap"
10293 #  output-file-type: ".html"
10294 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10295 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10296 #  filter: "'NIC_Intel-XXV710' and
10297 #           'NF_DENSITY' and
10298 #           'DOCKER' and
10299 #           'PIPELINE' and
10300 #           'NF_VPPIP4' and
10301 #           'IMIX' and
10302 #           '8T4C' and
10303 #           'NDRPDR'"
10304 #  parameters:
10305 #  - "throughput"
10306 #  - "name"
10307 #  - "tags"
10308 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10309 #  x-axis: "X = CNFs per Service Pipeline"
10310 #  y-axis: "Y = Number of Service Pipelines"
10311 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10312 #  layout:
10313 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10314 #    layout: "plot-service-density"
10315
10316 ###############################################################################
10317 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10318
10319 - type: "plot"
10320   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10321   algorithm: "plot_nf_heatmap"
10322   output-file-type: ".html"
10323   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10324   data: "plot-vpp-nfv-2n-clx-mrr"
10325   filter: "'NIC_Intel-XXV710' and
10326            'NF_DENSITY' and
10327            'VHOST' and
10328            not 'VXLAN' and
10329            'CHAIN' and
10330            'NF_VPPIP4' and
10331            'IMIX' and
10332            '2T1C' and
10333            'MRR'"
10334   parameters:
10335   - "result"
10336   - "name"
10337   - "tags"
10338   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10339   x-axis: "X = VNFs per Service Chain"
10340   y-axis: "Y = Number of Service Chains"
10341   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10342   layout:
10343     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10344     layout: "plot-service-density"
10345
10346 - type: "plot"
10347   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10348   algorithm: "plot_nf_heatmap"
10349   output-file-type: ".html"
10350   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10351   data: "plot-vpp-nfv-2n-clx-mrr"
10352   filter: "'NIC_Intel-XXV710' and
10353            'NF_DENSITY' and
10354            'VHOST' and
10355            not 'VXLAN' and
10356            'CHAIN' and
10357            'NF_VPPIP4' and
10358            'IMIX' and
10359            '4T2C' and
10360            'MRR'"
10361   parameters:
10362   - "result"
10363   - "name"
10364   - "tags"
10365   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10366   x-axis: "X = VNFs per Service Chain"
10367   y-axis: "Y = Number of Service Chains"
10368   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10369   layout:
10370     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10371     layout: "plot-service-density"
10372
10373 - type: "plot"
10374   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10375   algorithm: "plot_nf_heatmap"
10376   output-file-type: ".html"
10377   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10378   data: "plot-vpp-nfv-2n-clx-mrr"
10379   filter: "'NIC_Intel-XXV710' and
10380            'NF_DENSITY' and
10381            'VHOST' and
10382            not 'VXLAN' and
10383            'CHAIN' and
10384            'NF_VPPIP4' and
10385            'IMIX' and
10386            '8T4C' and
10387            'MRR'"
10388   parameters:
10389   - "result"
10390   - "name"
10391   - "tags"
10392   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10393   x-axis: "X = VNFs per Service Chain"
10394   y-axis: "Y = Number of Service Chains"
10395   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10396   layout:
10397     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10398     layout: "plot-service-density"
10399
10400 # Plots - NF Density - VSC - NDR IMIX
10401 - type: "plot"
10402   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10403   algorithm: "plot_nf_heatmap"
10404   output-file-type: ".html"
10405   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10406   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10407   filter: "'NIC_Intel-XXV710' and
10408            'NF_DENSITY' and
10409            'VHOST' and
10410            not 'VXLAN' and
10411            'CHAIN' and
10412            'NF_VPPIP4' and
10413            'IMIX' and
10414            '2T1C' and
10415            'NDRPDR'"
10416   parameters:
10417   - "throughput"
10418   - "name"
10419   - "tags"
10420   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10421   x-axis: "X = VNFs per Service Chain"
10422   y-axis: "Y = Number of Service Chains"
10423   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10424   layout:
10425     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10426     layout: "plot-service-density"
10427
10428 - type: "plot"
10429   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10430   algorithm: "plot_nf_heatmap"
10431   output-file-type: ".html"
10432   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10433   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10434   filter: "'NIC_Intel-XXV710' and
10435            'NF_DENSITY' and
10436            'VHOST' and
10437            not 'VXLAN' and
10438            'CHAIN' and
10439            'NF_VPPIP4' and
10440            'IMIX' and
10441            '4T2C' and
10442            'NDRPDR'"
10443   parameters:
10444   - "throughput"
10445   - "name"
10446   - "tags"
10447   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10448   x-axis: "X = VNFs per Service Chain"
10449   y-axis: "Y = Number of Service Chains"
10450   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10451   layout:
10452     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10453     layout: "plot-service-density"
10454
10455 - type: "plot"
10456   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10457   algorithm: "plot_nf_heatmap"
10458   output-file-type: ".html"
10459   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10460   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10461   filter: "'NIC_Intel-XXV710' and
10462            'NF_DENSITY' and
10463            'VHOST' and
10464            not 'VXLAN' and
10465            'CHAIN' and
10466            'NF_VPPIP4' and
10467            'IMIX' and
10468            '8T4C' and
10469            'NDRPDR'"
10470   parameters:
10471   - "throughput"
10472   - "name"
10473   - "tags"
10474   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10475   x-axis: "X = VNFs per Service Chain"
10476   y-axis: "Y = Number of Service Chains"
10477   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10478   layout:
10479     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10480     layout: "plot-service-density"
10481
10482 # Plots - NF Density - VSC - PDR IMIX
10483 - type: "plot"
10484   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10485   algorithm: "plot_nf_heatmap"
10486   output-file-type: ".html"
10487   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10488   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10489   filter: "'NIC_Intel-XXV710' and
10490            'NF_DENSITY' and
10491            'VHOST' and
10492            not 'VXLAN' and
10493            'CHAIN' and
10494            'NF_VPPIP4' and
10495            'IMIX' and
10496            '2T1C' and
10497            'NDRPDR'"
10498   parameters:
10499   - "throughput"
10500   - "name"
10501   - "tags"
10502   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10503   x-axis: "X = VNFs per Service Chain"
10504   y-axis: "Y = Number of Service Chains"
10505   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10506   layout:
10507     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10508     layout: "plot-service-density"
10509
10510 - type: "plot"
10511   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10512   algorithm: "plot_nf_heatmap"
10513   output-file-type: ".html"
10514   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10515   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10516   filter: "'NIC_Intel-XXV710' and
10517            'NF_DENSITY' and
10518            'VHOST' and
10519            not 'VXLAN' and
10520            'CHAIN' and
10521            'NF_VPPIP4' and
10522            'IMIX' and
10523            '4T2C' and
10524            'NDRPDR'"
10525   parameters:
10526   - "throughput"
10527   - "name"
10528   - "tags"
10529   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10530   x-axis: "X = VNFs per Service Chain"
10531   y-axis: "Y = Number of Service Chains"
10532   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10533   layout:
10534     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10535     layout: "plot-service-density"
10536
10537 - type: "plot"
10538   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10539   algorithm: "plot_nf_heatmap"
10540   output-file-type: ".html"
10541   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10542   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10543   filter: "'NIC_Intel-XXV710' and
10544            'NF_DENSITY' and
10545            'VHOST' and
10546            not 'VXLAN' and
10547            'CHAIN' and
10548            'NF_VPPIP4' and
10549            'IMIX' and
10550            '8T4C' and
10551            'NDRPDR'"
10552   parameters:
10553   - "throughput"
10554   - "name"
10555   - "tags"
10556   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10557   x-axis: "X = VNFs per Service Chain"
10558   y-axis: "Y = Number of Service Chains"
10559   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10560   layout:
10561     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10562     layout: "plot-service-density"
10563
10564 # Plots - NF Density - VSC - MRR IMIX
10565 - type: "plot"
10566   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10567   algorithm: "plot_nf_heatmap"
10568   output-file-type: ".html"
10569   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10570   data: "plot-vpp-nfv-2n-clx-mrr"
10571   filter: "'NIC_Intel-XXV710' and
10572            'NF_DENSITY' and
10573            'VHOST' and
10574            'VXLAN' and
10575            'CHAIN' and
10576            'IMIX' and
10577            '2T1C' and
10578            'MRR'"
10579   parameters:
10580   - "result"
10581   - "name"
10582   - "tags"
10583   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10584   x-axis: "X = VNFs per Service Chain"
10585   y-axis: "Y = Number of Service Chains"
10586   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10587   layout:
10588     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10589     layout: "plot-service-density"
10590
10591 - type: "plot"
10592   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10593   algorithm: "plot_nf_heatmap"
10594   output-file-type: ".html"
10595   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10596   data: "plot-vpp-nfv-2n-clx-mrr"
10597   filter: "'NIC_Intel-XXV710' and
10598            'NF_DENSITY' and
10599            'VHOST' and
10600            'VXLAN' and
10601            'CHAIN' and
10602            'IMIX' and
10603            '4T2C' and
10604            'MRR'"
10605   parameters:
10606   - "result"
10607   - "name"
10608   - "tags"
10609   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10610   x-axis: "X = VNFs per Service Chain"
10611   y-axis: "Y = Number of Service Chains"
10612   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10613   layout:
10614     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10615     layout: "plot-service-density"
10616
10617 - type: "plot"
10618   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10619   algorithm: "plot_nf_heatmap"
10620   output-file-type: ".html"
10621   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10622   data: "plot-vpp-nfv-2n-clx-mrr"
10623   filter: "'NIC_Intel-XXV710' and
10624            'NF_DENSITY' and
10625            'VHOST' and
10626            'VXLAN' and
10627            'CHAIN' and
10628            'IMIX' and
10629            '8T4C' and
10630            'MRR'"
10631   parameters:
10632   - "result"
10633   - "name"
10634   - "tags"
10635   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10636   x-axis: "X = VNFs per Service Chain"
10637   y-axis: "Y = Number of Service Chains"
10638   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10639   layout:
10640     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10641     layout: "plot-service-density"
10642
10643 # Plots - NF Density - VSC - NDR IMIX
10644 - type: "plot"
10645   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10646   algorithm: "plot_nf_heatmap"
10647   output-file-type: ".html"
10648   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10649   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10650   filter: "'NIC_Intel-XXV710' and
10651            'NF_DENSITY' and
10652            'VHOST' and
10653            'VXLAN' and
10654            'CHAIN' and
10655            'IMIX' and
10656            '2T1C' and
10657            'NDRPDR'"
10658   parameters:
10659   - "throughput"
10660   - "name"
10661   - "tags"
10662   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10663   x-axis: "X = VNFs per Service Chain"
10664   y-axis: "Y = Number of Service Chains"
10665   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10666   layout:
10667     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10668     layout: "plot-service-density"
10669
10670 - type: "plot"
10671   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10672   algorithm: "plot_nf_heatmap"
10673   output-file-type: ".html"
10674   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10675   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10676   filter: "'NIC_Intel-XXV710' and
10677            'NF_DENSITY' and
10678            'VHOST' and
10679            'VXLAN' and
10680            'CHAIN' and
10681            'IMIX' and
10682            '4T2C' and
10683            'NDRPDR'"
10684   parameters:
10685   - "throughput"
10686   - "name"
10687   - "tags"
10688   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10689   x-axis: "X = VNFs per Service Chain"
10690   y-axis: "Y = Number of Service Chains"
10691   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10692   layout:
10693     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10694     layout: "plot-service-density"
10695
10696 - type: "plot"
10697   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10698   algorithm: "plot_nf_heatmap"
10699   output-file-type: ".html"
10700   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10701   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10702   filter: "'NIC_Intel-XXV710' and
10703            'NF_DENSITY' and
10704            'VHOST' and
10705            'VXLAN' and
10706            'CHAIN' and
10707            'IMIX' and
10708            '8T4C' and
10709            'NDRPDR'"
10710   parameters:
10711   - "throughput"
10712   - "name"
10713   - "tags"
10714   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10715   x-axis: "X = VNFs per Service Chain"
10716   y-axis: "Y = Number of Service Chains"
10717   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10718   layout:
10719     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10720     layout: "plot-service-density"
10721
10722 # Plots - NF Density - VSC - PDR IMIX
10723 - type: "plot"
10724   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10725   algorithm: "plot_nf_heatmap"
10726   output-file-type: ".html"
10727   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10728   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10729   filter: "'NIC_Intel-XXV710' and
10730            'NF_DENSITY' and
10731            'VHOST' and
10732            'VXLAN' and
10733            'CHAIN' and
10734            'IMIX' and
10735            '2T1C' and
10736            'NDRPDR'"
10737   parameters:
10738   - "throughput"
10739   - "name"
10740   - "tags"
10741   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10742   x-axis: "X = VNFs per Service Chain"
10743   y-axis: "Y = Number of Service Chains"
10744   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10745   layout:
10746     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10747     layout: "plot-service-density"
10748
10749 - type: "plot"
10750   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10751   algorithm: "plot_nf_heatmap"
10752   output-file-type: ".html"
10753   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10754   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10755   filter: "'NIC_Intel-XXV710' and
10756            'NF_DENSITY' and
10757            'VHOST' and
10758            'VXLAN' and
10759            'CHAIN' and
10760            'IMIX' and
10761            '4T2C' and
10762            'NDRPDR'"
10763   parameters:
10764   - "throughput"
10765   - "name"
10766   - "tags"
10767   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10768   x-axis: "X = VNFs per Service Chain"
10769   y-axis: "Y = Number of Service Chains"
10770   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10771   layout:
10772     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10773     layout: "plot-service-density"
10774
10775 - type: "plot"
10776   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10777   algorithm: "plot_nf_heatmap"
10778   output-file-type: ".html"
10779   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10780   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10781   filter: "'NIC_Intel-XXV710' and
10782            'NF_DENSITY' and
10783            'VHOST' and
10784            'VXLAN' and
10785            'CHAIN' and
10786            'IMIX' and
10787            '8T4C' and
10788            'NDRPDR'"
10789   parameters:
10790   - "throughput"
10791   - "name"
10792   - "tags"
10793   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10794   x-axis: "X = VNFs per Service Chain"
10795   y-axis: "Y = Number of Service Chains"
10796   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10797   layout:
10798     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10799     layout: "plot-service-density"
10800
10801 # Plots - NF Density - CSC - MRR IMIX
10802 - type: "plot"
10803   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10804   algorithm: "plot_nf_heatmap"
10805   output-file-type: ".html"
10806   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10807   data: "plot-vpp-nfv-2n-clx-mrr"
10808   filter: "'NIC_Intel-XXV710' and
10809            'NF_DENSITY' and
10810            'DOCKER' and
10811            'CHAIN' and
10812            'NF_VPPIP4' and
10813            'IMIX' and
10814            '2T1C' and
10815            'MRR'"
10816   parameters:
10817   - "result"
10818   - "name"
10819   - "tags"
10820   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10821   x-axis: "X = CNFs per Service Chain"
10822   y-axis: "Y = Number of Service Chains"
10823   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10824   layout:
10825     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10826     layout: "plot-service-density"
10827
10828 - type: "plot"
10829   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10830   algorithm: "plot_nf_heatmap"
10831   output-file-type: ".html"
10832   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10833   data: "plot-vpp-nfv-2n-clx-mrr"
10834   filter: "'NIC_Intel-XXV710' and
10835            'NF_DENSITY' and
10836            'DOCKER' and
10837            'CHAIN' and
10838            'NF_VPPIP4' and
10839            'IMIX' and
10840            '4T2C' and
10841            'MRR'"
10842   parameters:
10843   - "result"
10844   - "name"
10845   - "tags"
10846   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10847   x-axis: "X = CNFs per Service Chain"
10848   y-axis: "Y = Number of Service Chains"
10849   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10850   layout:
10851     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10852     layout: "plot-service-density"
10853
10854 - type: "plot"
10855   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10856   algorithm: "plot_nf_heatmap"
10857   output-file-type: ".html"
10858   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10859   data: "plot-vpp-nfv-2n-clx-mrr"
10860   filter: "'NIC_Intel-XXV710' and
10861            'NF_DENSITY' and
10862            'DOCKER' and
10863            'CHAIN' and
10864            'NF_VPPIP4' and
10865            'IMIX' and
10866            '8T4C' and
10867            'MRR'"
10868   parameters:
10869   - "result"
10870   - "name"
10871   - "tags"
10872   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10873   x-axis: "X = CNFs per Service Chain"
10874   y-axis: "Y = Number of Service Chains"
10875   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10876   layout:
10877     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10878     layout: "plot-service-density"
10879
10880 # Plots - NF Density - CSC - NDR IMIX
10881 - type: "plot"
10882   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10883   algorithm: "plot_nf_heatmap"
10884   output-file-type: ".html"
10885   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10886   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10887   filter: "'NIC_Intel-XXV710' and
10888            'NF_DENSITY' and
10889            'DOCKER' and
10890            'CHAIN' and
10891            'NF_VPPIP4' and
10892            'IMIX' and
10893            '2T1C' and
10894            'NDRPDR'"
10895   parameters:
10896   - "throughput"
10897   - "name"
10898   - "tags"
10899   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10900   x-axis: "X = CNFs per Service Chain"
10901   y-axis: "Y = Number of Service Chains"
10902   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10903   layout:
10904     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10905     layout: "plot-service-density"
10906
10907 - type: "plot"
10908   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10909   algorithm: "plot_nf_heatmap"
10910   output-file-type: ".html"
10911   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10912   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10913   filter: "'NIC_Intel-XXV710' and
10914            'NF_DENSITY' and
10915            'DOCKER' and
10916            'CHAIN' and
10917            'NF_VPPIP4' and
10918            'IMIX' and
10919            '4T2C' and
10920            'NDRPDR'"
10921   parameters:
10922   - "throughput"
10923   - "name"
10924   - "tags"
10925   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10926   x-axis: "X = CNFs per Service Chain"
10927   y-axis: "Y = Number of Service Chains"
10928   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10929   layout:
10930     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10931     layout: "plot-service-density"
10932
10933 - type: "plot"
10934   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10935   algorithm: "plot_nf_heatmap"
10936   output-file-type: ".html"
10937   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10938   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10939   filter: "'NIC_Intel-XXV710' and
10940            'NF_DENSITY' and
10941            'DOCKER' and
10942            'CHAIN' and
10943            'NF_VPPIP4' and
10944            'IMIX' and
10945            '8T4C' and
10946            'NDRPDR'"
10947   parameters:
10948   - "throughput"
10949   - "name"
10950   - "tags"
10951   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10952   x-axis: "X = CNFs per Service Chain"
10953   y-axis: "Y = Number of Service Chains"
10954   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10955   layout:
10956     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10957     layout: "plot-service-density"
10958
10959 # Plots - NF Density - CSC - PDR IMIX
10960 - type: "plot"
10961   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10962   algorithm: "plot_nf_heatmap"
10963   output-file-type: ".html"
10964   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10965   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10966   filter: "'NIC_Intel-XXV710' and
10967            'NF_DENSITY' and
10968            'DOCKER' and
10969            'CHAIN' and
10970            'NF_VPPIP4' and
10971            'IMIX' and
10972            '2T1C' and
10973            'NDRPDR'"
10974   parameters:
10975   - "throughput"
10976   - "name"
10977   - "tags"
10978   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10979   x-axis: "X = CNFs per Service Chain"
10980   y-axis: "Y = Number of Service Chains"
10981   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10982   layout:
10983     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10984     layout: "plot-service-density"
10985
10986 - type: "plot"
10987   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10988   algorithm: "plot_nf_heatmap"
10989   output-file-type: ".html"
10990   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10991   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10992   filter: "'NIC_Intel-XXV710' and
10993            'NF_DENSITY' and
10994            'DOCKER' and
10995            'CHAIN' and
10996            'NF_VPPIP4' and
10997            'IMIX' and
10998            '4T2C' and
10999            'NDRPDR'"
11000   parameters:
11001   - "throughput"
11002   - "name"
11003   - "tags"
11004   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11005   x-axis: "X = CNFs per Service Chain"
11006   y-axis: "Y = Number of Service Chains"
11007   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11008   layout:
11009     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11010     layout: "plot-service-density"
11011
11012 - type: "plot"
11013   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11014   algorithm: "plot_nf_heatmap"
11015   output-file-type: ".html"
11016   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11017   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11018   filter: "'NIC_Intel-XXV710' and
11019            'NF_DENSITY' and
11020            'DOCKER' and
11021            'CHAIN' and
11022            'NF_VPPIP4' and
11023            'IMIX' and
11024            '8T4C' and
11025            'NDRPDR'"
11026   parameters:
11027   - "throughput"
11028   - "name"
11029   - "tags"
11030   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11031   x-axis: "X = CNFs per Service Chain"
11032   y-axis: "Y = Number of Service Chains"
11033   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11034   layout:
11035     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11036     layout: "plot-service-density"
11037
11038 # Plots - NF Density - CSP - MRR IMIX
11039 - type: "plot"
11040   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11041   algorithm: "plot_nf_heatmap"
11042   output-file-type: ".html"
11043   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11044   data: "plot-vpp-nfv-2n-clx-mrr"
11045   filter: "'NIC_Intel-XXV710' and
11046            'NF_DENSITY' and
11047            'DOCKER' and
11048            'PIPELINE' and
11049            'NF_VPPIP4' and
11050            'IMIX' and
11051            '2T1C' and
11052            'MRR'"
11053   parameters:
11054   - "result"
11055   - "name"
11056   - "tags"
11057   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11058   x-axis: "X = CNFs per Service Pipeline"
11059   y-axis: "Y = Number of Service Pipelines"
11060   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11061   layout:
11062     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11063     layout: "plot-service-density"
11064
11065 - type: "plot"
11066   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11067   algorithm: "plot_nf_heatmap"
11068   output-file-type: ".html"
11069   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11070   data: "plot-vpp-nfv-2n-clx-mrr"
11071   filter: "'NIC_Intel-XXV710' and
11072            'NF_DENSITY' and
11073            'DOCKER' and
11074            'PIPELINE' and
11075            'NF_VPPIP4' and
11076            'IMIX' and
11077            '4T2C' and
11078            'MRR'"
11079   parameters:
11080   - "result"
11081   - "name"
11082   - "tags"
11083   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11084   x-axis: "X = CNFs per Service Pipeline"
11085   y-axis: "Y = Number of Service Pipelines"
11086   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11087   layout:
11088     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11089     layout: "plot-service-density"
11090
11091 - type: "plot"
11092   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11093   algorithm: "plot_nf_heatmap"
11094   output-file-type: ".html"
11095   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11096   data: "plot-vpp-nfv-2n-clx-mrr"
11097   filter: "'NIC_Intel-XXV710' and
11098            'NF_DENSITY' and
11099            'DOCKER' and
11100            'PIPELINE' and
11101            'NF_VPPIP4' and
11102            'IMIX' and
11103            '8T4C' and
11104            'MRR'"
11105   parameters:
11106   - "result"
11107   - "name"
11108   - "tags"
11109   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11110   x-axis: "X = CNFs per Service Pipeline"
11111   y-axis: "Y = Number of Service Pipelines"
11112   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11113   layout:
11114     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11115     layout: "plot-service-density"
11116
11117 # Plots - NF Density - CSP - NDR IMIX
11118 - type: "plot"
11119   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11120   algorithm: "plot_nf_heatmap"
11121   output-file-type: ".html"
11122   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11123   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11124   filter: "'NIC_Intel-XXV710' and
11125            'NF_DENSITY' and
11126            'DOCKER' and
11127            'PIPELINE' and
11128            'NF_VPPIP4' and
11129            'IMIX' and
11130            '2T1C' and
11131            'NDRPDR'"
11132   parameters:
11133   - "throughput"
11134   - "name"
11135   - "tags"
11136   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11137   x-axis: "X = CNFs per Service Pipeline"
11138   y-axis: "Y = Number of Service Pipelines"
11139   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11140   layout:
11141     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11142     layout: "plot-service-density"
11143
11144 - type: "plot"
11145   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11146   algorithm: "plot_nf_heatmap"
11147   output-file-type: ".html"
11148   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11149   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11150   filter: "'NIC_Intel-XXV710' and
11151            'NF_DENSITY' and
11152            'DOCKER' and
11153            'PIPELINE' and
11154            'NF_VPPIP4' and
11155            'IMIX' and
11156            '4T2C' and
11157            'NDRPDR'"
11158   parameters:
11159   - "throughput"
11160   - "name"
11161   - "tags"
11162   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11163   x-axis: "X = CNFs per Service Pipeline"
11164   y-axis: "Y = Number of Service Pipelines"
11165   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11166   layout:
11167     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11168     layout: "plot-service-density"
11169
11170 - type: "plot"
11171   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11172   algorithm: "plot_nf_heatmap"
11173   output-file-type: ".html"
11174   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11175   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11176   filter: "'NIC_Intel-XXV710' and
11177            'NF_DENSITY' and
11178            'DOCKER' and
11179            'PIPELINE' and
11180            'NF_VPPIP4' and
11181            'IMIX' and
11182            '8T4C' and
11183            'NDRPDR'"
11184   parameters:
11185   - "throughput"
11186   - "name"
11187   - "tags"
11188   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11189   x-axis: "X = CNFs per Service Pipeline"
11190   y-axis: "Y = Number of Service Pipelines"
11191   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11192   layout:
11193     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11194     layout: "plot-service-density"
11195
11196 # Plots - NF Density - CSP - PDR IMIX
11197 - type: "plot"
11198   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11199   algorithm: "plot_nf_heatmap"
11200   output-file-type: ".html"
11201   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11202   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11203   filter: "'NIC_Intel-XXV710' and
11204            'NF_DENSITY' and
11205            'DOCKER' and
11206            'PIPELINE' and
11207            'NF_VPPIP4' and
11208            'IMIX' and
11209            '2T1C' and
11210            'NDRPDR'"
11211   parameters:
11212   - "throughput"
11213   - "name"
11214   - "tags"
11215   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11216   x-axis: "X = CNFs per Service Pipeline"
11217   y-axis: "Y = Number of Service Pipelines"
11218   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11219   layout:
11220     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11221     layout: "plot-service-density"
11222
11223 - type: "plot"
11224   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11225   algorithm: "plot_nf_heatmap"
11226   output-file-type: ".html"
11227   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11228   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11229   filter: "'NIC_Intel-XXV710' and
11230            'NF_DENSITY' and
11231            'DOCKER' and
11232            'PIPELINE' and
11233            'NF_VPPIP4' and
11234            'IMIX' and
11235            '4T2C' and
11236            'NDRPDR'"
11237   parameters:
11238   - "throughput"
11239   - "name"
11240   - "tags"
11241   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11242   x-axis: "X = CNFs per Service Pipeline"
11243   y-axis: "Y = Number of Service Pipelines"
11244   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11245   layout:
11246     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11247     layout: "plot-service-density"
11248
11249 - type: "plot"
11250   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11251   algorithm: "plot_nf_heatmap"
11252   output-file-type: ".html"
11253   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11254   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11255   filter: "'NIC_Intel-XXV710' and
11256            'NF_DENSITY' and
11257            'DOCKER' and
11258            'PIPELINE' and
11259            'NF_VPPIP4' and
11260            'IMIX' and
11261            '8T4C' and
11262            'NDRPDR'"
11263   parameters:
11264   - "throughput"
11265   - "name"
11266   - "tags"
11267   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11268   x-axis: "X = CNFs per Service Pipeline"
11269   y-axis: "Y = Number of Service Pipelines"
11270   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11271   layout:
11272     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11273     layout: "plot-service-density"
11274
11275 ################################################################################
11276
11277 # Packet Throughput
11278
11279 - type: "plot"
11280   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11281   algorithm: "plot_perf_box_name"
11282   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11283   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11284   include:
11285     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11286     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11287     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11288     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11289   layout:
11290     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11291     layout: "plot-throughput"
11292
11293 - type: "plot"
11294   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11295   algorithm: "plot_perf_box_name"
11296   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11297   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11298   include:
11299     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11300     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11301     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11302     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11303   layout:
11304     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11305     layout: "plot-throughput"
11306
11307 - type: "plot"
11308   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11309   algorithm: "plot_perf_box_name"
11310   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11311   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11312   include:
11313     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11314     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11315     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11316     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11317   layout:
11318     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11319     layout: "plot-throughput"
11320
11321 - type: "plot"
11322   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11323   algorithm: "plot_perf_box_name"
11324   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11325   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11326   include:
11327     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11328     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11329     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11330     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11331   layout:
11332     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11333     layout: "plot-throughput"
11334
11335 - type: "plot"
11336   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11337   algorithm: "plot_perf_box_name"
11338   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11339   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11340   include:
11341     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
11342     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
11343     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11344     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11345     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11346   layout:
11347     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11348     layout: "plot-throughput"
11349
11350 - type: "plot"
11351   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11352   algorithm: "plot_perf_box_name"
11353   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11354   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11355   include:
11356     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11357     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11358     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11359     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11360     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11361   layout:
11362     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11363     layout: "plot-throughput"
11364
11365 - type: "plot"
11366   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11367   algorithm: "plot_perf_box_name"
11368   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11369   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11370   include:
11371     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11372     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11373     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11374     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11375     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11376   layout:
11377     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11378     layout: "plot-throughput"
11379
11380 - type: "plot"
11381   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11382   algorithm: "plot_perf_box_name"
11383   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11384   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11385   include:
11386     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11387     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11388     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11389     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11390     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11391   layout:
11392     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11393     layout: "plot-throughput"
11394
11395 - type: "plot"
11396   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11397   algorithm: "plot_perf_box_name"
11398   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11399   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11400   include:
11401     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11402     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11403     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11404     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11405     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11406   layout:
11407     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11408     layout: "plot-throughput"
11409
11410 - type: "plot"
11411   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11412   algorithm: "plot_perf_box_name"
11413   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11414   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11415   include:
11416     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11417     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11418     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11419     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11420     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11421   layout:
11422     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11423     layout: "plot-throughput"
11424
11425 - type: "plot"
11426   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11427   algorithm: "plot_perf_box_name"
11428   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11429   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11430   include:
11431     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11432     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11433     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11434     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11435     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11436     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11437   layout:
11438     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11439     layout: "plot-throughput"
11440
11441 - type: "plot"
11442   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11443   algorithm: "plot_perf_box_name"
11444   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11445   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11446   include:
11447     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11448     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11449     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11450     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11451     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11452     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11453   layout:
11454     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11455     layout: "plot-throughput"
11456
11457 - type: "plot"
11458   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11459   algorithm: "plot_perf_box_name"
11460   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11461   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11462   include:
11463     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11464     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11465     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11466     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11467     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11468   layout:
11469     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11470     layout: "plot-throughput"
11471
11472 - type: "plot"
11473   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11474   algorithm: "plot_perf_box_name"
11475   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11476   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11477   include:
11478     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11479     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11480     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11481     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11482     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11483   layout:
11484     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11485     layout: "plot-throughput"
11486
11487 - type: "plot"
11488   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11489   algorithm: "plot_perf_box_name"
11490   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11491   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11492   include:
11493     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11494     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11495     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11496   layout:
11497     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11498     layout: "plot-throughput"
11499
11500 - type: "plot"
11501   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11502   algorithm: "plot_perf_box_name"
11503   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11504   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11505   include:
11506     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11507     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11508     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11509   layout:
11510     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11511     layout: "plot-throughput"
11512
11513 - type: "plot"
11514   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11515   algorithm: "plot_perf_box_name"
11516   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11517   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11518   include:
11519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11520     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11521     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11522     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11523     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11524   layout:
11525     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11526     layout: "plot-throughput"
11527
11528 - type: "plot"
11529   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11530   algorithm: "plot_perf_box_name"
11531   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11532   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11533   include:
11534     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11535     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11536     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11537     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11538     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11539   layout:
11540     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11541     layout: "plot-throughput"
11542
11543 - type: "plot"
11544   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11545   algorithm: "plot_perf_box_name"
11546   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11547   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11548   include:
11549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11552   layout:
11553     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11554     layout: "plot-throughput"
11555
11556 - type: "plot"
11557   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11558   algorithm: "plot_perf_box_name"
11559   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11560   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11561   include:
11562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11565   layout:
11566     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11567     layout: "plot-throughput"
11568
11569 - type: "plot"
11570   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11571   algorithm: "plot_perf_box_name"
11572   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11573   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11574   include:
11575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11578     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11579     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11581   layout:
11582     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11583     layout: "plot-throughput"
11584
11585 - type: "plot"
11586   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11587   algorithm: "plot_perf_box_name"
11588   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11589   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11590   include:
11591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11593     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11594     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11595     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11596     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11597   layout:
11598     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11599     layout: "plot-throughput"
11600
11601 - type: "plot"
11602   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11603   algorithm: "plot_perf_box_name"
11604   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11605   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11606   include:
11607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11610     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11611     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11612     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11613   layout:
11614     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11615     layout: "plot-throughput"
11616
11617 - type: "plot"
11618   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11619   algorithm: "plot_perf_box_name"
11620   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11621   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11622   include:
11623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11625     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11626     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11627     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11628     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11629   layout:
11630     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11631     layout: "plot-throughput"
11632
11633 - type: "plot"
11634   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11635   algorithm: "plot_perf_box_name"
11636   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11637   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11638   include:
11639     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11640     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11641     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11642   layout:
11643     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11644     layout: "plot-throughput"
11645
11646 - type: "plot"
11647   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11648   algorithm: "plot_perf_box_name"
11649   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11650   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11651   include:
11652     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11653     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11654     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11655   layout:
11656     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11657     layout: "plot-throughput"
11658
11659 - type: "plot"
11660   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11661   algorithm: "plot_perf_box_name"
11662   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11663   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11664   include:
11665     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11666     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11667     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11668 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11669 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11670   layout:
11671     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11672     layout: "plot-throughput"
11673
11674 - type: "plot"
11675   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11676   algorithm: "plot_perf_box_name"
11677   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11678   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11679   include:
11680     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11681     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11682     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11683 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11684 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11685   layout:
11686     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11687     layout: "plot-throughput"
11688
11689 - type: "plot"
11690   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11691   algorithm: "plot_perf_box_name"
11692   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11693   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11694   include:
11695     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11696     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11697     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11698     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11699     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11700   layout:
11701     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11702     layout: "plot-throughput"
11703
11704 - type: "plot"
11705   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11706   algorithm: "plot_perf_box_name"
11707   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11708   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11709   include:
11710     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11711     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11712     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11713     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11714     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11715   layout:
11716     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11717     layout: "plot-throughput"
11718
11719 - type: "plot"
11720   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11721   algorithm: "plot_perf_box_name"
11722   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11723   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11724   include:
11725     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11726     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11727     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11728     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11729     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11730   layout:
11731     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11732     layout: "plot-throughput"
11733
11734 - type: "plot"
11735   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11736   algorithm: "plot_perf_box_name"
11737   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11738   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11739   include:
11740     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11741     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11742     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11743     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11744     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11745   layout:
11746     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11747     layout: "plot-throughput"
11748
11749 - type: "plot"
11750   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11751   algorithm: "plot_perf_box_name"
11752   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11753   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11754   include:
11755     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11756     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11757     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11758     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11759     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11760     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11761   layout:
11762     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11763     layout: "plot-throughput"
11764
11765 - type: "plot"
11766   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11767   algorithm: "plot_perf_box_name"
11768   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11769   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11770   include:
11771     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11772     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11773     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11774     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11775     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11776     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11777   layout:
11778     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11779     layout: "plot-throughput"
11780
11781 - type: "plot"
11782   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11783   algorithm: "plot_perf_box_name"
11784   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11785   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11786   include:
11787     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11788     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11789     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11790     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11791     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11792     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11793   layout:
11794     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11795     layout: "plot-throughput"
11796
11797 - type: "plot"
11798   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11799   algorithm: "plot_perf_box_name"
11800   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11801   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11802   include:
11803     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11804     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11805     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11806     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11807     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11808     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11809   layout:
11810     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11811     layout: "plot-throughput"
11812
11813 - type: "plot"
11814   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11815   algorithm: "plot_perf_box_name"
11816   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11817   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11818   include:
11819     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11820     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11821     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11822     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11823     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11824   layout:
11825     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11826     layout: "plot-throughput"
11827
11828 - type: "plot"
11829   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11830   algorithm: "plot_perf_box_name"
11831   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11832   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11833   include:
11834     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11835     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11836     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11837     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11838     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11839   layout:
11840     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11841     layout: "plot-throughput"
11842
11843 - type: "plot"
11844   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11845   algorithm: "plot_perf_box_name"
11846   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11847   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11848   include:
11849     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11850     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11851     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11852     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11853     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11854     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11855   layout:
11856     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11857     layout: "plot-throughput"
11858
11859 - type: "plot"
11860   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11861   algorithm: "plot_perf_box_name"
11862   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11863   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11864   include:
11865     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11866     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11867     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11868     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11869     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11870     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11871   layout:
11872     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11873     layout: "plot-throughput"
11874
11875 - type: "plot"
11876   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11877   algorithm: "plot_perf_box_name"
11878   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11879   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11880   include:
11881     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11882     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11883     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11884     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11885     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11886   layout:
11887     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11888     layout: "plot-throughput"
11889
11890 - type: "plot"
11891   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11892   algorithm: "plot_perf_box_name"
11893   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11894   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11895   include:
11896     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11897     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11898     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11899     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11900     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11901   layout:
11902     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11903     layout: "plot-throughput"
11904
11905 - type: "plot"
11906   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11907   algorithm: "plot_perf_box_name"
11908   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11909   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11910   include:
11911     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11912     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11913     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11914     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11915     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11916     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11917   layout:
11918     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11919     layout: "plot-throughput"
11920
11921 - type: "plot"
11922   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11923   algorithm: "plot_perf_box_name"
11924   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11925   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11926   include:
11927     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11928     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11929     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11930     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11931     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11932     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11933   layout:
11934     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11935     layout: "plot-throughput"
11936
11937 - type: "plot"
11938   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11939   algorithm: "plot_perf_box_name"
11940   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11941   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11942   include:
11943     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11944     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11945     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11946     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11947     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11948   layout:
11949     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11950     layout: "plot-throughput"
11951
11952 - type: "plot"
11953   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11954   algorithm: "plot_perf_box_name"
11955   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11956   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11957   include:
11958     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11959     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11960     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11961     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11962     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11963   layout:
11964     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11965     layout: "plot-throughput"
11966
11967 - type: "plot"
11968   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11969   algorithm: "plot_perf_box_name"
11970   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11971   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11972   include:
11973     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11974     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11975     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11976     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11977     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11978     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11979   layout:
11980     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11981     layout: "plot-throughput"
11982
11983 - type: "plot"
11984   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11985   algorithm: "plot_perf_box_name"
11986   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11987   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11988   include:
11989     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11990     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11991     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11992     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11993     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11994     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11995   layout:
11996     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11997     layout: "plot-throughput"
11998
11999 - type: "plot"
12000   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12001   algorithm: "plot_perf_box_name"
12002   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12003   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12004   include:
12005     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12006     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12007   layout:
12008     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12009     layout: "plot-throughput"
12010
12011 - type: "plot"
12012   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12013   algorithm: "plot_perf_box_name"
12014   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12015   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12016   include:
12017     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12018     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12019   layout:
12020     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12021     layout: "plot-throughput"
12022
12023 - type: "plot"
12024   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12025   algorithm: "plot_perf_box_name"
12026   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12027   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12028   include:
12029     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12030     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12031     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12032     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12033   layout:
12034     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12035     layout: "plot-throughput"
12036
12037 - type: "plot"
12038   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12039   algorithm: "plot_perf_box_name"
12040   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12041   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12042   include:
12043     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12044     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12045     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12046     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12047   layout:
12048     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12049     layout: "plot-throughput"
12050
12051 - type: "plot"
12052   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12053   algorithm: "plot_perf_box_name"
12054   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12055   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12056   include:
12057     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12058     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12059     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12060     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12061   layout:
12062     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12063     layout: "plot-throughput"
12064
12065 - type: "plot"
12066   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12067   algorithm: "plot_perf_box_name"
12068   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12069   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12070   include:
12071     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12072     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12073     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12074     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12075   layout:
12076     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12077     layout: "plot-throughput"
12078
12079 - type: "plot"
12080   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12081   algorithm: "plot_perf_box_name"
12082   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12083   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12084   include:
12085     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12086     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12087     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12088     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12089   layout:
12090     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12091     layout: "plot-throughput"
12092
12093 - type: "plot"
12094   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12095   algorithm: "plot_perf_box_name"
12096   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12097   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12098   include:
12099     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12100     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12101     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12102     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12103   layout:
12104     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12105     layout: "plot-throughput"
12106
12107 - type: "plot"
12108   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12109   algorithm: "plot_perf_box_name"
12110   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12111   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12112   include:
12113     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12114     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12115     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12116     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12117   layout:
12118     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12119     layout: "plot-throughput"
12120
12121 - type: "plot"
12122   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12123   algorithm: "plot_perf_box_name"
12124   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12125   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12126   include:
12127     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12128     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12129     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12130     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12131   layout:
12132     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12133     layout: "plot-throughput"
12134
12135 - type: "plot"
12136   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12137   algorithm: "plot_perf_box_name"
12138   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12139   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12140   include:
12141     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12142     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12143     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12144     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12145     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12146     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12147   layout:
12148     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12149     layout: "plot-throughput"
12150
12151 - type: "plot"
12152   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12153   algorithm: "plot_perf_box_name"
12154   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12155   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12156   include:
12157     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12158     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12159     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12160     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12161     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12162     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12163   layout:
12164     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12165     layout: "plot-throughput"
12166
12167 - type: "plot"
12168   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12169   algorithm: "plot_perf_box_name"
12170   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12171   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12172   include:
12173     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12174     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12175     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12176     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12177     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12178   layout:
12179     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12180     layout: "plot-throughput"
12181
12182 - type: "plot"
12183   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12184   algorithm: "plot_perf_box_name"
12185   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12186   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12187   include:
12188     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12189     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12190     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12191     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12192     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12193   layout:
12194     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12195     layout: "plot-throughput"
12196
12197 - type: "plot"
12198   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12199   algorithm: "plot_perf_box_name"
12200   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12201   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12202   include:
12203     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12204     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12205     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12206     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12207     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12208   layout:
12209     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12210     layout: "plot-throughput"
12211
12212 - type: "plot"
12213   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12214   algorithm: "plot_perf_box_name"
12215   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12216   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12217   include:
12218     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12219     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12220     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12221     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12222     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12223   layout:
12224     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12225     layout: "plot-throughput"
12226
12227 - type: "plot"
12228   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12229   algorithm: "plot_perf_box_name"
12230   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12231   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12232   include:
12233     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12234     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12235     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12236   layout:
12237     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12238     layout: "plot-throughput"
12239
12240 - type: "plot"
12241   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12242   algorithm: "plot_perf_box_name"
12243   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12244   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12245   include:
12246     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12247     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12248     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12249   layout:
12250     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12251     layout: "plot-throughput"
12252
12253 - type: "plot"
12254   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12255   algorithm: "plot_perf_box_name"
12256   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12257   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12258   include:
12259     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12260     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12261     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12262   layout:
12263     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12264     layout: "plot-throughput"
12265
12266 - type: "plot"
12267   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12268   algorithm: "plot_perf_box_name"
12269   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12270   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12271   include:
12272     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12273     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12274     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12275   layout:
12276     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12277     layout: "plot-throughput"
12278
12279 - type: "plot"
12280   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12281   algorithm: "plot_perf_box_name"
12282   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12283   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12284   include:
12285     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12286     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12287     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12288     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12289     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12290   layout:
12291     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12292     layout: "plot-throughput"
12293
12294 - type: "plot"
12295   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12296   algorithm: "plot_perf_box_name"
12297   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12298   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12299   include:
12300     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12301     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12302     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12303     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12304     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12305   layout:
12306     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12307     layout: "plot-throughput"
12308
12309 - type: "plot"
12310   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12311   algorithm: "plot_perf_box_name"
12312   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12313   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12314   include:
12315     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12316     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12317     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12318     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12319     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12320   layout:
12321     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12322     layout: "plot-throughput"
12323
12324 - type: "plot"
12325   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12326   algorithm: "plot_perf_box_name"
12327   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12328   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12329   include:
12330     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12331     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12332     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12333     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12334     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12335   layout:
12336     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12337     layout: "plot-throughput"
12338
12339 - type: "plot"
12340   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12341   algorithm: "plot_perf_box_name"
12342   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12343   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12344   include:
12345     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12346     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12347     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12348     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12349     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12350   layout:
12351     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12352     layout: "plot-throughput"
12353
12354 - type: "plot"
12355   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12356   algorithm: "plot_perf_box_name"
12357   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12358   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12359   include:
12360     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12361     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12362     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12363     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12364     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12365   layout:
12366     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12367     layout: "plot-throughput"
12368
12369 - type: "plot"
12370   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12371   algorithm: "plot_perf_box_name"
12372   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12373   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12374   include:
12375     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12376     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12377     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12378     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12379     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12380   layout:
12381     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12382     layout: "plot-throughput"
12383
12384 - type: "plot"
12385   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12386   algorithm: "plot_perf_box_name"
12387   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12388   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12389   include:
12390     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12391     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12392     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12393     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12394     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12395   layout:
12396     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12397     layout: "plot-throughput"
12398
12399 - type: "plot"
12400   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12401   algorithm: "plot_perf_box_name"
12402   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12403   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12404   include:
12405     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12406     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12407     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12408     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12409     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12410   layout:
12411     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12412     layout: "plot-throughput"
12413
12414 - type: "plot"
12415   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12416   algorithm: "plot_perf_box_name"
12417   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12418   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12419   include:
12420     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12421     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12422     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12423     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12424     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12425   layout:
12426     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12427     layout: "plot-throughput"
12428
12429 - type: "plot"
12430   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12431   algorithm: "plot_perf_box_name"
12432   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12433   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12434   include:
12435     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12436     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12437     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12438     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12439     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12440     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12441   layout:
12442     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12443     layout: "plot-throughput"
12444
12445 - type: "plot"
12446   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12447   algorithm: "plot_perf_box_name"
12448   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12449   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12450   include:
12451     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12452     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12453     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12454     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12455     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12456     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12457   layout:
12458     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12459     layout: "plot-throughput"
12460
12461 - type: "plot"
12462   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12463   algorithm: "plot_perf_box_name"
12464   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12465   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12466   include:
12467     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12468     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12469     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12470     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12471   layout:
12472     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12473     layout: "plot-throughput"
12474
12475 - type: "plot"
12476   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12477   algorithm: "plot_perf_box_name"
12478   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12479   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12480   include:
12481     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12482     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12483     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12484     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12485   layout:
12486     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12487     layout: "plot-throughput"
12488
12489 - type: "plot"
12490   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12491   algorithm: "plot_perf_box_name"
12492   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12493   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12494   include:
12495     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12496     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12497     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12498     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12499     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12500     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12501   layout:
12502     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12503     layout: "plot-throughput"
12504
12505 - type: "plot"
12506   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12507   algorithm: "plot_perf_box_name"
12508   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12509   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12510   include:
12511     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12512     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12513     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12514     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12515     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12516     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12517   layout:
12518     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12519     layout: "plot-throughput"
12520
12521 - type: "plot"
12522   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12523   algorithm: "plot_perf_box_name"
12524   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12525   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12526   include:
12527     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12528     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12529     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12530     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12531     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12532     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12533   layout:
12534     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12535     layout: "plot-throughput"
12536
12537 - type: "plot"
12538   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12539   algorithm: "plot_perf_box_name"
12540   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12541   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12542   include:
12543     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12544     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12545     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12546     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12547     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12548     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12549   layout:
12550     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12551     layout: "plot-throughput"
12552
12553 - type: "plot"
12554   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12555   algorithm: "plot_perf_box_name"
12556   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12557   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12558   include:
12559     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12560     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12561     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12562     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12563     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12564     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12565   layout:
12566     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12567     layout: "plot-throughput"
12568
12569 - type: "plot"
12570   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12571   algorithm: "plot_perf_box_name"
12572   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12573   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12574   include:
12575     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12576     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12577     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12578     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12579     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12580     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12581   layout:
12582     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12583     layout: "plot-throughput"
12584
12585 - type: "plot"
12586   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12587   algorithm: "plot_perf_box_name"
12588   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12589   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12590   include:
12591     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12592     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12593     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12594     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12595     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12596     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12597   layout:
12598     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12599     layout: "plot-throughput"
12600
12601 - type: "plot"
12602   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12603   algorithm: "plot_perf_box_name"
12604   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12605   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12606   include:
12607     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12608     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12609     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12610     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12611     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12612     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12613   layout:
12614     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12615     layout: "plot-throughput"
12616
12617 - type: "plot"
12618   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12619   algorithm: "plot_perf_box_name"
12620   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12621   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12622   include:
12623     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12624     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12625     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12626     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12627     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12628     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12629   layout:
12630     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12631     layout: "plot-throughput"
12632
12633 - type: "plot"
12634   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12635   algorithm: "plot_perf_box_name"
12636   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12637   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12638   include:
12639     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12640     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12641     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12642     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12643     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12644     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12645   layout:
12646     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12647     layout: "plot-throughput"
12648
12649 - type: "plot"
12650   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12651   algorithm: "plot_perf_box_name"
12652   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12653   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12654   include:
12655     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12656     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12657     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12658     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12659     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12660     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12661   layout:
12662     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12663     layout: "plot-throughput"
12664
12665 - type: "plot"
12666   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12667   algorithm: "plot_perf_box_name"
12668   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12669   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12670   include:
12671     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12672     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12673     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12674     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12675     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12676     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12677   layout:
12678     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12679     layout: "plot-throughput"
12680
12681 - type: "plot"
12682   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12683   algorithm: "plot_perf_box_name"
12684   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12685   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12686   include:
12687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12688     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12689     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12690     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12691     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12692     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12693   layout:
12694     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12695     layout: "plot-throughput"
12696
12697 - type: "plot"
12698   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12699   algorithm: "plot_perf_box_name"
12700   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12701   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12702   include:
12703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12704     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12705     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12706     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12707     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12708     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12709   layout:
12710     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12711     layout: "plot-throughput"
12712
12713 - type: "plot"
12714   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12715   algorithm: "plot_perf_box_name"
12716   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12717   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12718   include:
12719     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12720     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12721     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12722     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12723     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12724     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12725   layout:
12726     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12727     layout: "plot-throughput"
12728
12729 - type: "plot"
12730   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12731   algorithm: "plot_perf_box_name"
12732   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12733   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12734   include:
12735     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12736     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12737     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12738     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12739     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12740     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12741   layout:
12742     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12743     layout: "plot-throughput"
12744
12745 - type: "plot"
12746   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12747   algorithm: "plot_perf_box_name"
12748   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12749   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12750   include:
12751     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12752     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12753     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12754     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12755   layout:
12756     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12757     layout: "plot-throughput"
12758
12759 - type: "plot"
12760   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12761   algorithm: "plot_perf_box_name"
12762   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12763   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12764   include:
12765     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12766     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12767     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12768     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12769   layout:
12770     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12771     layout: "plot-throughput"
12772
12773 - type: "plot"
12774   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12775   algorithm: "plot_perf_box_name"
12776   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12777   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12778   include:
12779     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12780     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12781     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12782     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12783   layout:
12784     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12785     layout: "plot-throughput"
12786
12787 - type: "plot"
12788   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12789   algorithm: "plot_perf_box_name"
12790   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12791   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12792   include:
12793     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12794     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12795     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12796     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12797   layout:
12798     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12799     layout: "plot-throughput"
12800
12801 - type: "plot"
12802   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12803   algorithm: "plot_perf_box_name"
12804   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12805   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12806   include:
12807     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12808     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12809     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12810     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12811     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12812     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12813   layout:
12814     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12815     layout: "plot-throughput"
12816
12817 - type: "plot"
12818   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12819   algorithm: "plot_perf_box_name"
12820   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12821   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12822   include:
12823     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12824     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12825     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12826     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12827     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12828     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12829   layout:
12830     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12831     layout: "plot-throughput"
12832
12833 - type: "plot"
12834   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12835   algorithm: "plot_perf_box_name"
12836   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12837   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12838   include:
12839     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12840     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12841     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12842     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12843     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12844   layout:
12845     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12846     layout: "plot-throughput"
12847
12848 - type: "plot"
12849   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12850   algorithm: "plot_perf_box_name"
12851   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12852   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12853   include:
12854     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12855     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12856     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12857     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12858     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12859   layout:
12860     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12861     layout: "plot-throughput"
12862
12863 - type: "plot"
12864   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12865   algorithm: "plot_perf_box_name"
12866   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12867   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12868   include:
12869     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12870     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12871     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12872     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12873     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12874   layout:
12875     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12876     layout: "plot-throughput"
12877
12878 - type: "plot"
12879   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12880   algorithm: "plot_perf_box_name"
12881   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12882   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12883   include:
12884     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12885     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12886     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12887     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12888     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12889   layout:
12890     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12891     layout: "plot-throughput"
12892
12893 - type: "plot"
12894   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12895   algorithm: "plot_perf_box_name"
12896   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12897   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12898   include:
12899     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12900     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12901     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12902     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12903   layout:
12904     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12905     layout: "plot-throughput"
12906
12907 - type: "plot"
12908   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12909   algorithm: "plot_perf_box_name"
12910   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12911   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12912   include:
12913     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12914     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12915     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12916     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12917   layout:
12918     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12919     layout: "plot-throughput"
12920
12921 - type: "plot"
12922   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12923   algorithm: "plot_perf_box_name"
12924   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12925   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12926   include:
12927     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12928     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12929     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12930     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12931     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12932     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12933   layout:
12934     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12935     layout: "plot-throughput"
12936
12937 - type: "plot"
12938   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12939   algorithm: "plot_perf_box_name"
12940   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12941   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12942   include:
12943     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12944     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12945     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12946     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12947     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12948     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12949   layout:
12950     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12951     layout: "plot-throughput"
12952
12953 - type: "plot"
12954   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12955   algorithm: "plot_perf_box_name"
12956   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12957   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12958   include:
12959     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12960     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12961     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12962     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12963     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12964     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12965   layout:
12966     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12967     layout: "plot-throughput"
12968
12969 - type: "plot"
12970   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12971   algorithm: "plot_perf_box_name"
12972   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12973   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12974   include:
12975     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12976     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12977     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12978     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12979     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12980     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12981   layout:
12982     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12983     layout: "plot-throughput"
12984
12985 - type: "plot"
12986   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12987   algorithm: "plot_perf_box_name"
12988   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12989   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12990   include:
12991     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12992     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12993     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12994     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12995     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12996     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12997   layout:
12998     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12999     layout: "plot-throughput"
13000
13001 - type: "plot"
13002   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13003   algorithm: "plot_perf_box_name"
13004   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13005   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13006   include:
13007     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13008     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13009     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13010     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13011     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13012     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13013   layout:
13014     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13015     layout: "plot-throughput"
13016
13017 - type: "plot"
13018   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13019   algorithm: "plot_perf_box_name"
13020   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13021   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13022   include:
13023     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13024     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13025     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13026     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13027     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13028     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13029   layout:
13030     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13031     layout: "plot-throughput"
13032
13033 - type: "plot"
13034   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13035   algorithm: "plot_perf_box_name"
13036   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13037   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13038   include:
13039     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13040     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13041     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13042     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13043     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13044     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13045   layout:
13046     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13047     layout: "plot-throughput"
13048
13049 - type: "plot"
13050   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13051   algorithm: "plot_perf_box_name"
13052   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13053   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13054   include:
13055     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13056     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13057     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13058     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13059   layout:
13060     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13061     layout: "plot-throughput"
13062
13063 - type: "plot"
13064   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13065   algorithm: "plot_perf_box_name"
13066   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13067   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13068   include:
13069     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13070     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13071     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13072     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13073   layout:
13074     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13075     layout: "plot-throughput"
13076
13077 - type: "plot"
13078   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13079   algorithm: "plot_perf_box_name"
13080   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13081   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13082   include:
13083     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13084     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13085     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13086     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13087     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13088     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13089   layout:
13090     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13091     layout: "plot-throughput"
13092
13093 - type: "plot"
13094   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13095   algorithm: "plot_perf_box_name"
13096   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13097   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13098   include:
13099     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13100     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13101     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13102     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13103     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13104     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13105   layout:
13106     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13107     layout: "plot-throughput"
13108
13109 - type: "plot"
13110   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13111   algorithm: "plot_perf_box_name"
13112   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13113   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13114   include:
13115     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13116     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13117     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13118     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13119     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13120     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13121   layout:
13122     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13123     layout: "plot-throughput"
13124
13125 - type: "plot"
13126   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13127   algorithm: "plot_perf_box_name"
13128   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13129   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13130   include:
13131     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13132     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13133     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13134     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13135     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13136     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13137   layout:
13138     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13139     layout: "plot-throughput"
13140
13141 #- type: "plot"
13142 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13143 #  algorithm: "plot_perf_box_name"
13144 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13145 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13146 #  include:
13147 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13148 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13149 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13150 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13151 #  layout:
13152 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13153 #    layout: "plot-throughput"
13154 #
13155 #- type: "plot"
13156 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13157 #  algorithm: "plot_perf_box_name"
13158 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13159 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13160 #  include:
13161 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13162 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13163 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13164 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13165 #  layout:
13166 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13167 #    layout: "plot-throughput"
13168
13169 - type: "plot"
13170   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13171   algorithm: "plot_perf_box_name"
13172   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13173   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13174   include:
13175     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13176     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13177     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13178     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13179     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13180     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13181   layout:
13182     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13183     layout: "plot-throughput"
13184
13185 - type: "plot"
13186   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13187   algorithm: "plot_perf_box_name"
13188   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13189   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13190   include:
13191     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13192     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13193     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13194     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13195     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13196     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13197   layout:
13198     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13199     layout: "plot-throughput"
13200
13201 #- type: "plot"
13202 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13203 #  algorithm: "plot_perf_box_name"
13204 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13205 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13206 #  include:
13207 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13208 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13209 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13210 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13211 #  layout:
13212 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13213 #    layout: "plot-throughput"
13214 #
13215 #- type: "plot"
13216 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13217 #  algorithm: "plot_perf_box_name"
13218 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13219 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13220 #  include:
13221 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13222 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13223 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13224 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13225 #  layout:
13226 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13227 #    layout: "plot-throughput"
13228
13229 - type: "plot"
13230   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13231   algorithm: "plot_perf_box_name"
13232   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13233   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13234   include:
13235     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13236     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13237     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13238     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13239     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13240     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13241   layout:
13242     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13243     layout: "plot-throughput"
13244
13245 - type: "plot"
13246   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13247   algorithm: "plot_perf_box_name"
13248   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13249   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13250   include:
13251     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13252     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13253     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13254     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13255     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13256     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13257   layout:
13258     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13259     layout: "plot-throughput"
13260
13261 #- type: "plot"
13262 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13263 #  algorithm: "plot_perf_box_name"
13264 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13265 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13266 #  include:
13267 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13268 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13269 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13270 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13271 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13272 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13273 #  layout:
13274 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13275 #    layout: "plot-throughput"
13276 #
13277 #- type: "plot"
13278 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13279 #  algorithm: "plot_perf_box_name"
13280 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13281 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13282 #  include:
13283 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13284 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13285 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13286 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13287 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13288 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13289 #  layout:
13290 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13291 #    layout: "plot-throughput"
13292
13293 - type: "plot"
13294   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13295   algorithm: "plot_perf_box_name"
13296   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13297   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13298   include:
13299     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13300     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13301     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13302     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13303     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13304     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13305   layout:
13306     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13307     layout: "plot-throughput"
13308
13309 - type: "plot"
13310   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13311   algorithm: "plot_perf_box_name"
13312   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13313   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13314   include:
13315     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13316     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13317     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13318     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13319     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13320     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13321   layout:
13322     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13323     layout: "plot-throughput"
13324
13325 - type: "plot"
13326   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13327   algorithm: "plot_perf_box_name"
13328   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13329   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13330   include:
13331     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13332     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13333     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13334     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13335     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13336     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13337   layout:
13338     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13339     layout: "plot-throughput"
13340
13341 - type: "plot"
13342   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13343   algorithm: "plot_perf_box_name"
13344   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13345   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13346   include:
13347     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13348     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13349     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13350     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13351     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13352     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13353   layout:
13354     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13355     layout: "plot-throughput"
13356
13357 - type: "plot"
13358   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13359   algorithm: "plot_perf_box_name"
13360   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13361   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13362   include:
13363     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13364     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13365     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13366     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13367     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13368     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13369   layout:
13370     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13371     layout: "plot-throughput"
13372
13373 - type: "plot"
13374   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13375   algorithm: "plot_perf_box_name"
13376   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13377   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13378   include:
13379     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13380     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13381     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13382     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13383     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13384     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13385   layout:
13386     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13387     layout: "plot-throughput"
13388
13389 - type: "plot"
13390   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13391   algorithm: "plot_perf_box_name"
13392   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13393   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13394   include:
13395     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13396     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13397     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13398     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13399     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13400     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13401   layout:
13402     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13403     layout: "plot-throughput"
13404
13405 - type: "plot"
13406   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13407   algorithm: "plot_perf_box_name"
13408   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13409   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13410   include:
13411     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13412     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13413     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13414     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13415     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13416     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13417   layout:
13418     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13419     layout: "plot-throughput"
13420
13421 #- type: "plot"
13422 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13423 #  algorithm: "plot_perf_box_name"
13424 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13425 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13426 #  include:
13427 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13428 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13429 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13430 #  layout:
13431 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13432 #    layout: "plot-throughput"
13433 #
13434 #- type: "plot"
13435 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13436 #  algorithm: "plot_perf_box_name"
13437 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13438 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13439 #  include:
13440 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13441 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13442 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13443 #  layout:
13444 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13445 #    layout: "plot-throughput"
13446
13447 - type: "plot"
13448   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13449   algorithm: "plot_perf_box_name"
13450   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13451   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13452   include:
13453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13454     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13455     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13456     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13457     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13458   layout:
13459     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13460     layout: "plot-throughput"
13461
13462 - type: "plot"
13463   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13464   algorithm: "plot_perf_box_name"
13465   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13466   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13467   include:
13468     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13469     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13470     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13471     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13472     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13473   layout:
13474     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13475     layout: "plot-throughput"
13476
13477 - type: "plot"
13478   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13479   algorithm: "plot_perf_box_name"
13480   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13481   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13482   include:
13483     - "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"
13484     - "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"
13485     - "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"
13486     - "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"
13487     - "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"
13488   layout:
13489     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13490     layout: "plot-throughput"
13491
13492 - type: "plot"
13493   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13494   algorithm: "plot_perf_box_name"
13495   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13496   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13497   include:
13498     - "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"
13499     - "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"
13500     - "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"
13501     - "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"
13502     - "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"
13503   layout:
13504     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13505     layout: "plot-throughput"
13506
13507 - type: "plot"
13508   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13509   algorithm: "plot_perf_box_name"
13510   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13511   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13512   include:
13513     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13514     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13515     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13516     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13517     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13518   layout:
13519     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13520     layout: "plot-throughput"
13521
13522 - type: "plot"
13523   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13524   algorithm: "plot_perf_box_name"
13525   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13526   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13527   include:
13528     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13529     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13530     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13531     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13532     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13533   layout:
13534     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13535     layout: "plot-throughput"
13536
13537 - type: "plot"
13538   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13539   algorithm: "plot_perf_box_name"
13540   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13541   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13542   include:
13543     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13544     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13545     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13546     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13547     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13548   layout:
13549     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13550     layout: "plot-throughput"
13551
13552 - type: "plot"
13553   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13554   algorithm: "plot_perf_box_name"
13555   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13556   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13557   include:
13558     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13559     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13560     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13561     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13562     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13563   layout:
13564     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13565     layout: "plot-throughput"
13566
13567 - type: "plot"
13568   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13569   algorithm: "plot_perf_box_name"
13570   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13571   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13572   include:
13573     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13574     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13575     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13576     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13577     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13578   layout:
13579     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13580     layout: "plot-throughput"
13581
13582 - type: "plot"
13583   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13584   algorithm: "plot_perf_box_name"
13585   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13586   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13587   include:
13588     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13589     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13590     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13591     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13592     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13593   layout:
13594     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13595     layout: "plot-throughput"
13596
13597 - type: "plot"
13598   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13599   algorithm: "plot_perf_box_name"
13600   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13601   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13602   include:
13603     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13604     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13605     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13606     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13607     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13608   layout:
13609     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13610     layout: "plot-throughput"
13611
13612 - type: "plot"
13613   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13614   algorithm: "plot_perf_box_name"
13615   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13616   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13617   include:
13618     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13619     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13620     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13621     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13622     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13623   layout:
13624     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13625     layout: "plot-throughput"
13626
13627 - type: "plot"
13628   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13629   algorithm: "plot_perf_box_name"
13630   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13631   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13632   include:
13633     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13634     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13635     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13636     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13637   layout:
13638     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13639     layout: "plot-throughput"
13640
13641 - type: "plot"
13642   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13643   algorithm: "plot_perf_box_name"
13644   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13645   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13646   include:
13647     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13648     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13649     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13650     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13651   layout:
13652     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13653     layout: "plot-throughput"
13654
13655 - type: "plot"
13656   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13657   algorithm: "plot_perf_box_name"
13658   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13659   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13660   include:
13661     - "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"
13662     - "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"
13663     - "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"
13664     - "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"
13665   layout:
13666     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13667     layout: "plot-throughput"
13668
13669 - type: "plot"
13670   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13671   algorithm: "plot_perf_box_name"
13672   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13673   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13674   include:
13675     - "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"
13676     - "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"
13677     - "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"
13678     - "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"
13679   layout:
13680     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13681     layout: "plot-throughput"
13682
13683 - type: "plot"
13684   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13685   algorithm: "plot_perf_box_name"
13686   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13687   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13688   include:
13689     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13690     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13691     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13692     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13693     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13694     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13695   layout:
13696     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13697     layout: "plot-throughput"
13698
13699 - type: "plot"
13700   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13701   algorithm: "plot_perf_box_name"
13702   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13703   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13704   include:
13705     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13706     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13707     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13708     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13709     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13710     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13711   layout:
13712     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13713     layout: "plot-throughput"
13714
13715 - type: "plot"
13716   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13717   algorithm: "plot_perf_box_name"
13718   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13719   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13720   include:
13721     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13722     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13723     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13724     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13725     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13726     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13727   layout:
13728     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13729     layout: "plot-throughput"
13730
13731 - type: "plot"
13732   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13733   algorithm: "plot_perf_box_name"
13734   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13735   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13736   include:
13737     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13738     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13739     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13740     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13741     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13742     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13743   layout:
13744     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13745     layout: "plot-throughput"
13746
13747 - type: "plot"
13748   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13749   algorithm: "plot_perf_box_name"
13750   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13751   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13752   include:
13753     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13754     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13755     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13756     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13757     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13758     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13759   layout:
13760     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13761     layout: "plot-throughput"
13762
13763 - type: "plot"
13764   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13765   algorithm: "plot_perf_box_name"
13766   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13767   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13768   include:
13769     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13770     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13771     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13772     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13773     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13774     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13775   layout:
13776     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13777     layout: "plot-throughput"
13778
13779 - type: "plot"
13780   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13781   algorithm: "plot_perf_box_name"
13782   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13783   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13784   include:
13785     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13786     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13787     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13788     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13789     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13790   layout:
13791     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13792     layout: "plot-throughput"
13793
13794 - type: "plot"
13795   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13796   algorithm: "plot_perf_box_name"
13797   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13798   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13799   include:
13800     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13801     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13802     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13803     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13804     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13805   layout:
13806     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13807     layout: "plot-throughput"
13808
13809 - type: "plot"
13810   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13811   algorithm: "plot_perf_box_name"
13812   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13813   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13814   include:
13815     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13816     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13817   layout:
13818     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13819     layout: "plot-throughput"
13820
13821 - type: "plot"
13822   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13823   algorithm: "plot_perf_box_name"
13824   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13825   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13826   include:
13827     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13828     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13829   layout:
13830     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13831     layout: "plot-throughput"
13832
13833 - type: "plot"
13834   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13835   algorithm: "plot_perf_box_name"
13836   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13837   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13838   include:
13839     - "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"
13840     - "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"
13841   layout:
13842     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13843     layout: "plot-throughput"
13844
13845 - type: "plot"
13846   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13847   algorithm: "plot_perf_box_name"
13848   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13849   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13850   include:
13851     - "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"
13852     - "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"
13853   layout:
13854     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13855     layout: "plot-throughput"
13856
13857 - type: "plot"
13858   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13859   algorithm: "plot_perf_box_name"
13860   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13861   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13862   include:
13863     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13864     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13865   layout:
13866     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13867     layout: "plot-throughput"
13868
13869 - type: "plot"
13870   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13871   algorithm: "plot_perf_box_name"
13872   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13873   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13874   include:
13875     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13876     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13877   layout:
13878     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13879     layout: "plot-throughput"
13880
13881 - type: "plot"
13882   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13883   algorithm: "plot_perf_box_name"
13884   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13885   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13886   include:
13887     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13888     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13889   layout:
13890     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13891     layout: "plot-throughput"
13892
13893 - type: "plot"
13894   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13895   algorithm: "plot_perf_box_name"
13896   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13897   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13898   include:
13899     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13900     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13901   layout:
13902     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13903     layout: "plot-throughput"
13904
13905 - type: "plot"
13906   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13907   algorithm: "plot_perf_box_name"
13908   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13909   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13910   include:
13911     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13912     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13913     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13914     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13915     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13916     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13917   layout:
13918     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13919     layout: "plot-throughput"
13920
13921 - type: "plot"
13922   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13923   algorithm: "plot_perf_box_name"
13924   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13925   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13926   include:
13927     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13928     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13929     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13930     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13931     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13932     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13933   layout:
13934     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13935     layout: "plot-throughput"
13936
13937 - type: "plot"
13938   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13939   algorithm: "plot_perf_box_name"
13940   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13941   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13942   include:
13943     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13944     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13945     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13946     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13947     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13948     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13949   layout:
13950     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13951     layout: "plot-throughput"
13952
13953 - type: "plot"
13954   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13955   algorithm: "plot_perf_box_name"
13956   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13957   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13958   include:
13959     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13960     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13961     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13962     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13963     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13964     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13965   layout:
13966     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13967     layout: "plot-throughput"
13968
13969 #- type: "plot"
13970 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13971 #  algorithm: "plot_perf_box_name"
13972 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13973 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13974 #  include:
13975 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13976 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13977 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13978 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13979 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13980 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13981 #  layout:
13982 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13983 #    layout: "plot-throughput"
13984 #
13985 #- type: "plot"
13986 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13987 #  algorithm: "plot_perf_box_name"
13988 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13989 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13990 #  include:
13991 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13992 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13993 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13994 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13995 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13996 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13997 #  layout:
13998 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13999 #    layout: "plot-throughput"
14000
14001 - type: "plot"
14002   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14003   algorithm: "plot_perf_box_name"
14004   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14005   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14006   include:
14007     - "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"
14008     - "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"
14009     - "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"
14010     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14011     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14012     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14013   layout:
14014     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14015     layout: "plot-throughput"
14016
14017 - type: "plot"
14018   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14019   algorithm: "plot_perf_box_name"
14020   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14021   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14022   include:
14023     - "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"
14024     - "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"
14025     - "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"
14026     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14027     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14028     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14029   layout:
14030     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14031     layout: "plot-throughput"
14032
14033 ################################################################################
14034
14035 # Packet Speedup
14036
14037 - type: "plot"
14038   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14039   algorithm: "plot_tsa_name"
14040   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14041   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14042   include:
14043     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14044     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14045     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14046     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14047   layout:
14048     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14049     layout: "plot-throughput-speedup-analysis"
14050
14051 - type: "plot"
14052   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14053   algorithm: "plot_tsa_name"
14054   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14055   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14056   include:
14057     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14058     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14059     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14060     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14061   layout:
14062     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14063     layout: "plot-throughput-speedup-analysis"
14064
14065 - type: "plot"
14066   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14067   algorithm: "plot_tsa_name"
14068   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14069   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14070   include:
14071     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14072     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14073     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14074     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14075   layout:
14076     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14077     layout: "plot-throughput-speedup-analysis"
14078
14079 - type: "plot"
14080   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14081   algorithm: "plot_tsa_name"
14082   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14083   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14084   include:
14085     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14086     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14087     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14088     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14089   layout:
14090     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14091     layout: "plot-throughput-speedup-analysis"
14092
14093 - type: "plot"
14094   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14095   algorithm: "plot_tsa_name"
14096   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14097   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14098   include:
14099     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14100     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14101     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14102     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14103     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14104   layout:
14105     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14106     layout: "plot-throughput-speedup-analysis"
14107
14108 - type: "plot"
14109   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14110   algorithm: "plot_tsa_name"
14111   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14112   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14113   include:
14114     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14115     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14116     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14117     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14118     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14119   layout:
14120     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14121     layout: "plot-throughput-speedup-analysis"
14122
14123 - type: "plot"
14124   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14125   algorithm: "plot_tsa_name"
14126   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14127   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14128   include:
14129     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14130     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14131     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14132     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14133     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14134   layout:
14135     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14136     layout: "plot-throughput-speedup-analysis"
14137
14138 - type: "plot"
14139   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14140   algorithm: "plot_tsa_name"
14141   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14142   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14143   include:
14144     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14145     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14146     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14147     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14148     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14149   layout:
14150     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14151     layout: "plot-throughput-speedup-analysis"
14152
14153 - type: "plot"
14154   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14155   algorithm: "plot_tsa_name"
14156   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14157   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14158   include:
14159     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14160     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14161     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14162     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14163     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14164     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14165   layout:
14166     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14167     layout: "plot-throughput-speedup-analysis"
14168
14169 - type: "plot"
14170   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14171   algorithm: "plot_tsa_name"
14172   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14173   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14174   include:
14175     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14176     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14177     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14178     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14179     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14180     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14181   layout:
14182     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14183     layout: "plot-throughput-speedup-analysis"
14184
14185 - type: "plot"
14186   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14187   algorithm: "plot_tsa_name"
14188   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14189   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14190   include:
14191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14192     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14193     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14194     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14195     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14196   layout:
14197     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14198     layout: "plot-throughput-speedup-analysis"
14199
14200 - type: "plot"
14201   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14202   algorithm: "plot_tsa_name"
14203   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14204   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14205   include:
14206     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14207     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14208     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14209     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14210     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14211   layout:
14212     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14213     layout: "plot-throughput-speedup-analysis"
14214
14215 - type: "plot"
14216   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14217   algorithm: "plot_tsa_name"
14218   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14219   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14220   include:
14221     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14222     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14223     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14224   layout:
14225     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14226     layout: "plot-throughput-speedup-analysis"
14227
14228 - type: "plot"
14229   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14230   algorithm: "plot_tsa_name"
14231   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14232   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14233   include:
14234     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14235     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14236     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14237   layout:
14238     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14239     layout: "plot-throughput-speedup-analysis"
14240
14241 - type: "plot"
14242   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14243   algorithm: "plot_tsa_name"
14244   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14245   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14246   include:
14247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14249     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14250     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14251     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14252   layout:
14253     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14254     layout: "plot-throughput-speedup-analysis"
14255
14256 - type: "plot"
14257   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14258   algorithm: "plot_tsa_name"
14259   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14260   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14261   include:
14262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14264     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14267   layout:
14268     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14269     layout: "plot-throughput-speedup-analysis"
14270
14271 - type: "plot"
14272   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14273   algorithm: "plot_tsa_name"
14274   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14275   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14276   include:
14277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14280   layout:
14281     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14282     layout: "plot-throughput-speedup-analysis"
14283
14284 - type: "plot"
14285   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14286   algorithm: "plot_tsa_name"
14287   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14288   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14289   include:
14290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14293   layout:
14294     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14295     layout: "plot-throughput-speedup-analysis"
14296
14297 - type: "plot"
14298   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14299   algorithm: "plot_tsa_name"
14300   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14301   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14302   include:
14303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14309   layout:
14310     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14311     layout: "plot-throughput-speedup-analysis"
14312
14313 - type: "plot"
14314   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14315   algorithm: "plot_tsa_name"
14316   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14317   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14318   include:
14319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14325   layout:
14326     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14327     layout: "plot-throughput-speedup-analysis"
14328
14329 - type: "plot"
14330   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14331   algorithm: "plot_tsa_name"
14332   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14333   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14334   include:
14335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14341   layout:
14342     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14343     layout: "plot-throughput-speedup-analysis"
14344
14345 - type: "plot"
14346   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14347   algorithm: "plot_tsa_name"
14348   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14349   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14350   include:
14351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14357   layout:
14358     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14359     layout: "plot-throughput-speedup-analysis"
14360
14361 - type: "plot"
14362   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14363   algorithm: "plot_tsa_name"
14364   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14365   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14366   include:
14367     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14368     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14369     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14370   layout:
14371     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14372     layout: "plot-throughput-speedup-analysis"
14373
14374 - type: "plot"
14375   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14376   algorithm: "plot_tsa_name"
14377   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14378   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14379   include:
14380     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14381     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14382     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14383   layout:
14384     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14385     layout: "plot-throughput-speedup-analysis"
14386
14387 - type: "plot"
14388   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14389   algorithm: "plot_tsa_name"
14390   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14391   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14392   include:
14393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14394     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14395     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14396 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14397 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14398   layout:
14399     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14400     layout: "plot-throughput-speedup-analysis"
14401
14402 - type: "plot"
14403   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14404   algorithm: "plot_tsa_name"
14405   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14406   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14407   include:
14408     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14409     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14410     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14411 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14412 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14413   layout:
14414     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14415     layout: "plot-throughput-speedup-analysis"
14416
14417 - type: "plot"
14418   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14419   algorithm: "plot_tsa_name"
14420   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14421   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14422   include:
14423     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14424     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14425     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14426     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14427     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14428   layout:
14429     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14430     layout: "plot-throughput-speedup-analysis"
14431
14432 - type: "plot"
14433   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14434   algorithm: "plot_tsa_name"
14435   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14436   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14437   include:
14438     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14439     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14440     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14441     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14442     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14443   layout:
14444     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14445     layout: "plot-throughput-speedup-analysis"
14446
14447 - type: "plot"
14448   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14449   algorithm: "plot_tsa_name"
14450   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14451   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14452   include:
14453     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14454     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14455     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14456     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14457     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14458   layout:
14459     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14460     layout: "plot-throughput-speedup-analysis"
14461
14462 - type: "plot"
14463   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14464   algorithm: "plot_tsa_name"
14465   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14466   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14467   include:
14468     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14469     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14470     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14471     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14472     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14473   layout:
14474     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14475     layout: "plot-throughput-speedup-analysis"
14476
14477 - type: "plot"
14478   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14479   algorithm: "plot_tsa_name"
14480   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14481   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14482   include:
14483     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14484     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14485     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14486     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14487     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14488     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14489   layout:
14490     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14491     layout: "plot-throughput-speedup-analysis"
14492
14493 - type: "plot"
14494   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14495   algorithm: "plot_tsa_name"
14496   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14497   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14498   include:
14499     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14500     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14501     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14502     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14503     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14504     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14505   layout:
14506     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14507     layout: "plot-throughput-speedup-analysis"
14508
14509 - type: "plot"
14510   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14511   algorithm: "plot_tsa_name"
14512   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14513   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14514   include:
14515     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14516     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14517     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14518     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14519     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14520     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14521   layout:
14522     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14523     layout: "plot-throughput-speedup-analysis"
14524
14525 - type: "plot"
14526   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14527   algorithm: "plot_tsa_name"
14528   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14529   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14530   include:
14531     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14532     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14533     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14534     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14535     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14536     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14537   layout:
14538     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14539     layout: "plot-throughput-speedup-analysis"
14540
14541 - type: "plot"
14542   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14543   algorithm: "plot_tsa_name"
14544   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14545   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14546   include:
14547     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14548     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14549   layout:
14550     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14551     layout: "plot-throughput-speedup-analysis"
14552
14553 - type: "plot"
14554   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14555   algorithm: "plot_tsa_name"
14556   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14557   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14558   include:
14559     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14560     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14561   layout:
14562     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14563     layout: "plot-throughput-speedup-analysis"
14564
14565 - type: "plot"
14566   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14567   algorithm: "plot_tsa_name"
14568   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14569   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14570   include:
14571     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14572     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14573     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14574     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14575   layout:
14576     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14577     layout: "plot-throughput-speedup-analysis"
14578
14579 - type: "plot"
14580   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14581   algorithm: "plot_tsa_name"
14582   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14583   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14584   include:
14585     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14586     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14587     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14588     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14589   layout:
14590     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14591     layout: "plot-throughput-speedup-analysis"
14592
14593 - type: "plot"
14594   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14595   algorithm: "plot_tsa_name"
14596   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14597   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14598   include:
14599     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14600     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14601     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14602     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14603   layout:
14604     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14605     layout: "plot-throughput-speedup-analysis"
14606
14607 - type: "plot"
14608   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14609   algorithm: "plot_tsa_name"
14610   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14611   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14612   include:
14613     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14614     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14615     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14616     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14617   layout:
14618     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14619     layout: "plot-throughput-speedup-analysis"
14620
14621 - type: "plot"
14622   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14623   algorithm: "plot_tsa_name"
14624   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14625   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14626   include:
14627     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14628     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14629     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14630     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14631     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14632     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14633   layout:
14634     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14635     layout: "plot-throughput-speedup-analysis"
14636
14637 - type: "plot"
14638   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14639   algorithm: "plot_tsa_name"
14640   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14641   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14642   include:
14643     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14644     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14645     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14646     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14647     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14648     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14649   layout:
14650     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14651     layout: "plot-throughput-speedup-analysis"
14652
14653 - type: "plot"
14654   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14655   algorithm: "plot_tsa_name"
14656   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14657   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14658   include:
14659     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14660     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14661     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14662     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14663     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14664   layout:
14665     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14666     layout: "plot-throughput-speedup-analysis"
14667
14668 - type: "plot"
14669   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14670   algorithm: "plot_tsa_name"
14671   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14672   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14673   include:
14674     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14675     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14676     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14677     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14678     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14679   layout:
14680     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14681     layout: "plot-throughput-speedup-analysis"
14682
14683 - type: "plot"
14684   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14685   algorithm: "plot_tsa_name"
14686   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14687   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14688   include:
14689     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14690     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14691     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14692     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14693     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14694   layout:
14695     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14696     layout: "plot-throughput-speedup-analysis"
14697
14698 - type: "plot"
14699   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14700   algorithm: "plot_tsa_name"
14701   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14702   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14703   include:
14704     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14705     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14706     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14707     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14708     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14709   layout:
14710     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14711     layout: "plot-throughput-speedup-analysis"
14712
14713 - type: "plot"
14714   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14715   algorithm: "plot_tsa_name"
14716   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14717   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14718   include:
14719     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14720     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14721     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14722   layout:
14723     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14724     layout: "plot-throughput-speedup-analysis"
14725
14726 - type: "plot"
14727   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14728   algorithm: "plot_tsa_name"
14729   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14730   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14731   include:
14732     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14733     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14734     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14735   layout:
14736     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14737     layout: "plot-throughput-speedup-analysis"
14738
14739 - type: "plot"
14740   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14741   algorithm: "plot_tsa_name"
14742   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14743   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14744   include:
14745     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14746     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14747     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14748   layout:
14749     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14750     layout: "plot-throughput-speedup-analysis"
14751
14752 - type: "plot"
14753   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14754   algorithm: "plot_tsa_name"
14755   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14756   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14757   include:
14758     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14759     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14760     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14761   layout:
14762     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14763     layout: "plot-throughput-speedup-analysis"
14764
14765 - type: "plot"
14766   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14767   algorithm: "plot_tsa_name"
14768   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14769   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14770   include:
14771     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14772     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14773     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14774     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14775     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14776   layout:
14777     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14778     layout: "plot-throughput-speedup-analysis"
14779
14780 - type: "plot"
14781   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14782   algorithm: "plot_tsa_name"
14783   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14784   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14785   include:
14786     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14787     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14788     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14789     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14790     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14791   layout:
14792     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14793     layout: "plot-throughput-speedup-analysis"
14794
14795 - type: "plot"
14796   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14797   algorithm: "plot_tsa_name"
14798   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14799   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14800   include:
14801     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14802     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14803     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14804     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14805     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14806   layout:
14807     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14808     layout: "plot-throughput-speedup-analysis"
14809
14810 - type: "plot"
14811   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14812   algorithm: "plot_tsa_name"
14813   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14814   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14815   include:
14816     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14817     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14818     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14819     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14820     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14821   layout:
14822     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14823     layout: "plot-throughput-speedup-analysis"
14824
14825 - type: "plot"
14826   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14827   algorithm: "plot_tsa_name"
14828   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14829   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14830   include:
14831     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14832     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14833     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14834     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14835     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14836     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14837   layout:
14838     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14839     layout: "plot-throughput-speedup-analysis"
14840
14841 - type: "plot"
14842   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14843   algorithm: "plot_tsa_name"
14844   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14845   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14846   include:
14847     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14848     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14849     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14850     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14851     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14852     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14853   layout:
14854     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14855     layout: "plot-throughput-speedup-analysis"
14856
14857 - type: "plot"
14858   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14859   algorithm: "plot_tsa_name"
14860   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14861   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14862   include:
14863     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14864     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14865     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14866     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14867   layout:
14868     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14869     layout: "plot-throughput-speedup-analysis"
14870
14871 - type: "plot"
14872   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14873   algorithm: "plot_tsa_name"
14874   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14875   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14876   include:
14877     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14878     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14879     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14880     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14881   layout:
14882     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14883     layout: "plot-throughput-speedup-analysis"
14884
14885 - type: "plot"
14886   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14887   algorithm: "plot_tsa_name"
14888   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14889   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14890   include:
14891     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14892     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14893     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14894     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14895     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14896     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14897   layout:
14898     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14899     layout: "plot-throughput-speedup-analysis"
14900
14901 - type: "plot"
14902   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14903   algorithm: "plot_tsa_name"
14904   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14905   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14906   include:
14907     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14908     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14909     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14910     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14911     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14912     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14913   layout:
14914     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14915     layout: "plot-throughput-speedup-analysis"
14916
14917 - type: "plot"
14918   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14919   algorithm: "plot_tsa_name"
14920   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14921   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14922   include:
14923     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14924     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14925     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14926     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14927     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14928     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14929   layout:
14930     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14931     layout: "plot-throughput-speedup-analysis"
14932
14933 - type: "plot"
14934   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14935   algorithm: "plot_tsa_name"
14936   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14937   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14938   include:
14939     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14940     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14941     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14942     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14943     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14944     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14945   layout:
14946     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14947     layout: "plot-throughput-speedup-analysis"
14948
14949 - type: "plot"
14950   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14951   algorithm: "plot_tsa_name"
14952   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14953   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14954   include:
14955     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14956     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14957     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14958     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14959     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14960     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14961   layout:
14962     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14963     layout: "plot-throughput-speedup-analysis"
14964
14965 - type: "plot"
14966   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14967   algorithm: "plot_tsa_name"
14968   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14969   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14970   include:
14971     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14972     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14973     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14974     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14975     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14976     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14977   layout:
14978     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14979     layout: "plot-throughput-speedup-analysis"
14980
14981 - type: "plot"
14982   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14983   algorithm: "plot_tsa_name"
14984   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14985   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14986   include:
14987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14988     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14989     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14990     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14991     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14992     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14993   layout:
14994     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14995     layout: "plot-throughput-speedup-analysis"
14996
14997 - type: "plot"
14998   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14999   algorithm: "plot_tsa_name"
15000   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15001   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15002   include:
15003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15004     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15005     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15006     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15007     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15008     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15009   layout:
15010     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15011     layout: "plot-throughput-speedup-analysis"
15012
15013 - type: "plot"
15014   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15015   algorithm: "plot_tsa_name"
15016   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15017   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15018   include:
15019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15020     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15021     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15022     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15023     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15024     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15025   layout:
15026     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15027     layout: "plot-throughput-speedup-analysis"
15028
15029 - type: "plot"
15030   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15031   algorithm: "plot_tsa_name"
15032   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15033   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15034   include:
15035     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15036     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15037     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15038     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15039     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15040     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15041   layout:
15042     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15043     layout: "plot-throughput-speedup-analysis"
15044
15045 - type: "plot"
15046   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15047   algorithm: "plot_tsa_name"
15048   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15049   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15050   include:
15051     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15053     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15055   layout:
15056     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15057     layout: "plot-throughput-speedup-analysis"
15058
15059 - type: "plot"
15060   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15061   algorithm: "plot_tsa_name"
15062   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15063   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15064   include:
15065     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15066     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15067     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15068     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15069   layout:
15070     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15071     layout: "plot-throughput-speedup-analysis"
15072
15073 - type: "plot"
15074   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15075   algorithm: "plot_tsa_name"
15076   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15077   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15078   include:
15079     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15080     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15081     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15082     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15083   layout:
15084     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15085     layout: "plot-throughput-speedup-analysis"
15086
15087 - type: "plot"
15088   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15089   algorithm: "plot_tsa_name"
15090   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15091   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15092   include:
15093     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15094     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15095     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15096     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15097   layout:
15098     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15099     layout: "plot-throughput-speedup-analysis"
15100
15101 - type: "plot"
15102   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15103   algorithm: "plot_tsa_name"
15104   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15105   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15106   include:
15107     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15108     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15109     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15110     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15111     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15112     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15113   layout:
15114     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15115     layout: "plot-throughput-speedup-analysis"
15116
15117 - type: "plot"
15118   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15119   algorithm: "plot_tsa_name"
15120   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15121   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15122   include:
15123     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15124     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15125     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15126     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15127     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15128     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15129   layout:
15130     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15131     layout: "plot-throughput-speedup-analysis"
15132
15133 - type: "plot"
15134   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15135   algorithm: "plot_tsa_name"
15136   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15137   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15138   include:
15139     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15140     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15141     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15142     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15143     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15144   layout:
15145     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15146     layout: "plot-throughput-speedup-analysis"
15147
15148 - type: "plot"
15149   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15150   algorithm: "plot_tsa_name"
15151   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15152   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15153   include:
15154     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15155     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15156     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15157     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15158     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15159   layout:
15160     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15161     layout: "plot-throughput-speedup-analysis"
15162
15163 - type: "plot"
15164   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15165   algorithm: "plot_tsa_name"
15166   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15167   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15168   include:
15169     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15170     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15171     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15172     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15173     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15174   layout:
15175     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15176     layout: "plot-throughput-speedup-analysis"
15177
15178 - type: "plot"
15179   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15180   algorithm: "plot_tsa_name"
15181   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15182   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15183   include:
15184     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15185     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15186     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15187     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15188     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15189   layout:
15190     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15191     layout: "plot-throughput-speedup-analysis"
15192
15193 - type: "plot"
15194   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15195   algorithm: "plot_tsa_name"
15196   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15197   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15198   include:
15199     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15200     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15201     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15202     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15203   layout:
15204     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15205     layout: "plot-throughput-speedup-analysis"
15206
15207 - type: "plot"
15208   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15209   algorithm: "plot_tsa_name"
15210   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15211   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15212   include:
15213     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15214     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15215     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15216     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15217   layout:
15218     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15219     layout: "plot-throughput-speedup-analysis"
15220
15221 - type: "plot"
15222   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15223   algorithm: "plot_tsa_name"
15224   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15225   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15226   include:
15227     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15228     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15229     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15230     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15231     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15232     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15233   layout:
15234     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15235     layout: "plot-throughput-speedup-analysis"
15236
15237 - type: "plot"
15238   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15239   algorithm: "plot_tsa_name"
15240   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15241   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15242   include:
15243     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15244     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15245     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15246     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15247     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15248     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15249   layout:
15250     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15251     layout: "plot-throughput-speedup-analysis"
15252
15253 - type: "plot"
15254   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15255   algorithm: "plot_tsa_name"
15256   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15257   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15258   include:
15259     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15260     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15261     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15262     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15263     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15264     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15265   layout:
15266     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15267     layout: "plot-throughput-speedup-analysis"
15268
15269 - type: "plot"
15270   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15271   algorithm: "plot_tsa_name"
15272   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15273   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15274   include:
15275     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15276     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15277     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15278     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15279     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15280     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15281   layout:
15282     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15283     layout: "plot-throughput-speedup-analysis"
15284
15285 - type: "plot"
15286   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15287   algorithm: "plot_tsa_name"
15288   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15289   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15290   include:
15291     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15292     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15293     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15294     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15295     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15296     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15297   layout:
15298     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15299     layout: "plot-throughput-speedup-analysis"
15300
15301 - type: "plot"
15302   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15303   algorithm: "plot_tsa_name"
15304   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15305   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15306   include:
15307     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15308     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15309     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15310     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15311     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15312     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15313   layout:
15314     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15315     layout: "plot-throughput-speedup-analysis"
15316
15317 - type: "plot"
15318   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15319   algorithm: "plot_tsa_name"
15320   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15321   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15322   include:
15323     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15324     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15325     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15326     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15327     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15328     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15329   layout:
15330     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15331     layout: "plot-throughput-speedup-analysis"
15332
15333 - type: "plot"
15334   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15335   algorithm: "plot_tsa_name"
15336   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15337   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15338   include:
15339     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15340     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15341     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15342     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15343     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15344     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15345   layout:
15346     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15347     layout: "plot-throughput-speedup-analysis"
15348
15349 - type: "plot"
15350   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15351   algorithm: "plot_tsa_name"
15352   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15353   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15354   include:
15355     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15356     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15357     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15358     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15359     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15360     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15361   layout:
15362     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15363     layout: "plot-throughput-speedup-analysis"
15364
15365 - type: "plot"
15366   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15367   algorithm: "plot_tsa_name"
15368   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15369   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15370   include:
15371     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15372     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15373     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15374     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15375     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15376     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15377   layout:
15378     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15379     layout: "plot-throughput-speedup-analysis"
15380
15381 - type: "plot"
15382   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15383   algorithm: "plot_tsa_name"
15384   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15385   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15386   include:
15387     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15388     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15389     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15390     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15391     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15392   layout:
15393     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15394     layout: "plot-throughput-speedup-analysis"
15395
15396 - type: "plot"
15397   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15398   algorithm: "plot_tsa_name"
15399   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15400   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15401   include:
15402     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15403     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15404     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15405     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15406     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15407   layout:
15408     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15409     layout: "plot-throughput-speedup-analysis"
15410
15411 - type: "plot"
15412   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15413   algorithm: "plot_tsa_name"
15414   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15415   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15416   include:
15417     - "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"
15418     - "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"
15419     - "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"
15420     - "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"
15421     - "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"
15422   layout:
15423     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15424     layout: "plot-throughput-speedup-analysis"
15425
15426 - type: "plot"
15427   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15428   algorithm: "plot_tsa_name"
15429   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15430   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15431   include:
15432     - "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"
15433     - "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"
15434     - "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"
15435     - "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"
15436     - "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"
15437   layout:
15438     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15439     layout: "plot-throughput-speedup-analysis"
15440
15441 - type: "plot"
15442   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15443   algorithm: "plot_tsa_name"
15444   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15445   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15446   include:
15447     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15448     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15449     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15450     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15451     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15452   layout:
15453     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15454     layout: "plot-throughput-speedup-analysis"
15455
15456 - type: "plot"
15457   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15458   algorithm: "plot_tsa_name"
15459   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15460   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15461   include:
15462     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15463     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15464     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15465     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15466     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15467   layout:
15468     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15469     layout: "plot-throughput-speedup-analysis"
15470
15471 - type: "plot"
15472   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15473   algorithm: "plot_tsa_name"
15474   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15475   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15476   include:
15477     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15478     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15479     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15480     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15481     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15482   layout:
15483     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15484     layout: "plot-throughput-speedup-analysis"
15485
15486 - type: "plot"
15487   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15488   algorithm: "plot_tsa_name"
15489   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15490   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15491   include:
15492     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15493     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15494     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15495     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15496     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15497   layout:
15498     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15499     layout: "plot-throughput-speedup-analysis"
15500
15501 - type: "plot"
15502   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15503   algorithm: "plot_tsa_name"
15504   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15505   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15506   include:
15507     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15508     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15509     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15510     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15511     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15512   layout:
15513     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15514     layout: "plot-throughput-speedup-analysis"
15515
15516 - type: "plot"
15517   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15518   algorithm: "plot_tsa_name"
15519   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15520   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15521   include:
15522     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15523     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15524     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15525     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15526     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15527   layout:
15528     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15529     layout: "plot-throughput-speedup-analysis"
15530
15531 - type: "plot"
15532   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15533   algorithm: "plot_tsa_name"
15534   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15535   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15536   include:
15537     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15538     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15539     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15540     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15541     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15542   layout:
15543     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15544     layout: "plot-throughput-speedup-analysis"
15545
15546 - type: "plot"
15547   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15548   algorithm: "plot_tsa_name"
15549   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15550   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15551   include:
15552     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15553     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15554     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15555     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15556     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15557   layout:
15558     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15559     layout: "plot-throughput-speedup-analysis"
15560
15561 - type: "plot"
15562   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15563   algorithm: "plot_tsa_name"
15564   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15565   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15566   include:
15567     - "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"
15568     - "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"
15569     - "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"
15570     - "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"
15571   layout:
15572     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15573     layout: "plot-throughput-speedup-analysis"
15574
15575 - type: "plot"
15576   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15577   algorithm: "plot_tsa_name"
15578   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15579   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15580   include:
15581     - "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"
15582     - "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"
15583     - "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"
15584     - "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"
15585   layout:
15586     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15587     layout: "plot-throughput-speedup-analysis"
15588
15589 - type: "plot"
15590   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15591   algorithm: "plot_tsa_name"
15592   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15593   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15594   include:
15595     - "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"
15596     - "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"
15597     - "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"
15598     - "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"
15599   layout:
15600     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15601     layout: "plot-throughput-speedup-analysis"
15602
15603 - type: "plot"
15604   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15605   algorithm: "plot_tsa_name"
15606   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15607   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15608   include:
15609     - "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"
15610     - "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"
15611     - "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"
15612     - "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"
15613   layout:
15614     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15615     layout: "plot-throughput-speedup-analysis"
15616
15617 - type: "plot"
15618   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15619   algorithm: "plot_tsa_name"
15620   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15621   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15622   include:
15623     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15624     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15625     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15626     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15627     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15628     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15629   layout:
15630     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15631     layout: "plot-throughput-speedup-analysis"
15632
15633 - type: "plot"
15634   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15635   algorithm: "plot_tsa_name"
15636   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15637   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15638   include:
15639     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15640     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15641     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15642     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15643     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15644     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15645   layout:
15646     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15647     layout: "plot-throughput-speedup-analysis"
15648
15649 - type: "plot"
15650   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15651   algorithm: "plot_tsa_name"
15652   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15653   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15654   include:
15655     - "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"
15656     - "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"
15657     - "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"
15658     - "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"
15659     - "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"
15660     - "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"
15661   layout:
15662     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15663     layout: "plot-throughput-speedup-analysis"
15664
15665 - type: "plot"
15666   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15667   algorithm: "plot_tsa_name"
15668   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15669   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15670   include:
15671     - "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"
15672     - "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"
15673     - "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"
15674     - "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"
15675     - "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"
15676     - "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"
15677   layout:
15678     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15679     layout: "plot-throughput-speedup-analysis"
15680
15681 - type: "plot"
15682   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15683   algorithm: "plot_tsa_name"
15684   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15685   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15686   include:
15687     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15688     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15689     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15690     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15691     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15692     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15693   layout:
15694     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15695     layout: "plot-throughput-speedup-analysis"
15696
15697 - type: "plot"
15698   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15699   algorithm: "plot_tsa_name"
15700   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15701   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15702   include:
15703     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15704     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15705     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15706     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15707     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15708     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15709   layout:
15710     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15711     layout: "plot-throughput-speedup-analysis"
15712
15713 - type: "plot"
15714   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15715   algorithm: "plot_tsa_name"
15716   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15717   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15718   include:
15719     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15720     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15721     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15722     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15723     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15724   layout:
15725     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15726     layout: "plot-throughput-speedup-analysis"
15727
15728 - type: "plot"
15729   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15730   algorithm: "plot_tsa_name"
15731   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15732   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15733   include:
15734     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15735     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15736     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15737     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15738     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15739   layout:
15740     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15741     layout: "plot-throughput-speedup-analysis"
15742
15743 - type: "plot"
15744   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15745   algorithm: "plot_tsa_name"
15746   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15747   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15748   include:
15749     - "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"
15750     - "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"
15751   layout:
15752     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15753     layout: "plot-throughput-speedup-analysis"
15754
15755 - type: "plot"
15756   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15757   algorithm: "plot_tsa_name"
15758   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15759   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15760   include:
15761     - "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"
15762     - "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"
15763   layout:
15764     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15765     layout: "plot-throughput-speedup-analysis"
15766
15767 - type: "plot"
15768   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15769   algorithm: "plot_tsa_name"
15770   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15771   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15772   include:
15773     - "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"
15774     - "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"
15775   layout:
15776     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15777     layout: "plot-throughput-speedup-analysis"
15778
15779 - type: "plot"
15780   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15781   algorithm: "plot_tsa_name"
15782   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15783   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15784   include:
15785     - "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"
15786     - "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"
15787   layout:
15788     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15789     layout: "plot-throughput-speedup-analysis"
15790
15791 - type: "plot"
15792   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15793   algorithm: "plot_tsa_name"
15794   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15795   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15796   include:
15797     - "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"
15798     - "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"
15799     - "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"
15800     - "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"
15801     - "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"
15802     - "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"
15803   layout:
15804     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15805     layout: "plot-throughput-speedup-analysis"
15806
15807 - type: "plot"
15808   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15809   algorithm: "plot_tsa_name"
15810   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15811   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15812   include:
15813     - "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"
15814     - "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"
15815     - "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"
15816     - "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"
15817     - "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"
15818     - "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"
15819   layout:
15820     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15821     layout: "plot-throughput-speedup-analysis"
15822
15823 - type: "plot"
15824   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15825   algorithm: "plot_tsa_name"
15826   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15827   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15828   include:
15829     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15830     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15831     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15832     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15833     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15834   layout:
15835     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15836     layout: "plot-throughput-speedup-analysis"
15837
15838 - type: "plot"
15839   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15840   algorithm: "plot_tsa_name"
15841   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15842   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15843   include:
15844     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15845     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15846     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15847     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15848     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15849   layout:
15850     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15851     layout: "plot-throughput-speedup-analysis"
15852
15853 - type: "plot"
15854   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15855   algorithm: "plot_tsa_name"
15856   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15857   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15858   include:
15859     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15860     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15861     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15862     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15863     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15864   layout:
15865     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15866     layout: "plot-throughput-speedup-analysis"
15867
15868 - type: "plot"
15869   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15870   algorithm: "plot_tsa_name"
15871   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15872   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15873   include:
15874     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15875     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15876     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15877     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15878     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15879   layout:
15880     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15881     layout: "plot-throughput-speedup-analysis"
15882
15883 - type: "plot"
15884   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15885   algorithm: "plot_tsa_name"
15886   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15887   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15888   include:
15889     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15890     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15891     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15892     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15893     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15894     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15895   layout:
15896     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15897     layout: "plot-throughput-speedup-analysis"
15898
15899 - type: "plot"
15900   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15901   algorithm: "plot_tsa_name"
15902   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15903   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15904   include:
15905     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15906     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15907     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15908     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15909     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15910     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15911   layout:
15912     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15913     layout: "plot-throughput-speedup-analysis"
15914
15915 - type: "plot"
15916   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15917   algorithm: "plot_tsa_name"
15918   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15919   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15920   include:
15921     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15922     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15923     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15924     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15925   layout:
15926     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15927     layout: "plot-throughput-speedup-analysis"
15928
15929 - type: "plot"
15930   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15931   algorithm: "plot_tsa_name"
15932   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15933   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15934   include:
15935     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15936     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15937     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15938     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15939   layout:
15940     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15941     layout: "plot-throughput-speedup-analysis"
15942
15943 - type: "plot"
15944   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15945   algorithm: "plot_tsa_name"
15946   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15947   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15948   include:
15949     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15950     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15951     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15952     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15953     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15954   layout:
15955     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15956     layout: "plot-throughput-speedup-analysis"
15957
15958 - type: "plot"
15959   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15960   algorithm: "plot_tsa_name"
15961   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15962   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15963   include:
15964     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15965     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15966     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15967     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15968     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15969   layout:
15970     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15971     layout: "plot-throughput-speedup-analysis"
15972
15973 - type: "plot"
15974   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15975   algorithm: "plot_tsa_name"
15976   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15977   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15978   include:
15979     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15980     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15981     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15982     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15983     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15984     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15985   layout:
15986     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15987     layout: "plot-throughput-speedup-analysis"
15988
15989 - type: "plot"
15990   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15991   algorithm: "plot_tsa_name"
15992   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15993   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15994   include:
15995     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15996     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15997     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15998     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15999     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16000     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16001   layout:
16002     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16003     layout: "plot-throughput-speedup-analysis"
16004
16005 - type: "plot"
16006   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16007   algorithm: "plot_tsa_name"
16008   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16009   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16010   include:
16011     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16012     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16013     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16014     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16015   layout:
16016     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16017     layout: "plot-throughput-speedup-analysis"
16018
16019 - type: "plot"
16020   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16021   algorithm: "plot_tsa_name"
16022   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16023   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16024   include:
16025     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16026     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16027     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16028     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16029   layout:
16030     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16031     layout: "plot-throughput-speedup-analysis"
16032
16033 - type: "plot"
16034   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16035   algorithm: "plot_tsa_name"
16036   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16037   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16038   include:
16039     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16040     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16041     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16042     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16043     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16044     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16045   layout:
16046     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16047     layout: "plot-throughput-speedup-analysis"
16048
16049 - type: "plot"
16050   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16051   algorithm: "plot_tsa_name"
16052   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16053   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16054   include:
16055     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16056     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16057     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16058     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16059     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16060     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16061   layout:
16062     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16063     layout: "plot-throughput-speedup-analysis"
16064
16065 - type: "plot"
16066   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16067   algorithm: "plot_tsa_name"
16068   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16069   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16070   include:
16071     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16072     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16073     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16074     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16075     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16076     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16077   layout:
16078     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16079     layout: "plot-throughput-speedup-analysis"
16080
16081 - type: "plot"
16082   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16083   algorithm: "plot_tsa_name"
16084   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16085   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16086   include:
16087     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16088     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16089     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16090     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16091     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16092     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16093   layout:
16094     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16095     layout: "plot-throughput-speedup-analysis"
16096
16097 - type: "plot"
16098   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16099   algorithm: "plot_tsa_name"
16100   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16101   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16102   include:
16103     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16104     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16105     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16106     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16107     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16108     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16109   layout:
16110     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16111     layout: "plot-throughput-speedup-analysis"
16112
16113 - type: "plot"
16114   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16115   algorithm: "plot_tsa_name"
16116   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16117   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16118   include:
16119     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16120     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16121     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16122     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16123     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16124     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16125   layout:
16126     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16127     layout: "plot-throughput-speedup-analysis"
16128
16129 - type: "plot"
16130   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16131   algorithm: "plot_tsa_name"
16132   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16133   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16134   include:
16135     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16136     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16137     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16138     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16139     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16140     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16141   layout:
16142     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16143     layout: "plot-throughput-speedup-analysis"
16144
16145 - type: "plot"
16146   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16147   algorithm: "plot_tsa_name"
16148   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16149   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16150   include:
16151     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16152     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16153     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16154     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16155     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16156     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16157   layout:
16158     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16159     layout: "plot-throughput-speedup-analysis"
16160
16161 - type: "plot"
16162   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16163   algorithm: "plot_tsa_name"
16164   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16165   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16166   include:
16167     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16168     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16169     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16170     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16171     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16172     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16173   layout:
16174     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16175     layout: "plot-throughput-speedup-analysis"
16176
16177 - type: "plot"
16178   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16179   algorithm: "plot_tsa_name"
16180   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16181   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16182   include:
16183     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16184     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16185     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16186     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16187     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16188     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16189   layout:
16190     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16191     layout: "plot-throughput-speedup-analysis"
16192
16193 #- type: "plot"
16194 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16195 #  algorithm: "plot_tsa_name"
16196 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16197 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16198 #  include:
16199 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16200 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16201 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16202 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16203 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16204 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16205 #  layout:
16206 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16207 #    layout: "plot-throughput-speedup-analysis"
16208 #
16209 #- type: "plot"
16210 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16211 #  algorithm: "plot_tsa_name"
16212 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16213 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16214 #  include:
16215 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16216 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16217 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16218 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16219 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16220 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16221 #  layout:
16222 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16223 #    layout: "plot-throughput-speedup-analysis"
16224
16225 - type: "plot"
16226   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16227   algorithm: "plot_tsa_name"
16228   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16229   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16230   include:
16231     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16232     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16233     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16234     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16235     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16236   layout:
16237     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16238     layout: "plot-throughput-speedup-analysis"
16239
16240 - type: "plot"
16241   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16242   algorithm: "plot_tsa_name"
16243   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16244   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16245   include:
16246     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16247     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16248     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16249     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16250     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16251   layout:
16252     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16253     layout: "plot-throughput-speedup-analysis"
16254
16255 - type: "plot"
16256   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16257   algorithm: "plot_tsa_name"
16258   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16259   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16260   include:
16261     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16262     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16263     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16264     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16265     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16266     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16267   layout:
16268     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16269     layout: "plot-throughput-speedup-analysis"
16270
16271 - type: "plot"
16272   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16273   algorithm: "plot_tsa_name"
16274   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16275   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16276   include:
16277     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16278     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16279     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16280     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16281     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16282     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16283   layout:
16284     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16285     layout: "plot-throughput-speedup-analysis"
16286
16287 - type: "plot"
16288   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16289   algorithm: "plot_tsa_name"
16290   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16291   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16292   include:
16293     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16294     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16295     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16296     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16297     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16298   layout:
16299     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16300     layout: "plot-throughput-speedup-analysis"
16301
16302 - type: "plot"
16303   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16304   algorithm: "plot_tsa_name"
16305   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16306   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16307   include:
16308     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16309     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16310     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16311     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16312     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16313   layout:
16314     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16315     layout: "plot-throughput-speedup-analysis"
16316
16317 #- type: "plot"
16318 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16319 #  algorithm: "plot_tsa_name"
16320 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16321 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16322 #  include:
16323 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16324 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16325 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16326 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16327 #  layout:
16328 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16329 #    layout: "plot-throughput-speedup-analysis"
16330 #
16331 #- type: "plot"
16332 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16333 #  algorithm: "plot_tsa_name"
16334 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16335 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16336 #  include:
16337 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16338 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16339 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16340 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16341 #  layout:
16342 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16343 #    layout: "plot-throughput-speedup-analysis"
16344
16345 - type: "plot"
16346   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16347   algorithm: "plot_tsa_name"
16348   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16349   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16350   include:
16351     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16352     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16353     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16354     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16355     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16356     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16357   layout:
16358     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16359     layout: "plot-throughput-speedup-analysis"
16360
16361 - type: "plot"
16362   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16363   algorithm: "plot_tsa_name"
16364   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16365   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16366   include:
16367     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16368     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16369     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16370     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16371     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16372     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16373   layout:
16374     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16375     layout: "plot-throughput-speedup-analysis"
16376
16377 - type: "plot"
16378   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16379   algorithm: "plot_tsa_name"
16380   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16381   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16382   include:
16383     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16384     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16385     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16386     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16387     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16388   layout:
16389     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16390     layout: "plot-throughput-speedup-analysis"
16391
16392 - type: "plot"
16393   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16394   algorithm: "plot_tsa_name"
16395   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16396   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16397   include:
16398     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16399     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16400     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16401     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16402     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16403   layout:
16404     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16405     layout: "plot-throughput-speedup-analysis"
16406
16407 - type: "plot"
16408   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16409   algorithm: "plot_tsa_name"
16410   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16411   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16412   include:
16413     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16414     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16415     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16416     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16417     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16418     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16419   layout:
16420     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16421     layout: "plot-throughput-speedup-analysis"
16422
16423 - type: "plot"
16424   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16425   algorithm: "plot_tsa_name"
16426   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16427   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16428   include:
16429     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16430     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16431     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16432     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16433     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16434     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16435   layout:
16436     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16437     layout: "plot-throughput-speedup-analysis"
16438
16439 - type: "plot"
16440   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16441   algorithm: "plot_tsa_name"
16442   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16443   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16444   include:
16445     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16446     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16447     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16448     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16449   layout:
16450     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16451     layout: "plot-throughput-speedup-analysis"
16452
16453 - type: "plot"
16454   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16455   algorithm: "plot_tsa_name"
16456   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16457   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16458   include:
16459     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16460     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16461     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16462     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16463   layout:
16464     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16465     layout: "plot-throughput-speedup-analysis"
16466
16467 - type: "plot"
16468   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16469   algorithm: "plot_tsa_name"
16470   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16471   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16472   include:
16473     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16474     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16475     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16476     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16477     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16478   layout:
16479     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16480     layout: "plot-throughput-speedup-analysis"
16481
16482 - type: "plot"
16483   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16484   algorithm: "plot_tsa_name"
16485   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16486   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16487   include:
16488     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16489     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16490     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16491     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16492     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16493   layout:
16494     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16495     layout: "plot-throughput-speedup-analysis"
16496
16497 - type: "plot"
16498   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16499   algorithm: "plot_tsa_name"
16500   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16501   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16502   include:
16503     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16504     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16505     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16506     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16507     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16508     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16509   layout:
16510     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16511     layout: "plot-throughput-speedup-analysis"
16512
16513 - type: "plot"
16514   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16515   algorithm: "plot_tsa_name"
16516   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16517   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16518   include:
16519     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16520     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16521     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16522     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16523     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16524     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16525   layout:
16526     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16527     layout: "plot-throughput-speedup-analysis"
16528
16529 #- type: "plot"
16530 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16531 #  algorithm: "plot_tsa_name"
16532 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16533 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16534 #  include:
16535 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16536 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16537 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16538 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16539 #  layout:
16540 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16541 #    layout: "plot-throughput-speedup-analysis"
16542 #
16543 #- type: "plot"
16544 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16545 #  algorithm: "plot_tsa_name"
16546 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16547 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16548 #  include:
16549 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16550 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16551 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16552 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16553 #  layout:
16554 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16555 #    layout: "plot-throughput-speedup-analysis"
16556
16557 - type: "plot"
16558   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16559   algorithm: "plot_tsa_name"
16560   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16561   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16562   include:
16563     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16564     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16565     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16566     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16567     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16568     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16569   layout:
16570     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16571     layout: "plot-throughput-speedup-analysis"
16572
16573 - type: "plot"
16574   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16575   algorithm: "plot_tsa_name"
16576   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16577   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16578   include:
16579     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16580     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16581     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16582     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16583     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16584     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16585   layout:
16586     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16587     layout: "plot-throughput-speedup-analysis"
16588
16589 #- type: "plot"
16590 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16591 #  algorithm: "plot_tsa_name"
16592 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16593 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16594 #  include:
16595 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16596 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16597 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16598 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16599 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16600 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16601 #  layout:
16602 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16603 #    layout: "plot-throughput-speedup-analysis"
16604 #
16605 #- type: "plot"
16606 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16607 #  algorithm: "plot_tsa_name"
16608 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16609 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16610 #  include:
16611 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16612 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16613 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16614 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16615 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16616 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16617 #  layout:
16618 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16619 #    layout: "plot-throughput-speedup-analysis"
16620
16621 #- type: "plot"
16622 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16623 #  algorithm: "plot_tsa_name"
16624 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16625 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16626 #  include:
16627 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16628 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16629 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16630 #  layout:
16631 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16632 #    layout: "plot-throughput-speedup-analysis"
16633 #
16634 #- type: "plot"
16635 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16636 #  algorithm: "plot_tsa_name"
16637 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16638 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16639 #  include:
16640 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16641 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16642 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16643 #  layout:
16644 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16645 #    layout: "plot-throughput-speedup-analysis"
16646
16647 ################################################################################
16648
16649 # Packet Throughput - DPDK
16650
16651 # 2n-skx-xxv710
16652
16653 - type: "plot"
16654   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16655   algorithm: "plot_perf_box_name"
16656   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16657   data: "plot-dpdk-throughput-latency-2n-skx"
16658   include:
16659     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16660     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16661   layout:
16662     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16663     layout: "plot-throughput"
16664
16665 - type: "plot"
16666   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16667   algorithm: "plot_perf_box_name"
16668   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16669   data: "plot-dpdk-throughput-latency-2n-skx"
16670   include:
16671     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16672     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16673   layout:
16674     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16675     layout: "plot-throughput"
16676
16677 - type: "plot"
16678   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16679   algorithm: "plot_perf_box_name"
16680   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16681   data: "plot-dpdk-throughput-latency-2n-skx"
16682   include:
16683     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16684     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16685   layout:
16686     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16687     layout: "plot-throughput"
16688
16689 - type: "plot"
16690   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16691   algorithm: "plot_perf_box_name"
16692   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16693   data: "plot-dpdk-throughput-latency-2n-skx"
16694   include:
16695     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16696     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16697   layout:
16698     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16699     layout: "plot-throughput"
16700
16701 # 2n-skx-x710
16702
16703 - type: "plot"
16704   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16705   algorithm: "plot_perf_box_name"
16706   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16707   data: "plot-dpdk-throughput-latency-2n-skx"
16708   include:
16709     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16710     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16711   layout:
16712     title: "2n-skx-x710-64b-2t1c-base-ndr"
16713     layout: "plot-throughput"
16714
16715 - type: "plot"
16716   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16717   algorithm: "plot_perf_box_name"
16718   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16719   data: "plot-dpdk-throughput-latency-2n-skx"
16720   include:
16721     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16722     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16723   layout:
16724     title: "2n-skx-x710-64b-4t2c-base-ndr"
16725     layout: "plot-throughput"
16726
16727 - type: "plot"
16728   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16729   algorithm: "plot_perf_box_name"
16730   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16731   data: "plot-dpdk-throughput-latency-2n-skx"
16732   include:
16733     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16734     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16735   layout:
16736     title: "2n-skx-x710-64b-2t1c-base-pdr"
16737     layout: "plot-throughput"
16738
16739 - type: "plot"
16740   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16741   algorithm: "plot_perf_box_name"
16742   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16743   data: "plot-dpdk-throughput-latency-2n-skx"
16744   include:
16745     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16746     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16747   layout:
16748     title: "2n-skx-x710-64b-4t2c-base-pdr"
16749     layout: "plot-throughput"
16750
16751 # 3n-skx-xxv710
16752
16753 - type: "plot"
16754   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16755   algorithm: "plot_perf_box_name"
16756   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16757   data: "plot-dpdk-throughput-latency-3n-skx"
16758   include:
16759     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16760     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16761   layout:
16762     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16763     layout: "plot-throughput"
16764
16765 - type: "plot"
16766   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16767   algorithm: "plot_perf_box_name"
16768   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16769   data: "plot-dpdk-throughput-latency-3n-skx"
16770   include:
16771     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16772     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16773   layout:
16774     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16775     layout: "plot-throughput"
16776
16777 - type: "plot"
16778   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16779   algorithm: "plot_perf_box_name"
16780   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16781   data: "plot-dpdk-throughput-latency-3n-skx"
16782   include:
16783     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16784     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16785   layout:
16786     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16787     layout: "plot-throughput"
16788
16789 - type: "plot"
16790   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16791   algorithm: "plot_perf_box_name"
16792   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16793   data: "plot-dpdk-throughput-latency-3n-skx"
16794   include:
16795     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16796     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16797   layout:
16798     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16799     layout: "plot-throughput"
16800
16801 # 3n-skx-x710
16802
16803 - type: "plot"
16804   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16805   algorithm: "plot_perf_box_name"
16806   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16807   data: "plot-dpdk-throughput-latency-3n-skx"
16808   include:
16809     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16810     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16811   layout:
16812     title: "3n-skx-x710-64b-2t1c-base-ndr"
16813     layout: "plot-throughput"
16814
16815 - type: "plot"
16816   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16817   algorithm: "plot_perf_box_name"
16818   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16819   data: "plot-dpdk-throughput-latency-3n-skx"
16820   include:
16821     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16822     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16823   layout:
16824     title: "3n-skx-x710-64b-4t2c-base-ndr"
16825     layout: "plot-throughput"
16826
16827 - type: "plot"
16828   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16829   algorithm: "plot_perf_box_name"
16830   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16831   data: "plot-dpdk-throughput-latency-3n-skx"
16832   include:
16833     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16834     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16835   layout:
16836     title: "3n-skx-x710-64b-2t1c-base-pdr"
16837     layout: "plot-throughput"
16838
16839 - type: "plot"
16840   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16841   algorithm: "plot_perf_box_name"
16842   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16843   data: "plot-dpdk-throughput-latency-3n-skx"
16844   include:
16845     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16846     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16847   layout:
16848     title: "3n-skx-x710-64b-4t2c-base-pdr"
16849     layout: "plot-throughput"
16850
16851 # 3n-hsw-xl710
16852
16853 - type: "plot"
16854   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16855   algorithm: "plot_perf_box_name"
16856   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16857   data: "plot-dpdk-throughput-latency-3n-hsw"
16858   include:
16859     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16860     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16861   layout:
16862     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16863     layout: "plot-throughput"
16864
16865 - type: "plot"
16866   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16867   algorithm: "plot_perf_box_name"
16868   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16869   data: "plot-dpdk-throughput-latency-3n-hsw"
16870   include:
16871     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16872     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16873   layout:
16874     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16875     layout: "plot-throughput"
16876
16877 - type: "plot"
16878   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16879   algorithm: "plot_perf_box_name"
16880   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16881   data: "plot-dpdk-throughput-latency-3n-hsw"
16882   include:
16883     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16884     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16885   layout:
16886     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16887     layout: "plot-throughput"
16888
16889 - type: "plot"
16890   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16891   algorithm: "plot_perf_box_name"
16892   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16893   data: "plot-dpdk-throughput-latency-3n-hsw"
16894   include:
16895     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16896     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16897   layout:
16898     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16899     layout: "plot-throughput"
16900
16901 # 3n-hsw-x710
16902
16903 - type: "plot"
16904   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16905   algorithm: "plot_perf_box_name"
16906   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16907   data: "plot-dpdk-throughput-latency-3n-hsw"
16908   include:
16909     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16910     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16911   layout:
16912     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16913     layout: "plot-throughput"
16914
16915 - type: "plot"
16916   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16917   algorithm: "plot_perf_box_name"
16918   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16919   data: "plot-dpdk-throughput-latency-3n-hsw"
16920   include:
16921     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16922     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16923   layout:
16924     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16925     layout: "plot-throughput"
16926
16927 - type: "plot"
16928   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16929   algorithm: "plot_perf_box_name"
16930   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16931   data: "plot-dpdk-throughput-latency-3n-hsw"
16932   include:
16933     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16934     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16935   layout:
16936     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16937     layout: "plot-throughput"
16938
16939 - type: "plot"
16940   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16941   algorithm: "plot_perf_box_name"
16942   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16943   data: "plot-dpdk-throughput-latency-3n-hsw"
16944   include:
16945     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16946     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16947   layout:
16948     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16949     layout: "plot-throughput"
16950
16951 # 2n-dnv-x553
16952
16953 - type: "plot"
16954   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16955   algorithm: "plot_perf_box_name"
16956   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16957   data: "plot-dpdk-throughput-latency-2n-dnv"
16958   include:
16959     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16960     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16961   layout:
16962     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16963     layout: "plot-throughput"
16964
16965 - type: "plot"
16966   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16967   algorithm: "plot_perf_box_name"
16968   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16969   data: "plot-dpdk-throughput-latency-2n-dnv"
16970   include:
16971     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16972     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16973   layout:
16974     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16975     layout: "plot-throughput"
16976
16977 - type: "plot"
16978   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16979   algorithm: "plot_perf_box_name"
16980   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16981   data: "plot-dpdk-throughput-latency-2n-dnv"
16982   include:
16983     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16984     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16985   layout:
16986     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16987     layout: "plot-throughput"
16988
16989 - type: "plot"
16990   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16991   algorithm: "plot_perf_box_name"
16992   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16993   data: "plot-dpdk-throughput-latency-2n-dnv"
16994   include:
16995     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16996     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16997   layout:
16998     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16999     layout: "plot-throughput"
17000
17001 # 3n-dnv-x553
17002
17003 - type: "plot"
17004   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17005   algorithm: "plot_perf_box_name"
17006   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17007   data: "plot-dpdk-throughput-latency-3n-dnv"
17008   include:
17009     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17010     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17011   layout:
17012     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17013     layout: "plot-throughput"
17014
17015 - type: "plot"
17016   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17017   algorithm: "plot_perf_box_name"
17018   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17019   data: "plot-dpdk-throughput-latency-3n-dnv"
17020   include:
17021     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17022     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17023   layout:
17024     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17025     layout: "plot-throughput"
17026
17027 - type: "plot"
17028   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17029   algorithm: "plot_perf_box_name"
17030   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17031   data: "plot-dpdk-throughput-latency-3n-dnv"
17032   include:
17033     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17034     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17035   layout:
17036     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17037     layout: "plot-throughput"
17038
17039 - type: "plot"
17040   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17041   algorithm: "plot_perf_box_name"
17042   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17043   data: "plot-dpdk-throughput-latency-3n-dnv"
17044   include:
17045     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17046     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17047   layout:
17048     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17049     layout: "plot-throughput"
17050
17051 # 3n-tsh-x520
17052
17053 - type: "plot"
17054   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17055   algorithm: "plot_perf_box_name"
17056   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17057   data: "plot-dpdk-throughput-latency-3n-tsh"
17058   include:
17059     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17060     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17061   layout:
17062     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17063     layout: "plot-throughput"
17064
17065 - type: "plot"
17066   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17067   algorithm: "plot_perf_box_name"
17068   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17069   data: "plot-dpdk-throughput-latency-3n-tsh"
17070   include:
17071     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17072     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17073   layout:
17074     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17075     layout: "plot-throughput"
17076
17077 - type: "plot"
17078   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17079   algorithm: "plot_perf_box_name"
17080   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17081   data: "plot-dpdk-throughput-latency-3n-tsh"
17082   include:
17083     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17084     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17085   layout:
17086     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17087     layout: "plot-throughput"
17088
17089 - type: "plot"
17090   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17091   algorithm: "plot_perf_box_name"
17092   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17093   data: "plot-dpdk-throughput-latency-3n-tsh"
17094   include:
17095     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17096     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17097   layout:
17098     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17099     layout: "plot-throughput"
17100
17101 ################################################################################
17102 ###   2n-clx                                                                 ###
17103 ################################################################################
17104
17105 # Packet Throughput
17106
17107 - type: "plot"
17108   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17109   algorithm: "plot_perf_box_name"
17110   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17111   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17112   include:
17113     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17114     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17115     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17116     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17117   layout:
17118     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17119     layout: "plot-throughput"
17120
17121 - type: "plot"
17122   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17123   algorithm: "plot_perf_box_name"
17124   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17125   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17126   include:
17127     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17128     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17129     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17130     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17131   layout:
17132     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17133     layout: "plot-throughput"
17134
17135 - type: "plot"
17136   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17137   algorithm: "plot_perf_box_name"
17138   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17139   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17140   include:
17141     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17142     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17143     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17144     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17145   layout:
17146     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17147     layout: "plot-throughput"
17148
17149 - type: "plot"
17150   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17151   algorithm: "plot_perf_box_name"
17152   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17153   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17154   include:
17155     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17156     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17157     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17158     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17159   layout:
17160     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17161     layout: "plot-throughput"
17162
17163 - type: "plot"
17164   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17165   algorithm: "plot_perf_box_name"
17166   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17167   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17168   include:
17169     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17170     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17171     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17172     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17173   layout:
17174     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17175     layout: "plot-throughput"
17176
17177 - type: "plot"
17178   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17179   algorithm: "plot_perf_box_name"
17180   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17181   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17182   include:
17183     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17184     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17185     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17186     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17187   layout:
17188     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17189     layout: "plot-throughput"
17190
17191 - type: "plot"
17192   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17193   algorithm: "plot_perf_box_name"
17194   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17195   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17196   include:
17197     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17198     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17199     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17200     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17201     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17202     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17203   layout:
17204     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17205     layout: "plot-throughput"
17206
17207 - type: "plot"
17208   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17209   algorithm: "plot_perf_box_name"
17210   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17211   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17212   include:
17213     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17214     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17215     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17216     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17217     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17218   layout:
17219     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17220     layout: "plot-throughput"
17221
17222 - type: "plot"
17223   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17224   algorithm: "plot_perf_box_name"
17225   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17226   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17227   include:
17228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17232   layout:
17233     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17234     layout: "plot-throughput"
17235
17236 - type: "plot"
17237   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17238   algorithm: "plot_perf_box_name"
17239   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17240   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17241   include:
17242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17246   layout:
17247     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17248     layout: "plot-throughput"
17249
17250 - type: "plot"
17251   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17252   algorithm: "plot_perf_box_name"
17253   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17254   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17255   include:
17256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17259   layout:
17260     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17261     layout: "plot-throughput"
17262
17263 - type: "plot"
17264   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17265   algorithm: "plot_perf_box_name"
17266   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17267   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17268   include:
17269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17272   layout:
17273     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17274     layout: "plot-throughput"
17275
17276 - type: "plot"
17277   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17278   algorithm: "plot_perf_box_name"
17279   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17280   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17281   include:
17282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17283     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17287   layout:
17288     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17289     layout: "plot-throughput"
17290
17291 - type: "plot"
17292   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17293   algorithm: "plot_perf_box_name"
17294   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17295   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17296   include:
17297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17302   layout:
17303     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17304     layout: "plot-throughput"
17305
17306 - type: "plot"
17307   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17308   algorithm: "plot_perf_box_name"
17309   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17310   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17311   include:
17312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17315   layout:
17316     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17317     layout: "plot-throughput"
17318
17319 - type: "plot"
17320   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17321   algorithm: "plot_perf_box_name"
17322   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17323   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17324   include:
17325     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17326     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17327     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17328   layout:
17329     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17330     layout: "plot-throughput"
17331
17332 - type: "plot"
17333   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17334   algorithm: "plot_perf_box_name"
17335   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17336   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17337   include:
17338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17341     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17342     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17343     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17344   layout:
17345     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17346     layout: "plot-throughput"
17347
17348 - type: "plot"
17349   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17350   algorithm: "plot_perf_box_name"
17351   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17352   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17353   include:
17354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17357     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17358     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17359     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17360   layout:
17361     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17362     layout: "plot-throughput"
17363
17364 - type: "plot"
17365   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17366   algorithm: "plot_perf_box_name"
17367   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17368   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17369   include:
17370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17371     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17372     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17373     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17374     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17375     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17376   layout:
17377     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17378     layout: "plot-throughput"
17379
17380 - type: "plot"
17381   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17382   algorithm: "plot_perf_box_name"
17383   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17384   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17385   include:
17386     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17387     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17388     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17389     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17390     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17391     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17392   layout:
17393     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17394     layout: "plot-throughput"
17395
17396 - type: "plot"
17397   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17398   algorithm: "plot_perf_box_name"
17399   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17400   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17401   include:
17402     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17403     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17404   layout:
17405     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17406     layout: "plot-throughput"
17407
17408 - type: "plot"
17409   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17410   algorithm: "plot_perf_box_name"
17411   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17412   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17413   include:
17414     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17415     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17416   layout:
17417     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17418     layout: "plot-throughput"
17419
17420 - type: "plot"
17421   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17422   algorithm: "plot_perf_box_name"
17423   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17424   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17425   include:
17426     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17427     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17428     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17429     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17430     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17431     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17432   layout:
17433     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17434     layout: "plot-throughput"
17435
17436 - type: "plot"
17437   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17438   algorithm: "plot_perf_box_name"
17439   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17440   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17441   include:
17442     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17443     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17444     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17445     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17446     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17447     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17448   layout:
17449     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17450     layout: "plot-throughput"
17451
17452 - type: "plot"
17453   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17454   algorithm: "plot_perf_box_name"
17455   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17456   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17457   include:
17458     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17459     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17460     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17461     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17462     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17463     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17464   layout:
17465     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17466     layout: "plot-throughput"
17467
17468 - type: "plot"
17469   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17470   algorithm: "plot_perf_box_name"
17471   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17472   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17473   include:
17474     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17475     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17476     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17477     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17478     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17479     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17480   layout:
17481     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17482     layout: "plot-throughput"
17483
17484 - type: "plot"
17485   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17486   algorithm: "plot_perf_box_name"
17487   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17488   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17489   include:
17490     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17491     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17492     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17493     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17494     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17495     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17496   layout:
17497     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17498     layout: "plot-throughput"
17499
17500 - type: "plot"
17501   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17502   algorithm: "plot_perf_box_name"
17503   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17504   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17505   include:
17506     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17507     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17508     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17509     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17510     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17511     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17512   layout:
17513     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17514     layout: "plot-throughput"
17515
17516 - type: "plot"
17517   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17518   algorithm: "plot_perf_box_name"
17519   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17520   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17521   include:
17522     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17523     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17524     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17525     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17526     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17527   layout:
17528     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17529     layout: "plot-throughput"
17530
17531 - type: "plot"
17532   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17533   algorithm: "plot_perf_box_name"
17534   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17535   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17536   include:
17537     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17538     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17539     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17540     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17541     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17542   layout:
17543     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17544     layout: "plot-throughput"
17545
17546 - type: "plot"
17547   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17548   algorithm: "plot_perf_box_name"
17549   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17550   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17551   include:
17552     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17553     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17554     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17555     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17556     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17557   layout:
17558     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17559     layout: "plot-throughput"
17560
17561 - type: "plot"
17562   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17563   algorithm: "plot_perf_box_name"
17564   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17565   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17566   include:
17567     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17568     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17569     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17570     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17571     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17572   layout:
17573     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17574     layout: "plot-throughput"
17575
17576 - type: "plot"
17577   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17578   algorithm: "plot_perf_box_name"
17579   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17580   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17581   include:
17582     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17583     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17584     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17585     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17586     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17587   layout:
17588     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17589     layout: "plot-throughput"
17590
17591 - type: "plot"
17592   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17593   algorithm: "plot_perf_box_name"
17594   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17595   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17596   include:
17597     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17598     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17599     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17600     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17601     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17602   layout:
17603     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17604     layout: "plot-throughput"
17605
17606 - type: "plot"
17607   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17608   algorithm: "plot_perf_box_name"
17609   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17610   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17611   include:
17612     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17613     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17614     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17615     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17616     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17617   layout:
17618     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17619     layout: "plot-throughput"
17620
17621 - type: "plot"
17622   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17623   algorithm: "plot_perf_box_name"
17624   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17625   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17626   include:
17627     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17628     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17629     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17630     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17631     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17632   layout:
17633     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17634     layout: "plot-throughput"
17635
17636 - type: "plot"
17637   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17638   algorithm: "plot_perf_box_name"
17639   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17640   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17641   include:
17642     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17643     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17644     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17645     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17646     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17647   layout:
17648     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17649     layout: "plot-throughput"
17650
17651 - type: "plot"
17652   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17653   algorithm: "plot_perf_box_name"
17654   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17655   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17656   include:
17657     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17658     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17659     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17660     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17661     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17662   layout:
17663     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17664     layout: "plot-throughput"
17665
17666 - type: "plot"
17667   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17668   algorithm: "plot_perf_box_name"
17669   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17670   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17671   include:
17672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17674     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17675     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17676     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17677     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17678   layout:
17679     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17680     layout: "plot-throughput"
17681
17682 - type: "plot"
17683   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17684   algorithm: "plot_perf_box_name"
17685   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17686   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17687   include:
17688     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17689     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17690     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17691     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17692     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17693     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17694   layout:
17695     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17696     layout: "plot-throughput"
17697
17698 - type: "plot"
17699   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17700   algorithm: "plot_perf_box_name"
17701   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17702   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17703   include:
17704     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17705     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17706     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17707     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17708   layout:
17709     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17710     layout: "plot-throughput"
17711
17712 - type: "plot"
17713   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17714   algorithm: "plot_perf_box_name"
17715   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17716   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17717   include:
17718     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17719     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17720     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17721     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17722   layout:
17723     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17724     layout: "plot-throughput"
17725
17726 - type: "plot"
17727   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17728   algorithm: "plot_perf_box_name"
17729   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17730   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17731   include:
17732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17734     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17735     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17736     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17737     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17738   layout:
17739     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17740     layout: "plot-throughput"
17741
17742 - type: "plot"
17743   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17744   algorithm: "plot_perf_box_name"
17745   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17746   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17747   include:
17748     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17749     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17750     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17751     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17752     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17753     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17754   layout:
17755     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17756     layout: "plot-throughput"
17757
17758 - type: "plot"
17759   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17760   algorithm: "plot_perf_box_name"
17761   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17762   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17763   include:
17764     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17765     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17766     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17767     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17768   layout:
17769     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17770     layout: "plot-throughput"
17771
17772 - type: "plot"
17773   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17774   algorithm: "plot_perf_box_name"
17775   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17776   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17777   include:
17778     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17779     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17780     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17781     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17782   layout:
17783     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17784     layout: "plot-throughput"
17785
17786 - type: "plot"
17787   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17788   algorithm: "plot_perf_box_name"
17789   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17790   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17791   include:
17792     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17793     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17794     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17795     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17796     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17797     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17798   layout:
17799     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17800     layout: "plot-throughput"
17801
17802 - type: "plot"
17803   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17804   algorithm: "plot_perf_box_name"
17805   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17806   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17807   include:
17808     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17809     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17810     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17811     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17812     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17813     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17814   layout:
17815     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17816     layout: "plot-throughput"
17817
17818 - type: "plot"
17819   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17820   algorithm: "plot_perf_box_name"
17821   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17822   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17823   include:
17824     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17825     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17826     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17827     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17828   layout:
17829     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17830     layout: "plot-throughput"
17831
17832 - type: "plot"
17833   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17834   algorithm: "plot_perf_box_name"
17835   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17836   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17837   include:
17838     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17839     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17840     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17841     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17842   layout:
17843     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17844     layout: "plot-throughput"
17845
17846 - type: "plot"
17847   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17848   algorithm: "plot_perf_box_name"
17849   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17850   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17851   include:
17852     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17853     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17854     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17855     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17856     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17857   layout:
17858     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17859     layout: "plot-throughput"
17860
17861 - type: "plot"
17862   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17863   algorithm: "plot_perf_box_name"
17864   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17865   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17866   include:
17867     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17868     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17869     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17870     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17871     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17872   layout:
17873     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17874     layout: "plot-throughput"
17875
17876 - type: "plot"
17877   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17878   algorithm: "plot_perf_box_name"
17879   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17880   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17881   include:
17882     - "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"
17883     - "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"
17884     - "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"
17885     - "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"
17886     - "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"
17887   layout:
17888     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17889     layout: "plot-throughput"
17890
17891 - type: "plot"
17892   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17893   algorithm: "plot_perf_box_name"
17894   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17895   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17896   include:
17897     - "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"
17898     - "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"
17899     - "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"
17900     - "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"
17901     - "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"
17902   layout:
17903     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17904     layout: "plot-throughput"
17905
17906 - type: "plot"
17907   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17908   algorithm: "plot_perf_box_name"
17909   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17910   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17911   include:
17912     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17913     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17914     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17915     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17916     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17917   layout:
17918     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17919     layout: "plot-throughput"
17920
17921 - type: "plot"
17922   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17923   algorithm: "plot_perf_box_name"
17924   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17925   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17926   include:
17927     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17928     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17929     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17930     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17931     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17932   layout:
17933     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17934     layout: "plot-throughput"
17935
17936 - type: "plot"
17937   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17938   algorithm: "plot_perf_box_name"
17939   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17940   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17941   include:
17942     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17943     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17944     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17945     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17946     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17947   layout:
17948     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17949     layout: "plot-throughput"
17950
17951 - type: "plot"
17952   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17953   algorithm: "plot_perf_box_name"
17954   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17955   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17956   include:
17957     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17958     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17959     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17960     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17961     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17962   layout:
17963     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17964     layout: "plot-throughput"
17965
17966 - type: "plot"
17967   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17968   algorithm: "plot_perf_box_name"
17969   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17970   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17971   include:
17972     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17973     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17974     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17975     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17976   layout:
17977     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17978     layout: "plot-throughput"
17979
17980 - type: "plot"
17981   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17982   algorithm: "plot_perf_box_name"
17983   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17984   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17985   include:
17986     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17987     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17989     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17990   layout:
17991     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17992     layout: "plot-throughput"
17993
17994 - type: "plot"
17995   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17996   algorithm: "plot_perf_box_name"
17997   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17998   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17999   include:
18000     - "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"
18001     - "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"
18002     - "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"
18003     - "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"
18004   layout:
18005     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18006     layout: "plot-throughput"
18007
18008 - type: "plot"
18009   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18010   algorithm: "plot_perf_box_name"
18011   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18012   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18013   include:
18014     - "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"
18015     - "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"
18016     - "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"
18017     - "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"
18018   layout:
18019     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18020     layout: "plot-throughput"
18021
18022 - type: "plot"
18023   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18024   algorithm: "plot_perf_box_name"
18025   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18026   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18027   include:
18028     - "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"
18029     - "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"
18030     - "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"
18031     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18032     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18033     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18034   layout:
18035     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18036     layout: "plot-throughput"
18037
18038 - type: "plot"
18039   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18040   algorithm: "plot_perf_box_name"
18041   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18042   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18043   include:
18044     - "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"
18045     - "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"
18046     - "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"
18047     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18048     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18049     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18050   layout:
18051     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18052     layout: "plot-throughput"
18053
18054 ################################################################################
18055
18056 # Packet Speedup
18057
18058 - type: "plot"
18059   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18060   algorithm: "plot_tsa_name"
18061   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18062   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18063   include:
18064     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18065     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18066     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18067     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18068   layout:
18069     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18070     layout: "plot-throughput-speedup-analysis"
18071
18072 - type: "plot"
18073   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18074   algorithm: "plot_tsa_name"
18075   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18076   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18077   include:
18078     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18079     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18080     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18081     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18082   layout:
18083     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18084     layout: "plot-throughput-speedup-analysis"
18085
18086 - type: "plot"
18087   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18088   algorithm: "plot_tsa_name"
18089   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18090   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18091   include:
18092     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18093     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18094     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18095     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18096   layout:
18097     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18098     layout: "plot-throughput-speedup-analysis"
18099
18100 - type: "plot"
18101   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18102   algorithm: "plot_tsa_name"
18103   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18104   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18105   include:
18106     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18107     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18108     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18109     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18110   layout:
18111     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18112     layout: "plot-throughput-speedup-analysis"
18113
18114 - type: "plot"
18115   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18116   algorithm: "plot_tsa_name"
18117   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18118   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18119   include:
18120     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18121     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18122     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18123     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18124   layout:
18125     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18126     layout: "plot-throughput-speedup-analysis"
18127
18128 - type: "plot"
18129   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18130   algorithm: "plot_tsa_name"
18131   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18132   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18133   include:
18134     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18135     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18136     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18137     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18138   layout:
18139     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18140     layout: "plot-throughput-speedup-analysis"
18141
18142 - type: "plot"
18143   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18144   algorithm: "plot_tsa_name"
18145   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18146   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18147   include:
18148     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18149     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18150     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18151     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18152     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18153     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18154   layout:
18155     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18156     layout: "plot-throughput-speedup-analysis"
18157
18158 - type: "plot"
18159   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18160   algorithm: "plot_tsa_name"
18161   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18162   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18163   include:
18164     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18165     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18166     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18167     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18168     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18169     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18170   layout:
18171     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18172     layout: "plot-throughput-speedup-analysis"
18173
18174 - type: "plot"
18175   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18176   algorithm: "plot_tsa_name"
18177   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18178   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18179   include:
18180     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18181     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18182     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18183     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18184   layout:
18185     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18186     layout: "plot-throughput-speedup-analysis"
18187
18188 - type: "plot"
18189   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18190   algorithm: "plot_tsa_name"
18191   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18192   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18193   include:
18194     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18195     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18196     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18197     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18198   layout:
18199     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18200     layout: "plot-throughput-speedup-analysis"
18201
18202 - type: "plot"
18203   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18204   algorithm: "plot_tsa_name"
18205   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18206   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18207   include:
18208     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18209     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18210     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18211   layout:
18212     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18213     layout: "plot-throughput-speedup-analysis"
18214
18215 - type: "plot"
18216   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18217   algorithm: "plot_tsa_name"
18218   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18219   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18220   include:
18221     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18222     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18223     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18224   layout:
18225     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18226     layout: "plot-throughput-speedup-analysis"
18227
18228 - type: "plot"
18229   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18230   algorithm: "plot_tsa_name"
18231   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18232   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18233   include:
18234     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18235     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18236     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18237     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18239   layout:
18240     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18241     layout: "plot-throughput-speedup-analysis"
18242
18243 - type: "plot"
18244   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18245   algorithm: "plot_tsa_name"
18246   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18247   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18248   include:
18249     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18250     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18251     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18253     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18254   layout:
18255     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18256     layout: "plot-throughput-speedup-analysis"
18257
18258 - type: "plot"
18259   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18260   algorithm: "plot_tsa_name"
18261   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18262   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18263   include:
18264     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18267   layout:
18268     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18269     layout: "plot-throughput-speedup-analysis"
18270
18271 - type: "plot"
18272   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18273   algorithm: "plot_tsa_name"
18274   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18275   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18276   include:
18277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18280   layout:
18281     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18282     layout: "plot-throughput-speedup-analysis"
18283
18284 - type: "plot"
18285   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18286   algorithm: "plot_tsa_name"
18287   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18288   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18289   include:
18290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18296   layout:
18297     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18298     layout: "plot-throughput-speedup-analysis"
18299
18300 - type: "plot"
18301   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18302   algorithm: "plot_tsa_name"
18303   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18304   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18305   include:
18306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18309     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18312   layout:
18313     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18314     layout: "plot-throughput-speedup-analysis"
18315
18316 - type: "plot"
18317   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18318   algorithm: "plot_tsa_name"
18319   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18320   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18321   include:
18322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18325     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18326     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18327     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18328   layout:
18329     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18330     layout: "plot-throughput-speedup-analysis"
18331
18332 - type: "plot"
18333   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18334   algorithm: "plot_tsa_name"
18335   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18336   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18337   include:
18338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18341     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18342     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18343     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18344   layout:
18345     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18346     layout: "plot-throughput-speedup-analysis"
18347
18348 - type: "plot"
18349   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18350   algorithm: "plot_tsa_name"
18351   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18352   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18353   include:
18354     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18355     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18356   layout:
18357     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18358     layout: "plot-throughput-speedup-analysis"
18359
18360 - type: "plot"
18361   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18362   algorithm: "plot_tsa_name"
18363   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18364   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18365   include:
18366     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18367     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18368   layout:
18369     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18370     layout: "plot-throughput-speedup-analysis"
18371
18372 - type: "plot"
18373   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18374   algorithm: "plot_tsa_name"
18375   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18376   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18377   include:
18378     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18379     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18380     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18381     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18382     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18383     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18384   layout:
18385     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18386     layout: "plot-throughput-speedup-analysis"
18387
18388 - type: "plot"
18389   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18390   algorithm: "plot_tsa_name"
18391   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18392   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18393   include:
18394     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18395     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18396     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18397     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18398     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18399     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18400   layout:
18401     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18402     layout: "plot-throughput-speedup-analysis"
18403
18404 - type: "plot"
18405   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18406   algorithm: "plot_tsa_name"
18407   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18408   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18409   include:
18410     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18411     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18412     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18413     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18414     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18415     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18416   layout:
18417     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18418     layout: "plot-throughput-speedup-analysis"
18419
18420 - type: "plot"
18421   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18422   algorithm: "plot_tsa_name"
18423   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18424   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18425   include:
18426     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18427     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18428     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18429     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18430     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18431     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18432   layout:
18433     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18434     layout: "plot-throughput-speedup-analysis"
18435
18436 - type: "plot"
18437   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18438   algorithm: "plot_tsa_name"
18439   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18440   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18441   include:
18442     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18443     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18444     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18445     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18446     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18447     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18448   layout:
18449     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18450     layout: "plot-throughput-speedup-analysis"
18451
18452 - type: "plot"
18453   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18454   algorithm: "plot_tsa_name"
18455   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18456   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18457   include:
18458     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18459     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18460     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18461     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18462     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18463     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18464   layout:
18465     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18466     layout: "plot-throughput-speedup-analysis"
18467
18468 - type: "plot"
18469   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18470   algorithm: "plot_tsa_name"
18471   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18472   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18473   include:
18474     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18475     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18476     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18477     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18478     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18479   layout:
18480     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18481     layout: "plot-throughput-speedup-analysis"
18482
18483 - type: "plot"
18484   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18485   algorithm: "plot_tsa_name"
18486   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18487   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18488   include:
18489     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18490     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18491     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18492     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18493     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18494   layout:
18495     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18496     layout: "plot-throughput-speedup-analysis"
18497
18498 - type: "plot"
18499   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18500   algorithm: "plot_tsa_name"
18501   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18502   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18503   include:
18504     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18505     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18506     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18507     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18508     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18509   layout:
18510     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18511     layout: "plot-throughput-speedup-analysis"
18512
18513 - type: "plot"
18514   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18515   algorithm: "plot_tsa_name"
18516   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18517   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18518   include:
18519     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18520     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18521     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18522     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18523     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18524   layout:
18525     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18526     layout: "plot-throughput-speedup-analysis"
18527
18528 - type: "plot"
18529   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18530   algorithm: "plot_tsa_name"
18531   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18532   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18533   include:
18534     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18535     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18536     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18537     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18538     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18539   layout:
18540     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18541     layout: "plot-throughput-speedup-analysis"
18542
18543 - type: "plot"
18544   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18545   algorithm: "plot_tsa_name"
18546   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18547   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18548   include:
18549     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18550     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18551     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18552     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18553     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18554   layout:
18555     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18556     layout: "plot-throughput-speedup-analysis"
18557
18558 - type: "plot"
18559   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18560   algorithm: "plot_tsa_name"
18561   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18562   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18563   include:
18564     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18565     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18566     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18567     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18568     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18569   layout:
18570     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18571     layout: "plot-throughput-speedup-analysis"
18572
18573 - type: "plot"
18574   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18575   algorithm: "plot_tsa_name"
18576   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18577   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18578   include:
18579     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18580     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18581     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18582     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18583     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18584   layout:
18585     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18586     layout: "plot-throughput-speedup-analysis"
18587
18588 - type: "plot"
18589   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18590   algorithm: "plot_tsa_name"
18591   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18592   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18593   include:
18594     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18595     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18596     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18597     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18598     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18599   layout:
18600     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18601     layout: "plot-throughput-speedup-analysis"
18602
18603 - type: "plot"
18604   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18605   algorithm: "plot_tsa_name"
18606   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18607   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18608   include:
18609     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18610     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18611     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18612     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18613     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18614   layout:
18615     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18616     layout: "plot-throughput-speedup-analysis"
18617
18618 - type: "plot"
18619   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18620   algorithm: "plot_tsa_name"
18621   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18622   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18623   include:
18624     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18625     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18626     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18627     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18628     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18629     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18630   layout:
18631     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18632     layout: "plot-throughput-speedup-analysis"
18633
18634 - type: "plot"
18635   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18636   algorithm: "plot_tsa_name"
18637   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18638   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18639   include:
18640     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18641     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18642     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18643     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18644     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18645     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18646   layout:
18647     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18648     layout: "plot-throughput-speedup-analysis"
18649
18650 - type: "plot"
18651   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18652   algorithm: "plot_tsa_name"
18653   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18654   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18655   include:
18656     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18657     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18658     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18659     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18660   layout:
18661     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18662     layout: "plot-throughput-speedup-analysis"
18663
18664 - type: "plot"
18665   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18666   algorithm: "plot_tsa_name"
18667   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18668   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18669   include:
18670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18674   layout:
18675     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18676     layout: "plot-throughput-speedup-analysis"
18677
18678 - type: "plot"
18679   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18680   algorithm: "plot_tsa_name"
18681   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18682   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18683   include:
18684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18685     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18686     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18688     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18689     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18690   layout:
18691     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18692     layout: "plot-throughput-speedup-analysis"
18693
18694 - type: "plot"
18695   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18696   algorithm: "plot_tsa_name"
18697   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18698   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18699   include:
18700     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18701     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18702     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18704     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18705     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18706   layout:
18707     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18708     layout: "plot-throughput-speedup-analysis"
18709
18710 - type: "plot"
18711   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18712   algorithm: "plot_tsa_name"
18713   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18714   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18715   include:
18716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18718     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18719     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18720   layout:
18721     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18722     layout: "plot-throughput-speedup-analysis"
18723
18724 - type: "plot"
18725   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18726   algorithm: "plot_tsa_name"
18727   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18728   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18729   include:
18730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18734   layout:
18735     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18736     layout: "plot-throughput-speedup-analysis"
18737
18738 - type: "plot"
18739   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18740   algorithm: "plot_tsa_name"
18741   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18742   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18743   include:
18744     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18745     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18746     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18747     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18748     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18749     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18750   layout:
18751     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18752     layout: "plot-throughput-speedup-analysis"
18753
18754 - type: "plot"
18755   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18756   algorithm: "plot_tsa_name"
18757   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18758   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18759   include:
18760     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18761     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18762     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18763     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18764     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18765     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18766   layout:
18767     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18768     layout: "plot-throughput-speedup-analysis"
18769
18770 - type: "plot"
18771   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18772   algorithm: "plot_tsa_name"
18773   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18774   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18775   include:
18776     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18777     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18778     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18779     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18780   layout:
18781     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18782     layout: "plot-throughput-speedup-analysis"
18783
18784 - type: "plot"
18785   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18786   algorithm: "plot_tsa_name"
18787   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18788   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18789   include:
18790     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18791     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18792     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18793     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18794   layout:
18795     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18796     layout: "plot-throughput-speedup-analysis"
18797
18798 - type: "plot"
18799   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18800   algorithm: "plot_tsa_name"
18801   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18802   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18803   include:
18804     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18805     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18806     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18807     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18808     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18809   layout:
18810     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18811     layout: "plot-throughput-speedup-analysis"
18812
18813 - type: "plot"
18814   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18815   algorithm: "plot_tsa_name"
18816   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18817   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18818   include:
18819     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18820     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18821     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18822     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18823     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18824   layout:
18825     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18826     layout: "plot-throughput-speedup-analysis"
18827
18828 - type: "plot"
18829   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18830   algorithm: "plot_tsa_name"
18831   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18832   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18833   include:
18834     - "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"
18835     - "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"
18836     - "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"
18837     - "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"
18838     - "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"
18839   layout:
18840     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18841     layout: "plot-throughput-speedup-analysis"
18842
18843 - type: "plot"
18844   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18845   algorithm: "plot_tsa_name"
18846   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18847   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18848   include:
18849     - "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"
18850     - "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"
18851     - "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"
18852     - "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"
18853     - "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"
18854   layout:
18855     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18856     layout: "plot-throughput-speedup-analysis"
18857
18858 - type: "plot"
18859   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18860   algorithm: "plot_tsa_name"
18861   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18862   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18863   include:
18864     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18865     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18866     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18867     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18868     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18869   layout:
18870     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18871     layout: "plot-throughput-speedup-analysis"
18872
18873 - type: "plot"
18874   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18875   algorithm: "plot_tsa_name"
18876   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18877   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18878   include:
18879     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18880     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18881     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18882     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18883     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18884   layout:
18885     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18886     layout: "plot-throughput-speedup-analysis"
18887
18888 - type: "plot"
18889   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18890   algorithm: "plot_tsa_name"
18891   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18892   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18893   include:
18894     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18895     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18896     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18897     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18898     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18899   layout:
18900     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18901     layout: "plot-throughput-speedup-analysis"
18902
18903 - type: "plot"
18904   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18905   algorithm: "plot_tsa_name"
18906   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18907   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18908   include:
18909     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18910     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18911     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18912     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18913     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18914   layout:
18915     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18916     layout: "plot-throughput-speedup-analysis"
18917
18918 - type: "plot"
18919   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18920   algorithm: "plot_tsa_name"
18921   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18922   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18923   include:
18924     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18925     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18926     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18927     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18928   layout:
18929     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18930     layout: "plot-throughput-speedup-analysis"
18931
18932 - type: "plot"
18933   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18934   algorithm: "plot_tsa_name"
18935   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18936   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18937   include:
18938     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18939     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18940     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18941     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18942   layout:
18943     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18944     layout: "plot-throughput-speedup-analysis"
18945
18946 - type: "plot"
18947   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18948   algorithm: "plot_tsa_name"
18949   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18950   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18951   include:
18952     - "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"
18953     - "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"
18954     - "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"
18955     - "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"
18956   layout:
18957     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18958     layout: "plot-throughput-speedup-analysis"
18959
18960 - type: "plot"
18961   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18962   algorithm: "plot_tsa_name"
18963   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18964   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18965   include:
18966     - "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"
18967     - "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"
18968     - "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"
18969     - "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"
18970   layout:
18971     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
18972     layout: "plot-throughput-speedup-analysis"
18973
18974 - type: "plot"
18975   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18976   algorithm: "plot_tsa_name"
18977   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18978   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18979   include:
18980     - "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"
18981     - "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"
18982     - "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"
18983     - "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"
18984     - "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"
18985     - "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"
18986   layout:
18987     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18988     layout: "plot-throughput-speedup-analysis"
18989
18990 - type: "plot"
18991   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18992   algorithm: "plot_tsa_name"
18993   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18994   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18995   include:
18996     - "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"
18997     - "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"
18998     - "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"
18999     - "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"
19000     - "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"
19001     - "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"
19002   layout:
19003     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19004     layout: "plot-throughput-speedup-analysis"
19005
19006 ################################################################################
19007
19008 # Packet Throughput - DPDK
19009
19010 # 2n-clx-xxv710
19011
19012 - type: "plot"
19013   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19014   algorithm: "plot_perf_box_name"
19015   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19016   data: "plot-dpdk-throughput-latency-2n-clx"
19017   include:
19018     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19019     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19020   layout:
19021     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19022     layout: "plot-throughput"
19023
19024 - type: "plot"
19025   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19026   algorithm: "plot_perf_box_name"
19027   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19028   data: "plot-dpdk-throughput-latency-2n-clx"
19029   include:
19030     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19031     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19032   layout:
19033     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19034     layout: "plot-throughput"
19035
19036 - type: "plot"
19037   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19038   algorithm: "plot_perf_box_name"
19039   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19040   data: "plot-dpdk-throughput-latency-2n-clx"
19041   include:
19042     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19043     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19044   layout:
19045     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19046     layout: "plot-throughput"
19047
19048 - type: "plot"
19049   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19050   algorithm: "plot_perf_box_name"
19051   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19052   data: "plot-dpdk-throughput-latency-2n-clx"
19053   include:
19054     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19055     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19056   layout:
19057     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19058     layout: "plot-throughput"
19059
19060 # 2n-clx-x710
19061
19062 - type: "plot"
19063   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19064   algorithm: "plot_perf_box_name"
19065   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19066   data: "plot-dpdk-throughput-latency-2n-clx"
19067   include:
19068     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19069     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19070   layout:
19071     title: "2n-clx-x710-64b-2t1c-base-ndr"
19072     layout: "plot-throughput"
19073
19074 - type: "plot"
19075   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19076   algorithm: "plot_perf_box_name"
19077   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19078   data: "plot-dpdk-throughput-latency-2n-clx"
19079   include:
19080     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19081     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19082   layout:
19083     title: "2n-clx-x710-64b-4t2c-base-ndr"
19084     layout: "plot-throughput"
19085
19086 - type: "plot"
19087   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19088   algorithm: "plot_perf_box_name"
19089   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19090   data: "plot-dpdk-throughput-latency-2n-clx"
19091   include:
19092     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19093     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19094   layout:
19095     title: "2n-clx-x710-64b-2t1c-base-pdr"
19096     layout: "plot-throughput"
19097
19098 - type: "plot"
19099   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19100   algorithm: "plot_perf_box_name"
19101   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19102   data: "plot-dpdk-throughput-latency-2n-clx"
19103   include:
19104     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19105     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19106   layout:
19107     title: "2n-clx-x710-64b-4t2c-base-pdr"
19108     layout: "plot-throughput"
19109
19110 ################################################################################
19111
19112 - type: "plot"
19113   title: "Latency by percentile: 2n-skx"
19114   algorithm: "plot_hdrh_lat_by_percentile"
19115   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19116   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19117   target-links: "../../_static/vpp"
19118   data: "plot-vpp-hdrh-lat-2n-skx"
19119   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19120   layout:
19121     layout: "plot-hdrh-latency-by-percentile"
19122
19123 - type: "plot"
19124   title: "Latency by percentile: 3n-skx"
19125   algorithm: "plot_hdrh_lat_by_percentile"
19126   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19127   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19128   target-links: "../../_static/vpp"
19129   data: "plot-vpp-hdrh-lat-3n-skx"
19130   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19131   layout:
19132     layout: "plot-hdrh-latency-by-percentile"
19133
19134 - type: "plot"
19135   title: "Latency by percentile: 2n-clx"
19136   algorithm: "plot_hdrh_lat_by_percentile"
19137   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19138   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19139   target-links: "../../_static/vpp"
19140   data: "plot-vpp-hdrh-lat-2n-clx"
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-hsw"
19147   algorithm: "plot_hdrh_lat_by_percentile"
19148   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19149   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19150   target-links: "../../_static/vpp"
19151   data: "plot-vpp-hdrh-lat-3n-hsw"
19152   filter: "'1T1C' and 'NIC_Intel-XL710'"
19153   layout:
19154     layout: "plot-hdrh-latency-by-percentile"
19155
19156 - type: "plot"
19157   title: "Latency by percentile: 3n-tsh"
19158   algorithm: "plot_hdrh_lat_by_percentile"
19159   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19160   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19161   target-links: "../../_static/vpp"
19162   data: "plot-vpp-hdrh-lat-3n-tsh"
19163   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19164   layout:
19165     layout: "plot-hdrh-latency-by-percentile"
19166
19167 - type: "plot"
19168   title: "Latency by percentile: DPDK 2n-skx"
19169   algorithm: "plot_hdrh_lat_by_percentile"
19170   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19171   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19172   target-links: "../../_static/dpdk"
19173   data: "plot-dpdk-hdrh-lat-2n-skx"
19174   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19175   layout:
19176     layout: "plot-hdrh-latency-by-percentile"
19177
19178 - type: "plot"
19179   title: "Latency by percentile: DPDK 3n-skx"
19180   algorithm: "plot_hdrh_lat_by_percentile"
19181   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19182   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19183   target-links: "../../_static/dpdk"
19184   data: "plot-dpdk-hdrh-lat-3n-skx"
19185   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19186   layout:
19187     layout: "plot-hdrh-latency-by-percentile"
19188
19189 - type: "plot"
19190   title: "Latency by percentile: DPDK 2n-clx"
19191   algorithm: "plot_hdrh_lat_by_percentile"
19192   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19193   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19194   target-links: "../../_static/dpdk"
19195   data: "plot-dpdk-hdrh-lat-2n-clx"
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-hsw"
19202   algorithm: "plot_hdrh_lat_by_percentile"
19203   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19204   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19205   target-links: "../../_static/dpdk"
19206   data: "plot-dpdk-hdrh-lat-3n-hsw"
19207   filter: "'1T1C' and 'NIC_Intel-XL710'"
19208   layout:
19209     layout: "plot-hdrh-latency-by-percentile"
19210
19211 - type: "plot"
19212   title: "Latency by percentile: DPDK 3n-tsh"
19213   algorithm: "plot_hdrh_lat_by_percentile"
19214   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19215   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19216   target-links: "../../_static/dpdk"
19217   data: "plot-dpdk-hdrh-lat-3n-tsh"
19218   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19219   layout:
19220     layout: "plot-hdrh-latency-by-percentile"