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: Replace:
304       # csit-vpp-perf-report-iterative-2005-2n-skx:
305       csit-vpp-perf-verify-2001-2n-skx:
306         - 143  # NDRPDR sel - new2001.0
307
308     plot-vpp-hdrh-lat-2n-skx:
309       # TODO: Replace:
310       # csit-vpp-perf-report-iterative-2005-2n-skx:
311       csit-vpp-perf-verify-2001-2n-skx:
312         - 153  # NDRPDR sel - new2001.0
313
314     plot-vpp-soak-2n-skx:
315       # TODO: Replace:
316       # csit-vpp-perf-report-iterative-2005-2n-skx:
317       csit-vpp-perf-verify-2001-2n-skx:
318         - 181  # Soak
319         - 182  # Soak
320
321     plot-vpp-nfv-2n-skx-ndrpdr:
322       # TODO: Replace:
323       # csit-vpp-perf-report-iterative-2005-2n-skx:
324       csit-vpp-perf-verify-2001-2n-skx:
325         - 30  # NFV
326         - 31  # NFV
327
328     plot-vpp-nfv-2n-skx-mrr:
329       # TODO: Replace:
330       # csit-vpp-perf-report-iterative-2005-2n-skx:
331       csit-vpp-perf-verify-1908-2n-skx:
332         - 71  # NFV MRR
333
334     plot-vpp-nfv-reconf-2n-skx:
335       # TODO: Replace:
336       # csit-vpp-perf-report-iterative-2005-2n-skx:
337       csit-vpp-perf-verify-2001-2n-skx:
338         - 169  # Reconf
339
340     plot-dpdk-throughput-latency-2n-skx:
341       csit-dpdk-perf-report-iterative-2005-2n-skx:
342         - 1   # NDRPDR sel
343         - 2   # NDRPDR sel
344         - 3   # NDRPDR sel
345         - 4   # NDRPDR sel
346         - 5   # NDRPDR sel
347         - 6   # NDRPDR sel
348         - 7   # NDRPDR sel
349         - 8   # NDRPDR sel
350         - 9   # NDRPDR sel
351         - 10  # NDRPDR sel
352
353     plot-dpdk-hdrh-lat-2n-skx:
354       csit-dpdk-perf-report-iterative-2005-2n-skx:
355         - 1   # NDRPDR sel
356
357     # 2n-clx
358
359     plot-vpp-throughput-lat-tsa-2n-clx:
360       # TODO: Add data:
361       csit-vpp-perf-report-iterative-2005-2n-clx:
362         - 7   # NDRPDR sel
363         - 9   # NDRPDR sel
364
365     plot-vpp-hdrh-lat-2n-clx:
366       # TODO: Add data:
367       csit-vpp-perf-report-iterative-2005-2n-clx:
368         - 9   # NDRPDR sel
369
370 #    plot-vpp-http-server-performance:
371 #      # TODO: Replace:
372 #      # csit-vpp-perf-report-iterative-2005-2n-clx:
373 #      csit-vpp-perf-verify-2001-2n-clx:
374 #        - 80  # TCP
375
376     plot-vpp-nfv-2n-clx-ndrpdr:
377       # TODO: Add data:
378       csit-vpp-perf-report-iterative-2005-2n-clx:
379         - 7   # NDRPDR sel
380         - 9   # NDRPDR sel
381
382     plot-vpp-nfv-2n-clx-mrr:
383       # TODO: Replace:
384       # csit-vpp-perf-report-iterative-2005-2n-clx:
385       csit-vpp-perf-verify-2001-2n-clx:
386         - 39  # MRR
387
388     plot-vpp-nfv-reconf-2n-clx:
389       # TODO: Replace:
390       # csit-vpp-perf-report-iterative-2005-2n-clx:
391       csit-vpp-perf-verify-2001-2n-clx:
392         - 68  # Reconf
393
394     plot-vpp-soak-2n-clx:
395       # TODO: Replace:
396       # csit-vpp-perf-report-iterative-2005-2n-clx:
397       csit-vpp-perf-verify-2001-2n-clx:
398         - 93  # Soak
399         - 94  # Soak
400
401     plot-dpdk-throughput-latency-2n-clx:
402       csit-dpdk-perf-report-iterative-2005-2n-clx:
403         - 1   # NDRPDR sel
404         - 2   # NDRPDR sel
405         - 3   # NDRPDR sel
406         - 4   # NDRPDR sel
407         - 5   # NDRPDR sel
408         - 6   # NDRPDR sel
409         - 7   # NDRPDR sel
410         - 8   # NDRPDR sel
411         - 9   # NDRPDR sel
412         - 10  # NDRPDR sel
413
414     plot-dpdk-hdrh-lat-2n-clx:
415       csit-dpdk-perf-report-iterative-2005-2n-clx:
416         - 1   # NDRPDR sel
417
418     # 3n-tsh
419
420     plot-vpp-throughput-lat-tsa-3n-tsh:
421       # TODO: Replace:
422       # csit-vpp-perf-report-iterative-2005-3n-tsh:
423       csit-vpp-perf-verify-2001-3n-tsh:
424         - 3   # NDRPDR sel
425
426     plot-vpp-hdrh-lat-3n-tsh:
427       # TODO: Replace:
428       # csit-vpp-perf-report-iterative-2005-3n-tsh:
429       csit-vpp-perf-verify-2001-3n-tsh:
430         - 10  # NDRPDR sel
431
432     plot-dpdk-throughput-latency-3n-tsh:
433       # TODO: Add data:
434       csit-dpdk-perf-report-iterative-2005-3n-tsh:
435         - 5   # NDRPDR sel
436
437     plot-dpdk-hdrh-lat-3n-tsh:
438       # TODO: Replace with better results:
439       csit-dpdk-perf-report-iterative-2005-3n-tsh:
440         - 5   # NDRPDR sel
441
442     # 3n-dnv
443
444     plot-vpp-throughput-lat-tsa-3n-dnv:
445       csit-vpp-perf-report-iterative-2005-3n-dnv:
446         - 2   # NDRPDR sel
447         - 3   # NDRPDR sel
448         - 4   # NDRPDR sel
449         - 5   # NDRPDR sel
450         - 6   # NDRPDR sel
451         - 7   # NDRPDR sel
452         - 9   # NDRPDR sel
453         - 10  # NDRPDR sel
454         - 11  # NDRPDR sel
455         - 12  # NDRPDR sel
456
457     plot-dpdk-throughput-latency-3n-dnv:
458       csit-dpdk-perf-report-iterative-2005-3n-dnv:
459         - 6   # NDRPDR sel
460         - 7   # NDRPDR sel
461         - 8   # NDRPDR sel
462         - 9   # NDRPDR sel
463         - 10  # NDRPDR sel
464         - 11  # NDRPDR sel
465         - 12  # NDRPDR sel
466         - 13  # NDRPDR sel
467         - 14  # NDRPDR sel
468         - 16  # NDRPDR sel
469
470     # 2n-dnv
471
472     plot-vpp-throughput-lat-tsa-2n-dnv:
473       csit-vpp-perf-report-iterative-2005-2n-dnv:
474         - 3   # NDRPDR sel
475         - 6   # NDRPDR sel
476         - 7   # NDRPDR sel
477         - 8   # NDRPDR sel
478         - 9   # NDRPDR sel
479         - 10  # NDRPDR sel
480         - 11  # NDRPDR sel
481         - 12  # NDRPDR sel
482         - 13  # NDRPDR sel
483         - 14  # NDRPDR sel
484
485     plot-dpdk-throughput-latency-2n-dnv:
486       csit-dpdk-perf-report-iterative-2005-2n-dnv:
487         - 8   # NDRPDR sel
488         - 9   # NDRPDR sel
489         - 10  # NDRPDR sel
490         - 11  # NDRPDR sel
491         - 12  # NDRPDR sel
492         - 13  # NDRPDR sel
493         - 14  # NDRPDR sel
494         - 15  # NDRPDR sel
495         - 16  # NDRPDR sel
496         - 17  # NDRPDR sel
497
498     ###########################################################################
499     # Simple tables (only one data set):
500
501     # NIC Comparisons
502
503     vpp-nic-comparison-3n-skx:
504       # TODO: Add data:
505       csit-vpp-perf-report-iterative-2005-3n-skx:
506         - 4   # NDRPDR sel
507         - 5   # NDRPDR sel ??? all x710 failed
508
509     vpp-nic-comparison-2n-skx:
510       # TODO: Replace:
511       # csit-vpp-perf-report-iterative-2005-2n-skx:
512       csit-vpp-perf-verify-2001-2n-skx:
513         - 143  # NDRPDR sel - new2001.0
514
515     vpp-nic-comparison-3n-skx-mrr:
516       # TODO: Replace:
517       # csit-vpp-perf-report-iterative-2005-3n-skx:
518       csit-vpp-perf-verify-2001-3n-skx:
519         - 50  # MRR sel
520         - 53  # MRR sel addition
521
522     vpp-nic-comparison-2n-skx-mrr:
523       # TODO: Replace:
524       # csit-vpp-perf-report-iterative-2005-2n-skx:
525       csit-vpp-perf-verify-2001-2n-skx:
526         - 101 # MRR sel
527         - 128 # MRR sel addition
528
529     # Results
530
531     vpp-perf-results-3n-hsw:
532       csit-vpp-perf-report-coverage-2005-3n-hsw:
533         - 3   # perf-full-3n-hsw-crypto_III
534
535     vpp-perf-results-3n-skx:
536       # TODO: Replace:
537       csit-vpp-perf-report-iterative-2005-3n-skx:
538         - 4   # NDRPDR sel
539
540     vpp-perf-results-2n-skx:
541       # TODO: Replace:
542       # csit-vpp-perf-report-iterative-2005-2n-skx:
543       csit-vpp-perf-verify-2001-2n-skx:
544         - 143  # NDRPDR sel
545
546     vpp-perf-results-2n-clx:
547       # TODO: Add data:
548       csit-vpp-perf-report-iterative-2005-2n-clx:
549         - 9   # NDRPDR sel
550
551     vpp-perf-results-3n-tsh:
552       # TODO: Replace:
553       # csit-vpp-perf-report-iterative-2005-3n-tsh:
554       csit-vpp-perf-verify-2001-3n-tsh:
555         - 10  # NDRPDR sel
556
557     vpp-perf-results-3n-dnv:
558       # TODO: Replace by FULL:
559       csit-vpp-perf-report-iterative-2005-3n-dnv:
560         - 3   # NDRPDR sel
561
562     vpp-perf-results-2n-dnv:
563       csit-vpp-perf-report-coverage-2005-2n-dnv:
564         - 1   # perf-full-2n-dnv-ip4_I
565         - 2   # perf-full-2n-dnv-ip4_II
566         - 3   # perf-full-2n-dnv-ip6_I
567         - 4   # perf-full-2n-dnv-ip6_II
568         - 5   # perf-full-2n-dnv-l2_I
569         - 6   # perf-full-2n-dnv-l2_II
570
571     vpp-mrr-results-3n-hsw:
572       csit-vpp-perf-report-iterative-2005-3n-hsw:
573         - 13  # MRR
574
575     vpp-mrr-results-3n-skx:
576       # TODO: Replace:
577       # csit-vpp-perf-report-iterative-2005-3n-skx:
578       csit-vpp-perf-verify-2001-3n-skx:
579         - 50  # MRR sel
580         - 53  # MRR sel addition
581
582     vpp-mrr-results-2n-skx:
583       # TODO: Replace:
584       # csit-vpp-perf-report-iterative-2005-2n-skx:
585       csit-vpp-perf-verify-2001-2n-skx:
586         - 101 # MRR sel
587         - 128 # MRR sel addition
588
589     vpp-mrr-results-2n-clx:
590       # TODO: Replace:
591       # csit-vpp-perf-report-iterative-2005-2n-clx:
592       csit-vpp-perf-verify-2001-2n-clx:
593         - 39  # 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: Replace:
737       # csit-vpp-perf-report-iterative-2005-2n-skx:
738       csit-vpp-perf-verify-2001-2n-skx:
739         - 143  # NDRPDR sel - new2001.0
740         - 146  # NDRPDR sel - new2001.0
741         - 147  # NDRPDR sel - new2001.0
742         - 148  # NDRPDR sel - new2001.0
743         - 149  # NDRPDR sel - new2001.0
744         - 150  # NDRPDR sel - new2001.0
745         - 151  # NDRPDR sel - new2001.0
746         - 152  # NDRPDR sel - new2001.0
747         - 153  # NDRPDR sel - new2001.0
748         - 154  # NDRPDR sel - new2001.0
749
750     vpp-performance-changes-nfv-2n-skx-ref:
751       csit-vpp-perf-verify-2001-2n-skx:
752         - 30  # NFV
753         - 31  # NFV
754     vpp-performance-changes-nfv-2n-skx-cmp:
755       # TODO: Replace:
756       # csit-vpp-perf-report-iterative-2005-2n-skx:
757       csit-vpp-perf-verify-2001-2n-skx:
758         - 30  # NFV
759         - 31  # NFV
760
761     vpp-performance-changes-2n-clx-h1:
762       csit-vpp-perf-verify-1908_1-2n-clx:
763         - 5  # NDRPDR sel
764         - 6  # NDRPDR sel
765         - 7  # NDRPDR sel
766         - 8  # NDRPDR sel
767         - 9  # NDRPDR sel
768     vpp-performance-changes-2n-clx-ref:
769       csit-vpp-perf-verify-2001-2n-clx:
770         - 28  # NDRPDR sel
771         - 29  # NDRPDR sel
772         - 32  # NDRPDR sel
773         - 40  # NDRPDR sel
774         - 43  # NDRPDR sel
775         - 44  # NDRPDR sel
776         - 45  # NDRPDR sel
777         - 47  # NDRPDR sel
778         - 48  # NDRPDR sel
779         - 49  # NDRPDR sel
780     vpp-performance-changes-2n-clx-cmp:
781       # TODO: Add data:
782       csit-vpp-perf-report-iterative-2005-2n-clx:
783         - 7   # NDRPDR sel
784         - 9   # NDRPDR sel
785
786     vpp-performance-changes-2n-dnv-h1:
787       csit-vpp-perf-verify-1908-2n-dnv:
788         - 1   # NDRPDR sel
789         - 2   # NDRPDR sel
790         - 3   # NDRPDR sel
791         - 4   # NDRPDR sel
792         - 5   # NDRPDR sel
793         - 6   # NDRPDR sel
794         - 7   # NDRPDR sel
795         - 8   # NDRPDR sel
796         - 9   # NDRPDR sel
797         - 10  # NDRPDR sel
798     vpp-performance-changes-2n-dnv-ref:
799       csit-vpp-perf-verify-2001-2n-dnv:
800         - 4   # NDRPDR sel
801         - 5   # NDRPDR sel
802         - 6   # NDRPDR sel
803         - 7   # NDRPDR sel
804         - 8   # NDRPDR sel
805         - 9   # NDRPDR sel
806         - 10  # NDRPDR sel
807         - 11  # NDRPDR sel
808         - 13  # NDRPDR sel
809         - 16  # NDRPDR sel
810     vpp-performance-changes-2n-dnv-cmp:
811       csit-vpp-perf-report-iterative-2005-2n-dnv:
812         - 3   # NDRPDR sel
813         - 6   # NDRPDR sel
814         - 7   # NDRPDR sel
815         - 8   # NDRPDR sel
816         - 9   # NDRPDR sel
817         - 10  # NDRPDR sel
818         - 11  # NDRPDR sel
819         - 12  # NDRPDR sel
820         - 13  # NDRPDR sel
821         - 14  # NDRPDR sel
822
823     vpp-performance-changes-3n-dnv-h1:
824       csit-vpp-perf-verify-1908-3n-dnv:
825         - 6   # NDRPDR sel
826         - 7   # NDRPDR sel
827         - 8   # NDRPDR sel
828         - 9   # NDRPDR sel
829         - 10  # NDRPDR sel
830         - 12  # NDRPDR sel
831         - 13  # NDRPDR sel
832         - 14  # NDRPDR sel
833         - 15  # NDRPDR sel
834         - 16  # NDRPDR sel
835     vpp-performance-changes-3n-dnv-ref:
836       csit-vpp-perf-verify-2001-3n-dnv:
837         - 5   # NDRPDR sel
838         - 6   # NDRPDR sel
839         - 7   # NDRPDR sel
840         - 8   # NDRPDR sel
841         - 9   # NDRPDR sel
842         - 10  # NDRPDR sel
843         - 12  # NDRPDR sel
844         - 16  # NDRPDR sel
845         - 17  # NDRPDR sel
846         - 18  # NDRPDR sel
847     vpp-performance-changes-3n-dnv-cmp:
848       csit-vpp-perf-report-iterative-2005-3n-dnv:
849         - 2   # NDRPDR sel
850         - 3   # NDRPDR sel
851         - 4   # NDRPDR sel
852         - 5   # NDRPDR sel
853         - 6   # NDRPDR sel
854         - 7   # NDRPDR sel
855         - 9   # NDRPDR sel
856         - 10  # NDRPDR sel
857         - 11  # NDRPDR sel
858         - 12  # NDRPDR sel
859
860     vpp-performance-changes-3n-tsh-h1:
861       csit-vpp-perf-verify-1908-3n-tsh:
862         - 7   # NDRPDR sel
863         - 8   # NDRPDR sel
864         - 9   # NDRPDR sel
865         - 10  # NDRPDR sel
866         - 11  # NDRPDR sel
867         - 12  # NDRPDR sel
868         - 13  # NDRPDR sel
869         - 14  # NDRPDR sel
870         - 15  # NDRPDR sel
871         - 16  # NDRPDR sel
872     vpp-performance-changes-3n-tsh-ref:
873       csit-vpp-perf-verify-2001-3n-tsh:
874         - 3   # NDRPDR sel
875         - 4   # NDRPDR sel
876         - 7   # NDRPDR sel
877         - 8   # NDRPDR sel
878         - 10  # NDRPDR sel
879         - 12  # NDRPDR sel
880         - 13  # NDRPDR sel
881         - 14  # NDRPDR sel
882         - 15  # NDRPDR sel
883         - 21  # NDRPDR sel
884     vpp-performance-changes-3n-tsh-cmp:
885       # TODO: Replace:
886       # csit-vpp-perf-report-iterative-2005-3n-tsh:
887       csit-vpp-perf-verify-2001-3n-tsh:
888         - 3   # NDRPDR sel
889         - 4   # NDRPDR sel
890         - 7   # NDRPDR sel
891         - 8   # NDRPDR sel
892         - 10  # NDRPDR sel
893         - 12  # NDRPDR sel
894         - 13  # NDRPDR sel
895         - 14  # NDRPDR sel
896         - 15  # NDRPDR sel
897         - 21  # NDRPDR sel
898
899     vpp-soak-vs-ndr-2n-skx-ref:
900       # TODO: Replace:
901       # csit-vpp-perf-report-iterative-2005-2n-skx:
902       csit-vpp-perf-verify-2001-2n-skx:
903         - 143  # NDRPDR sel - new2001.0
904         - 146  # NDRPDR sel - new2001.0
905         - 147  # NDRPDR sel - new2001.0
906         - 148  # NDRPDR sel - new2001.0
907         - 149  # NDRPDR sel - new2001.0
908         - 150  # NDRPDR sel - new2001.0
909         - 151  # NDRPDR sel - new2001.0
910         - 152  # NDRPDR sel - new2001.0
911         - 153  # NDRPDR sel - new2001.0
912         - 154  # NDRPDR sel - new2001.0
913     vpp-soak-vs-ndr-2n-skx-cmp:
914       # TODO: Replace:
915       # csit-vpp-perf-report-iterative-2005-2n-skx:
916       csit-vpp-perf-verify-2001-2n-skx:
917         - 181  # Soak
918         - 182  # Soak
919     vpp-soak-vs-ndr-2n-skx:
920       # TODO: Replace:
921       # csit-vpp-perf-report-iterative-2005-2n-skx:
922       csit-vpp-perf-verify-2001-2n-skx:
923         - 143  # NDRPDR sel - new2001.0
924         - 146  # NDRPDR sel - new2001.0
925         - 147  # NDRPDR sel - new2001.0
926         - 148  # NDRPDR sel - new2001.0
927         - 149  # NDRPDR sel - new2001.0
928         - 150  # NDRPDR sel - new2001.0
929         - 151  # NDRPDR sel - new2001.0
930         - 152  # NDRPDR sel - new2001.0
931         - 153  # NDRPDR sel - new2001.0
932         - 154  # NDRPDR sel - new2001.0
933         - 181  # Soak
934         - 182  # Soak
935
936     vpp-soak-vs-ndr-2n-clx-ref:
937       # TODO: Add data:
938       # csit-vpp-perf-report-iterative-2005-2n-clx:
939       #  - 7   # NDRPDR sel
940       #  - 9   # NDRPDR sel
941       csit-vpp-perf-verify-2001-2n-clx:
942         - 28  # NDRPDR sel
943         - 29  # NDRPDR sel
944         - 32  # NDRPDR sel
945         - 40  # NDRPDR sel
946         - 43  # NDRPDR sel
947         - 44  # NDRPDR sel
948         - 45  # NDRPDR sel
949         - 47  # NDRPDR sel
950         - 48  # NDRPDR sel
951         - 49  # NDRPDR sel
952     vpp-soak-vs-ndr-2n-clx-cmp:
953       # TODO: Replace:
954       # csit-vpp-perf-report-iterative-2005-2n-clx:
955       csit-vpp-perf-verify-2001-2n-clx:
956         - 93  # SOAK
957         - 94  # Soak
958     vpp-soak-vs-ndr-2n-clx:
959       # TODO: Replace:
960       # csit-vpp-perf-report-iterative-2005-2n-clx:
961       csit-vpp-perf-verify-2001-2n-clx:
962         - 28  # NDRPDR sel
963         - 29  # NDRPDR sel
964         - 32  # NDRPDR sel
965         - 40  # NDRPDR sel
966         - 43  # NDRPDR sel
967         - 44  # NDRPDR sel
968         - 45  # NDRPDR sel
969         - 47  # NDRPDR sel
970         - 48  # NDRPDR sel
971         - 49  # NDRPDR sel
972         - 93  # SOAK
973         - 94  # Soak
974
975     vpp-performance-changes-3n-hsw-mrr-h1:
976       csit-vpp-perf-verify-1908-3n-hsw:
977         - 39  # MRR sel
978     vpp-performance-changes-3n-hsw-mrr-ref:
979       csit-vpp-perf-verify-2001-3n-hsw:
980         - 17  # MRR sel
981     vpp-performance-changes-3n-hsw-mrr-cmp:
982       csit-vpp-perf-report-iterative-2005-3n-hsw:
983         - 13  # MRR
984
985     vpp-performance-changes-3n-skx-mrr-h1:
986       csit-vpp-perf-verify-1908-3n-skx:
987         - 36  # MRR sel
988     vpp-performance-changes-3n-skx-mrr-ref:
989       csit-vpp-perf-verify-2001-3n-skx:
990         - 50  # MRR sel
991         - 53  # MRR sel addition
992     vpp-performance-changes-3n-skx-mrr-cmp:
993       # TODO: Replace:
994       # csit-vpp-perf-report-iterative-2005-3n-skx:
995       csit-vpp-perf-verify-2001-3n-skx:
996         - 50  # MRR sel
997         - 53  # MRR sel addition
998
999     vpp-performance-changes-2n-skx-mrr-h1:
1000       csit-vpp-perf-verify-1908-2n-skx:
1001         - 69  # MRR sel
1002     vpp-performance-changes-2n-skx-mrr-ref:
1003       csit-vpp-perf-verify-2001-2n-skx:
1004         - 101 # MRR sel
1005         - 128 # MRR sel addition
1006     vpp-performance-changes-2n-skx-mrr-cmp:
1007       # TODO: Replace:
1008       # csit-vpp-perf-report-iterative-2005-2n-skx:
1009       csit-vpp-perf-verify-2001-2n-skx:
1010         - 101 # MRR sel
1011         - 128 # MRR sel addition
1012
1013 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1014 #      csit-vpp-perf-verify-1908-2n-skx:
1015 #        - 71  # NFV MRR
1016 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1017 #      # TODO: Replace
1018 #      # csit-vpp-perf-verify-2001-2n-skx:
1019 #      csit-vpp-perf-verify-1908-2n-skx:
1020 #        - 71  # NFV MRR
1021
1022     vpp-performance-changes-2n-dnv-mrr-h1:
1023       csit-vpp-perf-verify-1908-2n-dnv:
1024         - 11  # MRR sel
1025     vpp-performance-changes-2n-dnv-mrr-ref:
1026       csit-vpp-perf-verify-2001-2n-dnv:
1027         - 12  # MRR sel
1028     vpp-performance-changes-2n-dnv-mrr-cmp:
1029       csit-vpp-perf-report-iterative-2005-2n-dnv:
1030         - 15  # MRR sel
1031
1032     vpp-performance-changes-3n-dnv-mrr-h1:
1033       csit-vpp-perf-verify-1908-3n-dnv:
1034         - 17  # MRR sel
1035     vpp-performance-changes-3n-dnv-mrr-ref:
1036       csit-vpp-perf-verify-2001-3n-dnv:
1037         - 11  # MRR sel
1038     vpp-performance-changes-3n-dnv-mrr-cmp:
1039       csit-vpp-perf-report-iterative-2005-3n-dnv:
1040         - 8   # MRR
1041
1042     vpp-performance-changes-3n-tsh-mrr-h1:
1043       csit-vpp-perf-verify-1908-3n-tsh:
1044         - 17  # MRR sel
1045     vpp-performance-changes-3n-tsh-mrr-ref:
1046       csit-vpp-perf-verify-2001-3n-tsh:
1047         - 9   # MRR sel
1048     vpp-performance-changes-3n-tsh-mrr-cmp:
1049       # TODO: Replace:
1050       # csit-vpp-perf-report-iterative-2005-3n-tsh:
1051       csit-vpp-perf-verify-2001-3n-tsh:
1052         - 9   # MRR sel
1053
1054     dpdk-performance-changes-3n-hsw-h1:
1055       csit-dpdk-perf-verify-1908-3n-hsw:
1056         - 2   # NDRPDR sel
1057         - 3   # NDRPDR sel
1058         - 4   # NDRPDR sel
1059         - 5   # NDRPDR sel
1060         - 6   # NDRPDR sel
1061         - 7   # NDRPDR sel
1062         - 8   # NDRPDR sel
1063         - 9   # NDRPDR sel
1064         - 10  # NDRPDR sel
1065         - 11  # NDRPDR sel
1066     dpdk-performance-changes-3n-hsw-ref:
1067       csit-dpdk-perf-verify-2001-3n-hsw:
1068         - 4   # NDRPDR sel
1069         - 5   # NDRPDR sel
1070         - 6   # NDRPDR sel
1071         - 7   # NDRPDR sel
1072         - 8   # NDRPDR sel
1073         - 9   # NDRPDR sel
1074         - 10  # NDRPDR sel
1075         - 11  # NDRPDR sel
1076         - 12  # NDRPDR sel
1077         - 13  # NDRPDR sel
1078         - 15  # NDRPDR sel
1079         - 16  # NDRPDR sel
1080         - 17  # NDRPDR sel
1081         - 18  # NDRPDR sel
1082         - 19  # NDRPDR sel
1083         - 20  # NDRPDR sel
1084         - 21  # NDRPDR sel
1085         - 22  # NDRPDR sel
1086         - 23  # NDRPDR sel
1087         - 24  # NDRPDR sel
1088     dpdk-performance-changes-3n-hsw-cmp:
1089       csit-dpdk-perf-report-iterative-2005-3n-hsw:
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         - 13  # NDRPDR sel
1099         - 14  # NDRPDR sel
1100
1101     dpdk-performance-changes-3n-skx-h1:
1102       csit-dpdk-perf-verify-1908-3n-skx:
1103         - 3   # NDRPDR sel
1104         - 4   # NDRPDR sel
1105         - 5   # NDRPDR sel
1106         - 6   # NDRPDR sel
1107         - 7   # NDRPDR sel
1108         - 8   # NDRPDR sel
1109         - 9   # NDRPDR sel
1110         - 10  # NDRPDR sel
1111         - 11  # NDRPDR sel
1112         - 12  # NDRPDR sel
1113     dpdk-performance-changes-3n-skx-ref:
1114       csit-dpdk-perf-verify-2001-3n-skx:
1115         - 29  # NDRPDR sel xxv710
1116         - 33  # NDRPDR sel xxv710
1117         - 34  # NDRPDR sel xxv710
1118         - 35  # NDRPDR sel xxv710
1119         - 36  # NDRPDR sel xxv710
1120         - 37  # NDRPDR sel xxv710
1121         - 41  # NDRPDR sel xxv710
1122         - 42  # NDRPDR sel xxv710
1123         - 43  # NDRPDR sel xxv710
1124         - 45  # NDRPDR sel xxv710
1125         - 30  # NDRPDR sel x710
1126         - 31  # NDRPDR sel x710
1127         - 32  # NDRPDR sel x710
1128         - 38  # NDRPDR sel x710
1129         - 39  # NDRPDR sel x710
1130         - 40  # NDRPDR sel x710
1131         - 44  # NDRPDR sel x710
1132         - 46  # NDRPDR sel x710
1133         - 47  # NDRPDR sel x710
1134         - 48  # NDRPDR sel x710
1135     dpdk-performance-changes-3n-skx-cmp:
1136       csit-dpdk-perf-report-iterative-2005-3n-skx:
1137         - 4   # NDRPDR sel
1138         - 5   # NDRPDR sel
1139         - 6   # NDRPDR sel
1140         - 7   # NDRPDR sel
1141         - 8   # NDRPDR sel
1142         - 11  # NDRPDR sel
1143         - 12  # NDRPDR sel
1144         - 13  # NDRPDR sel
1145         - 14  # NDRPDR sel
1146         - 15  # NDRPDR sel
1147
1148     dpdk-performance-changes-2n-skx-h1:
1149       csit-dpdk-perf-verify-1908-2n-skx:
1150         - 2   # NDRPDR sel
1151         - 3   # NDRPDR sel
1152         - 4   # NDRPDR sel
1153         - 5   # NDRPDR sel
1154         - 7   # NDRPDR sel
1155         - 8   # NDRPDR sel
1156         - 9   # NDRPDR sel
1157         - 10  # NDRPDR sel
1158         - 11  # NDRPDR sel
1159         - 12  # NDRPDR sel
1160     dpdk-performance-changes-2n-skx-ref:
1161       csit-dpdk-perf-verify-2001-2n-skx:
1162         - 35  # NDRPDR sel xxv710
1163         - 36  # NDRPDR sel xxv710
1164         - 37  # NDRPDR sel xxv710
1165         - 41  # NDRPDR sel xxv710
1166         - 42  # NDRPDR sel xxv710
1167         - 43  # NDRPDR sel xxv710
1168         - 46  # NDRPDR sel xxv710
1169         - 47  # NDRPDR sel xxv710
1170         - 52  # NDRPDR sel xxv710
1171         - 53  # NDRPDR sel xxv710
1172         - 38  # NDRPDR sel x710
1173         - 39  # NDRPDR sel x710
1174         - 40  # NDRPDR sel x710
1175         - 44  # NDRPDR sel x710
1176         - 45  # NDRPDR sel x710
1177         - 48  # NDRPDR sel x710
1178         - 49  # NDRPDR sel x710
1179         - 50  # NDRPDR sel x710
1180         - 51  # NDRPDR sel x710
1181         - 54  # NDRPDR sel x710
1182     dpdk-performance-changes-2n-skx-cmp:
1183       csit-dpdk-perf-report-iterative-2005-2n-skx:
1184         - 1   # NDRPDR sel
1185         - 2   # NDRPDR sel
1186         - 3   # NDRPDR sel
1187         - 4   # NDRPDR sel
1188         - 5   # NDRPDR sel
1189         - 6   # NDRPDR sel
1190         - 7   # NDRPDR sel
1191         - 8   # NDRPDR sel
1192         - 9   # NDRPDR sel
1193         - 10  # NDRPDR sel
1194
1195     dpdk-performance-changes-2n-clx-ref:
1196       csit-dpdk-perf-verify-2001-2n-clx:
1197         - 15  # NDRPDR sel
1198         - 16  # NDRPDR sel
1199         - 17  # NDRPDR sel
1200         - 18  # NDRPDR sel
1201         - 19  # NDRPDR sel
1202         - 20  # NDRPDR sel
1203         - 21  # NDRPDR sel
1204         - 22  # NDRPDR sel
1205         - 23  # NDRPDR sel
1206         - 24  # NDRPDR sel
1207         - 25  # NDRPDR sel
1208         - 26  # NDRPDR sel
1209         - 27  # NDRPDR sel
1210         - 28  # NDRPDR sel
1211         - 29  # NDRPDR sel
1212         - 30  # NDRPDR sel
1213         - 31  # NDRPDR sel
1214         - 32  # NDRPDR sel
1215         - 33  # NDRPDR sel
1216         - 34  # NDRPDR sel
1217     dpdk-performance-changes-2n-clx-cmp:
1218       csit-dpdk-perf-report-iterative-2005-2n-clx:
1219         - 1   # NDRPDR sel
1220         - 2   # NDRPDR sel
1221         - 3   # NDRPDR sel
1222         - 4   # NDRPDR sel
1223         - 5   # NDRPDR sel
1224         - 6   # NDRPDR sel
1225         - 7   # NDRPDR sel
1226         - 8   # NDRPDR sel
1227         - 9   # NDRPDR sel
1228         - 10  # NDRPDR sel
1229
1230     dpdk-performance-changes-2n-dnv-ref:
1231       csit-dpdk-perf-verify-2001-2n-dnv:
1232         - 9   # NDRPDR sel
1233         - 10  # NDRPDR sel
1234         - 11  # NDRPDR sel
1235         - 12  # NDRPDR sel
1236         - 13  # NDRPDR sel
1237         - 14  # NDRPDR sel
1238         - 15  # NDRPDR sel
1239         - 16  # NDRPDR sel
1240         - 17  # NDRPDR sel
1241         - 18  # NDRPDR sel
1242     dpdk-performance-changes-2n-dnv-cmp:
1243       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1244         - 8   # NDRPDR sel
1245         - 9   # NDRPDR sel
1246         - 10  # NDRPDR sel
1247         - 11  # NDRPDR sel
1248         - 12  # NDRPDR sel
1249         - 13  # NDRPDR sel
1250         - 14  # NDRPDR sel
1251         - 15  # NDRPDR sel
1252         - 16  # NDRPDR sel
1253         - 17  # NDRPDR sel
1254
1255     dpdk-performance-changes-3n-dnv-ref:
1256       csit-dpdk-perf-verify-2001-3n-dnv:
1257         - 12  # NDRPDR sel
1258         - 13  # NDRPDR sel
1259         - 14  # NDRPDR sel
1260         - 15  # NDRPDR sel
1261         - 16  # NDRPDR sel
1262         - 17  # NDRPDR sel
1263         - 18  # NDRPDR sel
1264         - 19  # NDRPDR sel
1265         - 20  # NDRPDR sel
1266         - 22  # NDRPDR sel
1267     dpdk-performance-changes-3n-dnv-cmp:
1268       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1269         - 6   # NDRPDR sel
1270         - 7   # NDRPDR sel
1271         - 8   # NDRPDR sel
1272         - 9   # NDRPDR sel
1273         - 10  # NDRPDR sel
1274         - 11  # NDRPDR sel
1275         - 12  # NDRPDR sel
1276         - 13  # NDRPDR sel
1277         - 14  # NDRPDR sel
1278         - 16  # NDRPDR sel
1279
1280     dpdk-performance-changes-3n-tsh-ref:
1281       csit-dpdk-perf-verify-2001-3n-tsh:
1282         - 3   # NDRPDR sel
1283         - 4   # NDRPDR sel
1284         - 5   # NDRPDR sel
1285         - 9   # NDRPDR sel
1286         - 10  # NDRPDR sel
1287         - 11  # NDRPDR sel
1288         - 12  # NDRPDR sel
1289         - 14  # NDRPDR sel
1290         - 15  # NDRPDR sel
1291         - 18  # NDRPDR sel
1292     dpdk-performance-changes-3n-tsh-cmp:
1293       # TODO: Add data:
1294       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1295         - 5   # NDRPDR sel
1296
1297     # Compare testbeds
1298
1299     vpp-compare-testbeds-ref:
1300       csit-vpp-perf-report-iterative-2005-3n-hsw:
1301         - 3   # NDRPDR sel
1302         - 4   # NDRPDR sel
1303         - 5   # NDRPDR sel
1304         - 10  # NDRPDR sel
1305         - 11  # NDRPDR sel
1306         - 12  # NDRPDR sel
1307         - 15  # NDRPDR sel
1308         - 16  # NDRPDR sel
1309         - 18  # NDRPDR sel
1310         - 19  # NDRPDR sel
1311     vpp-compare-testbeds-cmp:
1312       # TODO: Add data:
1313       csit-vpp-perf-report-iterative-2005-3n-skx:
1314         - 4   # NDRPDR sel
1315         - 5   # NDRPDR sel ??? all x710 failed
1316
1317     vpp-compare-testbeds-skx-clx-ref:
1318       # TODO: Replace:
1319       # csit-vpp-perf-report-iterative-2005-2n-skx:
1320       csit-vpp-perf-verify-2001-2n-skx:
1321         - 143  # NDRPDR sel - new2001.0
1322         - 146  # NDRPDR sel - new2001.0
1323         - 147  # NDRPDR sel - new2001.0
1324         - 148  # NDRPDR sel - new2001.0
1325         - 149  # NDRPDR sel - new2001.0
1326         - 150  # NDRPDR sel - new2001.0
1327         - 151  # NDRPDR sel - new2001.0
1328         - 152  # NDRPDR sel - new2001.0
1329         - 153  # NDRPDR sel - new2001.0
1330         - 154  # NDRPDR sel - new2001.0
1331     vpp-compare-testbeds-skx-clx-cmp:
1332       # TODO: Add data:
1333       csit-vpp-perf-report-iterative-2005-2n-clx:
1334         - 7   # NDRPDR sel
1335         - 9   # NDRPDR sel
1336
1337     vpp-compare-testbeds-hsw-clx-ref:
1338       csit-vpp-perf-report-iterative-2005-3n-hsw:
1339         - 3   # NDRPDR sel
1340         - 4   # NDRPDR sel
1341         - 5   # NDRPDR sel
1342         - 10  # NDRPDR sel
1343         - 11  # NDRPDR sel
1344         - 12  # NDRPDR sel
1345         - 15  # NDRPDR sel
1346         - 16  # NDRPDR sel
1347         - 18  # NDRPDR sel
1348         - 19  # NDRPDR sel
1349     vpp-compare-testbeds-hsw-clx-cmp:
1350       # TODO: Add data:
1351       csit-vpp-perf-report-iterative-2005-2n-clx:
1352         - 7   # NDRPDR sel
1353         - 9   # NDRPDR sel
1354
1355     vpp-compare-testbeds-mrr-ref:
1356       csit-vpp-perf-report-iterative-2005-3n-hsw:
1357         - 13  # MRR
1358     vpp-compare-testbeds-mrr-cmp:
1359       # TODO: Replace:
1360       # csit-vpp-perf-report-iterative-2005-3n-skx:
1361       csit-vpp-perf-verify-2001-3n-skx:
1362         - 50  # MRR sel
1363         - 53  # MRR sel addition
1364
1365     vpp-compare-testbeds-mrr-skx-clx-ref:
1366       # TODO: Replace:
1367       # csit-vpp-perf-report-iterative-2005-2n-skx:
1368       csit-vpp-perf-verify-2001-2n-skx:
1369         - 101 # MRR sel
1370         - 128 # MRR sel addition
1371     vpp-compare-testbeds-mrr-skx-clx-cmp:
1372       # TODO: Replace:
1373       # csit-vpp-perf-report-iterative-2005-2n-clx:
1374       csit-vpp-perf-verify-2001-2n-clx:
1375         - 39  # MRR
1376
1377     vpp-compare-testbeds-mrr-hsw-clx-ref:
1378       csit-vpp-perf-report-iterative-2005-3n-hsw:
1379         - 13  # MRR
1380     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1381       # TODO: Replace:
1382       # csit-vpp-perf-report-iterative-2005-2n-clx:
1383       csit-vpp-perf-verify-2001-2n-clx:
1384         - 39  # MRR
1385
1386     dpdk-compare-testbeds-ref:
1387       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1388         - 5   # NDRPDR sel
1389         - 6   # NDRPDR sel
1390         - 7   # NDRPDR sel
1391         - 8   # NDRPDR sel
1392         - 9   # NDRPDR sel
1393         - 10  # NDRPDR sel
1394         - 11  # NDRPDR sel
1395         - 12  # NDRPDR sel
1396         - 13  # NDRPDR sel
1397         - 14  # NDRPDR sel
1398     dpdk-compare-testbeds-cmp:
1399       csit-dpdk-perf-report-iterative-2005-3n-skx:
1400         - 4   # NDRPDR sel
1401         - 5   # NDRPDR sel
1402         - 6   # NDRPDR sel
1403         - 7   # NDRPDR sel
1404         - 8   # NDRPDR sel
1405         - 11  # NDRPDR sel
1406         - 12  # NDRPDR sel
1407         - 13  # NDRPDR sel
1408         - 14  # NDRPDR sel
1409         - 15  # NDRPDR sel
1410
1411     dpdk-compare-testbeds-skx-clx-ref:
1412       csit-dpdk-perf-report-iterative-2005-2n-skx:
1413         - 1   # NDRPDR sel
1414         - 2   # NDRPDR sel
1415         - 3   # NDRPDR sel
1416         - 4   # NDRPDR sel
1417         - 5   # NDRPDR sel
1418         - 6   # NDRPDR sel
1419         - 7   # NDRPDR sel
1420         - 8   # NDRPDR sel
1421         - 9   # NDRPDR sel
1422         - 10  # NDRPDR sel
1423     dpdk-compare-testbeds-skx-clx-cmp:
1424       csit-dpdk-perf-report-iterative-2005-2n-clx:
1425         - 1   # NDRPDR sel
1426         - 2   # NDRPDR sel
1427         - 3   # NDRPDR sel
1428         - 4   # NDRPDR sel
1429         - 5   # NDRPDR sel
1430         - 6   # NDRPDR sel
1431         - 7   # NDRPDR sel
1432         - 8   # NDRPDR sel
1433         - 9   # NDRPDR sel
1434         - 10  # NDRPDR sel
1435
1436     # Compare topologies
1437
1438     vpp-compare-topologies-ref:
1439       # TODO: Add data:
1440       csit-vpp-perf-report-iterative-2005-3n-skx:
1441         - 4   # NDRPDR sel
1442         - 5   # NDRPDR sel ??? all x710 failed
1443     vpp-compare-topologies-cmp:
1444       # TODO: Replace:
1445       # csit-vpp-perf-report-iterative-2005-2n-skx:
1446       csit-vpp-perf-verify-2001-2n-skx:
1447         - 143  # NDRPDR sel - new2001.0
1448         - 146  # NDRPDR sel - new2001.0
1449         - 147  # NDRPDR sel - new2001.0
1450         - 148  # NDRPDR sel - new2001.0
1451         - 149  # NDRPDR sel - new2001.0
1452         - 150  # NDRPDR sel - new2001.0
1453         - 151  # NDRPDR sel - new2001.0
1454         - 152  # NDRPDR sel - new2001.0
1455         - 153  # NDRPDR sel - new2001.0
1456         - 154  # NDRPDR sel - new2001.0
1457
1458     vpp-compare-topologies-mrr-ref:
1459       # TODO: Replace:
1460       # csit-vpp-perf-report-iterative-2005-3n-skx:
1461       csit-vpp-perf-verify-2001-3n-skx:
1462         - 50  # MRR sel
1463         - 53  # MRR sel addition
1464     vpp-compare-topologies-mrr-cmp:
1465       # TODO: Replace:
1466       # csit-vpp-perf-report-iterative-2005-2n-skx:
1467       csit-vpp-perf-verify-2001-2n-skx:
1468         - 101 # MRR sel
1469         - 128 # MRR sel addition
1470
1471     dpdk-compare-topologies-ref:
1472       csit-dpdk-perf-report-iterative-2005-3n-skx:
1473         - 4   # NDRPDR sel
1474         - 5   # NDRPDR sel
1475         - 6   # NDRPDR sel
1476         - 7   # NDRPDR sel
1477         - 8   # NDRPDR sel
1478         - 11  # NDRPDR sel
1479         - 12  # NDRPDR sel
1480         - 13  # NDRPDR sel
1481         - 14  # NDRPDR sel
1482         - 15  # NDRPDR sel
1483     dpdk-compare-topologies-cmp:
1484       csit-dpdk-perf-report-iterative-2005-2n-skx:
1485         - 1   # NDRPDR sel
1486         - 2   # NDRPDR sel
1487         - 3   # NDRPDR sel
1488         - 4   # NDRPDR sel
1489         - 5   # NDRPDR sel
1490         - 6   # NDRPDR sel
1491         - 7   # NDRPDR sel
1492         - 8   # NDRPDR sel
1493         - 9   # NDRPDR sel
1494         - 10  # NDRPDR sel
1495
1496   plot-layouts:
1497
1498     plot-soak-throughput:
1499       titlefont:
1500         size: 18
1501       xaxis:
1502         title: "<b>Test Cases [Index]</b>"
1503         titlefont:
1504           size: 16
1505         autorange: True
1506         fixedrange: False
1507         gridcolor: "rgb(230, 230, 230)"
1508         linecolor: "rgb(220, 220, 220)"
1509         linewidth: 1
1510         showgrid: True
1511         showline: True
1512         showticklabels: True
1513         tickcolor: "rgb(220, 220, 220)"
1514         tickmode: "linear"
1515         tickfont:
1516           size: 16
1517         zeroline: False
1518       yaxis:
1519         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1520         titlefont:
1521           size: 16
1522         gridcolor: "rgb(230, 230, 230)"
1523         hoverformat: ".4r"
1524         tickformat: ".3r"
1525         linecolor: "rgb(220, 220, 220)"
1526         linewidth: 1
1527         showgrid: True
1528         showline: True
1529         showticklabels: True
1530         tickcolor: "rgb(220, 220, 220)"
1531         tickfont:
1532           size: 16
1533         zeroline: False
1534         range: [0,50]
1535       autosize: False
1536       margin:
1537         t: 50
1538         b: 0
1539         l: 80
1540         r: 20
1541       showlegend: True
1542       legend:
1543         orientation: "h"
1544         font:
1545           size: 16
1546       width: 700
1547       height: 900
1548       paper_bgcolor: "#fff"
1549       plot_bgcolor: "#fff"
1550       hoverlabel:
1551         namelength: -1
1552
1553     plot-service-density:
1554       titlefont:
1555         size: 18
1556       xaxis:
1557         side: "top"
1558         autorange: True
1559         fixedrange: False
1560         showgrid: False
1561         showline: False
1562         showticklabels: False
1563         ticks: ""
1564         ticklen: 0
1565         tickwidth: 0
1566         zeroline: False
1567       yaxis:
1568         autorange: "reversed"
1569         showgrid: False
1570         showline: False
1571         showticklabels: False
1572         ticks: ""
1573         ticklen: 0
1574         tickwidth: 0
1575         zeroline: False
1576       showlegend: False
1577       paper_bgcolor: "#fff"
1578       plot_bgcolor: "#fff"
1579       width: 700
1580       height: 700
1581       hoverlabel:
1582         namelength: -1
1583
1584 #    plot-cps:
1585 #      titlefont:
1586 #        size: 18
1587 #      xaxis:
1588 #        title: "<b>Test Cases [Index]</b>"
1589 #        titlefont:
1590 #          size: 16
1591 #        autorange: True
1592 #        fixedrange: False
1593 #        gridcolor: "rgb(230, 230, 230)"
1594 #        linecolor: "rgb(220, 220, 220)"
1595 #        linewidth: 1
1596 #        showgrid: True
1597 #        showline: True
1598 #        showticklabels: True
1599 #        tickcolor: "rgb(220, 220, 220)"
1600 #        tickmode: "linear"
1601 #        tickfont:
1602 #          size: 16
1603 #        zeroline: False
1604 #      yaxis:
1605 #        title: "<b>Connections Per Second [cps]</b>"
1606 #        titlefont:
1607 #          size: 16
1608 #        gridcolor: "rgb(230, 230, 230)"
1609 #        hoverformat: ".4s"
1610 #        linecolor: "rgb(220, 220, 220)"
1611 #        linewidth: 1
1612 #        rangemode: "tozero"
1613 #        showgrid: True
1614 #        showline: True
1615 #        showticklabels: True
1616 #        tickcolor: "rgb(220, 220, 220)"
1617 #        tickformat: ".3s"
1618 #        tickfont:
1619 #          size: 16
1620 #        zeroline: False
1621 #      boxmode: "group"
1622 #      boxgroupgap: 0.5
1623 #      autosize: False
1624 #      margin:
1625 #        t: 50
1626 #        b: 20
1627 #        l: 80
1628 #        r: 20
1629 #      showlegend: True
1630 #      legend:
1631 #        orientation: "h"
1632 #        font:
1633 #          size: 16
1634 #      width: 700
1635 #      height: 800
1636 #      paper_bgcolor: "#fff"
1637 #      plot_bgcolor: "#fff"
1638 #      hoverlabel:
1639 #        namelength: -1
1640 #
1641 #    plot-rps:
1642 #      titlefont:
1643 #        size: 18
1644 #      xaxis:
1645 #        title: "<b>Test Cases [Index]</b>"
1646 #        titlefont:
1647 #          size: 16
1648 #        autorange: True
1649 #        fixedrange: False
1650 #        gridcolor: "rgb(230, 230, 230)"
1651 #        linecolor: "rgb(220, 220, 220)"
1652 #        linewidth: 1
1653 #        showgrid: True
1654 #        showline: True
1655 #        showticklabels: True
1656 #        tickcolor: "rgb(220, 220, 220)"
1657 #        tickmode: "linear"
1658 #        tickfont:
1659 #          size: 16
1660 #        zeroline: False
1661 #      yaxis:
1662 #        title: "<b>Requests Per Second [rps]</b>"
1663 #        titlefont:
1664 #          size: 16
1665 #        gridcolor: "rgb(230, 230, 230)"
1666 #        hoverformat: ".4s"
1667 #        linecolor: "rgb(220, 220, 220)"
1668 #        linewidth: 1
1669 #        rangemode: "tozero"
1670 #        showgrid: True
1671 #        showline: True
1672 #        showticklabels: True
1673 #        tickcolor: "rgb(230, 230, 230)"
1674 #        tickformat: ".3s"
1675 #        tickfont:
1676 #          size: 16
1677 #        zeroline: False
1678 #      boxmode: "group"
1679 #      boxgroupgap: 0.5
1680 #      autosize: False
1681 #      margin:
1682 #        t: 50
1683 #        b: 20
1684 #        l: 80
1685 #        r: 20
1686 #      showlegend: True
1687 #      legend:
1688 #        orientation: "h"
1689 #        font:
1690 #          size: 16
1691 #      width: 700
1692 #      height: 800
1693 #      paper_bgcolor: "#fff"
1694 #      plot_bgcolor: "#fff"
1695 #      hoverlabel:
1696 #        namelength: -1
1697
1698     plot-hoststack:
1699       titlefont:
1700         size: 16
1701       xaxis:
1702         title: "<b>Test Cases [Index]</b>"
1703         titlefont:
1704           size: 14
1705         autorange: True
1706         fixedrange: False
1707         gridcolor: "rgb(230, 230, 230)"
1708         linecolor: "rgb(220, 220, 220)"
1709         linewidth: 1
1710         showgrid: True
1711         showline: True
1712         showticklabels: True
1713         tickcolor: "rgb(220, 220, 220)"
1714         tickmode: "linear"
1715         tickfont:
1716           size: 14
1717         zeroline: False
1718       yaxis:
1719         title: "<b>Bandwidth [Gbps]</b>"
1720         titlefont:
1721           size: 14
1722         gridcolor: "rgb(230, 230, 230)"
1723         hoverformat: ".4s"
1724         linecolor: "rgb(220, 220, 220)"
1725         linewidth: 1
1726         rangemode: "tozero"
1727         showgrid: True
1728         showline: True
1729         showticklabels: True
1730         tickcolor: "rgb(230, 230, 230)"
1731         tickformat: ".3s"
1732         tickfont:
1733           size: 14
1734         zeroline: False
1735       boxmode: "group"
1736       boxgroupgap: 0.5
1737       autosize: False
1738       margin:
1739         t: 50
1740         b: 20
1741         l: 80
1742         r: 20
1743       showlegend: True
1744       legend:
1745         orientation: "h"
1746         font:
1747           size: 14
1748       width: 700
1749       height: 800
1750       paper_bgcolor: "#fff"
1751       plot_bgcolor: "#fff"
1752       hoverlabel:
1753         namelength: -1
1754
1755     plot-throughput:
1756       titlefont:
1757         size: 18
1758       xaxis:
1759         title: "<b>Test Cases [Index]</b>"
1760         titlefont:
1761           size: 16
1762         autorange: True
1763         fixedrange: False
1764         gridcolor: "rgb(230, 230, 230)"
1765         linecolor: "rgb(220, 220, 220)"
1766         linewidth: 1
1767         showgrid: True
1768         showline: True
1769         showticklabels: True
1770         tickcolor: "rgb(220, 220, 220)"
1771         tickmode: "linear"
1772         tickfont:
1773           size: 16
1774         zeroline: False
1775       yaxis:
1776         title: "<b>Packet Throughput [Mpps]</b>"
1777         titlefont:
1778           size: 16
1779         gridcolor: "rgb(230, 230, 230)"
1780         hoverformat: ".4r"
1781         tickformat: ".3r"
1782         linecolor: "rgb(220, 220, 220)"
1783         linewidth: 1
1784         showgrid: True
1785         showline: True
1786         showticklabels: True
1787         tickcolor: "rgb(220, 220, 220)"
1788         tickfont:
1789           size: 16
1790         zeroline: False
1791         range: [0,50]
1792       autosize: False
1793       margin:
1794         t: 50
1795         b: 0
1796         l: 80
1797         r: 20
1798       showlegend: True
1799       legend:
1800         orientation: "h"
1801         font:
1802           size: 16
1803       width: 700
1804       height: 900
1805       paper_bgcolor: "#fff"
1806       plot_bgcolor: "#fff"
1807       hoverlabel:
1808         namelength: -1
1809
1810     plot-throughput-speedup-analysis:
1811       titlefont:
1812         size: 18
1813       xaxis:
1814         title: "<b>Number of Cores [Qty]</b>"
1815         titlefont:
1816           size: 16
1817         autorange: True
1818         fixedrange: False
1819         gridcolor: "rgb(230, 230, 230)"
1820         linecolor: "rgb(220, 220, 220)"
1821         linewidth: 1
1822         showgrid: True
1823         showline: True
1824         showticklabels: True
1825         tickcolor: "rgb(238, 238, 238)"
1826         tickmode: "linear"
1827         tickfont:
1828           size: 16
1829         zeroline: False
1830       yaxis:
1831         title: "<b>Packet Throughput [Mpps]</b>"
1832         titlefont:
1833           size: 16
1834         type: "linear"
1835         gridcolor: "rgb(230, 230, 230)"
1836         hoverformat: ".4s"
1837         linecolor: "rgb(220, 220, 220)"
1838         linewidth: 1
1839         showgrid: True
1840         showline: True
1841         showticklabels: True
1842         tickcolor: "rgb(220, 220, 220)"
1843         tickformat: ".4s"
1844         tickfont:
1845           size: 16
1846         zeroline: True
1847         rangemode: "tozero"
1848         range: [0,100]
1849       legend:
1850         orientation: "h"
1851         font:
1852           size: 16
1853         xanchor: "left"
1854         yanchor: "top"
1855         x: 0
1856         y: -0.2
1857         bgcolor: "rgba(255, 255, 255, 0)"
1858         bordercolor: "rgba(255, 255, 255, 0)"
1859         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1860       autosize: False
1861       margin:
1862           't': 50
1863           'b': 150
1864           'l': 85
1865           'r': 10
1866       showlegend: True
1867       width: 700
1868       height: 700
1869       paper_bgcolor: "#fff"
1870       plot_bgcolor: "#fff"
1871       hoverlabel:
1872         namelength: -1
1873       annotations: [
1874         {
1875           text: "_ _          __          ...",
1876           align: "left",
1877           showarrow: False,
1878           xref: "paper",
1879           yref: "paper",
1880           xanchor: "left",
1881           yanchor: "top",
1882           x: 0,
1883           y: -0.13,
1884           font: {
1885             family: "Consolas, Courier New",
1886             size: 15
1887           },
1888         },
1889         {
1890           text: "    Perfect     Measured     Limit",
1891           align: "left",
1892           showarrow: False,
1893           xref: "paper",
1894           yref: "paper",
1895           xanchor: "left",
1896           yanchor: "top",
1897           x: 0,
1898           y: -0.15,
1899           font: {
1900             family: "Consolas, Courier New",
1901             size: 15
1902           },
1903         },
1904       ]
1905
1906     plot-latency:
1907       titlefont:
1908         size: 18
1909       xaxis:
1910         title: "<b>Direction</b>"
1911         titlefont:
1912           size: 16
1913         autorange: True
1914         fixedrange: False
1915         gridcolor: "rgb(230, 230, 230)"
1916         linecolor: "rgb(220, 220, 220)"
1917         linewidth: 1
1918         showgrid: True
1919         showline: True
1920         showticklabels: False
1921         tickcolor: "rgb(220, 220, 220)"
1922         tickmode: "linear"
1923         tickfont:
1924           size: 16
1925         zeroline: False
1926       yaxis:
1927         title: "<b>Packet Latency [uSec]</b>"
1928         titlefont:
1929           size: 16
1930         type: "linear"
1931         gridcolor: "rgb(230, 230, 230)"
1932         hoverformat: ".4s"
1933         linecolor: "rgb(220, 220, 220)"
1934         linewidth: 1
1935         showgrid: True
1936         showline: True
1937         showticklabels: True
1938         tickcolor: "rgb(220, 220, 220)"
1939         tickformat: ".4s"
1940         tickfont:
1941           size: 16
1942         zeroline: True
1943         rangemode: "tozero"
1944       legend:
1945         orientation: "h"
1946         font:
1947           size: 16
1948         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1949       autosize: False
1950       margin:
1951           't': 50
1952           'b': 150
1953           'l': 80
1954           'r': 10
1955       showlegend: True
1956       width: 700
1957       height: 700
1958       paper_bgcolor: "#fff"
1959       plot_bgcolor: "#fff"
1960       hoverlabel:
1961         namelength: -1
1962
1963     plot-hdrh-latency:
1964       title:
1965         text: ""
1966         xanchor: "center"
1967         x: 0.5
1968         font:
1969           size: 16
1970       width: 700
1971       plot_bgcolor: "white"
1972       annotations:
1973         - font:
1974             size: 14
1975           showarrow: False
1976           text: "<b>Packet Latency [uSec]</b>"
1977           x: 1
1978           xanchor: "right"
1979           xref: "paper"
1980           y: -0.045
1981           yanchor: "top"
1982           yref: "paper"
1983         - font:
1984             size: 14
1985           showarrow: False
1986           text: "<b>Probability [%]</b>"
1987           textangle: 270
1988           x: -0.06
1989           xanchor: "center"
1990           xref: "paper"
1991           y: 0.5
1992           yanchor: "middle"
1993           yref: "paper"
1994         - font:
1995             size: 14
1996           showarrow: False
1997           text: "<b>Direction: E-W</b>"
1998           x: 0.24
1999           xanchor: "center"
2000           xref: "paper"
2001           y: 1.05
2002           yanchor: "bottom"
2003           yref: "paper"
2004         - font:
2005             size: 14
2006           showarrow: False
2007           text: "<b>Direction: W-E</b>"
2008           x: 0.74
2009           xanchor: "center"
2010           xref: "paper"
2011           y: 1.05
2012           yanchor: "bottom"
2013           yref: "paper"
2014
2015     plot-hdrh-latency-percentile:
2016       title:
2017         text: ""
2018         xanchor: "center"
2019         x: 0.5
2020         font:
2021           size: 18
2022       xaxis:
2023         type: "log"
2024         title: "<b>Percentile [%]</b>"
2025         titlefont:
2026           size: 16
2027         autorange: True
2028         fixedrange: False
2029         gridcolor: "rgb(230, 230, 230)"
2030         linecolor: "rgb(220, 220, 220)"
2031         linewidth: 1
2032         showgrid: True
2033         showline: True
2034         showticklabels: True
2035         tickcolor: "rgb(220, 220, 220)"
2036         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2037         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2038         tickfont:
2039           size: 16
2040       yaxis:
2041         title: "<b>Packet Latency [uSec]</b>"
2042         titlefont:
2043           size: 16
2044         gridcolor: "rgb(230, 230, 230)"
2045         linecolor: "rgb(220, 220, 220)"
2046         linewidth: 1
2047         showgrid: True
2048         showline: True
2049         showticklabels: True
2050         tickcolor: "rgb(220, 220, 220)"
2051         tickfont:
2052           size: 16
2053       autosize: False
2054       showlegend: True
2055       legend:
2056         traceorder: "normal"
2057         orientation: "h"
2058         font:
2059           size: 16
2060         xanchor: "left"
2061         yanchor: "top"
2062         x: 0
2063         y: -0.15
2064         bgcolor: "rgba(255, 255, 255, 0)"
2065         bordercolor: "rgba(255, 255, 255, 0)"
2066       width: 700
2067       height: 700
2068       paper_bgcolor: "white"
2069       plot_bgcolor: "white"
2070
2071     plot-hdrh-latency-by-percentile:
2072       title:
2073         text: "<b>Latency by Percentile Distribution</b>"
2074         xanchor: "center"
2075         x: 0.5
2076         font:
2077           size: 18
2078       showlegend: True
2079       legend:
2080         traceorder: "normal"
2081         orientation: "h"
2082         font:
2083           size: 16
2084         xanchor: "left"
2085         yanchor: "top"
2086         x: 0
2087         y: -0.2
2088         bgcolor: "rgba(255, 255, 255, 0)"
2089         bordercolor: "rgba(255, 255, 255, 0)"
2090       xaxis:
2091         type: "linear"
2092         title: "<b>Percentile [%]</b>"
2093         titlefont:
2094           size: 14
2095         autorange: False
2096         fixedrange: False
2097         range: [0, 100]
2098         gridcolor: "rgb(230, 230, 230)"
2099         linecolor: "rgb(220, 220, 220)"
2100         linewidth: 1
2101         showgrid: True
2102         showline: True
2103         showticklabels: True
2104         tickcolor: "rgb(220, 220, 220)"
2105         tickvals: [0, 25, 50, 75, 100]
2106         ticktext: [0, 25, 50, 75, 100]
2107         tickfont:
2108           size: 14
2109       yaxis:
2110         title: "<b>One-Way Latency per Direction [uSec]</b>"
2111         titlefont:
2112           size: 14
2113         gridcolor: "rgb(230, 230, 230)"
2114         linecolor: "rgb(220, 220, 220)"
2115         linewidth: 1
2116         showgrid: True
2117         showline: True
2118         showticklabels: True
2119         tickcolor: "rgb(220, 220, 220)"
2120         tickfont:
2121           size: 14
2122       width: 700
2123       height: 700
2124       paper_bgcolor: "white"
2125       plot_bgcolor: "white"
2126
2127 - type: "static"
2128   src-path: "{DIR[RST]}"
2129   dst-path: "{DIR[WORKING,SRC]}"
2130
2131 - type: "input"
2132   general:
2133     file-name: "output_info.xml.gz"
2134     file-format: ".gz"
2135     arch-file-format:
2136       - ".gz"
2137       - ".zip"
2138     download-path: "{job}/{build}/archives/{filename}"
2139     extract: "output.xml"
2140
2141     zip-file-name: "robot-plugin.zip"
2142     zip-file-format: ".zip"
2143     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2144     zip-extract: "robot-plugin/output.xml"
2145
2146   builds:
2147
2148     csit-vpp-perf-verify-1908-3n-hsw:
2149       - 12  # NDRPDR sel
2150       - 13  # NDRPDR sel
2151       - 14  # NDRPDR sel
2152       - 15  # NDRPDR sel
2153       - 16  # NDRPDR sel
2154       - 17  # NDRPDR sel
2155       - 18  # NDRPDR sel
2156       - 19  # NDRPDR sel
2157       - 20  # NDRPDR sel
2158       - 21  # NDRPDR sel
2159       - 48  # NDRPDR sel vhost
2160       - 49  # NDRPDR sel vhost
2161       - 52  # NDRPDR sel vhost
2162       - 53  # NDRPDR sel vhost
2163       - 54  # NDRPDR sel vhost
2164       - 55  # NDRPDR sel vhost
2165       - 56  # NDRPDR sel vhost
2166       - 57  # NDRPDR sel vhost
2167       - 58  # NDRPDR sel vhost
2168       - 59  # NDRPDR sel vhost
2169       - 39  # MRR sel
2170     csit-vpp-perf-verify-2001-3n-hsw:
2171       - 21  # NDRPDR sel
2172       - 22  # NDRPDR sel
2173       - 23  # NDRPDR sel
2174       - 24  # NDRPDR sel
2175       - 25  # NDRPDR sel
2176       - 29  # NDRPDR sel
2177       - 30  # NDRPDR sel
2178       - 31  # NDRPDR sel
2179       - 32  # NDRPDR sel
2180       - 34  # NDRPDR sel
2181       - 17  # MRR sel
2182     csit-vpp-perf-report-iterative-2005-3n-hsw:
2183       - 3   # NDRPDR sel
2184       - 4   # NDRPDR sel
2185       - 5   # NDRPDR sel
2186       - 10  # NDRPDR sel
2187       - 11  # NDRPDR sel
2188       - 12  # NDRPDR sel
2189       - 15  # NDRPDR sel
2190       - 16  # NDRPDR sel
2191       - 18  # NDRPDR sel
2192       - 19  # NDRPDR sel
2193       - 13  # MRR
2194     csit-vpp-perf-verify-2005-3n-hsw:
2195       - 3   # hoststack
2196       - 5   # hoststack
2197       - 6   # hoststack
2198       - 7   # hoststack
2199       - 8   # hoststack
2200       - 9   # hoststack
2201       - 10  # hoststack
2202       - 11  # hoststack
2203       - 12  # hoststack
2204       - 13  # hoststack
2205     csit-vpp-perf-report-coverage-2005-3n-hsw:
2206       - 3   # perf-full-3n-hsw-crypto_III
2207
2208     csit-vpp-perf-verify-1908_1-3n-skx:
2209       - 26  # NDRPDR sel - new1908.1
2210       - 27  # NDRPDR sel - new1908.1
2211       - 28  # NDRPDR sel - new1908.1
2212       - 29  # NDRPDR sel - new1908.1
2213       - 30  # NDRPDR sel - new1908.1
2214       - 31  # NDRPDR sel - new1908.1
2215       - 33  # NDRPDR sel - new1908.1
2216       - 34  # NDRPDR sel - new1908.1
2217       - 35  # NDRPDR sel - new1908.1
2218       - 36  # NDRPDR sel - new1908.1
2219     csit-vpp-perf-verify-2001-3n-skx:
2220       - 69  # NDRPDR sel - new2001.0
2221       - 71  # NDRPDR sel - new2001.0
2222       - 72  # NDRPDR sel - new2001.0
2223       - 76  # NDRPDR sel - new2001.0
2224       - 77  # NDRPDR sel - new2001.0
2225       - 78  # NDRPDR sel - new2001.0
2226       - 80  # NDRPDR sel - new2001.0
2227       - 50  # MRR sel
2228       - 53  # MRR sel addition
2229     # TODO: Add data:
2230     csit-vpp-perf-report-iterative-2005-3n-skx:
2231       - 4   # NDRPDR sel
2232       - 5   # NDRPDR sel ??? all x710 failed
2233
2234     csit-vpp-perf-verify-1908_1-2n-skx:
2235       - 39  # NDRPDR sel - new1908.1
2236       - 40  # NDRPDR sel - new1908.1
2237       - 41  # NDRPDR sel - new1908.1
2238       - 43  # NDRPDR sel - new1908.1
2239       - 44  # NDRPDR sel - new1908.1
2240       - 45  # NDRPDR sel - new1908.1
2241       - 46  # NDRPDR sel - new1908.1
2242       - 47  # NDRPDR sel - new1908.1
2243       - 48  # NDRPDR sel - new1908.1
2244       - 49  # NDRPDR sel - new1908.1
2245     csit-vpp-perf-verify-2001-2n-skx:
2246       - 143  # NDRPDR sel - new2001.0
2247       - 146  # NDRPDR sel - new2001.0
2248       - 147  # NDRPDR sel - new2001.0
2249       - 148  # NDRPDR sel - new2001.0
2250       - 149  # NDRPDR sel - new2001.0
2251       - 150  # NDRPDR sel - new2001.0
2252       - 151  # NDRPDR sel - new2001.0
2253       - 152  # NDRPDR sel - new2001.0
2254       - 153  # NDRPDR sel - new2001.0
2255       - 154  # NDRPDR sel - new2001.0
2256       - 101  # MRR sel - old
2257       - 128  # MRR sel addition - old
2258       - 169  # Reconf REMOVE
2259       - 181  # Soak REMOVE
2260       - 182  # Soak REMOVE
2261     # TODO: Add data:
2262     # csit-vpp-perf-report-iterative-2005-2n-skx:
2263
2264     csit-vpp-perf-verify-1908_1-2n-clx:
2265       - 5  # NDRPDR sel
2266       - 6  # NDRPDR sel
2267       - 7  # NDRPDR sel
2268       - 8  # NDRPDR sel
2269       - 9  # NDRPDR sel
2270     csit-vpp-perf-verify-2001-2n-clx:
2271       - 28  # NDRPDR sel
2272       - 29  # NDRPDR sel
2273       - 32  # NDRPDR sel
2274       - 40  # NDRPDR sel
2275       - 43  # NDRPDR sel
2276       - 44  # NDRPDR sel
2277       - 45  # NDRPDR sel
2278       - 47  # NDRPDR sel
2279       - 48  # NDRPDR sel
2280       - 49  # NDRPDR sel
2281       - 39  # MRR
2282       - 68  # Reconf REMOVE
2283       - 93  # Soak REMOVE
2284       - 94  # Soak REMOVE
2285     # TODO: Add data:
2286     csit-vpp-perf-report-iterative-2005-2n-clx:
2287       - 7   # NDRPDR sel
2288       - 9   # NDRPDR sel
2289
2290     csit-vpp-perf-verify-1908-3n-tsh:
2291       - 7   # NDRPDR sel
2292       - 8   # NDRPDR sel
2293       - 9   # NDRPDR sel
2294       - 10  # NDRPDR sel
2295       - 11  # NDRPDR sel
2296       - 12  # NDRPDR sel
2297       - 13  # NDRPDR sel
2298       - 14  # NDRPDR sel
2299       - 15  # NDRPDR sel
2300       - 16  # NDRPDR sel
2301       - 17  # MRR sel
2302     csit-vpp-perf-verify-2001-3n-tsh:
2303       - 3   # NDRPDR sel
2304       - 4   # NDRPDR sel
2305       - 7   # NDRPDR sel
2306       - 8   # NDRPDR sel
2307       - 10  # NDRPDR sel
2308       - 12  # NDRPDR sel
2309       - 13  # NDRPDR sel
2310       - 14  # NDRPDR sel
2311       - 15  # NDRPDR sel
2312       - 21  # NDRPDR sel
2313       - 9   # MRR sel
2314     # TODO: Add data:
2315     # csit-vpp-perf-report-iterative-2005-3n-tsh:
2316
2317     csit-vpp-perf-verify-1908-3n-dnv:
2318       - 6   # NDRPDR sel
2319       - 7   # NDRPDR sel
2320       - 8   # NDRPDR sel
2321       - 9   # NDRPDR sel
2322       - 10  # NDRPDR sel
2323       - 12  # NDRPDR sel
2324       - 13  # NDRPDR sel
2325       - 14  # NDRPDR sel
2326       - 15  # NDRPDR sel
2327       - 16  # NDRPDR sel
2328       - 17  # MRR sel
2329     csit-vpp-perf-verify-2001-3n-dnv:
2330       - 5   # NDRPDR sel
2331       - 6   # NDRPDR sel
2332       - 7   # NDRPDR sel
2333       - 8   # NDRPDR sel
2334       - 9   # NDRPDR sel
2335       - 10  # NDRPDR sel
2336       - 12  # NDRPDR sel
2337       - 16  # NDRPDR sel
2338       - 17  # NDRPDR sel
2339       - 18  # NDRPDR sel
2340       - 11  # MRR sel
2341     # TODO: Add data:
2342     csit-vpp-perf-report-iterative-2005-3n-dnv:
2343       - 2   # NDRPDR sel
2344       - 3   # NDRPDR sel
2345       - 4   # NDRPDR sel
2346       - 5   # NDRPDR sel
2347       - 6   # NDRPDR sel
2348       - 7   # NDRPDR sel
2349       - 9   # NDRPDR sel
2350       - 10  # NDRPDR sel
2351       - 11  # NDRPDR sel
2352       - 12  # NDRPDR sel
2353       - 8   # MRR
2354
2355     csit-vpp-perf-verify-1908-2n-dnv:
2356       - 1   # NDRPDR sel
2357       - 2   # NDRPDR sel
2358       - 3   # NDRPDR sel
2359       - 4   # NDRPDR sel
2360       - 5   # NDRPDR sel
2361       - 6   # NDRPDR sel
2362       - 7   # NDRPDR sel
2363       - 8   # NDRPDR sel
2364       - 9   # NDRPDR sel
2365       - 10  # NDRPDR sel
2366       - 11  # MRR sel
2367     csit-vpp-perf-verify-2001-2n-dnv:
2368       - 4   # NDRPDR sel
2369       - 5   # NDRPDR sel
2370       - 6   # NDRPDR sel
2371       - 7   # NDRPDR sel
2372       - 8   # NDRPDR sel
2373       - 9   # NDRPDR sel
2374       - 10  # NDRPDR sel
2375       - 11  # NDRPDR sel
2376       - 13  # NDRPDR sel
2377       - 16  # NDRPDR sel
2378       - 12  # MRR sel
2379     csit-vpp-perf-report-iterative-2005-2n-dnv:
2380       - 3   # 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       - 12  # NDRPDR sel
2388       - 13  # NDRPDR sel
2389       - 14  # NDRPDR sel
2390       - 15  # MRR sel
2391     csit-vpp-perf-report-coverage-2005-2n-dnv:
2392       - 1   # perf-full-2n-dnv-ip4_I
2393       - 2   # perf-full-2n-dnv-ip4_II
2394       - 3   # perf-full-2n-dnv-ip6_I
2395       - 4   # perf-full-2n-dnv-ip6_II
2396       - 5   # perf-full-2n-dnv-l2_I
2397       - 6   # perf-full-2n-dnv-l2_II
2398
2399     csit-dpdk-perf-verify-1908-3n-hsw:
2400       - 2   # NDRPDR sel
2401       - 3   # NDRPDR sel
2402       - 4   # NDRPDR sel
2403       - 5   # NDRPDR sel
2404       - 6   # NDRPDR sel
2405       - 7   # NDRPDR sel
2406       - 8   # NDRPDR sel
2407       - 9   # NDRPDR sel
2408       - 10  # NDRPDR sel
2409       - 11  # NDRPDR sel
2410     csit-dpdk-perf-verify-2001-3n-hsw:
2411       - 4   # NDRPDR sel
2412       - 5   # NDRPDR sel
2413       - 6   # NDRPDR sel
2414       - 7   # NDRPDR sel
2415       - 8   # NDRPDR sel
2416       - 9   # NDRPDR sel
2417       - 10  # NDRPDR sel
2418       - 11  # NDRPDR sel
2419       - 12  # NDRPDR sel
2420       - 13  # NDRPDR sel
2421       - 15  # NDRPDR sel
2422       - 16  # NDRPDR sel
2423       - 17  # NDRPDR sel
2424       - 18  # NDRPDR sel
2425       - 19  # NDRPDR sel
2426       - 20  # NDRPDR sel
2427       - 21  # NDRPDR sel
2428       - 22  # NDRPDR sel
2429       - 23  # NDRPDR sel
2430       - 24  # NDRPDR sel
2431     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2432       - 5   # NDRPDR sel
2433       - 6   # NDRPDR sel
2434       - 7   # NDRPDR sel
2435       - 8   # NDRPDR sel
2436       - 9   # NDRPDR sel
2437       - 10  # NDRPDR sel
2438       - 11  # NDRPDR sel
2439       - 12  # NDRPDR sel
2440       - 13  # NDRPDR sel
2441       - 14  # NDRPDR sel
2442
2443     csit-dpdk-perf-verify-1908-3n-skx:
2444       - 3   # NDRPDR sel
2445       - 4   # NDRPDR sel
2446       - 5   # NDRPDR sel
2447       - 6   # NDRPDR sel
2448       - 7   # NDRPDR sel
2449       - 8   # NDRPDR sel
2450       - 9   # NDRPDR sel
2451       - 10  # NDRPDR sel
2452       - 11  # NDRPDR sel
2453       - 12  # NDRPDR sel
2454     csit-dpdk-perf-verify-2001-3n-skx:
2455       - 29  # NDRPDR sel xxv710
2456       - 33  # NDRPDR sel xxv710
2457       - 34  # NDRPDR sel xxv710
2458       - 35  # NDRPDR sel xxv710
2459       - 36  # NDRPDR sel xxv710
2460       - 37  # NDRPDR sel xxv710
2461       - 41  # NDRPDR sel xxv710
2462       - 42  # NDRPDR sel xxv710
2463       - 43  # NDRPDR sel xxv710
2464       - 45  # NDRPDR sel xxv710
2465       - 30  # NDRPDR sel x710
2466       - 31  # NDRPDR sel x710
2467       - 32  # NDRPDR sel x710
2468       - 38  # NDRPDR sel x710
2469       - 39  # NDRPDR sel x710
2470       - 40  # NDRPDR sel x710
2471       - 44  # NDRPDR sel x710
2472       - 46  # NDRPDR sel x710
2473       - 47  # NDRPDR sel x710
2474       - 48  # NDRPDR sel x710
2475     csit-dpdk-perf-report-iterative-2005-3n-skx:
2476       - 4   # NDRPDR sel
2477       - 5   # NDRPDR sel
2478       - 6   # NDRPDR sel
2479       - 7   # NDRPDR sel
2480       - 8   # NDRPDR sel
2481       - 11  # NDRPDR sel
2482       - 12  # NDRPDR sel
2483       - 13  # NDRPDR sel
2484       - 14  # NDRPDR sel
2485       - 15  # NDRPDR sel
2486
2487     csit-dpdk-perf-verify-1908-2n-skx:
2488       - 2   # NDRPDR sel
2489       - 3   # NDRPDR sel
2490       - 4   # NDRPDR sel
2491       - 5   # NDRPDR sel
2492       - 7   # NDRPDR sel
2493       - 8   # NDRPDR sel
2494       - 9   # NDRPDR sel
2495       - 10  # NDRPDR sel
2496       - 11  # NDRPDR sel
2497       - 12  # NDRPDR sel
2498     csit-dpdk-perf-verify-2001-2n-skx:
2499       - 35  # NDRPDR sel xxv710
2500       - 36  # NDRPDR sel xxv710
2501       - 37  # NDRPDR sel xxv710
2502       - 41  # NDRPDR sel xxv710
2503       - 42  # NDRPDR sel xxv710
2504       - 43  # NDRPDR sel xxv710
2505       - 46  # NDRPDR sel xxv710
2506       - 47  # NDRPDR sel xxv710
2507       - 52  # NDRPDR sel xxv710
2508       - 53  # NDRPDR sel xxv710
2509       - 38  # NDRPDR sel x710
2510       - 39  # NDRPDR sel x710
2511       - 40  # NDRPDR sel x710
2512       - 44  # NDRPDR sel x710
2513       - 45  # NDRPDR sel x710
2514       - 48  # NDRPDR sel x710
2515       - 49  # NDRPDR sel x710
2516       - 50  # NDRPDR sel x710
2517       - 51  # NDRPDR sel x710
2518       - 54  # NDRPDR sel x710
2519     csit-dpdk-perf-report-iterative-2005-2n-skx:
2520       - 1   # NDRPDR sel
2521       - 2   # NDRPDR sel
2522       - 3   # NDRPDR sel
2523       - 4   # NDRPDR sel
2524       - 5   # NDRPDR sel
2525       - 6   # NDRPDR sel
2526       - 7   # NDRPDR sel
2527       - 8   # NDRPDR sel
2528       - 9   # NDRPDR sel
2529       - 10  # NDRPDR sel
2530
2531     csit-dpdk-perf-verify-2001-2n-clx:
2532       - 15  # NDRPDR sel
2533       - 16  # NDRPDR sel
2534       - 17  # NDRPDR sel
2535       - 18  # NDRPDR sel
2536       - 19  # NDRPDR sel
2537       - 20  # NDRPDR sel
2538       - 21  # NDRPDR sel
2539       - 22  # NDRPDR sel
2540       - 23  # NDRPDR sel
2541       - 24  # NDRPDR sel
2542       - 25  # NDRPDR sel
2543       - 26  # NDRPDR sel
2544       - 27  # NDRPDR sel
2545       - 28  # NDRPDR sel
2546       - 29  # NDRPDR sel
2547       - 30  # NDRPDR sel
2548       - 31  # NDRPDR sel
2549       - 32  # NDRPDR sel
2550       - 33  # NDRPDR sel
2551       - 34  # NDRPDR sel
2552     csit-dpdk-perf-report-iterative-2005-2n-clx:
2553       - 1   # NDRPDR sel
2554       - 2   # NDRPDR sel
2555       - 3   # NDRPDR sel
2556       - 4   # NDRPDR sel
2557       - 5   # NDRPDR sel
2558       - 6   # NDRPDR sel
2559       - 7   # NDRPDR sel
2560       - 8   # NDRPDR sel
2561       - 9   # NDRPDR sel
2562       - 10  # NDRPDR sel
2563
2564     csit-dpdk-perf-verify-2001-2n-dnv:
2565       - 9   # NDRPDR sel
2566       - 10  # NDRPDR sel
2567       - 11  # NDRPDR sel
2568       - 12  # NDRPDR sel
2569       - 13  # NDRPDR sel
2570       - 14  # NDRPDR sel
2571       - 15  # NDRPDR sel
2572       - 16  # NDRPDR sel
2573       - 17  # NDRPDR sel
2574       - 18  # NDRPDR sel
2575     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2576       - 8   # NDRPDR sel
2577       - 9   # NDRPDR sel
2578       - 10  # NDRPDR sel
2579       - 11  # NDRPDR sel
2580       - 12  # NDRPDR sel
2581       - 13  # NDRPDR sel
2582       - 14  # NDRPDR sel
2583       - 15  # NDRPDR sel
2584       - 16  # NDRPDR sel
2585       - 17  # NDRPDR sel
2586
2587     csit-dpdk-perf-verify-2001-3n-dnv:
2588       - 12  # NDRPDR sel
2589       - 13  # NDRPDR sel
2590       - 14  # NDRPDR sel
2591       - 15  # NDRPDR sel
2592       - 16  # NDRPDR sel
2593       - 17  # NDRPDR sel
2594       - 18  # NDRPDR sel
2595       - 19  # NDRPDR sel
2596       - 20  # NDRPDR sel
2597       - 22  # NDRPDR sel
2598     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2599       - 6   # NDRPDR sel
2600       - 7   # NDRPDR sel
2601       - 8   # NDRPDR sel
2602       - 9   # NDRPDR sel
2603       - 10  # NDRPDR sel
2604       - 11  # NDRPDR sel
2605       - 12  # NDRPDR sel
2606       - 13  # NDRPDR sel
2607       - 14  # NDRPDR sel
2608       - 16  # NDRPDR sel
2609
2610     csit-dpdk-perf-verify-2001-3n-tsh:
2611       - 3   # NDRPDR sel
2612       - 4   # NDRPDR sel
2613       - 5   # NDRPDR sel
2614       - 9   # NDRPDR sel
2615       - 10  # NDRPDR sel
2616       - 11  # NDRPDR sel
2617       - 12  # NDRPDR sel
2618       - 14  # NDRPDR sel
2619       - 15  # NDRPDR sel
2620       - 18  # NDRPDR sel
2621     # TODO: Add data:
2622     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2623       - 5   # NDRPDR sel
2624
2625     csit-vpp-device-2005-ubuntu1804-1n-skx:
2626       - 35
2627
2628 - type: "output"
2629   output: "report"
2630   format:
2631     html:
2632     - full
2633 #    pdf:
2634 #    - minimal
2635
2636 ################################################################################
2637 ###                               T A B L E S                                ###
2638 ################################################################################
2639
2640 # VPP Soak vs NDR - 2n-skx
2641 - type: "table"
2642   title: "VPP Soak vs NDR 2n-skx"
2643   algorithm: "table_soak_vs_ndr"
2644   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2645   reference:
2646     title: "NDR"
2647     data: "vpp-soak-vs-ndr-2n-skx-ref"
2648   compare:
2649     title: "Soak"
2650     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2651   data: "vpp-soak-vs-ndr-2n-skx"
2652   include-tests: "NDR"
2653   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2654   parameters:
2655     - "throughput"
2656     - "name"
2657     - "parent"
2658
2659 # VPP Soak vs NDR - 2n-clx
2660 - type: "table"
2661   title: "VPP Soak vs NDR 2n-clx"
2662   algorithm: "table_soak_vs_ndr"
2663   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2664   reference:
2665     title: "NDR"
2666     data: "vpp-soak-vs-ndr-2n-clx-ref"
2667   compare:
2668     title: "Soak"
2669     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2670   data: "vpp-soak-vs-ndr-2n-clx"
2671   include-tests: "NDR"
2672   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2673   parameters:
2674     - "throughput"
2675     - "name"
2676     - "parent"
2677
2678 ################################################################################
2679
2680 # VPP Compare NICs 3n-skx 2t1c ndr
2681 - type: "table"
2682   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2683   algorithm: "table_comparison"
2684   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2685   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2686   filter: "'2T1C' 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 4t2c ndr
2704 - type: "table"
2705   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2706   algorithm: "table_comparison"
2707   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2708   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2709   filter: "'4T2C' 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 2t1c pdr
2727 - type: "table"
2728   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2729   algorithm: "table_comparison"
2730   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2731   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2732   filter: "'2T1C' 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 4t2c pdr
2750 - type: "table"
2751   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2752   algorithm: "table_comparison"
2753   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2754   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2755   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2756   columns:
2757     - title: "x710"
2758       data-set: "vpp-nic-comparison-3n-skx"
2759       tag: "NIC_Intel-X710"
2760     - title: "xxv710"
2761       data-set: "vpp-nic-comparison-3n-skx"
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 2t1c mrr
2773 - type: "table"
2774   title: "VPP Compare NICs 3n-skx 2t1c mrr"
2775   algorithm: "table_comparison"
2776   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2777   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2778   filter: "'2T1C' 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 4t2c mrr
2796 - type: "table"
2797   title: "VPP Compare NICs 3n-skx 4t2c mrr"
2798   algorithm: "table_comparison"
2799   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2800   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2801   filter: "'4T2C' 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 3n-skx 8t4c mrr
2819 - type: "table"
2820   title: "VPP Compare NICs 3n-skx 8t4c mrr"
2821   algorithm: "table_comparison"
2822   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2823   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2824   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2825   columns:
2826     - title: "x710"
2827       data-set: "vpp-nic-comparison-3n-skx-mrr"
2828       tag: "NIC_Intel-X710"
2829     - title: "xxv710"
2830       data-set: "vpp-nic-comparison-3n-skx-mrr"
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 2t1c ndr
2842 - type: "table"
2843   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2844   algorithm: "table_comparison"
2845   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2846   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2847   filter: "'2T1C' 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 4t2c ndr
2865 - type: "table"
2866   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2867   algorithm: "table_comparison"
2868   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2869   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2870   filter: "'4T2C' 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 2t1c pdr
2888 - type: "table"
2889   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2890   algorithm: "table_comparison"
2891   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2892   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2893   filter: "'2T1C' 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 4t2c pdr
2911 - type: "table"
2912   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2913   algorithm: "table_comparison"
2914   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2915   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2916   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2917   columns:
2918     - title: "x710"
2919       data-set: "vpp-nic-comparison-2n-skx"
2920       tag: "NIC_Intel-X710"
2921     - title: "xxv710"
2922       data-set: "vpp-nic-comparison-2n-skx"
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 2t1c mrr
2934 - type: "table"
2935   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2936   algorithm: "table_comparison"
2937   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2938   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2939   filter: "'2T1C' 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 4t2c mrr
2957 - type: "table"
2958   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2959   algorithm: "table_comparison"
2960   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2961   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2962   filter: "'4T2C' 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 # VPP Compare NICs 2n-skx 8t4c mrr
2980 - type: "table"
2981   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2982   algorithm: "table_comparison"
2983   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2984   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2985   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2986   columns:
2987     - title: "x710"
2988       data-set: "vpp-nic-comparison-2n-skx-mrr"
2989       tag: "NIC_Intel-X710"
2990     - title: "xxv710"
2991       data-set: "vpp-nic-comparison-2n-skx-mrr"
2992       tag: "NIC_Intel-XXV710"
2993   comparisons:
2994     - title: "Diff"
2995       reference: 1
2996       compare: 2
2997   legend:
2998     - "Legend to Table:"
2999     - "x710, xxv710 - NICs tested."
3000     - "Diff - difference between x710 and xxv710 NIC."
3001
3002 ################################################################################
3003 # VPP
3004
3005 ## VPP Performance changes 2n-skx-xxv710 2t1c ndr
3006 #- type: "table"
3007 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c ndr"
3008 #  algorithm: "table_comparison"
3009 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-ndr"
3010 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3011 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3012 #  columns:
3013 #    - title: "1908.1"
3014 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3015 #    - title: "1908.2"
3016 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3017 #  comparisons:
3018 #    - title: "Diff"
3019 #      reference: 1
3020 #      compare: 2
3021 #  legend:
3022 #    - "Legend to Table:"
3023 #    - "1908.1, 1908.2 - VPP versions tested."
3024 #    - "Diff - difference between the previous and the current VPP version."
3025 #
3026 ## VPP Performance changes 2n-skx-xxv710 2t1c pdr
3027 #- type: "table"
3028 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c pdr"
3029 #  algorithm: "table_comparison"
3030 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-pdr"
3031 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3032 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3033 #  columns:
3034 #    - title: "1908.1"
3035 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3036 #    - title: "1908.2"
3037 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3038 #  comparisons:
3039 #    - title: "Diff"
3040 #      reference: 1
3041 #      compare: 2
3042 #  legend:
3043 #    - "Legend to Table:"
3044 #    - "1908.1, 1908.2 - VPP versions tested."
3045 #    - "Diff - difference between the previous and the current VPP version."
3046 #
3047 ## VPP Performance changes 3n-skx-xxv710 2t1c ndr
3048 #- type: "table"
3049 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c ndr"
3050 #  algorithm: "table_comparison"
3051 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-ndr"
3052 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3053 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3054 #  columns:
3055 #    - title: "1908.1"
3056 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3057 #    - title: "1908.2"
3058 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3059 #  comparisons:
3060 #    - title: "Diff"
3061 #      reference: 1
3062 #      compare: 2
3063 #  legend:
3064 #    - "Legend to Table:"
3065 #    - "1908.1, 1908.2 - VPP versions tested."
3066 #    - "Diff - difference between the previous and the current VPP version."
3067 #
3068 ## VPP Performance changes 3n-skx-xxv710 2t1c pdr
3069 #- type: "table"
3070 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c pdr"
3071 #  algorithm: "table_comparison"
3072 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-pdr"
3073 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3074 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3075 #  columns:
3076 #    - title: "1908.1"
3077 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3078 #    - title: "1908.2"
3079 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3080 #  comparisons:
3081 #    - title: "Diff"
3082 #      reference: 1
3083 #      compare: 2
3084 #  legend:
3085 #    - "Legend to Table:"
3086 #    - "1908.1, 1908.2 - VPP versions tested."
3087 #    - "Diff - difference between the previous and the current VPP version."
3088 #
3089 ## VPP Performance changes 2n-clx-xxv710 2t1c ndr
3090 #- type: "table"
3091 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c ndr"
3092 #  algorithm: "table_comparison"
3093 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-ndr"
3094 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3095 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3096 #  columns:
3097 #    - title: "1908.1"
3098 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3099 #    - title: "1908.2"
3100 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3101 #  comparisons:
3102 #    - title: "Diff"
3103 #      reference: 1
3104 #      compare: 2
3105 #  legend:
3106 #    - "Legend to Table:"
3107 #    - "1908.1, 1908.2 - VPP versions tested."
3108 #    - "Diff - difference between the previous and the current VPP version."
3109 #
3110 ## VPP Performance changes 2n-clx-xxv710 2t1c pdr
3111 #- type: "table"
3112 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c pdr"
3113 #  algorithm: "table_comparison"
3114 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-pdr"
3115 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3116 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3117 #  columns:
3118 #    - title: "1908.1"
3119 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3120 #    - title: "1908.2"
3121 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3122 #  comparisons:
3123 #    - title: "Diff"
3124 #      reference: 1
3125 #      compare: 2
3126 #  legend:
3127 #    - "Legend to Table:"
3128 #    - "1908.1, 1908.2 - VPP versions tested."
3129 #    - "Diff - difference between the previous and the current VPP version."
3130
3131 # VPP Performance Changes 3n-hsw 1t1c pdr
3132 - type: "table"
3133   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3134   algorithm: "table_comparison"
3135   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3136   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3137   filter: "'1T1C' 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 2t2c pdr
3155 - type: "table"
3156   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3157   algorithm: "table_comparison"
3158   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3159   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3160   filter: "'2T2C' 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 1t1c ndr
3178 - type: "table"
3179   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3180   algorithm: "table_comparison"
3181   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3182   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3183   filter: "'1T1C' 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 Performance Changes 3n-hsw 2t2c ndr
3201 - type: "table"
3202   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3203   algorithm: "table_comparison"
3204   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3205   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3206   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3207   columns:
3208     - title: "1908"
3209       data-set: "vpp-performance-changes-3n-hsw-h1"
3210     - title: "2001"
3211       data-set: "vpp-performance-changes-3n-hsw-ref"
3212     - title: "2005"
3213       data-set: "vpp-performance-changes-3n-hsw-cmp"
3214   comparisons:
3215     - title: "Diff"
3216       reference: 2
3217       compare: 3
3218   legend:
3219     - "Legend to Table"
3220     - "1908, 2001, 2005 - VPP versions tested."
3221     - "Diff - difference between 2001 and 2008 VPP version."
3222
3223 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3224 #- type: "table"
3225 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3226 #  algorithm: "table_comparison"
3227 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3228 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3229 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3230 #  rca:
3231 #    - title: "RCA1"
3232 #      data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3233 #    - title: "RCA2"
3234 #      data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3235 #  columns:
3236 #    - title: "1908.0-1"
3237 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3238 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3239 #    - title: "1908.1-1"
3240 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3241 #    - title: "1908.1-2"
3242 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3243 #    - title: "2001.0-2"
3244 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3245 #  comparisons:
3246 #    - title: "Diff1"
3247 #      reference: 2
3248 #      reference-alt: 1
3249 #      compare: 3
3250 #    - title: "Diff2"
3251 #      reference: 3
3252 #      compare: 4
3253 #  legend:
3254 #    - 'Legend to Table:'
3255 #    - '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).'
3256 #    - '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).'
3257 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3258 #    - 'RCA1 - root cause analysis reference for Diff1.'
3259 #    - 'RCA2 - root cause analysis reference for Diff2.'
3260 #
3261 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3262 #- type: "table"
3263 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3264 #  algorithm: "table_comparison"
3265 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3266 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3267 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3268 #  rca:
3269 #    - title: "RCA1"
3270 #      data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3271 #    - title: "RCA2"
3272 #      data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3273 #  columns:
3274 #    - title: "1908.0-1"
3275 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3276 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3277 #    - title: "1908.1-1"
3278 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3279 #    - title: "1908.1-2"
3280 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3281 #    - title: "2001.0-2"
3282 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3283 #  comparisons:
3284 #    - title: "Diff1"
3285 #      reference: 2
3286 #      reference-alt: 1
3287 #      compare: 3
3288 #    - title: "Diff2"
3289 #      reference: 3
3290 #      compare: 4
3291 #  legend:
3292 #    - 'Legend to Table:'
3293 #    - '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).'
3294 #    - '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).'
3295 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3296 #    - 'RCA1 - root cause analysis reference for Diff1.'
3297 #    - 'RCA2 - root cause analysis reference for Diff2.'
3298
3299 # VPP Performance Changes 3n-skx 2t1c pdr
3300 - type: "table"
3301   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3302   algorithm: "table_comparison"
3303   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3304   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3305   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3306   columns:
3307     - title: "1908"
3308       data-set: "vpp-performance-changes-3n-skx-h1"
3309       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3310     - title: "2001"
3311       data-set: "vpp-performance-changes-3n-skx-ref"
3312     - title: "2005"
3313       data-set: "vpp-performance-changes-3n-skx-cmp"
3314   comparisons:
3315     - title: "Diff"
3316       reference: 2
3317       compare: 3
3318   legend:
3319     - "Legend to Table"
3320     - "1908, 2001, 2005 - VPP versions tested."
3321     - "Diff - difference between 2001 and 2005 VPP version."
3322
3323 # VPP Performance Changes 3n-skx 4t2c pdr
3324 - type: "table"
3325   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3326   algorithm: "table_comparison"
3327   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3328   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3329   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3330   columns:
3331     - title: "1908"
3332       data-set: "vpp-performance-changes-3n-skx-h1"
3333       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3334     - title: "2001"
3335       data-set: "vpp-performance-changes-3n-skx-ref"
3336     - title: "2005"
3337       data-set: "vpp-performance-changes-3n-skx-cmp"
3338   comparisons:
3339     - title: "Diff"
3340       reference: 2
3341       compare: 3
3342   legend:
3343     - "Legend to Table"
3344     - "1908, 2001, 2005 - VPP versions tested."
3345     - "Diff - difference between 2001 and 2005 VPP version."
3346
3347 # VPP Performance Changes 3n-skx 2t1c ndr
3348 - type: "table"
3349   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3350   algorithm: "table_comparison"
3351   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3352   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3353   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3354   columns:
3355     - title: "1908"
3356       data-set: "vpp-performance-changes-3n-skx-h1"
3357       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3358     - title: "2001"
3359       data-set: "vpp-performance-changes-3n-skx-ref"
3360     - title: "2005"
3361       data-set: "vpp-performance-changes-3n-skx-cmp"
3362   comparisons:
3363     - title: "Diff"
3364       reference: 2
3365       compare: 3
3366   legend:
3367     - "Legend to Table"
3368     - "1908, 2001, 2005 - VPP versions tested."
3369     - "Diff - difference between 2001 and 2005 VPP version."
3370
3371 # VPP Performance Changes 3n-skx 4t2c ndr
3372 - type: "table"
3373   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3374   algorithm: "table_comparison"
3375   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3376   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3377   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3378   columns:
3379     - title: "1908"
3380       data-set: "vpp-performance-changes-3n-skx-h1"
3381       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3382     - title: "2001"
3383       data-set: "vpp-performance-changes-3n-skx-ref"
3384     - title: "2005"
3385       data-set: "vpp-performance-changes-3n-skx-cmp"
3386   comparisons:
3387     - title: "Diff"
3388       reference: 2
3389       compare: 3
3390   legend:
3391     - "Legend to Table"
3392     - "1908, 2001, 2005 - VPP versions tested."
3393     - "Diff - difference between 2001 and 2005 VPP version."
3394
3395 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3396 #- type: "table"
3397 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3398 #  algorithm: "table_comparison"
3399 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3400 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3401 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3402 #  rca:
3403 #    - title: "RCA1"
3404 #      data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3405 #    - title: "RCA2"
3406 #      data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3407 #  columns:
3408 #    - title: "1908.0-1"
3409 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3410 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3411 #    - title: "1908.1-1"
3412 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3413 #    - title: "1908.1-2"
3414 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3415 #    - title: "2001.0-2"
3416 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3417 #  comparisons:
3418 #    - title: "Diff1"
3419 #      reference: 2
3420 #      reference-alt: 1
3421 #      compare: 3
3422 #    - title: "Diff2"
3423 #      reference: 3
3424 #      compare: 4
3425 #  legend:
3426 #    - 'Legend to Table:'
3427 #    - '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).'
3428 #    - '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).'
3429 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3430 #    - 'RCA1 - root cause analysis reference for Diff1.'
3431 #    - 'RCA2 - root cause analysis reference for Diff2.'
3432 #
3433 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3434 #- type: "table"
3435 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3436 #  algorithm: "table_comparison"
3437 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3438 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3439 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3440 #  rca:
3441 #    - title: "RCA1"
3442 #      data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3443 #    - title: "RCA2"
3444 #      data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3445 #  columns:
3446 #    - title: "1908.0-1"
3447 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3448 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3449 #    - title: "1908.1-1"
3450 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3451 #    - title: "1908.1-2"
3452 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3453 #    - title: "2001.0-2"
3454 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3455 #  comparisons:
3456 #    - title: "Diff1"
3457 #      reference: 2
3458 #      reference-alt: 1
3459 #      compare: 3
3460 #    - title: "Diff2"
3461 #      reference: 3
3462 #      compare: 4
3463 #  legend:
3464 #    - 'Legend to Table:'
3465 #    - '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).'
3466 #    - '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).'
3467 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3468 #    - 'RCA1 - root cause analysis reference for Diff1.'
3469 #    - 'RCA2 - root cause analysis reference for Diff2.'
3470
3471 # VPP Performance Changes 2n-skx 2t1c pdr
3472 - type: "table"
3473   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3474   algorithm: "table_comparison"
3475   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3476   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3477   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3478   columns:
3479     - title: "1908"
3480       data-set: "vpp-performance-changes-2n-skx-h1"
3481       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3482     - title: "2001"
3483       data-set: "vpp-performance-changes-2n-skx-ref"
3484     - title: "2005"
3485       data-set: "vpp-performance-changes-2n-skx-cmp"
3486   comparisons:
3487     - title: "Diff"
3488       reference: 2
3489       compare: 3
3490   legend:
3491     - "Legend to Table"
3492     - "1908, 2001, 2005 - VPP versions tested."
3493     - "Diff - difference between 2001 and 2005 VPP version."
3494
3495 # VPP Performance Changes 2n-skx 4t2c pdr
3496 - type: "table"
3497   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3498   algorithm: "table_comparison"
3499   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3500   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3501   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3502   columns:
3503     - title: "1908"
3504       data-set: "vpp-performance-changes-2n-skx-h1"
3505       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3506     - title: "2001"
3507       data-set: "vpp-performance-changes-2n-skx-ref"
3508     - title: "2005"
3509       data-set: "vpp-performance-changes-2n-skx-cmp"
3510   comparisons:
3511     - title: "Diff"
3512       reference: 2
3513       compare: 3
3514   legend:
3515     - "Legend to Table"
3516     - "1908, 2001, 2005 - VPP versions tested."
3517     - "Diff - difference between 2001 and 2005 VPP version."
3518
3519 # VPP Performance Changes 2n-skx 2t1c ndr
3520 - type: "table"
3521   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3522   algorithm: "table_comparison"
3523   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3524   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3525   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3526   columns:
3527     - title: "1908"
3528       data-set: "vpp-performance-changes-2n-skx-h1"
3529       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3530     - title: "2001"
3531       data-set: "vpp-performance-changes-2n-skx-ref"
3532     - title: "2005"
3533       data-set: "vpp-performance-changes-2n-skx-cmp"
3534   comparisons:
3535     - title: "Diff"
3536       reference: 2
3537       compare: 3
3538   legend:
3539     - "Legend to Table"
3540     - "1908, 2001, 2005 - VPP versions tested."
3541     - "Diff - difference between 2001 and 2005 VPP version."
3542
3543 # VPP Performance Changes 2n-skx 4t2c ndr
3544 - type: "table"
3545   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3546   algorithm: "table_comparison"
3547   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3548   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3549   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3550   columns:
3551     - title: "1908"
3552       data-set: "vpp-performance-changes-2n-skx-h1"
3553       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3554     - title: "2001"
3555       data-set: "vpp-performance-changes-2n-skx-ref"
3556     - title: "2005"
3557       data-set: "vpp-performance-changes-2n-skx-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 1t1c pdr
3568 - type: "table"
3569   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3570   algorithm: "table_comparison"
3571   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3572   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3573   filter: "'1T1C'"
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 2t2c pdr
3591 - type: "table"
3592   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3593   algorithm: "table_comparison"
3594   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3595   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3596   filter: "'2T2C'"
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 1t1c ndr
3614 - type: "table"
3615   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3616   algorithm: "table_comparison"
3617   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3618   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3619   filter: "'1T1C'"
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 2n-dnv 2t2c ndr
3637 - type: "table"
3638   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3639   algorithm: "table_comparison"
3640   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3641   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3642   filter: "'2T2C'"
3643   columns:
3644     - title: "1908"
3645       data-set: "vpp-performance-changes-2n-dnv-h1"
3646     - title: "2001"
3647       data-set: "vpp-performance-changes-2n-dnv-ref"
3648     - title: "2005"
3649       data-set: "vpp-performance-changes-2n-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 1t1c pdr
3660 - type: "table"
3661   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3662   algorithm: "table_comparison"
3663   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3664   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3665   filter: "'1T1C'"
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 2t2c pdr
3683 - type: "table"
3684   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3685   algorithm: "table_comparison"
3686   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3687   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3688   filter: "'2T2C'"
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 1t1c ndr
3706 - type: "table"
3707   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3708   algorithm: "table_comparison"
3709   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3710   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3711   filter: "'1T1C'"
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-dnv 2t2c ndr
3729 - type: "table"
3730   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3731   algorithm: "table_comparison"
3732   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3733   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3734   filter: "'2T2C'"
3735   columns:
3736     - title: "1908"
3737       data-set: "vpp-performance-changes-3n-dnv-h1"
3738     - title: "2001"
3739       data-set: "vpp-performance-changes-3n-dnv-ref"
3740     - title: "2005"
3741       data-set: "vpp-performance-changes-3n-dnv-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 1t1c pdr
3752 - type: "table"
3753   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3754   algorithm: "table_comparison"
3755   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3756   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3757   filter: "'1T1C'"
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 2t2c pdr
3775 - type: "table"
3776   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3777   algorithm: "table_comparison"
3778   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3779   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3780   filter: "'2T2C'"
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 1t1c ndr
3798 - type: "table"
3799   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3800   algorithm: "table_comparison"
3801   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3802   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3803   filter: "'1T1C'"
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 Performance Changes 3n-tsh 2t2c ndr
3821 - type: "table"
3822   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3823   algorithm: "table_comparison"
3824   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3825   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3826   filter: "'2T2C'"
3827   columns:
3828     - title: "1908"
3829       data-set: "vpp-performance-changes-3n-tsh-h1"
3830     - title: "2001"
3831       data-set: "vpp-performance-changes-3n-tsh-ref"
3832     - title: "2005"
3833       data-set: "vpp-performance-changes-3n-tsh-cmp"
3834   comparisons:
3835     - title: "Diff"
3836       reference: 2
3837       compare: 3
3838   legend:
3839     - "Legend to Table"
3840     - "1908, 2001, 2005 - VPP versions tested."
3841     - "Diff - difference between 2001 and 2005 VPP version."
3842
3843 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3844 - type: "table"
3845   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3846   algorithm: "table_comparison"
3847   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3848   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3849   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
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 2c ndr
3867 - type: "table"
3868   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3869   algorithm: "table_comparison"
3870   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3871   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3872   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
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 1c pdr
3890 - type: "table"
3891   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3892   algorithm: "table_comparison"
3893   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3894   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3895   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
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 3n-hsw to 3n-skx 2c pdr
3913 - type: "table"
3914   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3915   algorithm: "table_comparison"
3916   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3917   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3918   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3919   columns:
3920     - title: "3n-hsw xl710"
3921       data-set: "vpp-compare-testbeds-ref"
3922       tag: "NIC_Intel-XL710"
3923     - title: "3n-skx xxv710"
3924       data-set: "vpp-compare-testbeds-cmp"
3925       tag: "NIC_Intel-XXV710"
3926   comparisons:
3927     - title: "Diff"
3928       reference: 1
3929       compare: 2
3930   legend:
3931     - "Legend to Table"
3932     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3933     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3934
3935 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3936 - type: "table"
3937   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3938   algorithm: "table_comparison"
3939   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3940   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3941   filter: "'2T1C' and 'NIC_Intel-XXV710'"
3942   columns:
3943     - title: "2n-skx"
3944       data-set: "vpp-compare-testbeds-skx-clx-ref"
3945     - title: "2n-clx"
3946       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3947   comparisons:
3948     - title: "Diff"
3949       reference: 1
3950       compare: 2
3951   legend:
3952     - "Legend to Table"
3953     - "2n-skx, 2n-clx - testbeds and NICs tested."
3954     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3955
3956 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3957 - type: "table"
3958   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3959   algorithm: "table_comparison"
3960   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3961   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3962   filter: "'4T2C' and 'NIC_Intel-XXV710'"
3963   columns:
3964     - title: "2n-skx"
3965       data-set: "vpp-compare-testbeds-skx-clx-ref"
3966     - title: "2n-clx"
3967       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3968   comparisons:
3969     - title: "Diff"
3970       reference: 1
3971       compare: 2
3972   legend:
3973     - "Legend to Table"
3974     - "2n-skx, 2n-clx - testbeds and NICs tested."
3975     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3976
3977 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3978 - type: "table"
3979   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3980   algorithm: "table_comparison"
3981   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3982   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3983   filter: "'2T1C' and 'NIC_Intel-XXV710'"
3984   columns:
3985     - title: "2n-skx"
3986       data-set: "vpp-compare-testbeds-skx-clx-ref"
3987     - title: "2n-clx"
3988       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3989   comparisons:
3990     - title: "Diff"
3991       reference: 1
3992       compare: 2
3993   legend:
3994     - "Legend to Table"
3995     - "2n-skx, 2n-clx - testbeds and NICs tested."
3996     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3997
3998 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3999 - type: "table"
4000   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4001   algorithm: "table_comparison"
4002   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4003   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4004   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4005   columns:
4006     - title: "2n-skx"
4007       data-set: "vpp-compare-testbeds-skx-clx-ref"
4008     - title: "2n-clx"
4009       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4010   comparisons:
4011     - title: "Diff"
4012       reference: 1
4013       compare: 2
4014   legend:
4015     - "Legend to Table"
4016     - "2n-skx, 2n-clx - testbeds and NICs tested."
4017     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4018
4019 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4020 - type: "table"
4021   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4022   algorithm: "table_comparison"
4023   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4024   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4025   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
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 2c ndr
4043 - type: "table"
4044   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4045   algorithm: "table_comparison"
4046   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4047   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4048   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
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 1c pdr
4066 - type: "table"
4067   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4068   algorithm: "table_comparison"
4069   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4070   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4071   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
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 Testbeds 3n-hsw to 2n-clx 2c pdr
4089 - type: "table"
4090   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4091   algorithm: "table_comparison"
4092   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4093   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4094   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4095   columns:
4096     - title: "3n-hsw xl710"
4097       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4098       tag: "NIC_Intel-XL710"
4099     - title: "2n-clx xxv710"
4100       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4101       tag: "NIC_Intel-XXV710"
4102   comparisons:
4103     - title: "Diff"
4104       reference: 1
4105       compare: 2
4106   legend:
4107     - "Legend to Table"
4108     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4109     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4110
4111 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4112 - type: "table"
4113   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4114   algorithm: "table_comparison"
4115   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4116   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4117   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4118   columns:
4119     - title: "3n-skx"
4120       data-set: "vpp-compare-topologies-ref"
4121     - title: "2n-skx"
4122       data-set: "vpp-compare-topologies-cmp"
4123   comparisons:
4124     - title: "Diff"
4125       reference: 1
4126       compare: 2
4127   legend:
4128     - "Legend to Table"
4129     - "3n-skx, 2n-skx - topologies tested."
4130     - "Diff - difference between 3n-skx and 2n-skx topologies."
4131
4132 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4133 - type: "table"
4134   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4135   algorithm: "table_comparison"
4136   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4137   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4138   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4139   columns:
4140     - title: "3n-skx"
4141       data-set: "vpp-compare-topologies-ref"
4142     - title: "2n-skx"
4143       data-set: "vpp-compare-topologies-cmp"
4144   comparisons:
4145     - title: "Diff"
4146       reference: 1
4147       compare: 2
4148   legend:
4149     - "Legend to Table"
4150     - "3n-skx, 2n-skx - topologies tested."
4151     - "Diff - difference between 3n-skx and 2n-skx topologies."
4152
4153 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4154 - type: "table"
4155   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4156   algorithm: "table_comparison"
4157   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4158   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4159   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4160   columns:
4161     - title: "3n-skx"
4162       data-set: "vpp-compare-topologies-ref"
4163     - title: "2n-skx"
4164       data-set: "vpp-compare-topologies-cmp"
4165   comparisons:
4166     - title: "Diff"
4167       reference: 1
4168       compare: 2
4169   legend:
4170     - "Legend to Table"
4171     - "3n-skx, 2n-skx - topologies tested."
4172     - "Diff - difference between 3n-skx and 2n-skx topologies."
4173
4174 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4175 - type: "table"
4176   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4177   algorithm: "table_comparison"
4178   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4179   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4180   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4181   columns:
4182     - title: "3n-skx"
4183       data-set: "vpp-compare-topologies-ref"
4184     - title: "2n-skx"
4185       data-set: "vpp-compare-topologies-cmp"
4186   comparisons:
4187     - title: "Diff"
4188       reference: 1
4189       compare: 2
4190   legend:
4191     - "Legend to Table"
4192     - "3n-skx, 2n-skx - topologies tested."
4193     - "Diff - difference between 3n-skx and 2n-skx topologies."
4194
4195 # VPP Performance Changes 3n-hsw 1t1c mrr
4196 - type: "table"
4197   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4198   algorithm: "table_comparison"
4199   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4200   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4201   filter: "'1T1C' 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 2t2c mrr
4219 - type: "table"
4220   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4221   algorithm: "table_comparison"
4222   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4223   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4224   filter: "'2T2C' 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-hsw 4t4c mrr
4242 - type: "table"
4243   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4244   algorithm: "table_comparison"
4245   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4246   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4247   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4248   columns:
4249     - title: "1908"
4250       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4251     - title: "2001"
4252       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4253     - title: "2005"
4254       data-set: "vpp-performance-changes-3n-hsw-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 2t1c mrr
4265 - type: "table"
4266   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4267   algorithm: "table_comparison"
4268   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4269   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4270   filter: "'2T1C' 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 4t2c mrr
4288 - type: "table"
4289   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4290   algorithm: "table_comparison"
4291   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4292   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4293   filter: "'4T2C' 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 3n-skx 8t4c mrr
4311 - type: "table"
4312   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4313   algorithm: "table_comparison"
4314   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4315   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4316   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4317   columns:
4318     - title: "1908"
4319       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4320     - title: "2001"
4321       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4322     - title: "2005"
4323       data-set: "vpp-performance-changes-3n-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 2t1c mrr
4334 - type: "table"
4335   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4336   algorithm: "table_comparison"
4337   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4338   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4339   filter: "'2T1C' 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 4t2c mrr
4357 - type: "table"
4358   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4359   algorithm: "table_comparison"
4360   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4361   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4362   filter: "'4T2C' 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-skx 8t4c mrr
4380 - type: "table"
4381   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4382   algorithm: "table_comparison"
4383   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4384   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4385   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4386   columns:
4387     - title: "1908"
4388       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4389     - title: "2001"
4390       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4391     - title: "2005"
4392       data-set: "vpp-performance-changes-2n-skx-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 1t1c mrr
4403 - type: "table"
4404   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4405   algorithm: "table_comparison"
4406   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4407   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4408   filter: "'1T1C'"
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 2t2c mrr
4426 - type: "table"
4427   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4428   algorithm: "table_comparison"
4429   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4430   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4431   filter: "'2T2C'"
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 2n-dnv 4t4c mrr
4449 - type: "table"
4450   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4451   algorithm: "table_comparison"
4452   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4453   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4454   filter: "'4T4C'"
4455   columns:
4456     - title: "1908"
4457       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4458     - title: "2001"
4459       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4460     - title: "2005"
4461       data-set: "vpp-performance-changes-2n-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 1t1c mrr
4472 - type: "table"
4473   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4474   algorithm: "table_comparison"
4475   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4476   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4477   filter: "'1T1C'"
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 2t2c mrr
4495 - type: "table"
4496   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4497   algorithm: "table_comparison"
4498   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4499   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4500   filter: "'2T2C'"
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-dnv 4t4c mrr
4518 - type: "table"
4519   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4520   algorithm: "table_comparison"
4521   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4522   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4523   filter: "'4T4C'"
4524   columns:
4525     - title: "1908"
4526       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4527     - title: "2001"
4528       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4529     - title: "2005"
4530       data-set: "vpp-performance-changes-3n-dnv-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 1t1c mrr
4541 - type: "table"
4542   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4543   algorithm: "table_comparison"
4544   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4545   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4546   filter: "'1T1C'"
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 2t2c mrr
4564 - type: "table"
4565   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4566   algorithm: "table_comparison"
4567   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4568   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4569   filter: "'2T2C'"
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 Performance Changes 3n-tsh 4t4c mrr
4587 - type: "table"
4588   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
4589   algorithm: "table_comparison"
4590   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4591   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4592   filter: "'4T4C'"
4593   columns:
4594     - title: "1908"
4595       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4596     - title: "2001"
4597       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4598     - title: "2005"
4599       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4600   comparisons:
4601     - title: "Diff"
4602       reference: 2
4603       compare: 3
4604   legend:
4605     - "Legend to Table"
4606     - "1908, 2001, 2005 - VPP versions tested."
4607     - "Diff - difference between 2001 and 2005 VPP version."
4608
4609 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4610 - type: "table"
4611   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4612   algorithm: "table_comparison"
4613   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4614   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4615   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
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 2c mrr
4633 - type: "table"
4634   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4635   algorithm: "table_comparison"
4636   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4637   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4638   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
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 3n-hsw to 3n-skx 4c mrr
4656 - type: "table"
4657   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4658   algorithm: "table_comparison"
4659   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4660   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4661   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4662   columns:
4663     - title: "3n-hsw xl710"
4664       data-set: "vpp-compare-testbeds-mrr-ref"
4665       tag: "NIC_Intel-XL710"
4666     - title: "3n-skx xxv710"
4667       data-set: "vpp-compare-testbeds-mrr-cmp"
4668       tag: "NIC_Intel-XXV710"
4669   comparisons:
4670     - title: "Diff"
4671       reference: 1
4672       compare: 2
4673   legend:
4674     - "Legend to Table"
4675     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4676     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4677
4678 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4679 - type: "table"
4680   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4681   algorithm: "table_comparison"
4682   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4683   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4684   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4685   columns:
4686     - title: "2n-skx"
4687       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4688     - title: "2n-clx"
4689       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4690   comparisons:
4691     - title: "Diff"
4692       reference: 1
4693       compare: 2
4694   legend:
4695     - "Legend to Table"
4696     - "2n-skx, 2n-clx - testbeds and NICs tested."
4697     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4698
4699 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4700 - type: "table"
4701   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4702   algorithm: "table_comparison"
4703   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4704   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4705   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4706   columns:
4707     - title: "2n-skx"
4708       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4709     - title: "2n-clx"
4710       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4711   comparisons:
4712     - title: "Diff"
4713       reference: 1
4714       compare: 2
4715   legend:
4716     - "Legend to Table"
4717     - "2n-skx, 2n-clx - testbeds and NICs tested."
4718     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4719
4720 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4721 - type: "table"
4722   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4723   algorithm: "table_comparison"
4724   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4725   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4726   filter: "'8T4C' and 'NIC_Intel-XXV710'"
4727   columns:
4728     - title: "2n-skx"
4729       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4730     - title: "2n-clx"
4731       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4732   comparisons:
4733     - title: "Diff"
4734       reference: 1
4735       compare: 2
4736   legend:
4737     - "Legend to Table"
4738     - "2n-skx, 2n-clx - testbeds and NICs tested."
4739     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4740
4741 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4742 - type: "table"
4743   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4744   algorithm: "table_comparison"
4745   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4746   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4747   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
4748   columns:
4749     - title: "3n-skx"
4750       data-set: "vpp-compare-topologies-mrr-ref"
4751     - title: "2n-skx"
4752       data-set: "vpp-compare-topologies-mrr-cmp"
4753   comparisons:
4754     - title: "Diff"
4755       reference: 1
4756       compare: 2
4757   legend:
4758     - "Legend to Table"
4759     - "3n-skx, 2n-skx - topologies tested."
4760     - "Diff - difference between 3n-skx and 2n-skx topologies."
4761
4762 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4763 - type: "table"
4764   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4765   algorithm: "table_comparison"
4766   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4767   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4768   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
4769   columns:
4770     - title: "3n-skx"
4771       data-set: "vpp-compare-topologies-mrr-ref"
4772     - title: "2n-skx"
4773       data-set: "vpp-compare-topologies-mrr-cmp"
4774   comparisons:
4775     - title: "Diff"
4776       reference: 1
4777       compare: 2
4778   legend:
4779     - "Legend to Table"
4780     - "3n-skx, 2n-skx - topologies tested."
4781     - "Diff - difference between 3n-skx and 2n-skx topologies."
4782
4783 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4784 - type: "table"
4785   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4786   algorithm: "table_comparison"
4787   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4788   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4789   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
4790   columns:
4791     - title: "3n-skx"
4792       data-set: "vpp-compare-topologies-mrr-ref"
4793     - title: "2n-skx"
4794       data-set: "vpp-compare-topologies-mrr-cmp"
4795   comparisons:
4796     - title: "Diff"
4797       reference: 1
4798       compare: 2
4799   legend:
4800     - "Legend to Table"
4801     - "3n-skx, 2n-skx - topologies tested."
4802     - "Diff - difference between 3n-skx and 2n-skx topologies."
4803
4804 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4805 - type: "table"
4806   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4807   algorithm: "table_comparison"
4808   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4809   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4810   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
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 2c mrr
4828 - type: "table"
4829   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4830   algorithm: "table_comparison"
4831   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4832   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4833   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
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 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4851 - type: "table"
4852   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4853   algorithm: "table_comparison"
4854   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4855   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4856   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4857   columns:
4858     - title: "3n-hsw xl710"
4859       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4860       tag: "NIC_Intel-XL710"
4861     - title: "2n-clx xxv710"
4862       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4863       tag: "NIC_Intel-XXV710"
4864   comparisons:
4865     - title: "Diff"
4866       reference: 1
4867       compare: 2
4868   legend:
4869     - "Legend to Table"
4870     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4871     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4872
4873 # Detailed Test Results - VPP Performance Results 3n-hsw
4874 - type: "table"
4875   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4876   algorithm: "table_merged_details"
4877   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
4878   columns:
4879     - title: " |prein| Test Name |preout| "
4880       data: "data name"
4881     - 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| "
4882       data: "data msg"
4883   data: "vpp-perf-results-3n-hsw"
4884   filter: "all"
4885   parameters:
4886   - "name"
4887   - "parent"
4888   - "msg"
4889
4890 # Detailed Test Results - VPP Performance Results 3n-skx
4891 - type: "table"
4892   title: "Detailed Test Results - VPP Performance Results 3n-skx"
4893   algorithm: "table_merged_details"
4894   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
4895   columns:
4896     - title: " |prein| Test Name |preout| "
4897       data: "data name"
4898     - 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| "
4899       data: "data msg"
4900   data: "vpp-perf-results-3n-skx"
4901   filter: "all"
4902   remove-ndr: False
4903   parameters:
4904   - "name"
4905   - "parent"
4906   - "msg"
4907
4908 # Detailed Test Results - VPP Performance Results 2n-skx
4909 - type: "table"
4910   title: "Detailed Test Results - VPP Performance Results 2n-skx"
4911   algorithm: "table_merged_details"
4912   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
4913   columns:
4914     - title: " |prein| Test Name |preout| "
4915       data: "data name"
4916     - 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| "
4917       data: "data msg"
4918   data: "vpp-perf-results-2n-skx"
4919   filter: "all"
4920   remove-ndr: False
4921   parameters:
4922   - "name"
4923   - "parent"
4924   - "msg"
4925
4926 # Detailed Test Results - VPP Performance Results 2n-clx
4927 - type: "table"
4928   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4929   algorithm: "table_merged_details"
4930   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
4931   columns:
4932     - title: " |prein| Test Name |preout| "
4933       data: "data name"
4934     - 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| "
4935       data: "data msg"
4936   data: "vpp-perf-results-2n-clx"
4937   filter: "all"
4938   parameters:
4939   - "name"
4940   - "parent"
4941   - "msg"
4942
4943 # Detailed Test Results - VPP Performance Results 3n-tsh
4944 - type: "table"
4945   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4946   algorithm: "table_merged_details"
4947   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
4948   columns:
4949     - title: " |prein| Test Name |preout| "
4950       data: "data name"
4951     - 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| "
4952       data: "data msg"
4953   data: "vpp-perf-results-3n-tsh"
4954   filter: "all"
4955   parameters:
4956   - "name"
4957   - "parent"
4958   - "msg"
4959
4960 # Detailed Test Results - VPP Performance Results 3n-dnv
4961 - type: "table"
4962   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4963   algorithm: "table_merged_details"
4964   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
4965   columns:
4966     - title: " |prein| Test Name |preout| "
4967       data: "data name"
4968     - 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| "
4969       data: "data msg"
4970   data: "vpp-perf-results-3n-dnv"
4971   filter: "all"
4972   parameters:
4973   - "name"
4974   - "parent"
4975   - "msg"
4976
4977 # Detailed Test Results - VPP Performance Results 2n-dnv
4978 - type: "table"
4979   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4980   algorithm: "table_merged_details"
4981   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4982   columns:
4983     - title: " |prein| Test Name |preout| "
4984       data: "data name"
4985     - 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| "
4986       data: "data msg"
4987   data: "vpp-perf-results-2n-dnv"
4988   filter: "all"
4989   parameters:
4990   - "name"
4991   - "parent"
4992   - "msg"
4993
4994 # Test configuration - VPP Performance Test Configs 3n-hsw
4995 - type: "table"
4996   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4997   algorithm: "table_merged_details"
4998   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
4999   columns:
5000     - title: " |prein| Test Name |preout| "
5001       data: "data name"
5002     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5003       data: "data conf-history"
5004   data: "vpp-perf-results-3n-hsw"
5005   filter: "all"
5006   parameters:
5007   - "parent"
5008   - "name"
5009   - "conf-history"
5010
5011 # Test configuration - VPP Performance Test Configs 3n-skx
5012 - type: "table"
5013   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5014   algorithm: "table_merged_details"
5015   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5016   columns:
5017     - title: " |prein| Test Name |preout| "
5018       data: "data name"
5019     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5020       data: "data conf-history"
5021   data: "vpp-perf-results-3n-skx"
5022   filter: "all"
5023   parameters:
5024   - "parent"
5025   - "name"
5026   - "conf-history"
5027
5028 # Test configuration - VPP Performance Test Configs 2n-skx
5029 - type: "table"
5030   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5031   algorithm: "table_merged_details"
5032   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5033   columns:
5034     - title: " |prein| Test Name |preout| "
5035       data: "data name"
5036     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5037       data: "data conf-history"
5038   data: "vpp-perf-results-2n-skx"
5039   filter: "all"
5040   parameters:
5041   - "parent"
5042   - "name"
5043   - "conf-history"
5044
5045 # Test configuration - VPP Performance Test Configs 2n-clx
5046 - type: "table"
5047   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5048   algorithm: "table_merged_details"
5049   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5050   columns:
5051     - title: " |prein| Test Name |preout| "
5052       data: "data name"
5053     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5054       data: "data conf-history"
5055   data: "vpp-perf-results-2n-clx"
5056   filter: "all"
5057   parameters:
5058   - "parent"
5059   - "name"
5060   - "conf-history"
5061
5062 # Test configuration - VPP Performance Test Configs 3n-tsh
5063 - type: "table"
5064   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5065   algorithm: "table_merged_details"
5066   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5067   columns:
5068     - title: " |prein| Test Name |preout| "
5069       data: "data name"
5070     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5071       data: "data conf-history"
5072   data: "vpp-perf-results-3n-tsh"
5073   filter: "all"
5074   parameters:
5075   - "parent"
5076   - "name"
5077   - "conf-history"
5078
5079 # Test configuration - VPP Performance Test Configs 3n-dnv
5080 - type: "table"
5081   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5082   algorithm: "table_merged_details"
5083   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5084   columns:
5085     - title: " |prein| Test Name |preout| "
5086       data: "data name"
5087     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5088       data: "data conf-history"
5089   data: "vpp-perf-results-3n-dnv"
5090   filter: "all"
5091   parameters:
5092   - "parent"
5093   - "name"
5094   - "conf-history"
5095
5096 # Test configuration - VPP Performance Test Configs 2n-dnv
5097 - type: "table"
5098   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5099   algorithm: "table_merged_details"
5100   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5101   columns:
5102     - title: " |prein| Test Name |preout| "
5103       data: "data name"
5104     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5105       data: "data conf-history"
5106   data: "vpp-perf-results-2n-dnv"
5107   filter: "all"
5108   parameters:
5109   - "parent"
5110   - "name"
5111   - "conf-history"
5112
5113 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5114 - type: "table"
5115   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5116   algorithm: "table_oper_data_html"
5117   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5118   data: "vpp-perf-results-3n-hsw"
5119   filter: "all"
5120
5121 # Test Operational Data - VPP Performance Operational Data 3n-skx
5122 - type: "table"
5123   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5124   algorithm: "table_oper_data_html"
5125   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5126   data: "vpp-perf-results-3n-skx"
5127   filter: "all"
5128
5129 # Test Operational Data - VPP Performance Operational Data 2n-skx
5130 - type: "table"
5131   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5132   algorithm: "table_oper_data_html"
5133   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5134   data: "vpp-perf-results-2n-skx"
5135   filter: "all"
5136
5137 # Test Operational Data - VPP Performance Operational Data 2n-clx
5138 - type: "table"
5139   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5140   algorithm: "table_oper_data_html"
5141   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5142   data: "vpp-perf-results-2n-clx"
5143   filter: "all"
5144
5145 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5146 - type: "table"
5147   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5148   algorithm: "table_oper_data_html"
5149   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5150   data: "vpp-perf-results-3n-tsh"
5151   filter: "all"
5152
5153 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5154 - type: "table"
5155   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5156   algorithm: "table_oper_data_html"
5157   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5158   data: "vpp-perf-results-3n-dnv"
5159   filter: "all"
5160
5161 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5162 - type: "table"
5163   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5164   algorithm: "table_oper_data_html"
5165   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5166   data: "vpp-perf-results-2n-dnv"
5167   filter: "all"
5168
5169 # Detailed Test Results - VPP MRR Results 3n-hsw
5170 - type: "table"
5171   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5172   algorithm: "table_merged_details"
5173   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5174   columns:
5175     - title: " |prein| Test Name |preout| "
5176       data: "data name"
5177     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5178       data: "data msg"
5179   data: "vpp-mrr-results-3n-hsw"
5180   filter: "all"
5181   parameters:
5182   - "name"
5183   - "parent"
5184   - "msg"
5185
5186 # Detailed Test Results - VPP MRR Results 3n-skx
5187 - type: "table"
5188   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5189   algorithm: "table_merged_details"
5190   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5191   columns:
5192     - title: " |prein| Test Name |preout| "
5193       data: "data name"
5194     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5195       data: "data msg"
5196   data: "vpp-mrr-results-3n-skx"
5197   filter: "all"
5198   parameters:
5199   - "name"
5200   - "parent"
5201   - "msg"
5202
5203 # Detailed Test Results - VPP MRR Results 2n-skx
5204 - type: "table"
5205   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5206   algorithm: "table_merged_details"
5207   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5208   columns:
5209     - title: " |prein| Test Name |preout| "
5210       data: "data name"
5211     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5212       data: "data msg"
5213   data: "vpp-mrr-results-2n-skx"
5214   filter: "all"
5215   parameters:
5216   - "name"
5217   - "parent"
5218   - "msg"
5219
5220 # Detailed Test Results - VPP MRR Results 2n-clx
5221 - type: "table"
5222   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5223   algorithm: "table_merged_details"
5224   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5225   columns:
5226     - title: " |prein| Test Name |preout| "
5227       data: "data name"
5228     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5229       data: "data msg"
5230   data: "vpp-mrr-results-2n-clx"
5231   filter: "all"
5232   parameters:
5233   - "name"
5234   - "parent"
5235   - "msg"
5236
5237 # Detailed Test Results - VPP MRR Results 3n-tsh
5238 - type: "table"
5239   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5240   algorithm: "table_merged_details"
5241   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5242   columns:
5243     - title: " |prein| Test Name |preout| "
5244       data: "data name"
5245     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5246       data: "data msg"
5247   data: "vpp-mrr-results-3n-tsh"
5248   filter: "all"
5249   parameters:
5250   - "name"
5251   - "parent"
5252   - "msg"
5253
5254 # Detailed Test Results - VPP MRR Results 3n-dnv
5255 - type: "table"
5256   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5257   algorithm: "table_merged_details"
5258   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5259   columns:
5260     - title: " |prein| Test Name |preout| "
5261       data: "data name"
5262     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5263       data: "data msg"
5264   data: "vpp-mrr-results-3n-dnv"
5265   filter: "all"
5266   parameters:
5267   - "name"
5268   - "parent"
5269   - "msg"
5270
5271 # Detailed Test Results - VPP MRR Results 2n-dnv
5272 - type: "table"
5273   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5274   algorithm: "table_merged_details"
5275   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5276   columns:
5277     - title: " |prein| Test Name |preout| "
5278       data: "data name"
5279     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5280       data: "data msg"
5281   data: "vpp-mrr-results-2n-dnv"
5282   filter: "all"
5283   parameters:
5284   - "name"
5285   - "parent"
5286   - "msg"
5287
5288 # Test configuration - VPP MRR Test Configs 3n-hsw
5289 - type: "table"
5290   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5291   algorithm: "table_merged_details"
5292   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5293   columns:
5294     - title: " |prein| Test Name |preout| "
5295       data: "data name"
5296     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5297       data: "data conf-history"
5298   data: "vpp-mrr-results-3n-hsw"
5299   filter: "all"
5300   parameters:
5301   - "parent"
5302   - "name"
5303   - "conf-history"
5304
5305 # Test configuration - VPP MRR Test Configs 3n-skx
5306 - type: "table"
5307   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5308   algorithm: "table_merged_details"
5309   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5310   columns:
5311     - title: " |prein| Test Name |preout| "
5312       data: "data name"
5313     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5314       data: "data conf-history"
5315   data: "vpp-mrr-results-3n-skx"
5316   filter: "all"
5317   parameters:
5318   - "parent"
5319   - "name"
5320   - "conf-history"
5321
5322 # Test configuration - VPP MRR Test Configs 2n-skx
5323 - type: "table"
5324   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5325   algorithm: "table_merged_details"
5326   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5327   columns:
5328     - title: " |prein| Test Name |preout| "
5329       data: "data name"
5330     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5331       data: "data conf-history"
5332   data: "vpp-mrr-results-2n-skx"
5333   filter: "all"
5334   parameters:
5335   - "parent"
5336   - "name"
5337   - "conf-history"
5338
5339 # Test configuration - VPP MRR Test Configs 2n-clx
5340 - type: "table"
5341   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5342   algorithm: "table_merged_details"
5343   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5344   columns:
5345     - title: " |prein| Test Name |preout| "
5346       data: "data name"
5347     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5348       data: "data conf-history"
5349   data: "vpp-mrr-results-2n-clx"
5350   filter: "all"
5351   parameters:
5352   - "parent"
5353   - "name"
5354   - "conf-history"
5355
5356 # Test configuration - VPP MRR Test Configs 3n-tsh
5357 - type: "table"
5358   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5359   algorithm: "table_merged_details"
5360   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5361   columns:
5362     - title: " |prein| Test Name |preout| "
5363       data: "data name"
5364     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5365       data: "data conf-history"
5366   data: "vpp-mrr-results-3n-tsh"
5367   filter: "all"
5368   parameters:
5369   - "parent"
5370   - "name"
5371   - "conf-history"
5372
5373 # Test configuration - VPP MRR Test Configs 3n-dnv
5374 - type: "table"
5375   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5376   algorithm: "table_merged_details"
5377   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5378   columns:
5379     - title: " |prein| Test Name |preout| "
5380       data: "data name"
5381     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5382       data: "data conf-history"
5383   data: "vpp-mrr-results-3n-dnv"
5384   filter: "all"
5385   parameters:
5386   - "parent"
5387   - "name"
5388   - "conf-history"
5389
5390 # Test configuration - VPP MRR Test Configs 2n-dnv
5391 - type: "table"
5392   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5393   algorithm: "table_merged_details"
5394   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5395   columns:
5396     - title: " |prein| Test Name |preout| "
5397       data: "data name"
5398     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5399       data: "data conf-history"
5400   data: "vpp-mrr-results-2n-dnv"
5401   filter: "all"
5402   parameters:
5403   - "parent"
5404   - "name"
5405   - "conf-history"
5406
5407 # Detailed Test Results - VPP Device Results - Ubuntu
5408 - type: "table"
5409   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5410   algorithm: "table_merged_details"
5411   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5412   columns:
5413     - title: " |prein| Test Name |preout| "
5414       data: "data name"
5415     - title: " |prein| Status |preout| "
5416       data: "data status"
5417   data: "vpp-device-results-ubuntu"
5418   filter: "all"
5419   parameters:
5420   - "name"
5421   - "parent"
5422   - "doc"
5423   - "status"
5424
5425 # Test configuration - VPP Device Test Configs - Ubuntu
5426 - type: "table"
5427   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5428   algorithm: "table_merged_details"
5429   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5430   columns:
5431     - title: " |prein| Test Name |preout| "
5432       data: "data name"
5433     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5434       data: "data conf-history"
5435   data: "vpp-device-results-ubuntu"
5436   filter: "all"
5437   parameters:
5438   - "parent"
5439   - "name"
5440   - "conf-history"
5441
5442 ################################################################################
5443
5444 # DPDK Performance Changes 3n-hsw 1t1c pdr
5445 - type: "table"
5446   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5447   algorithm: "table_comparison"
5448   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5449   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5450   filter: "'1T1C' 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 2t2c pdr
5468 - type: "table"
5469   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5470   algorithm: "table_comparison"
5471   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5472   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5473   filter: "'2T2C' 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 1t1c pdr
5491 - type: "table"
5492   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5493   algorithm: "table_comparison"
5494   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5495   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5496   filter: "'1T1C' 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-hsw 2t2c ndr
5514 - type: "table"
5515   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5516   algorithm: "table_comparison"
5517   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5518   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5519   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5520   columns:
5521     - title: "1908"
5522       data-set: "dpdk-performance-changes-3n-hsw-h1"
5523     - title: "2001"
5524       data-set: "dpdk-performance-changes-3n-hsw-ref"
5525     - title: "2005"
5526       data-set: "dpdk-performance-changes-3n-hsw-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 2t1c pdr
5537 - type: "table"
5538   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5539   algorithm: "table_comparison"
5540   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5541   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5542   filter: "'2T1C' 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 4t2c pdr
5560 - type: "table"
5561   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5562   algorithm: "table_comparison"
5563   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5564   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5565   filter: "'4T2C' 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 2t1c ndr
5583 - type: "table"
5584   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5585   algorithm: "table_comparison"
5586   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5587   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5588   filter: "'2T1C' 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 3n-skx 4t2c ndr
5606 - type: "table"
5607   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5608   algorithm: "table_comparison"
5609   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5610   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5611   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5612   columns:
5613     - title: "1908"
5614       data-set: "dpdk-performance-changes-3n-skx-h1"
5615     - title: "2001"
5616       data-set: "dpdk-performance-changes-3n-skx-ref"
5617     - title: "2005"
5618       data-set: "dpdk-performance-changes-3n-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 2t1c pdr
5629 - type: "table"
5630   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5631   algorithm: "table_comparison"
5632   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5633   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5634   filter: "'2T1C' 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 4t2c pdr
5652 - type: "table"
5653   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5654   algorithm: "table_comparison"
5655   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5656   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5657   filter: "'4T2C' 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 2t1c ndr
5675 - type: "table"
5676   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5677   algorithm: "table_comparison"
5678   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5679   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5680   filter: "'2T1C' 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-skx 4t2c ndr
5698 - type: "table"
5699   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5700   algorithm: "table_comparison"
5701   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5702   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5703   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5704   columns:
5705     - title: "1908"
5706       data-set: "dpdk-performance-changes-2n-skx-h1"
5707     - title: "2001"
5708       data-set: "dpdk-performance-changes-2n-skx-ref"
5709     - title: "2005"
5710       data-set: "dpdk-performance-changes-2n-skx-cmp"
5711   comparisons:
5712     - title: "Diff"
5713       reference: 2
5714       compare: 3
5715   legend:
5716     - "Legend to Table"
5717     - "1908, 2001, 2005 - DPDK versions tested."
5718     - "Diff - difference between 2001 and 2005 DPDK version."
5719
5720 # DPDK Performance Changes 2n-clx 2t1c pdr
5721 - type: "table"
5722   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
5723   algorithm: "table_comparison"
5724   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
5725   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5726   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5727   columns:
5728     - title: "2001"
5729       data-set: "dpdk-performance-changes-2n-clx-ref"
5730     - title: "2005"
5731       data-set: "dpdk-performance-changes-2n-clx-cmp"
5732   comparisons:
5733     - title: "Diff"
5734       reference: 1
5735       compare: 2
5736   legend:
5737     - "Legend to Table"
5738     - "2001, 2005 - DPDK versions tested."
5739     - "Diff - difference between 2001 and 2005 DPDK version."
5740
5741 # DPDK Performance Changes 2n-clx 4t2c pdr
5742 - type: "table"
5743   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
5744   algorithm: "table_comparison"
5745   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
5746   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5747   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5748   columns:
5749     - title: "2001"
5750       data-set: "dpdk-performance-changes-2n-clx-ref"
5751     - title: "2005"
5752       data-set: "dpdk-performance-changes-2n-clx-cmp"
5753   comparisons:
5754     - title: "Diff"
5755       reference: 1
5756       compare: 2
5757   legend:
5758     - "Legend to Table"
5759     - "2001, 2005 - DPDK versions tested."
5760     - "Diff - difference between 2001 and 2005 DPDK version."
5761
5762 # DPDK Performance Changes 2n-clx 2t1c ndr
5763 - type: "table"
5764   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
5765   algorithm: "table_comparison"
5766   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
5767   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5768   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5769   columns:
5770     - title: "2001"
5771       data-set: "dpdk-performance-changes-2n-clx-ref"
5772     - title: "2005"
5773       data-set: "dpdk-performance-changes-2n-clx-cmp"
5774   comparisons:
5775     - title: "Diff"
5776       reference: 1
5777       compare: 2
5778   legend:
5779     - "Legend to Table"
5780     - "2001, 2005 - DPDK versions tested."
5781     - "Diff - difference between 2001 and 2005 DPDK version."
5782
5783 # DPDK Performance Changes 2n-clx 4t2c ndr
5784 - type: "table"
5785   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
5786   algorithm: "table_comparison"
5787   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
5788   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5789   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5790   columns:
5791     - title: "2001"
5792       data-set: "dpdk-performance-changes-2n-clx-ref"
5793     - title: "2005"
5794       data-set: "dpdk-performance-changes-2n-clx-cmp"
5795   comparisons:
5796     - title: "Diff"
5797       reference: 1
5798       compare: 2
5799   legend:
5800     - "Legend to Table"
5801     - "2001, 2005 - DPDK versions tested."
5802     - "Diff - difference between 2001 and 2005 DPDK version."
5803
5804 # DPDK Performance Changes 2n-dnv 1t1c pdr
5805 - type: "table"
5806   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
5807   algorithm: "table_comparison"
5808   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
5809   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5810   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5811   columns:
5812     - title: "2001"
5813       data-set: "dpdk-performance-changes-2n-dnv-ref"
5814     - title: "2005"
5815       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5816   comparisons:
5817     - title: "Diff"
5818       reference: 1
5819       compare: 2
5820   legend:
5821     - "Legend to Table"
5822     - "2001, 2005 - DPDK versions tested."
5823     - "Diff - difference between 2001 and 2005 DPDK version."
5824
5825 # DPDK Performance Changes 2n-dnv 2t2c pdr
5826 - type: "table"
5827   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
5828   algorithm: "table_comparison"
5829   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
5830   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5831   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5832   columns:
5833     - title: "2001"
5834       data-set: "dpdk-performance-changes-2n-dnv-ref"
5835     - title: "2005"
5836       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5837   comparisons:
5838     - title: "Diff"
5839       reference: 1
5840       compare: 2
5841   legend:
5842     - "Legend to Table"
5843     - "2001, 2005 - DPDK versions tested."
5844     - "Diff - difference between 2001 and 2005 DPDK version."
5845
5846 # DPDK Performance Changes 2n-dnv 1t1c ndr
5847 - type: "table"
5848   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
5849   algorithm: "table_comparison"
5850   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
5851   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5852   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5853   columns:
5854     - title: "2001"
5855       data-set: "dpdk-performance-changes-2n-dnv-ref"
5856     - title: "2005"
5857       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5858   comparisons:
5859     - title: "Diff"
5860       reference: 1
5861       compare: 2
5862   legend:
5863     - "Legend to Table"
5864     - "2001, 2005 - DPDK versions tested."
5865     - "Diff - difference between 2001 and 2005 DPDK version."
5866
5867 # DPDK Performance Changes 2n-dnv 2t2c ndr
5868 - type: "table"
5869   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
5870   algorithm: "table_comparison"
5871   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
5872   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5873   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5874   columns:
5875     - title: "2001"
5876       data-set: "dpdk-performance-changes-2n-dnv-ref"
5877     - title: "2005"
5878       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5879   comparisons:
5880     - title: "Diff"
5881       reference: 1
5882       compare: 2
5883   legend:
5884     - "Legend to Table"
5885     - "2001, 2005 - DPDK versions tested."
5886     - "Diff - difference between 2001 and 2005 DPDK version."
5887
5888 # DPDK Performance Changes 3n-dnv 1t1c pdr
5889 - type: "table"
5890   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
5891   algorithm: "table_comparison"
5892   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
5893   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5894   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5895   columns:
5896     - title: "2001"
5897       data-set: "dpdk-performance-changes-3n-dnv-ref"
5898     - title: "2005"
5899       data-set: "dpdk-performance-changes-3n-dnv-cmp"
5900   comparisons:
5901     - title: "Diff"
5902       reference: 1
5903       compare: 2
5904   legend:
5905     - "Legend to Table"
5906     - "2001, 2005 - DPDK versions tested."
5907     - "Diff - difference between 2001 and 2005 DPDK version."
5908
5909 # DPDK Performance Changes 3n-dnv 2t2c pdr
5910 - type: "table"
5911   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
5912   algorithm: "table_comparison"
5913   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
5914   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5915   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5916   columns:
5917     - title: "2001"
5918       data-set: "dpdk-performance-changes-3n-dnv-ref"
5919     - title: "2005"
5920       data-set: "dpdk-performance-changes-3n-dnv-cmp"
5921   comparisons:
5922     - title: "Diff"
5923       reference: 1
5924       compare: 2
5925   legend:
5926     - "Legend to Table"
5927     - "2001, 2005 - DPDK versions tested."
5928     - "Diff - difference between 2001 and 2005 DPDK version."
5929
5930 # DPDK Performance Changes 3n-dnv 1t1c ndr
5931 - type: "table"
5932   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
5933   algorithm: "table_comparison"
5934   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
5935   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5936   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5937   columns:
5938     - title: "2001"
5939       data-set: "dpdk-performance-changes-3n-dnv-ref"
5940     - title: "2005"
5941       data-set: "dpdk-performance-changes-3n-dnv-cmp"
5942   comparisons:
5943     - title: "Diff"
5944       reference: 1
5945       compare: 2
5946   legend:
5947     - "Legend to Table"
5948     - "2001, 2005 - DPDK versions tested."
5949     - "Diff - difference between 2001 and 2005 DPDK version."
5950
5951 # DPDK Performance Changes 3n-dnv 2t2c ndr
5952 - type: "table"
5953   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
5954   algorithm: "table_comparison"
5955   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
5956   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5957   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5958   columns:
5959     - title: "2001"
5960       data-set: "dpdk-performance-changes-3n-dnv-ref"
5961     - title: "2005"
5962       data-set: "dpdk-performance-changes-3n-dnv-cmp"
5963   comparisons:
5964     - title: "Diff"
5965       reference: 1
5966       compare: 2
5967   legend:
5968     - "Legend to Table"
5969     - "2001, 2005 - DPDK versions tested."
5970     - "Diff - difference between 2001 and 2005 DPDK version."
5971
5972 # DPDK Performance Changes 3n-tsh 1t1c pdr
5973 - type: "table"
5974   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
5975   algorithm: "table_comparison"
5976   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
5977   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5978   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5979   columns:
5980     - title: "2001"
5981       data-set: "dpdk-performance-changes-3n-tsh-ref"
5982     - title: "2005"
5983       data-set: "dpdk-performance-changes-3n-tsh-cmp"
5984   comparisons:
5985     - title: "Diff"
5986       reference: 1
5987       compare: 2
5988   legend:
5989     - "Legend to Table"
5990     - "2001, 2005 - DPDK versions tested."
5991     - "Diff - difference between 2001 and 2005 DPDK version."
5992
5993 # DPDK Performance Changes 3n-tsh 2t2c pdr
5994 - type: "table"
5995   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
5996   algorithm: "table_comparison"
5997   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
5998   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5999   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6000   columns:
6001     - title: "2001"
6002       data-set: "dpdk-performance-changes-3n-tsh-ref"
6003     - title: "2005"
6004       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6005   comparisons:
6006     - title: "Diff"
6007       reference: 1
6008       compare: 2
6009   legend:
6010     - "Legend to Table"
6011     - "2001, 2005 - DPDK versions tested."
6012     - "Diff - difference between 2001 and 2005 DPDK version."
6013
6014 # DPDK Performance Changes 3n-tsh 1t1c ndr
6015 - type: "table"
6016   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6017   algorithm: "table_comparison"
6018   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6019   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6020   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6021   columns:
6022     - title: "2001"
6023       data-set: "dpdk-performance-changes-3n-tsh-ref"
6024     - title: "2005"
6025       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6026   comparisons:
6027     - title: "Diff"
6028       reference: 1
6029       compare: 2
6030   legend:
6031     - "Legend to Table"
6032     - "2001, 2005 - DPDK versions tested."
6033     - "Diff - difference between 2001 and 2005 DPDK version."
6034
6035 # DPDK Performance Changes 3n-tsh 2t2c ndr
6036 - type: "table"
6037   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6038   algorithm: "table_comparison"
6039   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6040   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6041   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6042   columns:
6043     - title: "2001"
6044       data-set: "dpdk-performance-changes-3n-tsh-ref"
6045     - title: "2005"
6046       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6047   comparisons:
6048     - title: "Diff"
6049       reference: 1
6050       compare: 2
6051   legend:
6052     - "Legend to Table"
6053     - "2001, 2005 - DPDK versions tested."
6054     - "Diff - difference between 2001 and 2005 DPDK version."
6055
6056 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6057 - type: "table"
6058   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6059   algorithm: "table_comparison"
6060   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6061   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6062   filter: "'NIC_Intel-X710'"
6063   columns:
6064     - title: "3n-hsw x710"
6065       data-set: "dpdk-compare-testbeds-ref"
6066     - title: "3n-skx x710"
6067       data-set: "dpdk-compare-testbeds-cmp"
6068   comparisons:
6069     - title: "Diff"
6070       reference: 1
6071       compare: 2
6072   legend:
6073     - "Legend to Table"
6074     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6075     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6076
6077 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6078 - type: "table"
6079   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6080   algorithm: "table_comparison"
6081   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6082   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6083   filter: "'NIC_Intel-X710'"
6084   columns:
6085     - title: "3n-hsw x710"
6086       data-set: "dpdk-compare-testbeds-ref"
6087     - title: "3n-skx x710"
6088       data-set: "dpdk-compare-testbeds-cmp"
6089   comparisons:
6090     - title: "Diff"
6091       reference: 1
6092       compare: 2
6093   legend:
6094     - "Legend to Table"
6095     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6096     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6097
6098 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6099 - type: "table"
6100   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6101   algorithm: "table_comparison"
6102   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6103   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6104   filter: "'NIC_Intel-XXV710'"
6105   columns:
6106     - title: "2n-skx"
6107       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6108     - title: "2n-clx"
6109       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6110   comparisons:
6111     - title: "Diff"
6112       reference: 1
6113       compare: 2
6114   legend:
6115     - "Legend to Table"
6116     - "2n-skx, 2n-clx - testbeds and NICs tested."
6117     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6118
6119 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6120 - type: "table"
6121   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6122   algorithm: "table_comparison"
6123   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6124   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6125   filter: "'NIC_Intel-XXV710'"
6126   columns:
6127     - title: "2n-skx"
6128       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6129     - title: "2n-clx"
6130       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6131   comparisons:
6132     - title: "Diff"
6133       reference: 1
6134       compare: 2
6135   legend:
6136     - "Legend to Table"
6137     - "2n-skx, 2n-clx - testbeds and NICs tested."
6138     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6139
6140 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6141 - type: "table"
6142   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6143   algorithm: "table_comparison"
6144   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6145   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6146   filter: "'NIC_Intel-XXV710'"
6147   columns:
6148     - title: "3n-skx"
6149       data-set: "dpdk-compare-topologies-ref"
6150     - title: "2n-skx"
6151       data-set: "dpdk-compare-topologies-cmp"
6152   comparisons:
6153     - title: "Diff"
6154       reference: 1
6155       compare: 2
6156   legend:
6157     - "Legend to Table"
6158     - "3n-skx, 2n-skx - topologies tested."
6159     - "Diff - difference between 3n-skx and 2n-skx topologies."
6160
6161 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6162 - type: "table"
6163   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6164   algorithm: "table_comparison"
6165   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6166   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6167   filter: "'NIC_Intel-XXV710'"
6168   columns:
6169     - title: "3n-skx"
6170       data-set: "dpdk-compare-topologies-ref"
6171     - title: "2n-skx"
6172       data-set: "dpdk-compare-topologies-cmp"
6173   comparisons:
6174     - title: "Diff"
6175       reference: 1
6176       compare: 2
6177   legend:
6178     - "Legend to Table"
6179     - "3n-skx, 2n-skx - topologies tested."
6180     - "Diff - difference between 3n-skx and 2n-skx topologies."
6181
6182 # Detailed Test Results - DPDK Performance Results 3n-hsw
6183 - type: "table"
6184   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6185   algorithm: "table_merged_details"
6186   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6187   columns:
6188     - title: " |prein| Test Name |preout| "
6189       data: "data name"
6190     - 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| "
6191       data: "data msg"
6192   data: "dpdk-perf-results-3n-hsw"
6193   filter: "all"
6194   parameters:
6195   - "name"
6196   - "parent"
6197   - "msg"
6198
6199 # Detailed Test Results - DPDK Performance Results 3n-skx
6200 - type: "table"
6201   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6202   algorithm: "table_merged_details"
6203   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6204   columns:
6205     - title: " |prein| Test Name |preout| "
6206       data: "data name"
6207     - 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| "
6208       data: "data msg"
6209   data: "dpdk-perf-results-3n-skx"
6210   filter: "all"
6211   remove-ndr: False
6212   parameters:
6213   - "name"
6214   - "parent"
6215   - "msg"
6216
6217 # Detailed Test Results - DPDK Performance Results 2n-skx
6218 - type: "table"
6219   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6220   algorithm: "table_merged_details"
6221   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6222   columns:
6223     - title: " |prein| Test Name |preout| "
6224       data: "data name"
6225     - 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| "
6226       data: "data msg"
6227   data: "dpdk-perf-results-2n-skx"
6228   filter: "all"
6229   remove-ndr: False
6230   parameters:
6231   - "name"
6232   - "parent"
6233   - "msg"
6234
6235 # Detailed Test Results - DPDK Performance Results 2n-clx
6236 - type: "table"
6237   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6238   algorithm: "table_merged_details"
6239   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6240   columns:
6241     - title: " |prein| Test Name |preout| "
6242       data: "data name"
6243     - 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| "
6244       data: "data msg"
6245   data: "dpdk-perf-results-2n-clx"
6246   filter: "all"
6247   parameters:
6248   - "name"
6249   - "parent"
6250   - "msg"
6251
6252 # Detailed Test Results - DPDK Performance Results 2n-dnv
6253 - type: "table"
6254   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6255   algorithm: "table_merged_details"
6256   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6257   columns:
6258     - title: " |prein| Test Name |preout| "
6259       data: "data name"
6260     - 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| "
6261       data: "data msg"
6262   data: "dpdk-perf-results-2n-dnv"
6263   filter: "all"
6264   parameters:
6265   - "name"
6266   - "parent"
6267   - "msg"
6268
6269 # Detailed Test Results - DPDK Performance Results 3n-dnv
6270 - type: "table"
6271   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6272   algorithm: "table_merged_details"
6273   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6274   columns:
6275     - title: " |prein| Test Name |preout| "
6276       data: "data name"
6277     - 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| "
6278       data: "data msg"
6279   data: "dpdk-perf-results-3n-dnv"
6280   filter: "all"
6281   parameters:
6282   - "name"
6283   - "parent"
6284   - "msg"
6285
6286 # Detailed Test Results - DPDK Performance Results 3n-tsh
6287 - type: "table"
6288   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6289   algorithm: "table_merged_details"
6290   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6291   columns:
6292     - title: " |prein| Test Name |preout| "
6293       data: "data name"
6294     - 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| "
6295       data: "data msg"
6296   data: "dpdk-perf-results-3n-tsh"
6297   filter: "all"
6298   parameters:
6299   - "name"
6300   - "parent"
6301   - "msg"
6302
6303 ################################################################################
6304 ###                                F I L E S                                 ###
6305 ################################################################################
6306
6307 # VPP Performance Results
6308 - type: "file"
6309   title: "VPP Performance Results"
6310   algorithm: "file_details_split"
6311   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6312   dir-tables:
6313     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6314     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6315     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6316     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6317     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6318     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6319     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6320   data:
6321     - "vpp-perf-results-2n-skx"
6322     - "vpp-perf-results-3n-skx"
6323     - "vpp-perf-results-2n-clx"
6324     - "vpp-perf-results-3n-hsw"
6325     - "vpp-perf-results-3n-tsh"
6326     - "vpp-perf-results-2n-dnv"
6327     - "vpp-perf-results-3n-dnv"
6328   filter: "all"
6329   data-start-level: 4
6330   order-chapters:
6331     level-1:
6332       - "l2"
6333       - "ip4"
6334       - "ip6"
6335       - "srv6"
6336       - "ip4_tunnels"
6337       - "ip6_tunnels"
6338       - "vm_vhost"
6339       - "container_memif"
6340       - "crypto"
6341       - "vts"
6342       - "lb"
6343       - "nfv_density"
6344       - "hoststack"
6345     level-2:
6346       - "2n-skx"
6347       - "3n-skx"
6348       - "2n-clx"
6349       - "3n-hsw"
6350       - "3n-tsh"
6351       - "2n-dnv"
6352       - "3n-dnv"
6353     level-3:
6354       - "xl710"
6355       - "x520"
6356       - "xxv710"
6357       - "x710"
6358       - "x553"
6359       - "cx556a"
6360       - "vic1227"
6361       - "vic1385"
6362
6363 # VPP Performance Configuration
6364 - type: "file"
6365   title: "VPP Performance Configuration"
6366   algorithm: "file_details_split"
6367   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6368   dir-tables:
6369     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6370     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6371     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6372     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6373     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6374     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6375     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6376   data:
6377     - "vpp-perf-results-2n-skx"
6378     - "vpp-perf-results-3n-skx"
6379     - "vpp-perf-results-2n-clx"
6380     - "vpp-perf-results-3n-hsw"
6381     - "vpp-perf-results-3n-tsh"
6382     - "vpp-perf-results-2n-dnv"
6383     - "vpp-perf-results-3n-dnv"
6384   filter: "all"
6385   data-start-level: 4
6386   order-chapters:
6387     level-1:
6388       - "l2"
6389       - "ip4"
6390       - "ip6"
6391       - "srv6"
6392       - "ip4_tunnels"
6393       - "ip6_tunnels"
6394       - "vm_vhost"
6395       - "container_memif"
6396       - "crypto"
6397       - "vts"
6398       - "lb"
6399       - "nfv_density"
6400       - "hoststack"
6401     level-2:
6402       - "2n-skx"
6403       - "3n-skx"
6404       - "2n-clx"
6405       - "3n-hsw"
6406       - "3n-tsh"
6407       - "2n-dnv"
6408       - "3n-dnv"
6409     level-3:
6410       - "xl710"
6411       - "x520"
6412       - "xxv710"
6413       - "x710"
6414       - "x553"
6415       - "cx556a"
6416       - "vic1227"
6417       - "vic1385"
6418
6419 # VPP Performance Operational
6420 - type: "file"
6421   title: "VPP Performance Operational"
6422   algorithm: "file_details_split_html"
6423   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6424   dir-tables:
6425     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6426     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6427     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6428     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6429     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6430     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6431     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6432   data:
6433     - "vpp-perf-results-2n-skx"
6434     - "vpp-perf-results-3n-skx"
6435     - "vpp-perf-results-2n-clx"
6436     - "vpp-perf-results-3n-hsw"
6437     - "vpp-perf-results-3n-tsh"
6438     - "vpp-perf-results-2n-dnv"
6439     - "vpp-perf-results-3n-dnv"
6440   filter: "all"
6441   data-start-level: 4
6442   order-chapters:
6443     level-1:
6444       - "l2"
6445       - "ip4"
6446       - "ip6"
6447       - "srv6"
6448       - "ip4_tunnels"
6449       - "ip6_tunnels"
6450       - "vm_vhost"
6451       - "container_memif"
6452       - "crypto"
6453       - "vts"
6454       - "lb"
6455       - "nfv_density"
6456       - "hoststack"
6457     level-2:
6458       - "2n-skx"
6459       - "3n-skx"
6460       - "2n-clx"
6461       - "3n-hsw"
6462       - "3n-tsh"
6463       - "2n-dnv"
6464       - "3n-dnv"
6465     level-3:
6466       - "xl710"
6467       - "x520"
6468       - "xxv710"
6469       - "x710"
6470       - "x553"
6471       - "cx556a"
6472       - "vic1227"
6473       - "vic1385"
6474
6475 # VPP MRR Results
6476 - type: "file"
6477   title: "VPP MRR Results"
6478   algorithm: "file_details_split"
6479   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6480   dir-tables:
6481     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6482     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6483     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6484     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6485     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6486     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6487     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6488   data:
6489     - "vpp-mrr-results-2n-skx"
6490     - "vpp-mrr-results-3n-skx"
6491     - "vpp-mrr-results-2n-clx"
6492     - "vpp-mrr-results-3n-hsw"
6493     - "vpp-mrr-results-3n-tsh"
6494     - "vpp-mrr-results-2n-dnv"
6495     - "vpp-mrr-results-3n-dnv"
6496   filter: "all"
6497   data-start-level: 4
6498   order-chapters:
6499     level-1:
6500       - "l2"
6501       - "ip4"
6502       - "ip6"
6503       - "srv6"
6504       - "ip4_tunnels"
6505       - "ip6_tunnels"
6506       - "vm_vhost"
6507       - "container_memif"
6508       - "crypto"
6509       - "vts"
6510       - "lb"
6511       - "nfv_density"
6512       - "hoststack"
6513     level-2:
6514       - "2n-skx"
6515       - "3n-skx"
6516       - "2n-clx"
6517       - "3n-hsw"
6518       - "3n-tsh"
6519       - "2n-dnv"
6520       - "3n-dnv"
6521     level-3:
6522       - "xl710"
6523       - "x520"
6524       - "xxv710"
6525       - "x710"
6526       - "x553"
6527       - "cx556a"
6528       - "vic1227"
6529       - "vic1385"
6530
6531 # VPP MRR Configuration
6532 - type: "file"
6533   title: "VPP MRR Configuration"
6534   algorithm: "file_details_split"
6535   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6536   dir-tables:
6537     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6538     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6539     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6540     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6541     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6542     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6543     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6544   data:
6545     - "vpp-mrr-results-2n-skx"
6546     - "vpp-mrr-results-3n-skx"
6547     - "vpp-mrr-results-2n-clx"
6548     - "vpp-mrr-results-3n-hsw"
6549     - "vpp-mrr-results-3n-tsh"
6550     - "vpp-mrr-results-2n-dnv"
6551     - "vpp-mrr-results-3n-dnv"
6552   filter: "all"
6553   data-start-level: 4
6554   order-chapters:
6555     level-1:
6556       - "l2"
6557       - "ip4"
6558       - "ip6"
6559       - "srv6"
6560       - "ip4_tunnels"
6561       - "ip6_tunnels"
6562       - "vm_vhost"
6563       - "container_memif"
6564       - "crypto"
6565       - "vts"
6566       - "lb"
6567       - "nfv_density"
6568       - "hoststack"
6569     level-2:
6570       - "2n-skx"
6571       - "3n-skx"
6572       - "2n-clx"
6573       - "3n-hsw"
6574       - "3n-tsh"
6575       - "2n-dnv"
6576       - "3n-dnv"
6577     level-3:
6578       - "xl710"
6579       - "x520"
6580       - "xxv710"
6581       - "x710"
6582       - "x553"
6583       - "cx556a"
6584       - "vic1227"
6585       - "vic1385"
6586
6587 # VPP Device Results - Ubuntu
6588 - type: "file"
6589   title: "VPP Device Results - Ubuntu"
6590   algorithm: "file_test_results"
6591   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6592   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6593   data: "vpp-device-results-ubuntu"
6594   filter: "all"
6595   data-start-level: 4
6596
6597 # VPP Device Configuration - Ubuntu
6598 - type: "file"
6599   title: "VPP Device Configuration - Ubuntu"
6600   algorithm: "file_test_results"
6601   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6602   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6603   data: "vpp-device-results-ubuntu"
6604   filter: "all"
6605   data-start-level: 4
6606
6607 # DPDK Performance Results 3n-hsw
6608 - type: "file"
6609   title: "DPDK Performance Results 3n-hsw"
6610   algorithm: "file_test_results"
6611   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6612   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6613   data: "dpdk-perf-results-3n-hsw"
6614   filter: "all"
6615   data-start-level: 4
6616
6617 # DPDK Performance Results 3n-skx
6618 - type: "file"
6619   title: "DPDK Performance Results 3n-skx"
6620   algorithm: "file_test_results"
6621   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6622   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6623   data: "dpdk-perf-results-3n-skx"
6624   filter: "all"
6625   data-start-level: 4
6626
6627 # DPDK Performance Results 2n-skx
6628 - type: "file"
6629   title: "DPDK Performance Results 2n-skx"
6630   algorithm: "file_test_results"
6631   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6632   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6633   data: "dpdk-perf-results-2n-skx"
6634   filter: "all"
6635   data-start-level: 4
6636
6637 # DPDK Performance Results 2n-clx
6638 - type: "file"
6639   title: "DPDK Performance Results 2n-clx"
6640   algorithm: "file_test_results"
6641   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6642   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6643   data: "dpdk-perf-results-2n-clx"
6644   filter: "all"
6645   data-start-level: 4
6646
6647 # DPDK Performance Results 2n-dnv
6648 - type: "file"
6649   title: "DPDK Performance Results 2n-dnv"
6650   algorithm: "file_test_results"
6651   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6652   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6653   data: "dpdk-perf-results-2n-dnv"
6654   filter: "all"
6655   data-start-level: 4
6656
6657 # DPDK Performance Results 3n-dnv
6658 - type: "file"
6659   title: "DPDK Performance Results 3n-dnv"
6660   algorithm: "file_test_results"
6661   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6662   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6663   data: "dpdk-perf-results-3n-dnv"
6664   filter: "all"
6665   data-start-level: 4
6666
6667 # DPDK Performance Results 3n-tsh
6668 - type: "file"
6669   title: "DPDK Performance Results 3n-tsh"
6670   algorithm: "file_test_results"
6671   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6672   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6673   data: "dpdk-perf-results-3n-tsh"
6674   filter: "all"
6675   data-start-level: 4
6676
6677 ################################################################################
6678 ###                                P L O T S                                 ###
6679 ################################################################################
6680
6681 # Hoststack tests 3n-hsw
6682
6683 - type: "plot"
6684   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6685   algorithm: "plot_perf_box_name"
6686   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6687   data: "plot-vpp-hoststack-3n-hsw"
6688   include:
6689     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6690     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6691   layout:
6692     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6693     layout: "plot-hoststack"
6694
6695 - type: "plot"
6696   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6697   algorithm: "plot_perf_box_name"
6698   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6699   data: "plot-vpp-hoststack-3n-hsw"
6700   include:
6701     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6702     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6703   layout:
6704     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6705     layout: "plot-hoststack"
6706
6707 - type: "plot"
6708   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6709   algorithm: "plot_perf_box_name"
6710   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
6711   data: "plot-vpp-hoststack-3n-hsw"
6712   include:
6713     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6714     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6715     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6716     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6717   layout:
6718     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6719     layout: "plot-hoststack"
6720
6721 ## Plots VPP HTTP Server Performance
6722 #- type: "plot"
6723 #  title: "VPP HTTP Server Performance"
6724 #  algorithm: "plot_http_server_perf_box"
6725 #  output-file-type: ".html"
6726 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6727 #  data:
6728 #    "plot-vpp-http-server-performance"
6729 #  filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6730 #  parameters:
6731 #  - "result"
6732 #  - "name"
6733 #  traces:
6734 #    hoverinfo: "y+name"
6735 #    boxpoints: "outliers"
6736 #    whiskerwidth: 0
6737 #  layout:
6738 #    title: "VPP HTTP Server Performance"
6739 #    layout:
6740 #      "plot-cps"
6741 #
6742 #- type: "plot"
6743 #  title: "VPP HTTP Server Performance"
6744 #  algorithm: "plot_http_server_perf_box"
6745 #  output-file-type: ".html"
6746 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6747 #  data:
6748 #    "plot-vpp-http-server-performance"
6749 #  filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6750 #  parameters:
6751 #  - "result"
6752 #  - "name"
6753 #  traces:
6754 #    hoverinfo: "y+name"
6755 #    boxpoints: "outliers"
6756 #    whiskerwidth: 0
6757 #  layout:
6758 #    title: "VPP HTTP Server Performance"
6759 #    layout:
6760 #      "plot-rps"
6761
6762 ################################################################################
6763
6764 # Soak Test (PLRsearch), boxes - 2n-clx
6765 - type: "plot"
6766   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6767   algorithm: "plot_perf_box_name"
6768   output-file-type: ".html"
6769   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6770   data: "plot-vpp-soak-2n-clx"
6771   include:
6772     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6773     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6774     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6775     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6778   layout:
6779     title: "30 Minutes Soak Test (PLRsearch)"
6780     layout: "plot-soak-throughput"
6781
6782 # Soak Test (PLRsearch), boxes - 2n-clx
6783 - type: "plot"
6784   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6785   algorithm: "plot_perf_box_name"
6786   output-file-type: ".html"
6787   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6788   data: "plot-vpp-soak-2n-clx"
6789   include:
6790     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6791     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6792     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6793     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6794     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6795     - "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"
6796   layout:
6797     title: "30 Minutes Soak Test (PLRsearch)"
6798     layout: "plot-soak-throughput"
6799
6800 # Soak Test (PLRsearch), boxes - 2n-skx
6801 - type: "plot"
6802   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6803   algorithm: "plot_perf_box_name"
6804   output-file-type: ".html"
6805   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
6806   data: "plot-vpp-soak-2n-skx"
6807   include:
6808     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6809     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6810     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6811     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6814   layout:
6815     title: "30 Minutes Soak Test (PLRsearch)"
6816     layout: "plot-soak-throughput"
6817
6818 # Soak Test (PLRsearch), boxes - 2n-skx
6819 - type: "plot"
6820   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6821   algorithm: "plot_perf_box_name"
6822   output-file-type: ".html"
6823   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
6824   data: "plot-vpp-soak-2n-skx"
6825   include:
6826     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6827     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6828     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6829     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6830     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6831     - "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"
6832   layout:
6833     title: "30 Minutes Soak Test (PLRsearch)"
6834     layout: "plot-soak-throughput"
6835
6836 ###############################################################################
6837
6838 # Reconf tests 2n-skx
6839
6840 - type: "plot"
6841   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6842   algorithm: "plot_nf_reconf_box_name"
6843   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6844   data: "plot-vpp-nfv-reconf-2n-skx"
6845   include:
6846     - "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"
6847     - "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"
6848     - "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"
6849     - "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"
6850     - "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"
6851     - "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"
6852   layout:
6853     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6854     layout: "plot-throughput"
6855
6856 - type: "plot"
6857   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6858   algorithm: "plot_nf_reconf_box_name"
6859   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6860   data: "plot-vpp-nfv-reconf-2n-skx"
6861   include:
6862     - "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"
6863     - "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"
6864     - "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"
6865     - "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"
6866     - "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"
6867     - "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"
6868   layout:
6869     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6870     layout: "plot-throughput"
6871
6872 - type: "plot"
6873   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6874   algorithm: "plot_nf_reconf_box_name"
6875   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6876   data: "plot-vpp-nfv-reconf-2n-skx"
6877   include:
6878     - "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"
6879     - "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"
6880     - "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"
6881     - "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"
6882     - "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"
6883     - "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"
6884   layout:
6885     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6886     layout: "plot-throughput"
6887
6888 ###############################################################################
6889
6890 # Reconf tests 2n-clx
6891
6892 - type: "plot"
6893   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6894   algorithm: "plot_nf_reconf_box_name"
6895   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6896   data: "plot-vpp-nfv-reconf-2n-clx"
6897   include:
6898     - "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"
6899     - "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"
6900     - "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"
6901     - "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"
6902   layout:
6903     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6904     layout: "plot-throughput"
6905
6906 - type: "plot"
6907   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6908   algorithm: "plot_nf_reconf_box_name"
6909   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6910   data: "plot-vpp-nfv-reconf-2n-clx"
6911   include:
6912     - "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"
6913     - "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"
6914     - "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"
6915     - "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"
6916   layout:
6917     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6918     layout: "plot-throughput"
6919
6920 - type: "plot"
6921   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6922   algorithm: "plot_nf_reconf_box_name"
6923   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6924   data: "plot-vpp-nfv-reconf-2n-clx"
6925   include:
6926     - "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"
6927     - "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"
6928     - "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"
6929     - "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"
6930   layout:
6931     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6932     layout: "plot-throughput"
6933
6934 ################################################################################
6935 ## Plots - NF Density - VSC - MRR 64b
6936 #- type: "plot"
6937 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6938 #  algorithm: "plot_nf_heatmap"
6939 #  output-file-type: ".html"
6940 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6941 #  data: "plot-vpp-nfv-2n-skx-mrr"
6942 #  filter: "'NIC_Intel-XXV710' and
6943 #           'NF_DENSITY' and
6944 #           'VHOST' and
6945 #           not 'VXLAN' and
6946 #           'CHAIN' and
6947 #           'NF_VPPIP4' and
6948 #           '64B' and
6949 #           '2T1C' and
6950 #           'MRR'"
6951 #  parameters:
6952 #  - "result"
6953 #  - "name"
6954 #  - "tags"
6955 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6956 #  x-axis: "X = VNFs per Service Chain"
6957 #  y-axis: "Y = Number of Service Chains"
6958 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6959 #  layout:
6960 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6961 #    layout: "plot-service-density"
6962 #
6963 #- type: "plot"
6964 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6965 #  algorithm: "plot_nf_heatmap"
6966 #  output-file-type: ".html"
6967 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6968 #  data: "plot-vpp-nfv-2n-skx-mrr"
6969 #  filter: "'NIC_Intel-XXV710' and
6970 #           'NF_DENSITY' and
6971 #           'VHOST' and
6972 #           not 'VXLAN' and
6973 #           'CHAIN' and
6974 #           'NF_VPPIP4' and
6975 #           '64B' and
6976 #           '4T2C' and
6977 #           'MRR'"
6978 #  parameters:
6979 #  - "result"
6980 #  - "name"
6981 #  - "tags"
6982 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6983 #  x-axis: "X = VNFs per Service Chain"
6984 #  y-axis: "Y = Number of Service Chains"
6985 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6986 #  layout:
6987 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6988 #    layout: "plot-service-density"
6989 #
6990 #- type: "plot"
6991 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6992 #  algorithm: "plot_nf_heatmap"
6993 #  output-file-type: ".html"
6994 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6995 #  data: "plot-vpp-nfv-2n-skx-mrr"
6996 #  filter: "'NIC_Intel-XXV710' and
6997 #           'NF_DENSITY' and
6998 #           'VHOST' and
6999 #           not 'VXLAN' and
7000 #           'CHAIN' and
7001 #           'NF_VPPIP4' and
7002 #           '64B' and
7003 #           '8T4C' and
7004 #           'MRR'"
7005 #  parameters:
7006 #  - "result"
7007 #  - "name"
7008 #  - "tags"
7009 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7010 #  x-axis: "X = VNFs per Service Chain"
7011 #  y-axis: "Y = Number of Service Chains"
7012 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7013 #  layout:
7014 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7015 #    layout: "plot-service-density"
7016 #
7017 ## Plots - NF Density - VSC - MRR IMIX
7018 #- type: "plot"
7019 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7020 #  algorithm: "plot_nf_heatmap"
7021 #  output-file-type: ".html"
7022 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7023 #  data: "plot-vpp-nfv-2n-skx-mrr"
7024 #  filter: "'NIC_Intel-XXV710' and
7025 #           'NF_DENSITY' and
7026 #           'VHOST' and
7027 #           not 'VXLAN' and
7028 #           'CHAIN' and
7029 #           'NF_VPPIP4' and
7030 #           'IMIX' and
7031 #           '2T1C' and
7032 #           'MRR'"
7033 #  parameters:
7034 #  - "result"
7035 #  - "name"
7036 #  - "tags"
7037 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7038 #  x-axis: "X = VNFs per Service Chain"
7039 #  y-axis: "Y = Number of Service Chains"
7040 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7041 #  layout:
7042 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7043 #    layout: "plot-service-density"
7044 #
7045 #- type: "plot"
7046 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7047 #  algorithm: "plot_nf_heatmap"
7048 #  output-file-type: ".html"
7049 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7050 #  data: "plot-vpp-nfv-2n-skx-mrr"
7051 #  filter: "'NIC_Intel-XXV710' and
7052 #           'NF_DENSITY' and
7053 #           'VHOST' and
7054 #           not 'VXLAN' and
7055 #           'CHAIN' and
7056 #           'NF_VPPIP4' and
7057 #           'IMIX' and
7058 #           '4T2C' and
7059 #           'MRR'"
7060 #  parameters:
7061 #  - "result"
7062 #  - "name"
7063 #  - "tags"
7064 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7065 #  x-axis: "X = VNFs per Service Chain"
7066 #  y-axis: "Y = Number of Service Chains"
7067 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7068 #  layout:
7069 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7070 #    layout: "plot-service-density"
7071 #
7072 #- type: "plot"
7073 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7074 #  algorithm: "plot_nf_heatmap"
7075 #  output-file-type: ".html"
7076 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7077 #  data: "plot-vpp-nfv-2n-skx-mrr"
7078 #  filter: "'NIC_Intel-XXV710' and
7079 #           'NF_DENSITY' and
7080 #           'VHOST' and
7081 #           not 'VXLAN' and
7082 #           'CHAIN' and
7083 #           'NF_VPPIP4' and
7084 #           'IMIX' and
7085 #           '8T4C' and
7086 #           'MRR'"
7087 #  parameters:
7088 #  - "result"
7089 #  - "name"
7090 #  - "tags"
7091 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7092 #  x-axis: "X = VNFs per Service Chain"
7093 #  y-axis: "Y = Number of Service Chains"
7094 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7095 #  layout:
7096 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7097 #    layout: "plot-service-density"
7098 #
7099 ## Plots - NF Density - VSC - NDR 64b
7100 #- type: "plot"
7101 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7102 #  algorithm: "plot_nf_heatmap"
7103 #  output-file-type: ".html"
7104 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
7105 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7106 #  filter: "'NIC_Intel-XXV710' and
7107 #           'NF_DENSITY' and
7108 #           'VHOST' and
7109 #           not 'VXLAN' and
7110 #           'CHAIN' and
7111 #           'NF_VPPIP4' and
7112 #           '64B' and
7113 #           '2T1C' and
7114 #           'NDRPDR'"
7115 #  parameters:
7116 #  - "throughput"
7117 #  - "name"
7118 #  - "tags"
7119 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7120 #  x-axis: "X = VNFs per Service Chain"
7121 #  y-axis: "Y = Number of Service Chains"
7122 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7123 #  layout:
7124 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7125 #    layout: "plot-service-density"
7126 #
7127 #- type: "plot"
7128 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7129 #  algorithm: "plot_nf_heatmap"
7130 #  output-file-type: ".html"
7131 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
7132 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7133 #  filter: "'NIC_Intel-XXV710' and
7134 #           'NF_DENSITY' and
7135 #           'VHOST' and
7136 #           not 'VXLAN' and
7137 #           'CHAIN' and
7138 #           'NF_VPPIP4' and
7139 #           '64B' and
7140 #           '4T2C' and
7141 #           'NDRPDR'"
7142 #  parameters:
7143 #  - "throughput"
7144 #  - "name"
7145 #  - "tags"
7146 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7147 #  x-axis: "X = VNFs per Service Chain"
7148 #  y-axis: "Y = Number of Service Chains"
7149 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7150 #  layout:
7151 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7152 #    layout: "plot-service-density"
7153 #
7154 #- type: "plot"
7155 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7156 #  algorithm: "plot_nf_heatmap"
7157 #  output-file-type: ".html"
7158 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
7159 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7160 #  filter: "'NIC_Intel-XXV710' and
7161 #           'NF_DENSITY' and
7162 #           'VHOST' and
7163 #           not 'VXLAN' and
7164 #           'CHAIN' and
7165 #           'NF_VPPIP4' and
7166 #           '64B' and
7167 #           '8T4C' and
7168 #           'NDRPDR'"
7169 #  parameters:
7170 #  - "throughput"
7171 #  - "name"
7172 #  - "tags"
7173 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7174 #  x-axis: "X = VNFs per Service Chain"
7175 #  y-axis: "Y = Number of Service Chains"
7176 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7177 #  layout:
7178 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7179 #    layout: "plot-service-density"
7180 #
7181 ## Plots - NF Density - VSC - NDR IMIX
7182 #- type: "plot"
7183 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7184 #  algorithm: "plot_nf_heatmap"
7185 #  output-file-type: ".html"
7186 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7187 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7188 #  filter: "'NIC_Intel-XXV710' and
7189 #           'NF_DENSITY' and
7190 #           'VHOST' and
7191 #           not 'VXLAN' and
7192 #           'CHAIN' and
7193 #           'NF_VPPIP4' and
7194 #           'IMIX' and
7195 #           '2T1C' and
7196 #           'NDRPDR'"
7197 #  parameters:
7198 #  - "throughput"
7199 #  - "name"
7200 #  - "tags"
7201 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7202 #  x-axis: "X = VNFs per Service Chain"
7203 #  y-axis: "Y = Number of Service Chains"
7204 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7205 #  layout:
7206 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7207 #    layout: "plot-service-density"
7208 #
7209 #- type: "plot"
7210 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7211 #  algorithm: "plot_nf_heatmap"
7212 #  output-file-type: ".html"
7213 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7214 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7215 #  filter: "'NIC_Intel-XXV710' and
7216 #           'NF_DENSITY' and
7217 #           'VHOST' and
7218 #           not 'VXLAN' and
7219 #           'CHAIN' and
7220 #           'NF_VPPIP4' and
7221 #           'IMIX' and
7222 #           '4T2C' and
7223 #           'NDRPDR'"
7224 #  parameters:
7225 #  - "throughput"
7226 #  - "name"
7227 #  - "tags"
7228 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7229 #  x-axis: "X = VNFs per Service Chain"
7230 #  y-axis: "Y = Number of Service Chains"
7231 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7232 #  layout:
7233 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7234 #    layout: "plot-service-density"
7235 #
7236 #- type: "plot"
7237 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7238 #  algorithm: "plot_nf_heatmap"
7239 #  output-file-type: ".html"
7240 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7241 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7242 #  filter: "'NIC_Intel-XXV710' and
7243 #           'NF_DENSITY' and
7244 #           'VHOST' and
7245 #           not 'VXLAN' and
7246 #           'CHAIN' and
7247 #           'NF_VPPIP4' and
7248 #           'IMIX' and
7249 #           '8T4C' and
7250 #           'NDRPDR'"
7251 #  parameters:
7252 #  - "throughput"
7253 #  - "name"
7254 #  - "tags"
7255 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7256 #  x-axis: "X = VNFs per Service Chain"
7257 #  y-axis: "Y = Number of Service Chains"
7258 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7259 #  layout:
7260 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7261 #    layout: "plot-service-density"
7262 #
7263 ## Plots - NF Density - VSC - PDR 64b
7264 #- type: "plot"
7265 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7266 #  algorithm: "plot_nf_heatmap"
7267 #  output-file-type: ".html"
7268 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
7269 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7270 #  filter: "'NIC_Intel-XXV710' and
7271 #           'NF_DENSITY' and
7272 #           'VHOST' and
7273 #           not 'VXLAN' and
7274 #           'CHAIN' and
7275 #           'NF_VPPIP4' and
7276 #           '64B' and
7277 #           '2T1C' and
7278 #           'NDRPDR'"
7279 #  parameters:
7280 #  - "throughput"
7281 #  - "name"
7282 #  - "tags"
7283 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7284 #  x-axis: "X = VNFs per Service Chain"
7285 #  y-axis: "Y = Number of Service Chains"
7286 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7287 #  layout:
7288 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7289 #    layout: "plot-service-density"
7290 #
7291 #- type: "plot"
7292 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7293 #  algorithm: "plot_nf_heatmap"
7294 #  output-file-type: ".html"
7295 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
7296 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7297 #  filter: "'NIC_Intel-XXV710' and
7298 #           'NF_DENSITY' and
7299 #           'VHOST' and
7300 #           not 'VXLAN' and
7301 #           'CHAIN' and
7302 #           'NF_VPPIP4' and
7303 #           '64B' and
7304 #           '4T2C' and
7305 #           'NDRPDR'"
7306 #  parameters:
7307 #  - "throughput"
7308 #  - "name"
7309 #  - "tags"
7310 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7311 #  x-axis: "X = VNFs per Service Chain"
7312 #  y-axis: "Y = Number of Service Chains"
7313 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7314 #  layout:
7315 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7316 #    layout: "plot-service-density"
7317 #
7318 #- type: "plot"
7319 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7320 #  algorithm: "plot_nf_heatmap"
7321 #  output-file-type: ".html"
7322 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7323 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7324 #  filter: "'NIC_Intel-XXV710' and
7325 #           'NF_DENSITY' and
7326 #           'VHOST' and
7327 #           not 'VXLAN' and
7328 #           'CHAIN' and
7329 #           'NF_VPPIP4' and
7330 #           '64B' and
7331 #           '8T4C' and
7332 #           'NDRPDR'"
7333 #  parameters:
7334 #  - "throughput"
7335 #  - "name"
7336 #  - "tags"
7337 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7338 #  x-axis: "X = VNFs per Service Chain"
7339 #  y-axis: "Y = Number of Service Chains"
7340 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7341 #  layout:
7342 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7343 #    layout: "plot-service-density"
7344 #
7345 ## Plots - NF Density - VSC - PDR IMIX
7346 #- type: "plot"
7347 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7348 #  algorithm: "plot_nf_heatmap"
7349 #  output-file-type: ".html"
7350 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7351 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7352 #  filter: "'NIC_Intel-XXV710' and
7353 #           'NF_DENSITY' and
7354 #           'VHOST' and
7355 #           not 'VXLAN' and
7356 #           'CHAIN' and
7357 #           'NF_VPPIP4' and
7358 #           'IMIX' and
7359 #           '2T1C' and
7360 #           'NDRPDR'"
7361 #  parameters:
7362 #  - "throughput"
7363 #  - "name"
7364 #  - "tags"
7365 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7366 #  x-axis: "X = VNFs per Service Chain"
7367 #  y-axis: "Y = Number of Service Chains"
7368 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7369 #  layout:
7370 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7371 #    layout: "plot-service-density"
7372 #
7373 #- type: "plot"
7374 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7375 #  algorithm: "plot_nf_heatmap"
7376 #  output-file-type: ".html"
7377 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7378 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7379 #  filter: "'NIC_Intel-XXV710' and
7380 #           'NF_DENSITY' and
7381 #           'VHOST' and
7382 #           not 'VXLAN' and
7383 #           'CHAIN' and
7384 #           'NF_VPPIP4' and
7385 #           'IMIX' and
7386 #           '4T2C' and
7387 #           'NDRPDR'"
7388 #  parameters:
7389 #  - "throughput"
7390 #  - "name"
7391 #  - "tags"
7392 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7393 #  x-axis: "X = VNFs per Service Chain"
7394 #  y-axis: "Y = Number of Service Chains"
7395 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7396 #  layout:
7397 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7398 #    layout: "plot-service-density"
7399 #
7400 #- type: "plot"
7401 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7402 #  algorithm: "plot_nf_heatmap"
7403 #  output-file-type: ".html"
7404 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7405 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7406 #  filter: "'NIC_Intel-XXV710' and
7407 #           'NF_DENSITY' and
7408 #           'VHOST' and
7409 #           not 'VXLAN' and
7410 #           'CHAIN' and
7411 #           'NF_VPPIP4' and
7412 #           'IMIX' and
7413 #           '8T4C' and
7414 #           'NDRPDR'"
7415 #  parameters:
7416 #  - "throughput"
7417 #  - "name"
7418 #  - "tags"
7419 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7420 #  x-axis: "X = VNFs per Service Chain"
7421 #  y-axis: "Y = Number of Service Chains"
7422 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7423 #  layout:
7424 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7425 #    layout: "plot-service-density"
7426 #
7427 ################################################################################
7428 ## Plots - NF Density - VSC - MRR 64b
7429 #- type: "plot"
7430 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7431 #  algorithm: "plot_nf_heatmap"
7432 #  output-file-type: ".html"
7433 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7434 #  data: "plot-vpp-nfv-2n-skx-mrr"
7435 #  filter: "'NIC_Intel-XXV710' and
7436 #           'NF_DENSITY' and
7437 #           'VHOST' and
7438 #           'VXLAN' and
7439 #           'CHAIN' and
7440 #           '118' and
7441 #           '2T1C' and
7442 #           'MRR'"
7443 #  parameters:
7444 #  - "result"
7445 #  - "name"
7446 #  - "tags"
7447 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7448 #  x-axis: "X = VNFs per Service Chain"
7449 #  y-axis: "Y = Number of Service Chains"
7450 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7451 #  layout:
7452 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7453 #    layout: "plot-service-density"
7454 #
7455 #- type: "plot"
7456 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7457 #  algorithm: "plot_nf_heatmap"
7458 #  output-file-type: ".html"
7459 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7460 #  data: "plot-vpp-nfv-2n-skx-mrr"
7461 #  filter: "'NIC_Intel-XXV710' and
7462 #           'NF_DENSITY' and
7463 #           'VHOST' and
7464 #           'VXLAN' and
7465 #           'CHAIN' and
7466 #           '118' and
7467 #           '4T2C' and
7468 #           'MRR'"
7469 #  parameters:
7470 #  - "result"
7471 #  - "name"
7472 #  - "tags"
7473 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7474 #  x-axis: "X = VNFs per Service Chain"
7475 #  y-axis: "Y = Number of Service Chains"
7476 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7477 #  layout:
7478 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7479 #    layout: "plot-service-density"
7480 #
7481 #- type: "plot"
7482 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7483 #  algorithm: "plot_nf_heatmap"
7484 #  output-file-type: ".html"
7485 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7486 #  data: "plot-vpp-nfv-2n-skx-mrr"
7487 #  filter: "'NIC_Intel-XXV710' and
7488 #           'NF_DENSITY' and
7489 #           'VHOST' and
7490 #           'VXLAN' and
7491 #           'CHAIN' and
7492 #           '118' and
7493 #           '8T4C' and
7494 #           'MRR'"
7495 #  parameters:
7496 #  - "result"
7497 #  - "name"
7498 #  - "tags"
7499 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7500 #  x-axis: "X = VNFs per Service Chain"
7501 #  y-axis: "Y = Number of Service Chains"
7502 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7503 #  layout:
7504 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7505 #    layout: "plot-service-density"
7506 #
7507 ## Plots - NF Density - VSC - MRR IMIX
7508 #- type: "plot"
7509 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7510 #  algorithm: "plot_nf_heatmap"
7511 #  output-file-type: ".html"
7512 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7513 #  data: "plot-vpp-nfv-2n-skx-mrr"
7514 #  filter: "'NIC_Intel-XXV710' and
7515 #           'NF_DENSITY' and
7516 #           'VHOST' and
7517 #           'VXLAN' and
7518 #           'CHAIN' and
7519 #           'IMIX' and
7520 #           '2T1C' and
7521 #           'MRR'"
7522 #  parameters:
7523 #  - "result"
7524 #  - "name"
7525 #  - "tags"
7526 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7527 #  x-axis: "X = VNFs per Service Chain"
7528 #  y-axis: "Y = Number of Service Chains"
7529 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7530 #  layout:
7531 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7532 #    layout: "plot-service-density"
7533 #
7534 #- type: "plot"
7535 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7536 #  algorithm: "plot_nf_heatmap"
7537 #  output-file-type: ".html"
7538 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7539 #  data: "plot-vpp-nfv-2n-skx-mrr"
7540 #  filter: "'NIC_Intel-XXV710' and
7541 #           'NF_DENSITY' and
7542 #           'VHOST' and
7543 #           'VXLAN' and
7544 #           'CHAIN' and
7545 #           'IMIX' and
7546 #           '4T2C' and
7547 #           'MRR'"
7548 #  parameters:
7549 #  - "result"
7550 #  - "name"
7551 #  - "tags"
7552 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7553 #  x-axis: "X = VNFs per Service Chain"
7554 #  y-axis: "Y = Number of Service Chains"
7555 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7556 #  layout:
7557 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7558 #    layout: "plot-service-density"
7559 #
7560 #- type: "plot"
7561 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7562 #  algorithm: "plot_nf_heatmap"
7563 #  output-file-type: ".html"
7564 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7565 #  data: "plot-vpp-nfv-2n-skx-mrr"
7566 #  filter: "'NIC_Intel-XXV710' and
7567 #           'NF_DENSITY' and
7568 #           'VHOST' and
7569 #           'VXLAN' and
7570 #           'CHAIN' and
7571 #           'IMIX' and
7572 #           '8T4C' and
7573 #           'MRR'"
7574 #  parameters:
7575 #  - "result"
7576 #  - "name"
7577 #  - "tags"
7578 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7579 #  x-axis: "X = VNFs per Service Chain"
7580 #  y-axis: "Y = Number of Service Chains"
7581 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7582 #  layout:
7583 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7584 #    layout: "plot-service-density"
7585 #
7586 ## Plots - NF Density - VSC - NDR 64b
7587 #- type: "plot"
7588 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7589 #  algorithm: "plot_nf_heatmap"
7590 #  output-file-type: ".html"
7591 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7592 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7593 #  filter: "'NIC_Intel-XXV710' and
7594 #           'NF_DENSITY' and
7595 #           'VHOST' and
7596 #           'VXLAN' and
7597 #           'CHAIN' and
7598 #           '118' and
7599 #           '2T1C' and
7600 #           'NDRPDR'"
7601 #  parameters:
7602 #  - "throughput"
7603 #  - "name"
7604 #  - "tags"
7605 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7606 #  x-axis: "X = VNFs per Service Chain"
7607 #  y-axis: "Y = Number of Service Chains"
7608 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7609 #  layout:
7610 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7611 #    layout: "plot-service-density"
7612 #
7613 #- type: "plot"
7614 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7615 #  algorithm: "plot_nf_heatmap"
7616 #  output-file-type: ".html"
7617 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7618 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7619 #  filter: "'NIC_Intel-XXV710' and
7620 #           'NF_DENSITY' and
7621 #           'VHOST' and
7622 #           'VXLAN' and
7623 #           'CHAIN' and
7624 #           '118' and
7625 #           '4T2C' and
7626 #           'NDRPDR'"
7627 #  parameters:
7628 #  - "throughput"
7629 #  - "name"
7630 #  - "tags"
7631 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7632 #  x-axis: "X = VNFs per Service Chain"
7633 #  y-axis: "Y = Number of Service Chains"
7634 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7635 #  layout:
7636 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7637 #    layout: "plot-service-density"
7638 #
7639 #- type: "plot"
7640 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7641 #  algorithm: "plot_nf_heatmap"
7642 #  output-file-type: ".html"
7643 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7644 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7645 #  filter: "'NIC_Intel-XXV710' and
7646 #           'NF_DENSITY' and
7647 #           'VHOST' and
7648 #           'VXLAN' and
7649 #           'CHAIN' and
7650 #           '118' and
7651 #           '8T4C' and
7652 #           'NDRPDR'"
7653 #  parameters:
7654 #  - "throughput"
7655 #  - "name"
7656 #  - "tags"
7657 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7658 #  x-axis: "X = VNFs per Service Chain"
7659 #  y-axis: "Y = Number of Service Chains"
7660 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7661 #  layout:
7662 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7663 #    layout: "plot-service-density"
7664 #
7665 ## Plots - NF Density - VSC - NDR IMIX
7666 #- type: "plot"
7667 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7668 #  algorithm: "plot_nf_heatmap"
7669 #  output-file-type: ".html"
7670 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7671 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7672 #  filter: "'NIC_Intel-XXV710' and
7673 #           'NF_DENSITY' and
7674 #           'VHOST' and
7675 #           'VXLAN' and
7676 #           'CHAIN' and
7677 #           'IMIX' and
7678 #           '2T1C' and
7679 #           'NDRPDR'"
7680 #  parameters:
7681 #  - "throughput"
7682 #  - "name"
7683 #  - "tags"
7684 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7685 #  x-axis: "X = VNFs per Service Chain"
7686 #  y-axis: "Y = Number of Service Chains"
7687 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7688 #  layout:
7689 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7690 #    layout: "plot-service-density"
7691 #
7692 #- type: "plot"
7693 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7694 #  algorithm: "plot_nf_heatmap"
7695 #  output-file-type: ".html"
7696 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7697 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7698 #  filter: "'NIC_Intel-XXV710' and
7699 #           'NF_DENSITY' and
7700 #           'VHOST' and
7701 #           'VXLAN' and
7702 #           'CHAIN' and
7703 #           'IMIX' and
7704 #           '4T2C' and
7705 #           'NDRPDR'"
7706 #  parameters:
7707 #  - "throughput"
7708 #  - "name"
7709 #  - "tags"
7710 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7711 #  x-axis: "X = VNFs per Service Chain"
7712 #  y-axis: "Y = Number of Service Chains"
7713 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7714 #  layout:
7715 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7716 #    layout: "plot-service-density"
7717 #
7718 #- type: "plot"
7719 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7720 #  algorithm: "plot_nf_heatmap"
7721 #  output-file-type: ".html"
7722 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7723 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7724 #  filter: "'NIC_Intel-XXV710' and
7725 #           'NF_DENSITY' and
7726 #           'VHOST' and
7727 #           'VXLAN' and
7728 #           'CHAIN' and
7729 #           'IMIX' and
7730 #           '8T4C' and
7731 #           'NDRPDR'"
7732 #  parameters:
7733 #  - "throughput"
7734 #  - "name"
7735 #  - "tags"
7736 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7737 #  x-axis: "X = VNFs per Service Chain"
7738 #  y-axis: "Y = Number of Service Chains"
7739 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7740 #  layout:
7741 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7742 #    layout: "plot-service-density"
7743 #
7744 ## Plots - NF Density - VSC - PDR 64b
7745 #- type: "plot"
7746 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7747 #  algorithm: "plot_nf_heatmap"
7748 #  output-file-type: ".html"
7749 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7750 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7751 #  filter: "'NIC_Intel-XXV710' and
7752 #           'NF_DENSITY' and
7753 #           'VHOST' and
7754 #           'VXLAN' and
7755 #           'CHAIN' and
7756 #           '118' and
7757 #           '2T1C' and
7758 #           'NDRPDR'"
7759 #  parameters:
7760 #  - "throughput"
7761 #  - "name"
7762 #  - "tags"
7763 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7764 #  x-axis: "X = VNFs per Service Chain"
7765 #  y-axis: "Y = Number of Service Chains"
7766 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7767 #  layout:
7768 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7769 #    layout: "plot-service-density"
7770 #
7771 #- type: "plot"
7772 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7773 #  algorithm: "plot_nf_heatmap"
7774 #  output-file-type: ".html"
7775 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7776 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7777 #  filter: "'NIC_Intel-XXV710' and
7778 #           'NF_DENSITY' and
7779 #           'VHOST' and
7780 #           'VXLAN' and
7781 #           'CHAIN' and
7782 #           '118' and
7783 #           '4T2C' and
7784 #           'NDRPDR'"
7785 #  parameters:
7786 #  - "throughput"
7787 #  - "name"
7788 #  - "tags"
7789 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7790 #  x-axis: "X = VNFs per Service Chain"
7791 #  y-axis: "Y = Number of Service Chains"
7792 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7793 #  layout:
7794 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7795 #    layout: "plot-service-density"
7796 #
7797 #- type: "plot"
7798 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7799 #  algorithm: "plot_nf_heatmap"
7800 #  output-file-type: ".html"
7801 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7802 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7803 #  filter: "'NIC_Intel-XXV710' and
7804 #           'NF_DENSITY' and
7805 #           'VHOST' and
7806 #           'VXLAN' and
7807 #           'CHAIN' and
7808 #           '118' and
7809 #           '8T4C' and
7810 #           'NDRPDR'"
7811 #  parameters:
7812 #  - "throughput"
7813 #  - "name"
7814 #  - "tags"
7815 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7816 #  x-axis: "X = VNFs per Service Chain"
7817 #  y-axis: "Y = Number of Service Chains"
7818 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7819 #  layout:
7820 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7821 #    layout: "plot-service-density"
7822 #
7823 ## Plots - NF Density - VSC - PDR IMIX
7824 #- type: "plot"
7825 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7826 #  algorithm: "plot_nf_heatmap"
7827 #  output-file-type: ".html"
7828 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7829 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7830 #  filter: "'NIC_Intel-XXV710' and
7831 #           'NF_DENSITY' and
7832 #           'VHOST' and
7833 #           'VXLAN' and
7834 #           'CHAIN' and
7835 #           'IMIX' and
7836 #           '2T1C' and
7837 #           'NDRPDR'"
7838 #  parameters:
7839 #  - "throughput"
7840 #  - "name"
7841 #  - "tags"
7842 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7843 #  x-axis: "X = VNFs per Service Chain"
7844 #  y-axis: "Y = Number of Service Chains"
7845 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7846 #  layout:
7847 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7848 #    layout: "plot-service-density"
7849 #
7850 #- type: "plot"
7851 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7852 #  algorithm: "plot_nf_heatmap"
7853 #  output-file-type: ".html"
7854 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7855 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7856 #  filter: "'NIC_Intel-XXV710' and
7857 #           'NF_DENSITY' and
7858 #           'VHOST' and
7859 #           'VXLAN' and
7860 #           'CHAIN' and
7861 #           'IMIX' and
7862 #           '4T2C' and
7863 #           'NDRPDR'"
7864 #  parameters:
7865 #  - "throughput"
7866 #  - "name"
7867 #  - "tags"
7868 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7869 #  x-axis: "X = VNFs per Service Chain"
7870 #  y-axis: "Y = Number of Service Chains"
7871 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7872 #  layout:
7873 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7874 #    layout: "plot-service-density"
7875 #
7876 #- type: "plot"
7877 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7878 #  algorithm: "plot_nf_heatmap"
7879 #  output-file-type: ".html"
7880 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7881 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7882 #  filter: "'NIC_Intel-XXV710' and
7883 #           'NF_DENSITY' and
7884 #           'VHOST' and
7885 #           'VXLAN' and
7886 #           'CHAIN' and
7887 #           'IMIX' and
7888 #           '8T4C' and
7889 #           'NDRPDR'"
7890 #  parameters:
7891 #  - "throughput"
7892 #  - "name"
7893 #  - "tags"
7894 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7895 #  x-axis: "X = VNFs per Service Chain"
7896 #  y-axis: "Y = Number of Service Chains"
7897 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7898 #  layout:
7899 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7900 #    layout: "plot-service-density"
7901 #
7902 ################################################################################
7903 ## Plots - NF Density - CSC - MRR 64b
7904 #- type: "plot"
7905 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7906 #  algorithm: "plot_nf_heatmap"
7907 #  output-file-type: ".html"
7908 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7909 #  data: "plot-vpp-nfv-2n-skx-mrr"
7910 #  filter: "'NIC_Intel-XXV710' and
7911 #           'NF_DENSITY' and
7912 #           'DOCKER' and
7913 #           'CHAIN' and
7914 #           'NF_VPPIP4' and
7915 #           '64B' and
7916 #           '2T1C' and
7917 #           'MRR'"
7918 #  parameters:
7919 #  - "result"
7920 #  - "name"
7921 #  - "tags"
7922 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7923 #  x-axis: "X = CNFs per Service Chain"
7924 #  y-axis: "Y = Number of Service Chains"
7925 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7926 #  layout:
7927 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7928 #    layout: "plot-service-density"
7929 #
7930 #- type: "plot"
7931 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7932 #  algorithm: "plot_nf_heatmap"
7933 #  output-file-type: ".html"
7934 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7935 #  data: "plot-vpp-nfv-2n-skx-mrr"
7936 #  filter: "'NIC_Intel-XXV710' and
7937 #           'NF_DENSITY' and
7938 #           'DOCKER' and
7939 #           'CHAIN' and
7940 #           'NF_VPPIP4' and
7941 #           '64B' and
7942 #           '4T2C' and
7943 #           'MRR'"
7944 #  parameters:
7945 #  - "result"
7946 #  - "name"
7947 #  - "tags"
7948 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7949 #  x-axis: "X = CNFs per Service Chain"
7950 #  y-axis: "Y = Number of Service Chains"
7951 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7952 #  layout:
7953 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7954 #    layout: "plot-service-density"
7955 #
7956 #- type: "plot"
7957 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7958 #  algorithm: "plot_nf_heatmap"
7959 #  output-file-type: ".html"
7960 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7961 #  data: "plot-vpp-nfv-2n-skx-mrr"
7962 #  filter: "'NIC_Intel-XXV710' and
7963 #           'NF_DENSITY' and
7964 #           'DOCKER' and
7965 #           'CHAIN' and
7966 #           'NF_VPPIP4' and
7967 #           '64B' and
7968 #           '8T4C' and
7969 #           'MRR'"
7970 #  parameters:
7971 #  - "result"
7972 #  - "name"
7973 #  - "tags"
7974 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7975 #  x-axis: "X = CNFs per Service Chain"
7976 #  y-axis: "Y = Number of Service Chains"
7977 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7978 #  layout:
7979 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7980 #    layout: "plot-service-density"
7981 #
7982 ## Plots - NF Density - CSC - MRR IMIX
7983 #- type: "plot"
7984 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7985 #  algorithm: "plot_nf_heatmap"
7986 #  output-file-type: ".html"
7987 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7988 #  data: "plot-vpp-nfv-2n-skx-mrr"
7989 #  filter: "'NIC_Intel-XXV710' and
7990 #           'NF_DENSITY' and
7991 #           'DOCKER' and
7992 #           'CHAIN' and
7993 #           'NF_VPPIP4' and
7994 #           'IMIX' and
7995 #           '2T1C' and
7996 #           'MRR'"
7997 #  parameters:
7998 #  - "result"
7999 #  - "name"
8000 #  - "tags"
8001 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8002 #  x-axis: "X = CNFs per Service Chain"
8003 #  y-axis: "Y = Number of Service Chains"
8004 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8005 #  layout:
8006 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8007 #    layout: "plot-service-density"
8008 #
8009 #- type: "plot"
8010 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8011 #  algorithm: "plot_nf_heatmap"
8012 #  output-file-type: ".html"
8013 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8014 #  data: "plot-vpp-nfv-2n-skx-mrr"
8015 #  filter: "'NIC_Intel-XXV710' and
8016 #           'NF_DENSITY' and
8017 #           'DOCKER' and
8018 #           'CHAIN' and
8019 #           'NF_VPPIP4' and
8020 #           'IMIX' and
8021 #           '4T2C' and
8022 #           'MRR'"
8023 #  parameters:
8024 #  - "result"
8025 #  - "name"
8026 #  - "tags"
8027 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8028 #  x-axis: "X = CNFs per Service Chain"
8029 #  y-axis: "Y = Number of Service Chains"
8030 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8031 #  layout:
8032 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8033 #    layout: "plot-service-density"
8034 #
8035 #- type: "plot"
8036 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8037 #  algorithm: "plot_nf_heatmap"
8038 #  output-file-type: ".html"
8039 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8040 #  data: "plot-vpp-nfv-2n-skx-mrr"
8041 #  filter: "'NIC_Intel-XXV710' and
8042 #           'NF_DENSITY' and
8043 #           'DOCKER' and
8044 #           'CHAIN' and
8045 #           'NF_VPPIP4' and
8046 #           'IMIX' and
8047 #           '8T4C' and
8048 #           'MRR'"
8049 #  parameters:
8050 #  - "result"
8051 #  - "name"
8052 #  - "tags"
8053 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8054 #  x-axis: "X = CNFs per Service Chain"
8055 #  y-axis: "Y = Number of Service Chains"
8056 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8057 #  layout:
8058 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8059 #    layout: "plot-service-density"
8060 #
8061 ## Plots - NF Density - CSC - NDR 64b
8062 #- type: "plot"
8063 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8064 #  algorithm: "plot_nf_heatmap"
8065 #  output-file-type: ".html"
8066 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
8067 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8068 #  filter: "'NIC_Intel-XXV710' and
8069 #           'NF_DENSITY' and
8070 #           'DOCKER' and
8071 #           'CHAIN' and
8072 #           'NF_VPPIP4' and
8073 #           '64B' and
8074 #           '2T1C' and
8075 #           'NDRPDR'"
8076 #  parameters:
8077 #  - "throughput"
8078 #  - "name"
8079 #  - "tags"
8080 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8081 #  x-axis: "X = CNFs per Service Chain"
8082 #  y-axis: "Y = Number of Service Chains"
8083 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8084 #  layout:
8085 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8086 #    layout: "plot-service-density"
8087 #
8088 #- type: "plot"
8089 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8090 #  algorithm: "plot_nf_heatmap"
8091 #  output-file-type: ".html"
8092 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
8093 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8094 #  filter: "'NIC_Intel-XXV710' and
8095 #           'NF_DENSITY' and
8096 #           'DOCKER' and
8097 #           'CHAIN' and
8098 #           'NF_VPPIP4' and
8099 #           '64B' and
8100 #           '4T2C' and
8101 #           'NDRPDR'"
8102 #  parameters:
8103 #  - "throughput"
8104 #  - "name"
8105 #  - "tags"
8106 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8107 #  x-axis: "X = CNFs per Service Chain"
8108 #  y-axis: "Y = Number of Service Chains"
8109 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8110 #  layout:
8111 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8112 #    layout: "plot-service-density"
8113 #
8114 #- type: "plot"
8115 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8116 #  algorithm: "plot_nf_heatmap"
8117 #  output-file-type: ".html"
8118 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
8119 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8120 #  filter: "'NIC_Intel-XXV710' and
8121 #           'NF_DENSITY' and
8122 #           'DOCKER' and
8123 #           'CHAIN' and
8124 #           'NF_VPPIP4' and
8125 #           '64B' and
8126 #           '8T4C' and
8127 #           'NDRPDR'"
8128 #  parameters:
8129 #  - "throughput"
8130 #  - "name"
8131 #  - "tags"
8132 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8133 #  x-axis: "X = CNFs per Service Chain"
8134 #  y-axis: "Y = Number of Service Chains"
8135 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8136 #  layout:
8137 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8138 #    layout: "plot-service-density"
8139 #
8140 ## Plots - NF Density - CSC - NDR IMIX
8141 #- type: "plot"
8142 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8143 #  algorithm: "plot_nf_heatmap"
8144 #  output-file-type: ".html"
8145 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8146 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8147 #  filter: "'NIC_Intel-XXV710' and
8148 #           'NF_DENSITY' and
8149 #           'DOCKER' and
8150 #           'CHAIN' and
8151 #           'NF_VPPIP4' and
8152 #           'IMIX' and
8153 #           '2T1C' and
8154 #           'NDRPDR'"
8155 #  parameters:
8156 #  - "throughput"
8157 #  - "name"
8158 #  - "tags"
8159 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8160 #  x-axis: "X = CNFs per Service Chain"
8161 #  y-axis: "Y = Number of Service Chains"
8162 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8163 #  layout:
8164 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8165 #    layout: "plot-service-density"
8166 #
8167 #- type: "plot"
8168 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8169 #  algorithm: "plot_nf_heatmap"
8170 #  output-file-type: ".html"
8171 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8172 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8173 #  filter: "'NIC_Intel-XXV710' and
8174 #           'NF_DENSITY' and
8175 #           'DOCKER' and
8176 #           'CHAIN' and
8177 #           'NF_VPPIP4' and
8178 #           'IMIX' and
8179 #           '4T2C' and
8180 #           'NDRPDR'"
8181 #  parameters:
8182 #  - "throughput"
8183 #  - "name"
8184 #  - "tags"
8185 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8186 #  x-axis: "X = CNFs per Service Chain"
8187 #  y-axis: "Y = Number of Service Chains"
8188 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8189 #  layout:
8190 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8191 #    layout: "plot-service-density"
8192 #
8193 #- type: "plot"
8194 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8195 #  algorithm: "plot_nf_heatmap"
8196 #  output-file-type: ".html"
8197 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8198 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8199 #  filter: "'NIC_Intel-XXV710' and
8200 #           'NF_DENSITY' and
8201 #           'DOCKER' and
8202 #           'CHAIN' and
8203 #           'NF_VPPIP4' and
8204 #           'IMIX' and
8205 #           '8T4C' and
8206 #           'NDRPDR'"
8207 #  parameters:
8208 #  - "throughput"
8209 #  - "name"
8210 #  - "tags"
8211 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8212 #  x-axis: "X = CNFs per Service Chain"
8213 #  y-axis: "Y = Number of Service Chains"
8214 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8215 #  layout:
8216 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8217 #    layout: "plot-service-density"
8218 #
8219 ## Plots - NF Density - CSC - PDR 64b
8220 #- type: "plot"
8221 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8222 #  algorithm: "plot_nf_heatmap"
8223 #  output-file-type: ".html"
8224 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
8225 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8226 #  filter: "'NIC_Intel-XXV710' and
8227 #           'NF_DENSITY' and
8228 #           'DOCKER' and
8229 #           'CHAIN' and
8230 #           'NF_VPPIP4' and
8231 #           '64B' and
8232 #           '2T1C' and
8233 #           'NDRPDR'"
8234 #  parameters:
8235 #  - "throughput"
8236 #  - "name"
8237 #  - "tags"
8238 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8239 #  x-axis: "X = CNFs per Service Chain"
8240 #  y-axis: "Y = Number of Service Chains"
8241 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8242 #  layout:
8243 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8244 #    layout: "plot-service-density"
8245 #
8246 #- type: "plot"
8247 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8248 #  algorithm: "plot_nf_heatmap"
8249 #  output-file-type: ".html"
8250 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
8251 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8252 #  filter: "'NIC_Intel-XXV710' and
8253 #           'NF_DENSITY' and
8254 #           'DOCKER' and
8255 #           'CHAIN' and
8256 #           'NF_VPPIP4' and
8257 #           '64B' and
8258 #           '4T2C' and
8259 #           'NDRPDR'"
8260 #  parameters:
8261 #  - "throughput"
8262 #  - "name"
8263 #  - "tags"
8264 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8265 #  x-axis: "X = CNFs per Service Chain"
8266 #  y-axis: "Y = Number of Service Chains"
8267 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8268 #  layout:
8269 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8270 #    layout: "plot-service-density"
8271 #
8272 #- type: "plot"
8273 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8274 #  algorithm: "plot_nf_heatmap"
8275 #  output-file-type: ".html"
8276 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
8277 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8278 #  filter: "'NIC_Intel-XXV710' and
8279 #           'NF_DENSITY' and
8280 #           'DOCKER' and
8281 #           'CHAIN' and
8282 #           'NF_VPPIP4' and
8283 #           '64B' and
8284 #           '8T4C' and
8285 #           'NDRPDR'"
8286 #  parameters:
8287 #  - "throughput"
8288 #  - "name"
8289 #  - "tags"
8290 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8291 #  x-axis: "X = CNFs per Service Chain"
8292 #  y-axis: "Y = Number of Service Chains"
8293 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8294 #  layout:
8295 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8296 #    layout: "plot-service-density"
8297 #
8298 ## Plots - NF Density - CSC - PDR IMIX
8299 #- type: "plot"
8300 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8301 #  algorithm: "plot_nf_heatmap"
8302 #  output-file-type: ".html"
8303 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8304 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8305 #  filter: "'NIC_Intel-XXV710' and
8306 #           'NF_DENSITY' and
8307 #           'DOCKER' and
8308 #           'CHAIN' and
8309 #           'NF_VPPIP4' and
8310 #           'IMIX' and
8311 #           '2T1C' and
8312 #           'NDRPDR'"
8313 #  parameters:
8314 #  - "throughput"
8315 #  - "name"
8316 #  - "tags"
8317 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8318 #  x-axis: "X = CNFs per Service Chain"
8319 #  y-axis: "Y = Number of Service Chains"
8320 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8321 #  layout:
8322 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8323 #    layout: "plot-service-density"
8324 #
8325 #- type: "plot"
8326 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8327 #  algorithm: "plot_nf_heatmap"
8328 #  output-file-type: ".html"
8329 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8330 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8331 #  filter: "'NIC_Intel-XXV710' and
8332 #           'NF_DENSITY' and
8333 #           'DOCKER' and
8334 #           'CHAIN' and
8335 #           'NF_VPPIP4' and
8336 #           'IMIX' and
8337 #           '4T2C' and
8338 #           'NDRPDR'"
8339 #  parameters:
8340 #  - "throughput"
8341 #  - "name"
8342 #  - "tags"
8343 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8344 #  x-axis: "X = CNFs per Service Chain"
8345 #  y-axis: "Y = Number of Service Chains"
8346 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8347 #  layout:
8348 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8349 #    layout: "plot-service-density"
8350 #
8351 #- type: "plot"
8352 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8353 #  algorithm: "plot_nf_heatmap"
8354 #  output-file-type: ".html"
8355 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8356 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8357 #  filter: "'NIC_Intel-XXV710' and
8358 #           'NF_DENSITY' and
8359 #           'DOCKER' and
8360 #           'CHAIN' and
8361 #           'NF_VPPIP4' and
8362 #           'IMIX' and
8363 #           '8T4C' and
8364 #           'NDRPDR'"
8365 #  parameters:
8366 #  - "throughput"
8367 #  - "name"
8368 #  - "tags"
8369 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8370 #  x-axis: "X = CNFs per Service Chain"
8371 #  y-axis: "Y = Number of Service Chains"
8372 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8373 #  layout:
8374 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8375 #    layout: "plot-service-density"
8376 #
8377 ################################################################################
8378 #
8379 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8380 #- type: "plot"
8381 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8382 #  algorithm: "plot_nf_heatmap"
8383 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8384 #  data: "plot-vpp-nfv-3n-skx-mrr"
8385 #  filter: "'NIC_Intel-XXV710' and
8386 #           'NF_DENSITY' and
8387 #           'DOCKER' and
8388 #           'CHAIN' and
8389 #           'NF_VPPIP4' and
8390 #           'IPSEC' and
8391 #           'TNL_4' and
8392 #           'IMIX' and
8393 #           '2T1C' and
8394 #           'MRR'"
8395 #  parameters:
8396 #  - "result"
8397 #  - "name"
8398 #  - "tags"
8399 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8400 #  x-axis: "X = CNFs per Service Chain"
8401 #  y-axis: "Y = Number of Service Chains"
8402 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8403 #  layout:
8404 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8405 #    layout: "plot-service-density"
8406 #
8407 #- type: "plot"
8408 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8409 #  algorithm: "plot_nf_heatmap"
8410 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8411 #  data: "plot-vpp-nfv-3n-skx-mrr"
8412 #  filter: "'NIC_Intel-XXV710' and
8413 #           'NF_DENSITY' and
8414 #           'DOCKER' and
8415 #           'CHAIN' and
8416 #           'NF_VPPIP4' and
8417 #           'IPSEC' and
8418 #           'TNL_4' and
8419 #           'IMIX' and
8420 #           '4T2C' and
8421 #           'MRR'"
8422 #  parameters:
8423 #  - "result"
8424 #  - "name"
8425 #  - "tags"
8426 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8427 #  x-axis: "X = CNFs per Service Chain"
8428 #  y-axis: "Y = Number of Service Chains"
8429 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8430 #  layout:
8431 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8432 #    layout: "plot-service-density"
8433 #
8434 #- type: "plot"
8435 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8436 #  algorithm: "plot_nf_heatmap"
8437 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8438 #  data: "plot-vpp-nfv-3n-skx-mrr"
8439 #  filter: "'NIC_Intel-XXV710' and
8440 #           'NF_DENSITY' and
8441 #           'DOCKER' and
8442 #           'CHAIN' and
8443 #           'NF_VPPIP4' and
8444 #           'IPSEC' and
8445 #           'TNL_4' and
8446 #           'IMIX' and
8447 #           '8T4C' and
8448 #           'MRR'"
8449 #  parameters:
8450 #  - "result"
8451 #  - "name"
8452 #  - "tags"
8453 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8454 #  x-axis: "X = CNFs per Service Chain"
8455 #  y-axis: "Y = Number of Service Chains"
8456 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8457 #  layout:
8458 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8459 #    layout: "plot-service-density"
8460
8461 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8462 - type: "plot"
8463   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8464   algorithm: "plot_nf_heatmap"
8465   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8466   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8467   filter: "'NIC_Intel-XXV710' and
8468            'NF_DENSITY' and
8469            'DOCKER' and
8470            'CHAIN' and
8471            'NF_VPPIP4' and
8472            'IPSEC' and
8473            'TNL_4' and
8474            'IMIX' and
8475            '2T1C' and
8476            'NDRPDR'"
8477   parameters:
8478   - "throughput"
8479   - "name"
8480   - "tags"
8481   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8482   x-axis: "X = CNFs per Service Chain"
8483   y-axis: "Y = Number of Service Chains"
8484   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8485   layout:
8486     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8487     layout: "plot-service-density"
8488
8489 - type: "plot"
8490   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8491   algorithm: "plot_nf_heatmap"
8492   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8493   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8494   filter: "'NIC_Intel-XXV710' and
8495            'NF_DENSITY' and
8496            'DOCKER' and
8497            'CHAIN' and
8498            'NF_VPPIP4' and
8499            'IPSEC' and
8500            'TNL_4' and
8501            'IMIX' and
8502            '4T2C' and
8503            'NDRPDR'"
8504   parameters:
8505   - "throughput"
8506   - "name"
8507   - "tags"
8508   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8509   x-axis: "X = CNFs per Service Chain"
8510   y-axis: "Y = Number of Service Chains"
8511   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8512   layout:
8513     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8514     layout: "plot-service-density"
8515
8516 - type: "plot"
8517   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8518   algorithm: "plot_nf_heatmap"
8519   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8520   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8521   filter: "'NIC_Intel-XXV710' and
8522            'NF_DENSITY' and
8523            'DOCKER' and
8524            'CHAIN' and
8525            'NF_VPPIP4' and
8526            'IPSEC' and
8527            'TNL_4' and
8528            'IMIX' and
8529            '8T4C' and
8530            'NDRPDR'"
8531   parameters:
8532   - "throughput"
8533   - "name"
8534   - "tags"
8535   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8536   x-axis: "X = CNFs per Service Chain"
8537   y-axis: "Y = Number of Service Chains"
8538   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8539   layout:
8540     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8541     layout: "plot-service-density"
8542
8543 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8544 - type: "plot"
8545   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8546   algorithm: "plot_nf_heatmap"
8547   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8548   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8549   filter: "'NIC_Intel-XXV710' and
8550            'NF_DENSITY' and
8551            'DOCKER' and
8552            'CHAIN' and
8553            'NF_VPPIP4' and
8554            'IPSEC' and
8555            'TNL_4' and
8556            'IMIX' and
8557            '2T1C' and
8558            'NDRPDR'"
8559   parameters:
8560   - "throughput"
8561   - "name"
8562   - "tags"
8563   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8564   x-axis: "X = CNFs per Service Chain"
8565   y-axis: "Y = Number of Service Chains"
8566   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8567   layout:
8568     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8569     layout: "plot-service-density"
8570
8571 - type: "plot"
8572   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8573   algorithm: "plot_nf_heatmap"
8574   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8575   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8576   filter: "'NIC_Intel-XXV710' and
8577            'NF_DENSITY' and
8578            'DOCKER' and
8579            'CHAIN' and
8580            'NF_VPPIP4' and
8581            'IPSEC' and
8582            'TNL_4' and
8583            'IMIX' and
8584            '4T2C' and
8585            'NDRPDR'"
8586   parameters:
8587   - "throughput"
8588   - "name"
8589   - "tags"
8590   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8591   x-axis: "X = CNFs per Service Chain"
8592   y-axis: "Y = Number of Service Chains"
8593   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8594   layout:
8595     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8596     layout: "plot-service-density"
8597
8598 - type: "plot"
8599   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8600   algorithm: "plot_nf_heatmap"
8601   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8602   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8603   filter: "'NIC_Intel-XXV710' and
8604            'NF_DENSITY' and
8605            'DOCKER' and
8606            'CHAIN' and
8607            'NF_VPPIP4' and
8608            'IPSEC' and
8609            'TNL_4' and
8610            'IMIX' and
8611            '8T4C' and
8612            'NDRPDR'"
8613   parameters:
8614   - "throughput"
8615   - "name"
8616   - "tags"
8617   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8618   x-axis: "X = CNFs per Service Chain"
8619   y-axis: "Y = Number of Service Chains"
8620   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8621   layout:
8622     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8623     layout: "plot-service-density"
8624
8625 ###############################################################################
8626
8627 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8628 - type: "plot"
8629   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8630   algorithm: "plot_nf_heatmap"
8631   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8632   data: "plot-vpp-nfv-3n-hsw-mrr"
8633   filter: "'NIC_Intel-XL710' and
8634            'NF_DENSITY' and
8635            'DOCKER' and
8636            'CHAIN' and
8637            'NF_VPPIP4' and
8638            'IMIX' and
8639            'TNL_4' and
8640            '1T1C' and
8641            'MRR'"
8642   parameters:
8643   - "result"
8644   - "name"
8645   - "tags"
8646   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8647   x-axis: "X = CNFs per Service Chain"
8648   y-axis: "Y = Number of Service Chains"
8649   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8650   layout:
8651     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8652     layout: "plot-service-density"
8653
8654 - type: "plot"
8655   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8656   algorithm: "plot_nf_heatmap"
8657   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8658   data: "plot-vpp-nfv-3n-hsw-mrr"
8659   filter: "'NIC_Intel-XL710' and
8660            'NF_DENSITY' and
8661            'DOCKER' and
8662            'CHAIN' and
8663            'NF_VPPIP4' and
8664            'IPSEC' and
8665            'TNL_4' and
8666            'IMIX' and
8667            '2T2C' and
8668            'MRR'"
8669   parameters:
8670   - "result"
8671   - "name"
8672   - "tags"
8673   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8674   x-axis: "X = CNFs per Service Chain"
8675   y-axis: "Y = Number of Service Chains"
8676   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8677   layout:
8678     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8679     layout: "plot-service-density"
8680
8681 - type: "plot"
8682   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8683   algorithm: "plot_nf_heatmap"
8684   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8685   data: "plot-vpp-nfv-3n-hsw-mrr"
8686   filter: "'NIC_Intel-XL710' and
8687            'NF_DENSITY' and
8688            'DOCKER' and
8689            'CHAIN' and
8690            'NF_VPPIP4' and
8691            'IPSEC' and
8692            'TNL_4' and
8693            'IMIX' and
8694            '4T4C' and
8695            'MRR'"
8696   parameters:
8697   - "result"
8698   - "name"
8699   - "tags"
8700   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8701   x-axis: "X = CNFs per Service Chain"
8702   y-axis: "Y = Number of Service Chains"
8703   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8704   layout:
8705     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8706     layout: "plot-service-density"
8707
8708 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8709 - type: "plot"
8710   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8711   algorithm: "plot_nf_heatmap"
8712   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8713   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8714   filter: "'NIC_Intel-XL710' and
8715            'NF_DENSITY' and
8716            'DOCKER' and
8717            'CHAIN' and
8718            'NF_VPPIP4' and
8719            'IPSEC' and
8720            'TNL_4' and
8721            'IMIX' and
8722            '1T1C' and
8723            'NDRPDR'"
8724   parameters:
8725   - "throughput"
8726   - "name"
8727   - "tags"
8728   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8729   x-axis: "X = CNFs per Service Chain"
8730   y-axis: "Y = Number of Service Chains"
8731   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8732   layout:
8733     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8734     layout: "plot-service-density"
8735
8736 - type: "plot"
8737   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8738   algorithm: "plot_nf_heatmap"
8739   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8740   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8741   filter: "'NIC_Intel-XL710' and
8742            'NF_DENSITY' and
8743            'DOCKER' and
8744            'CHAIN' and
8745            'NF_VPPIP4' and
8746            'IPSEC' and
8747            'TNL_4' and
8748            'IMIX' and
8749            '2T2C' and
8750            'NDRPDR'"
8751   parameters:
8752   - "throughput"
8753   - "name"
8754   - "tags"
8755   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8756   x-axis: "X = CNFs per Service Chain"
8757   y-axis: "Y = Number of Service Chains"
8758   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8759   layout:
8760     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8761     layout: "plot-service-density"
8762
8763 - type: "plot"
8764   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8765   algorithm: "plot_nf_heatmap"
8766   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8767   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8768   filter: "'NIC_Intel-XL710' and
8769            'NF_DENSITY' and
8770            'DOCKER' and
8771            'CHAIN' and
8772            'NF_VPPIP4' and
8773            'IPSEC' and
8774            'TNL_4' and
8775            'IMIX' and
8776            '4T4C' and
8777            'NDRPDR'"
8778   parameters:
8779   - "throughput"
8780   - "name"
8781   - "tags"
8782   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8783   x-axis: "X = CNFs per Service Chain"
8784   y-axis: "Y = Number of Service Chains"
8785   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8786   layout:
8787     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8788     layout: "plot-service-density"
8789
8790 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8791 - type: "plot"
8792   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8793   algorithm: "plot_nf_heatmap"
8794   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8795   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8796   filter: "'NIC_Intel-XL710' and
8797            'NF_DENSITY' and
8798            'DOCKER' and
8799            'CHAIN' and
8800            'NF_VPPIP4' and
8801            'IPSEC' and
8802            'TNL_4' and
8803            'IMIX' and
8804            '1T1C' and
8805            'NDRPDR'"
8806   parameters:
8807   - "throughput"
8808   - "name"
8809   - "tags"
8810   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8811   x-axis: "X = CNFs per Service Chain"
8812   y-axis: "Y = Number of Service Chains"
8813   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8814   layout:
8815     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8816     layout: "plot-service-density"
8817
8818 - type: "plot"
8819   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8820   algorithm: "plot_nf_heatmap"
8821   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8822   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8823   filter: "'NIC_Intel-XL710' and
8824            'NF_DENSITY' and
8825            'DOCKER' and
8826            'CHAIN' and
8827            'NF_VPPIP4' and
8828            'IPSEC' and
8829            'TNL_4' and
8830            'IMIX' and
8831            '2T2C' and
8832            'NDRPDR'"
8833   parameters:
8834   - "throughput"
8835   - "name"
8836   - "tags"
8837   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8838   x-axis: "X = CNFs per Service Chain"
8839   y-axis: "Y = Number of Service Chains"
8840   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8841   layout:
8842     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8843     layout: "plot-service-density"
8844
8845 - type: "plot"
8846   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8847   algorithm: "plot_nf_heatmap"
8848   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8849   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8850   filter: "'NIC_Intel-XL710' and
8851            'NF_DENSITY' and
8852            'DOCKER' and
8853            'CHAIN' and
8854            'NF_VPPIP4' and
8855            'IPSEC' and
8856            'TNL_4' and
8857            'IMIX' and
8858            '4T4C' and
8859            'NDRPDR'"
8860   parameters:
8861   - "throughput"
8862   - "name"
8863   - "tags"
8864   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8865   x-axis: "X = CNFs per Service Chain"
8866   y-axis: "Y = Number of Service Chains"
8867   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8868   layout:
8869     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8870     layout: "plot-service-density"
8871
8872 ###############################################################################
8873
8874 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8875 #- type: "plot"
8876 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8877 #  algorithm: "plot_nf_heatmap"
8878 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8879 #  data: "plot-vpp-nfv-3n-skx-mrr"
8880 #  filter: "'NIC_Intel-XXV710' and
8881 #           'NF_DENSITY' and
8882 #           'DOCKER' and
8883 #           'CHAIN' and
8884 #           'NF_VPPIP4' and
8885 #           'IPSEC' and
8886 #           'TNL_1000' and
8887 #           'IMIX' and
8888 #           '2T1C' and
8889 #           'MRR'"
8890 #  parameters:
8891 #  - "result"
8892 #  - "name"
8893 #  - "tags"
8894 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8895 #  x-axis: "X = CNFs per Service Chain"
8896 #  y-axis: "Y = Number of Service Chains"
8897 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8898 #  layout:
8899 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8900 #    layout: "plot-service-density"
8901 #
8902 #- type: "plot"
8903 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8904 #  algorithm: "plot_nf_heatmap"
8905 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8906 #  data: "plot-vpp-nfv-3n-skx-mrr"
8907 #  filter: "'NIC_Intel-XXV710' and
8908 #           'NF_DENSITY' and
8909 #           'DOCKER' and
8910 #           'CHAIN' and
8911 #           'NF_VPPIP4' and
8912 #           'IPSEC' and
8913 #           'TNL_1000' and
8914 #           'IMIX' and
8915 #           '4T2C' and
8916 #           'MRR'"
8917 #  parameters:
8918 #  - "result"
8919 #  - "name"
8920 #  - "tags"
8921 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8922 #  x-axis: "X = CNFs per Service Chain"
8923 #  y-axis: "Y = Number of Service Chains"
8924 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8925 #  layout:
8926 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8927 #    layout: "plot-service-density"
8928 #
8929 #- type: "plot"
8930 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8931 #  algorithm: "plot_nf_heatmap"
8932 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8933 #  data: "plot-vpp-nfv-3n-skx-mrr"
8934 #  filter: "'NIC_Intel-XXV710' and
8935 #           'NF_DENSITY' and
8936 #           'DOCKER' and
8937 #           'CHAIN' and
8938 #           'NF_VPPIP4' and
8939 #           'IPSEC' and
8940 #           'TNL_1000' and
8941 #           'IMIX' and
8942 #           '8T4C' and
8943 #           'MRR'"
8944 #  parameters:
8945 #  - "result"
8946 #  - "name"
8947 #  - "tags"
8948 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8949 #  x-axis: "X = CNFs per Service Chain"
8950 #  y-axis: "Y = Number of Service Chains"
8951 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8952 #  layout:
8953 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8954 #    layout: "plot-service-density"
8955
8956 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8957 - type: "plot"
8958   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8959   algorithm: "plot_nf_heatmap"
8960   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8961   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8962   filter: "'NIC_Intel-XXV710' and
8963            'NF_DENSITY' and
8964            'DOCKER' and
8965            'CHAIN' and
8966            'NF_VPPIP4' and
8967            'IPSEC' and
8968            'TNL_1000' and
8969            'IMIX' and
8970            '2T1C' and
8971            'NDRPDR'"
8972   parameters:
8973   - "throughput"
8974   - "name"
8975   - "tags"
8976   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8977   x-axis: "X = CNFs per Service Chain"
8978   y-axis: "Y = Number of Service Chains"
8979   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8980   layout:
8981     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8982     layout: "plot-service-density"
8983
8984 - type: "plot"
8985   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8986   algorithm: "plot_nf_heatmap"
8987   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8988   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8989   filter: "'NIC_Intel-XXV710' and
8990            'NF_DENSITY' and
8991            'DOCKER' and
8992            'CHAIN' and
8993            'NF_VPPIP4' and
8994            'IPSEC' and
8995            'TNL_1000' and
8996            'IMIX' and
8997            '4T2C' and
8998            'NDRPDR'"
8999   parameters:
9000   - "throughput"
9001   - "name"
9002   - "tags"
9003   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9004   x-axis: "X = CNFs per Service Chain"
9005   y-axis: "Y = Number of Service Chains"
9006   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9007   layout:
9008     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9009     layout: "plot-service-density"
9010
9011 - type: "plot"
9012   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9013   algorithm: "plot_nf_heatmap"
9014   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9015   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9016   filter: "'NIC_Intel-XXV710' and
9017            'NF_DENSITY' and
9018            'DOCKER' and
9019            'CHAIN' and
9020            'NF_VPPIP4' and
9021            'IPSEC' and
9022            'TNL_1000' and
9023            'IMIX' and
9024            '8T4C' and
9025            'NDRPDR'"
9026   parameters:
9027   - "throughput"
9028   - "name"
9029   - "tags"
9030   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9031   x-axis: "X = CNFs per Service Chain"
9032   y-axis: "Y = Number of Service Chains"
9033   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9034   layout:
9035     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9036     layout: "plot-service-density"
9037
9038 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9039 - type: "plot"
9040   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9041   algorithm: "plot_nf_heatmap"
9042   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9043   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9044   filter: "'NIC_Intel-XXV710' and
9045            'NF_DENSITY' and
9046            'DOCKER' and
9047            'CHAIN' and
9048            'NF_VPPIP4' and
9049            'IPSEC' and
9050            'TNL_1000' and
9051            'IMIX' and
9052            '2T1C' and
9053            'NDRPDR'"
9054   parameters:
9055   - "throughput"
9056   - "name"
9057   - "tags"
9058   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9059   x-axis: "X = CNFs per Service Chain"
9060   y-axis: "Y = Number of Service Chains"
9061   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9062   layout:
9063     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9064     layout: "plot-service-density"
9065
9066 - type: "plot"
9067   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9068   algorithm: "plot_nf_heatmap"
9069   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9070   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9071   filter: "'NIC_Intel-XXV710' and
9072            'NF_DENSITY' and
9073            'DOCKER' and
9074            'CHAIN' and
9075            'NF_VPPIP4' and
9076            'IPSEC' and
9077            'TNL_1000' and
9078            'IMIX' and
9079            '4T2C' and
9080            'NDRPDR'"
9081   parameters:
9082   - "throughput"
9083   - "name"
9084   - "tags"
9085   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9086   x-axis: "X = CNFs per Service Chain"
9087   y-axis: "Y = Number of Service Chains"
9088   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9089   layout:
9090     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9091     layout: "plot-service-density"
9092
9093 - type: "plot"
9094   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9095   algorithm: "plot_nf_heatmap"
9096   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9097   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9098   filter: "'NIC_Intel-XXV710' and
9099            'NF_DENSITY' and
9100            'DOCKER' and
9101            'CHAIN' and
9102            'NF_VPPIP4' and
9103            'IPSEC' and
9104            'TNL_1000' and
9105            'IMIX' and
9106            '8T4C' and
9107            'NDRPDR'"
9108   parameters:
9109   - "throughput"
9110   - "name"
9111   - "tags"
9112   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9113   x-axis: "X = CNFs per Service Chain"
9114   y-axis: "Y = Number of Service Chains"
9115   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9116   layout:
9117     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9118     layout: "plot-service-density"
9119
9120 ###############################################################################
9121
9122 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9123 - type: "plot"
9124   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9125   algorithm: "plot_nf_heatmap"
9126   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9127   data: "plot-vpp-nfv-3n-hsw-mrr"
9128   filter: "'NIC_Intel-XL710' and
9129            'NF_DENSITY' and
9130            'DOCKER' and
9131            'CHAIN' and
9132            'NF_VPPIP4' and
9133            'IMIX' and
9134            'TNL_1000' and
9135            '1T1C' and
9136            'MRR'"
9137   parameters:
9138   - "result"
9139   - "name"
9140   - "tags"
9141   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9142   x-axis: "X = CNFs per Service Chain"
9143   y-axis: "Y = Number of Service Chains"
9144   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9145   layout:
9146     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9147     layout: "plot-service-density"
9148
9149 - type: "plot"
9150   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9151   algorithm: "plot_nf_heatmap"
9152   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9153   data: "plot-vpp-nfv-3n-hsw-mrr"
9154   filter: "'NIC_Intel-XL710' and
9155            'NF_DENSITY' and
9156            'DOCKER' and
9157            'CHAIN' and
9158            'NF_VPPIP4' and
9159            'IPSEC' and
9160            'TNL_1000' and
9161            'IMIX' and
9162            '2T2C' and
9163            'MRR'"
9164   parameters:
9165   - "result"
9166   - "name"
9167   - "tags"
9168   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9169   x-axis: "X = CNFs per Service Chain"
9170   y-axis: "Y = Number of Service Chains"
9171   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9172   layout:
9173     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9174     layout: "plot-service-density"
9175
9176 - type: "plot"
9177   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9178   algorithm: "plot_nf_heatmap"
9179   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9180   data: "plot-vpp-nfv-3n-hsw-mrr"
9181   filter: "'NIC_Intel-XL710' and
9182            'NF_DENSITY' and
9183            'DOCKER' and
9184            'CHAIN' and
9185            'NF_VPPIP4' and
9186            'IPSEC' and
9187            'TNL_1000' and
9188            'IMIX' and
9189            '4T4C' and
9190            'MRR'"
9191   parameters:
9192   - "result"
9193   - "name"
9194   - "tags"
9195   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9196   x-axis: "X = CNFs per Service Chain"
9197   y-axis: "Y = Number of Service Chains"
9198   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9199   layout:
9200     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9201     layout: "plot-service-density"
9202
9203 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9204 - type: "plot"
9205   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9206   algorithm: "plot_nf_heatmap"
9207   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9208   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9209   filter: "'NIC_Intel-XL710' and
9210            'NF_DENSITY' and
9211            'DOCKER' and
9212            'CHAIN' and
9213            'NF_VPPIP4' and
9214            'IPSEC' and
9215            'TNL_1000' and
9216            'IMIX' and
9217            '1T1C' and
9218            'NDRPDR'"
9219   parameters:
9220   - "throughput"
9221   - "name"
9222   - "tags"
9223   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9224   x-axis: "X = CNFs per Service Chain"
9225   y-axis: "Y = Number of Service Chains"
9226   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9227   layout:
9228     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9229     layout: "plot-service-density"
9230
9231 - type: "plot"
9232   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9233   algorithm: "plot_nf_heatmap"
9234   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9235   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9236   filter: "'NIC_Intel-XL710' and
9237            'NF_DENSITY' and
9238            'DOCKER' and
9239            'CHAIN' and
9240            'NF_VPPIP4' and
9241            'IPSEC' and
9242            'TNL_1000' and
9243            'IMIX' and
9244            '2T2C' and
9245            'NDRPDR'"
9246   parameters:
9247   - "throughput"
9248   - "name"
9249   - "tags"
9250   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9251   x-axis: "X = CNFs per Service Chain"
9252   y-axis: "Y = Number of Service Chains"
9253   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9254   layout:
9255     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9256     layout: "plot-service-density"
9257
9258 - type: "plot"
9259   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9260   algorithm: "plot_nf_heatmap"
9261   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9262   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9263   filter: "'NIC_Intel-XL710' and
9264            'NF_DENSITY' and
9265            'DOCKER' and
9266            'CHAIN' and
9267            'NF_VPPIP4' and
9268            'IPSEC' and
9269            'TNL_1000' and
9270            'IMIX' and
9271            '4T4C' and
9272            'NDRPDR'"
9273   parameters:
9274   - "throughput"
9275   - "name"
9276   - "tags"
9277   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9278   x-axis: "X = CNFs per Service Chain"
9279   y-axis: "Y = Number of Service Chains"
9280   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9281   layout:
9282     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9283     layout: "plot-service-density"
9284
9285 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9286 - type: "plot"
9287   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9288   algorithm: "plot_nf_heatmap"
9289   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9290   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9291   filter: "'NIC_Intel-XL710' and
9292            'NF_DENSITY' and
9293            'DOCKER' and
9294            'CHAIN' and
9295            'NF_VPPIP4' and
9296            'IPSEC' and
9297            'TNL_1000' and
9298            'IMIX' and
9299            '1T1C' and
9300            'NDRPDR'"
9301   parameters:
9302   - "throughput"
9303   - "name"
9304   - "tags"
9305   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9306   x-axis: "X = CNFs per Service Chain"
9307   y-axis: "Y = Number of Service Chains"
9308   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9309   layout:
9310     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9311     layout: "plot-service-density"
9312
9313 - type: "plot"
9314   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9315   algorithm: "plot_nf_heatmap"
9316   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9317   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9318   filter: "'NIC_Intel-XL710' and
9319            'NF_DENSITY' and
9320            'DOCKER' and
9321            'CHAIN' and
9322            'NF_VPPIP4' and
9323            'IPSEC' and
9324            'TNL_1000' and
9325            'IMIX' and
9326            '2T2C' and
9327            'NDRPDR'"
9328   parameters:
9329   - "throughput"
9330   - "name"
9331   - "tags"
9332   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9333   x-axis: "X = CNFs per Service Chain"
9334   y-axis: "Y = Number of Service Chains"
9335   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9336   layout:
9337     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9338     layout: "plot-service-density"
9339
9340 - type: "plot"
9341   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9342   algorithm: "plot_nf_heatmap"
9343   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9344   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9345   filter: "'NIC_Intel-XL710' and
9346            'NF_DENSITY' and
9347            'DOCKER' and
9348            'CHAIN' and
9349            'NF_VPPIP4' and
9350            'IPSEC' and
9351            'TNL_1000' and
9352            'IMIX' and
9353            '4T4C' and
9354            'NDRPDR'"
9355   parameters:
9356   - "throughput"
9357   - "name"
9358   - "tags"
9359   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9360   x-axis: "X = CNFs per Service Chain"
9361   y-axis: "Y = Number of Service Chains"
9362   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9363   layout:
9364     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9365     layout: "plot-service-density"
9366
9367 ###############################################################################
9368
9369 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9370 #- type: "plot"
9371 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9372 #  algorithm: "plot_nf_heatmap"
9373 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9374 #  data: "plot-vpp-nfv-3n-skx-mrr"
9375 #  filter: "'NIC_Intel-XXV710' and
9376 #           'NF_DENSITY' and
9377 #           'DOCKER' and
9378 #           'CHAIN' and
9379 #           'NF_VPPIP4' and
9380 #           'IPSEC' and
9381 #           'TNL_10000' and
9382 #           'IMIX' and
9383 #           '2T1C' and
9384 #           'MRR'"
9385 #  parameters:
9386 #  - "result"
9387 #  - "name"
9388 #  - "tags"
9389 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9390 #  x-axis: "X = CNFs per Service Chain"
9391 #  y-axis: "Y = Number of Service Chains"
9392 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9393 #  layout:
9394 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9395 #    layout: "plot-service-density"
9396 #
9397 #- type: "plot"
9398 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9399 #  algorithm: "plot_nf_heatmap"
9400 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9401 #  data: "plot-vpp-nfv-3n-skx-mrr"
9402 #  filter: "'NIC_Intel-XXV710' and
9403 #           'NF_DENSITY' and
9404 #           'DOCKER' and
9405 #           'CHAIN' and
9406 #           'NF_VPPIP4' and
9407 #           'IPSEC' and
9408 #           'TNL_10000' and
9409 #           'IMIX' and
9410 #           '4T2C' and
9411 #           'MRR'"
9412 #  parameters:
9413 #  - "result"
9414 #  - "name"
9415 #  - "tags"
9416 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9417 #  x-axis: "X = CNFs per Service Chain"
9418 #  y-axis: "Y = Number of Service Chains"
9419 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9420 #  layout:
9421 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9422 #    layout: "plot-service-density"
9423 #
9424 #- type: "plot"
9425 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9426 #  algorithm: "plot_nf_heatmap"
9427 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9428 #  data: "plot-vpp-nfv-3n-skx-mrr"
9429 #  filter: "'NIC_Intel-XXV710' and
9430 #           'NF_DENSITY' and
9431 #           'DOCKER' and
9432 #           'CHAIN' and
9433 #           'NF_VPPIP4' and
9434 #           'IPSEC' and
9435 #           'TNL_10000' and
9436 #           'IMIX' and
9437 #           '8T4C' and
9438 #           'MRR'"
9439 #  parameters:
9440 #  - "result"
9441 #  - "name"
9442 #  - "tags"
9443 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9444 #  x-axis: "X = CNFs per Service Chain"
9445 #  y-axis: "Y = Number of Service Chains"
9446 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9447 #  layout:
9448 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9449 #    layout: "plot-service-density"
9450
9451 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9452 - type: "plot"
9453   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9454   algorithm: "plot_nf_heatmap"
9455   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9456   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9457   filter: "'NIC_Intel-XXV710' and
9458            'NF_DENSITY' and
9459            'DOCKER' and
9460            'CHAIN' and
9461            'NF_VPPIP4' and
9462            'IPSEC' and
9463            'TNL_10000' and
9464            'IMIX' and
9465            '2T1C' and
9466            'NDRPDR'"
9467   parameters:
9468   - "throughput"
9469   - "name"
9470   - "tags"
9471   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9472   x-axis: "X = CNFs per Service Chain"
9473   y-axis: "Y = Number of Service Chains"
9474   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9475   layout:
9476     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9477     layout: "plot-service-density"
9478
9479 - type: "plot"
9480   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9481   algorithm: "plot_nf_heatmap"
9482   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9483   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9484   filter: "'NIC_Intel-XXV710' and
9485            'NF_DENSITY' and
9486            'DOCKER' and
9487            'CHAIN' and
9488            'NF_VPPIP4' and
9489            'IPSEC' and
9490            'TNL_10000' and
9491            'IMIX' and
9492            '4T2C' and
9493            'NDRPDR'"
9494   parameters:
9495   - "throughput"
9496   - "name"
9497   - "tags"
9498   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9499   x-axis: "X = CNFs per Service Chain"
9500   y-axis: "Y = Number of Service Chains"
9501   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9502   layout:
9503     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9504     layout: "plot-service-density"
9505
9506 - type: "plot"
9507   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9508   algorithm: "plot_nf_heatmap"
9509   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9510   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9511   filter: "'NIC_Intel-XXV710' and
9512            'NF_DENSITY' and
9513            'DOCKER' and
9514            'CHAIN' and
9515            'NF_VPPIP4' and
9516            'IPSEC' and
9517            'TNL_10000' and
9518            'IMIX' and
9519            '8T4C' and
9520            'NDRPDR'"
9521   parameters:
9522   - "throughput"
9523   - "name"
9524   - "tags"
9525   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9526   x-axis: "X = CNFs per Service Chain"
9527   y-axis: "Y = Number of Service Chains"
9528   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9529   layout:
9530     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9531     layout: "plot-service-density"
9532
9533 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9534 - type: "plot"
9535   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9536   algorithm: "plot_nf_heatmap"
9537   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9538   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9539   filter: "'NIC_Intel-XXV710' and
9540            'NF_DENSITY' and
9541            'DOCKER' and
9542            'CHAIN' and
9543            'NF_VPPIP4' and
9544            'IPSEC' and
9545            'TNL_10000' and
9546            'IMIX' and
9547            '2T1C' and
9548            'NDRPDR'"
9549   parameters:
9550   - "throughput"
9551   - "name"
9552   - "tags"
9553   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9554   x-axis: "X = CNFs per Service Chain"
9555   y-axis: "Y = Number of Service Chains"
9556   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9557   layout:
9558     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9559     layout: "plot-service-density"
9560
9561 - type: "plot"
9562   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9563   algorithm: "plot_nf_heatmap"
9564   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9565   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9566   filter: "'NIC_Intel-XXV710' and
9567            'NF_DENSITY' and
9568            'DOCKER' and
9569            'CHAIN' and
9570            'NF_VPPIP4' and
9571            'IPSEC' and
9572            'TNL_10000' and
9573            'IMIX' and
9574            '4T2C' and
9575            'NDRPDR'"
9576   parameters:
9577   - "throughput"
9578   - "name"
9579   - "tags"
9580   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9581   x-axis: "X = CNFs per Service Chain"
9582   y-axis: "Y = Number of Service Chains"
9583   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9584   layout:
9585     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9586     layout: "plot-service-density"
9587
9588 - type: "plot"
9589   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9590   algorithm: "plot_nf_heatmap"
9591   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9592   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9593   filter: "'NIC_Intel-XXV710' and
9594            'NF_DENSITY' and
9595            'DOCKER' and
9596            'CHAIN' and
9597            'NF_VPPIP4' and
9598            'IPSEC' and
9599            'TNL_10000' and
9600            'IMIX' and
9601            '8T4C' and
9602            'NDRPDR'"
9603   parameters:
9604   - "throughput"
9605   - "name"
9606   - "tags"
9607   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9608   x-axis: "X = CNFs per Service Chain"
9609   y-axis: "Y = Number of Service Chains"
9610   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9611   layout:
9612     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9613     layout: "plot-service-density"
9614
9615 ###############################################################################
9616
9617 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9618 - type: "plot"
9619   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9620   algorithm: "plot_nf_heatmap"
9621   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9622   data: "plot-vpp-nfv-3n-hsw-mrr"
9623   filter: "'NIC_Intel-XL710' and
9624            'NF_DENSITY' and
9625            'DOCKER' and
9626            'CHAIN' and
9627            'NF_VPPIP4' and
9628            'IMIX' and
9629            'TNL_10000' and
9630            '1T1C' and
9631            'MRR'"
9632   parameters:
9633   - "result"
9634   - "name"
9635   - "tags"
9636   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9637   x-axis: "X = CNFs per Service Chain"
9638   y-axis: "Y = Number of Service Chains"
9639   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9640   layout:
9641     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9642     layout: "plot-service-density"
9643
9644 - type: "plot"
9645   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9646   algorithm: "plot_nf_heatmap"
9647   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9648   data: "plot-vpp-nfv-3n-hsw-mrr"
9649   filter: "'NIC_Intel-XL710' and
9650            'NF_DENSITY' and
9651            'DOCKER' and
9652            'CHAIN' and
9653            'NF_VPPIP4' and
9654            'IPSEC' and
9655            'TNL_10000' and
9656            'IMIX' and
9657            '2T2C' and
9658            'MRR'"
9659   parameters:
9660   - "result"
9661   - "name"
9662   - "tags"
9663   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9664   x-axis: "X = CNFs per Service Chain"
9665   y-axis: "Y = Number of Service Chains"
9666   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9667   layout:
9668     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9669     layout: "plot-service-density"
9670
9671 - type: "plot"
9672   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9673   algorithm: "plot_nf_heatmap"
9674   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9675   data: "plot-vpp-nfv-3n-hsw-mrr"
9676   filter: "'NIC_Intel-XL710' and
9677            'NF_DENSITY' and
9678            'DOCKER' and
9679            'CHAIN' and
9680            'NF_VPPIP4' and
9681            'IPSEC' and
9682            'TNL_10000' and
9683            'IMIX' and
9684            '4T4C' and
9685            'MRR'"
9686   parameters:
9687   - "result"
9688   - "name"
9689   - "tags"
9690   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9691   x-axis: "X = CNFs per Service Chain"
9692   y-axis: "Y = Number of Service Chains"
9693   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9694   layout:
9695     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9696     layout: "plot-service-density"
9697
9698 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9699 - type: "plot"
9700   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9701   algorithm: "plot_nf_heatmap"
9702   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9703   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9704   filter: "'NIC_Intel-XL710' and
9705            'NF_DENSITY' and
9706            'DOCKER' and
9707            'CHAIN' and
9708            'NF_VPPIP4' and
9709            'IPSEC' and
9710            'TNL_10000' and
9711            'IMIX' and
9712            '1T1C' and
9713            'NDRPDR'"
9714   parameters:
9715   - "throughput"
9716   - "name"
9717   - "tags"
9718   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9719   x-axis: "X = CNFs per Service Chain"
9720   y-axis: "Y = Number of Service Chains"
9721   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9722   layout:
9723     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9724     layout: "plot-service-density"
9725
9726 - type: "plot"
9727   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9728   algorithm: "plot_nf_heatmap"
9729   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9730   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9731   filter: "'NIC_Intel-XL710' and
9732            'NF_DENSITY' and
9733            'DOCKER' and
9734            'CHAIN' and
9735            'NF_VPPIP4' and
9736            'IPSEC' and
9737            'TNL_10000' and
9738            'IMIX' and
9739            '2T2C' and
9740            'NDRPDR'"
9741   parameters:
9742   - "throughput"
9743   - "name"
9744   - "tags"
9745   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9746   x-axis: "X = CNFs per Service Chain"
9747   y-axis: "Y = Number of Service Chains"
9748   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9749   layout:
9750     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9751     layout: "plot-service-density"
9752
9753 - type: "plot"
9754   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9755   algorithm: "plot_nf_heatmap"
9756   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9757   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9758   filter: "'NIC_Intel-XL710' and
9759            'NF_DENSITY' and
9760            'DOCKER' and
9761            'CHAIN' and
9762            'NF_VPPIP4' and
9763            'IPSEC' and
9764            'TNL_10000' and
9765            'IMIX' and
9766            '4T4C' and
9767            'NDRPDR'"
9768   parameters:
9769   - "throughput"
9770   - "name"
9771   - "tags"
9772   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9773   x-axis: "X = CNFs per Service Chain"
9774   y-axis: "Y = Number of Service Chains"
9775   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9776   layout:
9777     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9778     layout: "plot-service-density"
9779
9780 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9781 - type: "plot"
9782   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9783   algorithm: "plot_nf_heatmap"
9784   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9785   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9786   filter: "'NIC_Intel-XL710' and
9787            'NF_DENSITY' and
9788            'DOCKER' and
9789            'CHAIN' and
9790            'NF_VPPIP4' and
9791            'IPSEC' and
9792            'TNL_10000' and
9793            'IMIX' and
9794            '1T1C' and
9795            'NDRPDR'"
9796   parameters:
9797   - "throughput"
9798   - "name"
9799   - "tags"
9800   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9801   x-axis: "X = CNFs per Service Chain"
9802   y-axis: "Y = Number of Service Chains"
9803   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9804   layout:
9805     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9806     layout: "plot-service-density"
9807
9808 - type: "plot"
9809   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9810   algorithm: "plot_nf_heatmap"
9811   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9812   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9813   filter: "'NIC_Intel-XL710' and
9814            'NF_DENSITY' and
9815            'DOCKER' and
9816            'CHAIN' and
9817            'NF_VPPIP4' and
9818            'IPSEC' and
9819            'TNL_10000' and
9820            'IMIX' and
9821            '2T2C' and
9822            'NDRPDR'"
9823   parameters:
9824   - "throughput"
9825   - "name"
9826   - "tags"
9827   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9828   x-axis: "X = CNFs per Service Chain"
9829   y-axis: "Y = Number of Service Chains"
9830   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9831   layout:
9832     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9833     layout: "plot-service-density"
9834
9835 - type: "plot"
9836   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9837   algorithm: "plot_nf_heatmap"
9838   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9839   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9840   filter: "'NIC_Intel-XL710' and
9841            'NF_DENSITY' and
9842            'DOCKER' and
9843            'CHAIN' and
9844            'NF_VPPIP4' and
9845            'IPSEC' and
9846            'TNL_10000' and
9847            'IMIX' and
9848            '4T4C' and
9849            'NDRPDR'"
9850   parameters:
9851   - "throughput"
9852   - "name"
9853   - "tags"
9854   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9855   x-axis: "X = CNFs per Service Chain"
9856   y-axis: "Y = Number of Service Chains"
9857   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9858   layout:
9859     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9860     layout: "plot-service-density"
9861
9862 ###############################################################################
9863
9864 # Plots - NF Density - CSP - MRR 64b
9865
9866 #- type: "plot"
9867 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9868 #  algorithm: "plot_nf_heatmap"
9869 #  output-file-type: ".html"
9870 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9871 #  data: "plot-vpp-nfv-2n-skx-mrr"
9872 #  filter: "'NIC_Intel-XXV710' and
9873 #           'NF_DENSITY' and
9874 #           'DOCKER' and
9875 #           'PIPELINE' and
9876 #           'NF_VPPIP4' and
9877 #           '64B' and
9878 #           '2T1C' and
9879 #           'MRR'"
9880 #  parameters:
9881 #  - "result"
9882 #  - "name"
9883 #  - "tags"
9884 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9885 #  x-axis: "X = CNFs per Service Pipeline"
9886 #  y-axis: "Y = Number of Service Pipelines"
9887 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9888 #  layout:
9889 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9890 #    layout: "plot-service-density"
9891 #
9892 #- type: "plot"
9893 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9894 #  algorithm: "plot_nf_heatmap"
9895 #  output-file-type: ".html"
9896 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9897 #  data: "plot-vpp-nfv-2n-skx-mrr"
9898 #  filter: "'NIC_Intel-XXV710' and
9899 #           'NF_DENSITY' and
9900 #           'DOCKER' and
9901 #           'PIPELINE' and
9902 #           'NF_VPPIP4' and
9903 #           '64B' and
9904 #           '4T2C' and
9905 #           'MRR'"
9906 #  parameters:
9907 #  - "result"
9908 #  - "name"
9909 #  - "tags"
9910 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9911 #  x-axis: "X = CNFs per Service Pipeline"
9912 #  y-axis: "Y = Number of Service Pipelines"
9913 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9914 #  layout:
9915 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9916 #    layout: "plot-service-density"
9917 #
9918 #- type: "plot"
9919 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9920 #  algorithm: "plot_nf_heatmap"
9921 #  output-file-type: ".html"
9922 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9923 #  data: "plot-vpp-nfv-2n-skx-mrr"
9924 #  filter: "'NIC_Intel-XXV710' and
9925 #           'NF_DENSITY' and
9926 #           'DOCKER' and
9927 #           'PIPELINE' and
9928 #           'NF_VPPIP4' and
9929 #           '64B' and
9930 #           '8T4C' and
9931 #           'MRR'"
9932 #  parameters:
9933 #  - "result"
9934 #  - "name"
9935 #  - "tags"
9936 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9937 #  x-axis: "X = CNFs per Service Pipeline"
9938 #  y-axis: "Y = Number of Service Pipelines"
9939 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9940 #  layout:
9941 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9942 #    layout: "plot-service-density"
9943 #
9944 ## Plots - NF Density - CSP - MRR IMIX
9945 #- type: "plot"
9946 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9947 #  algorithm: "plot_nf_heatmap"
9948 #  output-file-type: ".html"
9949 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9950 #  data: "plot-vpp-nfv-2n-skx-mrr"
9951 #  filter: "'NIC_Intel-XXV710' and
9952 #           'NF_DENSITY' and
9953 #           'DOCKER' and
9954 #           'PIPELINE' and
9955 #           'NF_VPPIP4' and
9956 #           'IMIX' and
9957 #           '2T1C' and
9958 #           'MRR'"
9959 #  parameters:
9960 #  - "result"
9961 #  - "name"
9962 #  - "tags"
9963 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9964 #  x-axis: "X = CNFs per Service Pipeline"
9965 #  y-axis: "Y = Number of Service Pipelines"
9966 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9967 #  layout:
9968 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9969 #    layout: "plot-service-density"
9970 #
9971 #- type: "plot"
9972 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9973 #  algorithm: "plot_nf_heatmap"
9974 #  output-file-type: ".html"
9975 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9976 #  data: "plot-vpp-nfv-2n-skx-mrr"
9977 #  filter: "'NIC_Intel-XXV710' and
9978 #           'NF_DENSITY' and
9979 #           'DOCKER' and
9980 #           'PIPELINE' and
9981 #           'NF_VPPIP4' and
9982 #           'IMIX' and
9983 #           '4T2C' and
9984 #           'MRR'"
9985 #  parameters:
9986 #  - "result"
9987 #  - "name"
9988 #  - "tags"
9989 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9990 #  x-axis: "X = CNFs per Service Pipeline"
9991 #  y-axis: "Y = Number of Service Pipelines"
9992 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9993 #  layout:
9994 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9995 #    layout: "plot-service-density"
9996 #
9997 #- type: "plot"
9998 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9999 #  algorithm: "plot_nf_heatmap"
10000 #  output-file-type: ".html"
10001 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10002 #  data: "plot-vpp-nfv-2n-skx-mrr"
10003 #  filter: "'NIC_Intel-XXV710' and
10004 #           'NF_DENSITY' and
10005 #           'DOCKER' and
10006 #           'PIPELINE' and
10007 #           'NF_VPPIP4' and
10008 #           'IMIX' and
10009 #           '8T4C' and
10010 #           'MRR'"
10011 #  parameters:
10012 #  - "result"
10013 #  - "name"
10014 #  - "tags"
10015 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10016 #  x-axis: "X = CNFs per Service Pipeline"
10017 #  y-axis: "Y = Number of Service Pipelines"
10018 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10019 #  layout:
10020 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10021 #    layout: "plot-service-density"
10022 #
10023 ## Plots - NF Density - CSP - NDR 64b
10024 #- type: "plot"
10025 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10026 #  algorithm: "plot_nf_heatmap"
10027 #  output-file-type: ".html"
10028 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
10029 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10030 #  filter: "'NIC_Intel-XXV710' and
10031 #           'NF_DENSITY' and
10032 #           'DOCKER' and
10033 #           'PIPELINE' and
10034 #           'NF_VPPIP4' and
10035 #           '64B' and
10036 #           '2T1C' and
10037 #           'NDRPDR'"
10038 #  parameters:
10039 #  - "throughput"
10040 #  - "name"
10041 #  - "tags"
10042 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10043 #  x-axis: "X = CNFs per Service Pipeline"
10044 #  y-axis: "Y = Number of Service Pipelines"
10045 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10046 #  layout:
10047 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10048 #    layout: "plot-service-density"
10049 #
10050 #- type: "plot"
10051 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10052 #  algorithm: "plot_nf_heatmap"
10053 #  output-file-type: ".html"
10054 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
10055 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10056 #  filter: "'NIC_Intel-XXV710' and
10057 #           'NF_DENSITY' and
10058 #           'DOCKER' and
10059 #           'PIPELINE' and
10060 #           'NF_VPPIP4' and
10061 #           '64B' and
10062 #           '4T2C' and
10063 #           'NDRPDR'"
10064 #  parameters:
10065 #  - "throughput"
10066 #  - "name"
10067 #  - "tags"
10068 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10069 #  x-axis: "X = CNFs per Service Pipeline"
10070 #  y-axis: "Y = Number of Service Pipelines"
10071 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10072 #  layout:
10073 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10074 #    layout: "plot-service-density"
10075 #
10076 #- type: "plot"
10077 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10078 #  algorithm: "plot_nf_heatmap"
10079 #  output-file-type: ".html"
10080 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
10081 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10082 #  filter: "'NIC_Intel-XXV710' and
10083 #           'NF_DENSITY' and
10084 #           'DOCKER' and
10085 #           'PIPELINE' and
10086 #           'NF_VPPIP4' and
10087 #           '64B' and
10088 #           '8T4C' and
10089 #           'NDRPDR'"
10090 #  parameters:
10091 #  - "throughput"
10092 #  - "name"
10093 #  - "tags"
10094 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10095 #  x-axis: "X = CNFs per Service Pipeline"
10096 #  y-axis: "Y = Number of Service Pipelines"
10097 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10098 #  layout:
10099 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10100 #    layout: "plot-service-density"
10101 #
10102 ## Plots - NF Density - CSP - NDR IMIX
10103 #- type: "plot"
10104 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10105 #  algorithm: "plot_nf_heatmap"
10106 #  output-file-type: ".html"
10107 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10108 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10109 #  filter: "'NIC_Intel-XXV710' and
10110 #           'NF_DENSITY' and
10111 #           'DOCKER' and
10112 #           'PIPELINE' and
10113 #           'NF_VPPIP4' and
10114 #           'IMIX' and
10115 #           '2T1C' and
10116 #           'NDRPDR'"
10117 #  parameters:
10118 #  - "throughput"
10119 #  - "name"
10120 #  - "tags"
10121 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10122 #  x-axis: "X = CNFs per Service Pipeline"
10123 #  y-axis: "Y = Number of Service Pipelines"
10124 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10125 #  layout:
10126 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10127 #    layout: "plot-service-density"
10128 #
10129 #- type: "plot"
10130 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10131 #  algorithm: "plot_nf_heatmap"
10132 #  output-file-type: ".html"
10133 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10134 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10135 #  filter: "'NIC_Intel-XXV710' and
10136 #           'NF_DENSITY' and
10137 #           'DOCKER' and
10138 #           'PIPELINE' and
10139 #           'NF_VPPIP4' and
10140 #           'IMIX' and
10141 #           '4T2C' and
10142 #           'NDRPDR'"
10143 #  parameters:
10144 #  - "throughput"
10145 #  - "name"
10146 #  - "tags"
10147 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10148 #  x-axis: "X = CNFs per Service Pipeline"
10149 #  y-axis: "Y = Number of Service Pipelines"
10150 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10151 #  layout:
10152 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10153 #    layout: "plot-service-density"
10154 #
10155 #- type: "plot"
10156 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10157 #  algorithm: "plot_nf_heatmap"
10158 #  output-file-type: ".html"
10159 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10160 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10161 #  filter: "'NIC_Intel-XXV710' and
10162 #           'NF_DENSITY' and
10163 #           'DOCKER' and
10164 #           'PIPELINE' and
10165 #           'NF_VPPIP4' and
10166 #           'IMIX' and
10167 #           '8T4C' and
10168 #           'NDRPDR'"
10169 #  parameters:
10170 #  - "throughput"
10171 #  - "name"
10172 #  - "tags"
10173 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10174 #  x-axis: "X = CNFs per Service Pipeline"
10175 #  y-axis: "Y = Number of Service Pipelines"
10176 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10177 #  layout:
10178 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10179 #    layout: "plot-service-density"
10180 #
10181 ## Plots - NF Density - CSP - PDR 64b
10182 #- type: "plot"
10183 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10184 #  algorithm: "plot_nf_heatmap"
10185 #  output-file-type: ".html"
10186 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
10187 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10188 #  filter: "'NIC_Intel-XXV710' and
10189 #           'NF_DENSITY' and
10190 #           'DOCKER' and
10191 #           'PIPELINE' and
10192 #           'NF_VPPIP4' and
10193 #           '64B' and
10194 #           '2T1C' and
10195 #           'NDRPDR'"
10196 #  parameters:
10197 #  - "throughput"
10198 #  - "name"
10199 #  - "tags"
10200 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10201 #  x-axis: "X = CNFs per Service Pipeline"
10202 #  y-axis: "Y = Number of Service Pipelines"
10203 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10204 #  layout:
10205 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10206 #    layout: "plot-service-density"
10207 #
10208 #- type: "plot"
10209 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10210 #  algorithm: "plot_nf_heatmap"
10211 #  output-file-type: ".html"
10212 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
10213 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10214 #  filter: "'NIC_Intel-XXV710' and
10215 #           'NF_DENSITY' and
10216 #           'DOCKER' and
10217 #           'PIPELINE' and
10218 #           'NF_VPPIP4' and
10219 #           '64B' and
10220 #           '4T2C' and
10221 #           'NDRPDR'"
10222 #  parameters:
10223 #  - "throughput"
10224 #  - "name"
10225 #  - "tags"
10226 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10227 #  x-axis: "X = CNFs per Service Pipeline"
10228 #  y-axis: "Y = Number of Service Pipelines"
10229 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10230 #  layout:
10231 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10232 #    layout: "plot-service-density"
10233 #
10234 #- type: "plot"
10235 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10236 #  algorithm: "plot_nf_heatmap"
10237 #  output-file-type: ".html"
10238 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
10239 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10240 #  filter: "'NIC_Intel-XXV710' and
10241 #           'NF_DENSITY' and
10242 #           'DOCKER' and
10243 #           'PIPELINE' and
10244 #           'NF_VPPIP4' and
10245 #           '64B' and
10246 #           '8T4C' and
10247 #           'NDRPDR'"
10248 #  parameters:
10249 #  - "throughput"
10250 #  - "name"
10251 #  - "tags"
10252 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10253 #  x-axis: "X = CNFs per Service Pipeline"
10254 #  y-axis: "Y = Number of Service Pipelines"
10255 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10256 #  layout:
10257 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10258 #    layout: "plot-service-density"
10259 #
10260 ## Plots - NF Density - CSP - PDR IMIX
10261 #- type: "plot"
10262 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10263 #  algorithm: "plot_nf_heatmap"
10264 #  output-file-type: ".html"
10265 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10266 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10267 #  filter: "'NIC_Intel-XXV710' and
10268 #           'NF_DENSITY' and
10269 #           'DOCKER' and
10270 #           'PIPELINE' and
10271 #           'NF_VPPIP4' and
10272 #           'IMIX' and
10273 #           '2T1C' and
10274 #           'NDRPDR'"
10275 #  parameters:
10276 #  - "throughput"
10277 #  - "name"
10278 #  - "tags"
10279 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10280 #  x-axis: "X = CNFs per Service Pipeline"
10281 #  y-axis: "Y = Number of Service Pipelines"
10282 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10283 #  layout:
10284 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10285 #    layout: "plot-service-density"
10286 #
10287 #- type: "plot"
10288 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10289 #  algorithm: "plot_nf_heatmap"
10290 #  output-file-type: ".html"
10291 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10292 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10293 #  filter: "'NIC_Intel-XXV710' and
10294 #           'NF_DENSITY' and
10295 #           'DOCKER' and
10296 #           'PIPELINE' and
10297 #           'NF_VPPIP4' and
10298 #           'IMIX' and
10299 #           '4T2C' and
10300 #           'NDRPDR'"
10301 #  parameters:
10302 #  - "throughput"
10303 #  - "name"
10304 #  - "tags"
10305 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10306 #  x-axis: "X = CNFs per Service Pipeline"
10307 #  y-axis: "Y = Number of Service Pipelines"
10308 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10309 #  layout:
10310 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10311 #    layout: "plot-service-density"
10312 #
10313 #- type: "plot"
10314 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10315 #  algorithm: "plot_nf_heatmap"
10316 #  output-file-type: ".html"
10317 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10318 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10319 #  filter: "'NIC_Intel-XXV710' and
10320 #           'NF_DENSITY' and
10321 #           'DOCKER' and
10322 #           'PIPELINE' and
10323 #           'NF_VPPIP4' and
10324 #           'IMIX' and
10325 #           '8T4C' and
10326 #           'NDRPDR'"
10327 #  parameters:
10328 #  - "throughput"
10329 #  - "name"
10330 #  - "tags"
10331 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10332 #  x-axis: "X = CNFs per Service Pipeline"
10333 #  y-axis: "Y = Number of Service Pipelines"
10334 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10335 #  layout:
10336 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10337 #    layout: "plot-service-density"
10338
10339 ###############################################################################
10340 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10341
10342 - type: "plot"
10343   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10344   algorithm: "plot_nf_heatmap"
10345   output-file-type: ".html"
10346   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10347   data: "plot-vpp-nfv-2n-clx-mrr"
10348   filter: "'NIC_Intel-XXV710' and
10349            'NF_DENSITY' and
10350            'VHOST' and
10351            not 'VXLAN' and
10352            'CHAIN' and
10353            'NF_VPPIP4' and
10354            'IMIX' and
10355            '2T1C' and
10356            'MRR'"
10357   parameters:
10358   - "result"
10359   - "name"
10360   - "tags"
10361   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10362   x-axis: "X = VNFs per Service Chain"
10363   y-axis: "Y = Number of Service Chains"
10364   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10365   layout:
10366     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10367     layout: "plot-service-density"
10368
10369 - type: "plot"
10370   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10371   algorithm: "plot_nf_heatmap"
10372   output-file-type: ".html"
10373   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10374   data: "plot-vpp-nfv-2n-clx-mrr"
10375   filter: "'NIC_Intel-XXV710' and
10376            'NF_DENSITY' and
10377            'VHOST' and
10378            not 'VXLAN' and
10379            'CHAIN' and
10380            'NF_VPPIP4' and
10381            'IMIX' and
10382            '4T2C' and
10383            'MRR'"
10384   parameters:
10385   - "result"
10386   - "name"
10387   - "tags"
10388   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10389   x-axis: "X = VNFs per Service Chain"
10390   y-axis: "Y = Number of Service Chains"
10391   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10392   layout:
10393     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10394     layout: "plot-service-density"
10395
10396 - type: "plot"
10397   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10398   algorithm: "plot_nf_heatmap"
10399   output-file-type: ".html"
10400   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10401   data: "plot-vpp-nfv-2n-clx-mrr"
10402   filter: "'NIC_Intel-XXV710' and
10403            'NF_DENSITY' and
10404            'VHOST' and
10405            not 'VXLAN' and
10406            'CHAIN' and
10407            'NF_VPPIP4' and
10408            'IMIX' and
10409            '8T4C' and
10410            'MRR'"
10411   parameters:
10412   - "result"
10413   - "name"
10414   - "tags"
10415   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10416   x-axis: "X = VNFs per Service Chain"
10417   y-axis: "Y = Number of Service Chains"
10418   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10419   layout:
10420     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10421     layout: "plot-service-density"
10422
10423 # Plots - NF Density - VSC - NDR IMIX
10424 - type: "plot"
10425   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10426   algorithm: "plot_nf_heatmap"
10427   output-file-type: ".html"
10428   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10429   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10430   filter: "'NIC_Intel-XXV710' and
10431            'NF_DENSITY' and
10432            'VHOST' and
10433            not 'VXLAN' and
10434            'CHAIN' and
10435            'NF_VPPIP4' and
10436            'IMIX' and
10437            '2T1C' and
10438            'NDRPDR'"
10439   parameters:
10440   - "throughput"
10441   - "name"
10442   - "tags"
10443   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10444   x-axis: "X = VNFs per Service Chain"
10445   y-axis: "Y = Number of Service Chains"
10446   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10447   layout:
10448     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10449     layout: "plot-service-density"
10450
10451 - type: "plot"
10452   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10453   algorithm: "plot_nf_heatmap"
10454   output-file-type: ".html"
10455   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10456   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10457   filter: "'NIC_Intel-XXV710' and
10458            'NF_DENSITY' and
10459            'VHOST' and
10460            not 'VXLAN' and
10461            'CHAIN' and
10462            'NF_VPPIP4' and
10463            'IMIX' and
10464            '4T2C' and
10465            'NDRPDR'"
10466   parameters:
10467   - "throughput"
10468   - "name"
10469   - "tags"
10470   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10471   x-axis: "X = VNFs per Service Chain"
10472   y-axis: "Y = Number of Service Chains"
10473   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10474   layout:
10475     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10476     layout: "plot-service-density"
10477
10478 - type: "plot"
10479   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10480   algorithm: "plot_nf_heatmap"
10481   output-file-type: ".html"
10482   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10483   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10484   filter: "'NIC_Intel-XXV710' and
10485            'NF_DENSITY' and
10486            'VHOST' and
10487            not 'VXLAN' and
10488            'CHAIN' and
10489            'NF_VPPIP4' and
10490            'IMIX' and
10491            '8T4C' and
10492            'NDRPDR'"
10493   parameters:
10494   - "throughput"
10495   - "name"
10496   - "tags"
10497   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10498   x-axis: "X = VNFs per Service Chain"
10499   y-axis: "Y = Number of Service Chains"
10500   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10501   layout:
10502     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10503     layout: "plot-service-density"
10504
10505 # Plots - NF Density - VSC - PDR IMIX
10506 - type: "plot"
10507   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10508   algorithm: "plot_nf_heatmap"
10509   output-file-type: ".html"
10510   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10511   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10512   filter: "'NIC_Intel-XXV710' and
10513            'NF_DENSITY' and
10514            'VHOST' and
10515            not 'VXLAN' and
10516            'CHAIN' and
10517            'NF_VPPIP4' and
10518            'IMIX' and
10519            '2T1C' and
10520            'NDRPDR'"
10521   parameters:
10522   - "throughput"
10523   - "name"
10524   - "tags"
10525   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10526   x-axis: "X = VNFs per Service Chain"
10527   y-axis: "Y = Number of Service Chains"
10528   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10529   layout:
10530     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10531     layout: "plot-service-density"
10532
10533 - type: "plot"
10534   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10535   algorithm: "plot_nf_heatmap"
10536   output-file-type: ".html"
10537   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10538   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10539   filter: "'NIC_Intel-XXV710' and
10540            'NF_DENSITY' and
10541            'VHOST' and
10542            not 'VXLAN' and
10543            'CHAIN' and
10544            'NF_VPPIP4' and
10545            'IMIX' and
10546            '4T2C' and
10547            'NDRPDR'"
10548   parameters:
10549   - "throughput"
10550   - "name"
10551   - "tags"
10552   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10553   x-axis: "X = VNFs per Service Chain"
10554   y-axis: "Y = Number of Service Chains"
10555   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10556   layout:
10557     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10558     layout: "plot-service-density"
10559
10560 - type: "plot"
10561   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10562   algorithm: "plot_nf_heatmap"
10563   output-file-type: ".html"
10564   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10565   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10566   filter: "'NIC_Intel-XXV710' and
10567            'NF_DENSITY' and
10568            'VHOST' and
10569            not 'VXLAN' and
10570            'CHAIN' and
10571            'NF_VPPIP4' and
10572            'IMIX' and
10573            '8T4C' and
10574            'NDRPDR'"
10575   parameters:
10576   - "throughput"
10577   - "name"
10578   - "tags"
10579   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10580   x-axis: "X = VNFs per Service Chain"
10581   y-axis: "Y = Number of Service Chains"
10582   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10583   layout:
10584     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10585     layout: "plot-service-density"
10586
10587 # Plots - NF Density - VSC - MRR IMIX
10588 - type: "plot"
10589   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10590   algorithm: "plot_nf_heatmap"
10591   output-file-type: ".html"
10592   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10593   data: "plot-vpp-nfv-2n-clx-mrr"
10594   filter: "'NIC_Intel-XXV710' and
10595            'NF_DENSITY' and
10596            'VHOST' and
10597            'VXLAN' and
10598            'CHAIN' and
10599            'IMIX' and
10600            '2T1C' and
10601            'MRR'"
10602   parameters:
10603   - "result"
10604   - "name"
10605   - "tags"
10606   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10607   x-axis: "X = VNFs per Service Chain"
10608   y-axis: "Y = Number of Service Chains"
10609   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10610   layout:
10611     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10612     layout: "plot-service-density"
10613
10614 - type: "plot"
10615   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10616   algorithm: "plot_nf_heatmap"
10617   output-file-type: ".html"
10618   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10619   data: "plot-vpp-nfv-2n-clx-mrr"
10620   filter: "'NIC_Intel-XXV710' and
10621            'NF_DENSITY' and
10622            'VHOST' and
10623            'VXLAN' and
10624            'CHAIN' and
10625            'IMIX' and
10626            '4T2C' and
10627            'MRR'"
10628   parameters:
10629   - "result"
10630   - "name"
10631   - "tags"
10632   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10633   x-axis: "X = VNFs per Service Chain"
10634   y-axis: "Y = Number of Service Chains"
10635   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10636   layout:
10637     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10638     layout: "plot-service-density"
10639
10640 - type: "plot"
10641   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10642   algorithm: "plot_nf_heatmap"
10643   output-file-type: ".html"
10644   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10645   data: "plot-vpp-nfv-2n-clx-mrr"
10646   filter: "'NIC_Intel-XXV710' and
10647            'NF_DENSITY' and
10648            'VHOST' and
10649            'VXLAN' and
10650            'CHAIN' and
10651            'IMIX' and
10652            '8T4C' and
10653            'MRR'"
10654   parameters:
10655   - "result"
10656   - "name"
10657   - "tags"
10658   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10659   x-axis: "X = VNFs per Service Chain"
10660   y-axis: "Y = Number of Service Chains"
10661   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10662   layout:
10663     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10664     layout: "plot-service-density"
10665
10666 # Plots - NF Density - VSC - NDR IMIX
10667 - type: "plot"
10668   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10669   algorithm: "plot_nf_heatmap"
10670   output-file-type: ".html"
10671   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10672   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10673   filter: "'NIC_Intel-XXV710' and
10674            'NF_DENSITY' and
10675            'VHOST' and
10676            'VXLAN' and
10677            'CHAIN' and
10678            'IMIX' and
10679            '2T1C' and
10680            'NDRPDR'"
10681   parameters:
10682   - "throughput"
10683   - "name"
10684   - "tags"
10685   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10686   x-axis: "X = VNFs per Service Chain"
10687   y-axis: "Y = Number of Service Chains"
10688   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10689   layout:
10690     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10691     layout: "plot-service-density"
10692
10693 - type: "plot"
10694   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10695   algorithm: "plot_nf_heatmap"
10696   output-file-type: ".html"
10697   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10698   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10699   filter: "'NIC_Intel-XXV710' and
10700            'NF_DENSITY' and
10701            'VHOST' and
10702            'VXLAN' and
10703            'CHAIN' and
10704            'IMIX' and
10705            '4T2C' and
10706            'NDRPDR'"
10707   parameters:
10708   - "throughput"
10709   - "name"
10710   - "tags"
10711   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10712   x-axis: "X = VNFs per Service Chain"
10713   y-axis: "Y = Number of Service Chains"
10714   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10715   layout:
10716     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10717     layout: "plot-service-density"
10718
10719 - type: "plot"
10720   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10721   algorithm: "plot_nf_heatmap"
10722   output-file-type: ".html"
10723   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10724   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10725   filter: "'NIC_Intel-XXV710' and
10726            'NF_DENSITY' and
10727            'VHOST' and
10728            'VXLAN' and
10729            'CHAIN' and
10730            'IMIX' and
10731            '8T4C' and
10732            'NDRPDR'"
10733   parameters:
10734   - "throughput"
10735   - "name"
10736   - "tags"
10737   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10738   x-axis: "X = VNFs per Service Chain"
10739   y-axis: "Y = Number of Service Chains"
10740   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10741   layout:
10742     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10743     layout: "plot-service-density"
10744
10745 # Plots - NF Density - VSC - PDR IMIX
10746 - type: "plot"
10747   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10748   algorithm: "plot_nf_heatmap"
10749   output-file-type: ".html"
10750   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10751   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10752   filter: "'NIC_Intel-XXV710' and
10753            'NF_DENSITY' and
10754            'VHOST' and
10755            'VXLAN' and
10756            'CHAIN' and
10757            'IMIX' and
10758            '2T1C' and
10759            'NDRPDR'"
10760   parameters:
10761   - "throughput"
10762   - "name"
10763   - "tags"
10764   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10765   x-axis: "X = VNFs per Service Chain"
10766   y-axis: "Y = Number of Service Chains"
10767   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10768   layout:
10769     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10770     layout: "plot-service-density"
10771
10772 - type: "plot"
10773   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10774   algorithm: "plot_nf_heatmap"
10775   output-file-type: ".html"
10776   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10777   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10778   filter: "'NIC_Intel-XXV710' and
10779            'NF_DENSITY' and
10780            'VHOST' and
10781            'VXLAN' and
10782            'CHAIN' and
10783            'IMIX' and
10784            '4T2C' and
10785            'NDRPDR'"
10786   parameters:
10787   - "throughput"
10788   - "name"
10789   - "tags"
10790   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10791   x-axis: "X = VNFs per Service Chain"
10792   y-axis: "Y = Number of Service Chains"
10793   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10794   layout:
10795     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10796     layout: "plot-service-density"
10797
10798 - type: "plot"
10799   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10800   algorithm: "plot_nf_heatmap"
10801   output-file-type: ".html"
10802   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10803   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10804   filter: "'NIC_Intel-XXV710' and
10805            'NF_DENSITY' and
10806            'VHOST' and
10807            'VXLAN' and
10808            'CHAIN' and
10809            'IMIX' and
10810            '8T4C' and
10811            'NDRPDR'"
10812   parameters:
10813   - "throughput"
10814   - "name"
10815   - "tags"
10816   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10817   x-axis: "X = VNFs per Service Chain"
10818   y-axis: "Y = Number of Service Chains"
10819   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10820   layout:
10821     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10822     layout: "plot-service-density"
10823
10824 # Plots - NF Density - CSC - MRR IMIX
10825 - type: "plot"
10826   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10827   algorithm: "plot_nf_heatmap"
10828   output-file-type: ".html"
10829   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10830   data: "plot-vpp-nfv-2n-clx-mrr"
10831   filter: "'NIC_Intel-XXV710' and
10832            'NF_DENSITY' and
10833            'DOCKER' and
10834            'CHAIN' and
10835            'NF_VPPIP4' and
10836            'IMIX' and
10837            '2T1C' and
10838            'MRR'"
10839   parameters:
10840   - "result"
10841   - "name"
10842   - "tags"
10843   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10844   x-axis: "X = CNFs per Service Chain"
10845   y-axis: "Y = Number of Service Chains"
10846   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10847   layout:
10848     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10849     layout: "plot-service-density"
10850
10851 - type: "plot"
10852   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10853   algorithm: "plot_nf_heatmap"
10854   output-file-type: ".html"
10855   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10856   data: "plot-vpp-nfv-2n-clx-mrr"
10857   filter: "'NIC_Intel-XXV710' and
10858            'NF_DENSITY' and
10859            'DOCKER' and
10860            'CHAIN' and
10861            'NF_VPPIP4' and
10862            'IMIX' and
10863            '4T2C' and
10864            'MRR'"
10865   parameters:
10866   - "result"
10867   - "name"
10868   - "tags"
10869   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10870   x-axis: "X = CNFs per Service Chain"
10871   y-axis: "Y = Number of Service Chains"
10872   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10873   layout:
10874     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10875     layout: "plot-service-density"
10876
10877 - type: "plot"
10878   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10879   algorithm: "plot_nf_heatmap"
10880   output-file-type: ".html"
10881   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10882   data: "plot-vpp-nfv-2n-clx-mrr"
10883   filter: "'NIC_Intel-XXV710' and
10884            'NF_DENSITY' and
10885            'DOCKER' and
10886            'CHAIN' and
10887            'NF_VPPIP4' and
10888            'IMIX' and
10889            '8T4C' and
10890            'MRR'"
10891   parameters:
10892   - "result"
10893   - "name"
10894   - "tags"
10895   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10896   x-axis: "X = CNFs per Service Chain"
10897   y-axis: "Y = Number of Service Chains"
10898   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10899   layout:
10900     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10901     layout: "plot-service-density"
10902
10903 # Plots - NF Density - CSC - NDR IMIX
10904 - type: "plot"
10905   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10906   algorithm: "plot_nf_heatmap"
10907   output-file-type: ".html"
10908   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10909   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10910   filter: "'NIC_Intel-XXV710' and
10911            'NF_DENSITY' and
10912            'DOCKER' and
10913            'CHAIN' and
10914            'NF_VPPIP4' and
10915            'IMIX' and
10916            '2T1C' and
10917            'NDRPDR'"
10918   parameters:
10919   - "throughput"
10920   - "name"
10921   - "tags"
10922   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10923   x-axis: "X = CNFs per Service Chain"
10924   y-axis: "Y = Number of Service Chains"
10925   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10926   layout:
10927     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10928     layout: "plot-service-density"
10929
10930 - type: "plot"
10931   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10932   algorithm: "plot_nf_heatmap"
10933   output-file-type: ".html"
10934   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10935   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10936   filter: "'NIC_Intel-XXV710' and
10937            'NF_DENSITY' and
10938            'DOCKER' and
10939            'CHAIN' and
10940            'NF_VPPIP4' and
10941            'IMIX' and
10942            '4T2C' and
10943            'NDRPDR'"
10944   parameters:
10945   - "throughput"
10946   - "name"
10947   - "tags"
10948   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10949   x-axis: "X = CNFs per Service Chain"
10950   y-axis: "Y = Number of Service Chains"
10951   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10952   layout:
10953     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10954     layout: "plot-service-density"
10955
10956 - type: "plot"
10957   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10958   algorithm: "plot_nf_heatmap"
10959   output-file-type: ".html"
10960   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10961   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10962   filter: "'NIC_Intel-XXV710' and
10963            'NF_DENSITY' and
10964            'DOCKER' and
10965            'CHAIN' and
10966            'NF_VPPIP4' and
10967            'IMIX' and
10968            '8T4C' and
10969            'NDRPDR'"
10970   parameters:
10971   - "throughput"
10972   - "name"
10973   - "tags"
10974   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10975   x-axis: "X = CNFs per Service Chain"
10976   y-axis: "Y = Number of Service Chains"
10977   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10978   layout:
10979     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10980     layout: "plot-service-density"
10981
10982 # Plots - NF Density - CSC - PDR IMIX
10983 - type: "plot"
10984   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10985   algorithm: "plot_nf_heatmap"
10986   output-file-type: ".html"
10987   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10988   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10989   filter: "'NIC_Intel-XXV710' and
10990            'NF_DENSITY' and
10991            'DOCKER' and
10992            'CHAIN' and
10993            'NF_VPPIP4' and
10994            'IMIX' and
10995            '2T1C' and
10996            'NDRPDR'"
10997   parameters:
10998   - "throughput"
10999   - "name"
11000   - "tags"
11001   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11002   x-axis: "X = CNFs per Service Chain"
11003   y-axis: "Y = Number of Service Chains"
11004   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11005   layout:
11006     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11007     layout: "plot-service-density"
11008
11009 - type: "plot"
11010   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11011   algorithm: "plot_nf_heatmap"
11012   output-file-type: ".html"
11013   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11014   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11015   filter: "'NIC_Intel-XXV710' and
11016            'NF_DENSITY' and
11017            'DOCKER' and
11018            'CHAIN' and
11019            'NF_VPPIP4' and
11020            'IMIX' and
11021            '4T2C' and
11022            'NDRPDR'"
11023   parameters:
11024   - "throughput"
11025   - "name"
11026   - "tags"
11027   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11028   x-axis: "X = CNFs per Service Chain"
11029   y-axis: "Y = Number of Service Chains"
11030   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11031   layout:
11032     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11033     layout: "plot-service-density"
11034
11035 - type: "plot"
11036   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11037   algorithm: "plot_nf_heatmap"
11038   output-file-type: ".html"
11039   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11040   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11041   filter: "'NIC_Intel-XXV710' and
11042            'NF_DENSITY' and
11043            'DOCKER' and
11044            'CHAIN' and
11045            'NF_VPPIP4' and
11046            'IMIX' and
11047            '8T4C' and
11048            'NDRPDR'"
11049   parameters:
11050   - "throughput"
11051   - "name"
11052   - "tags"
11053   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11054   x-axis: "X = CNFs per Service Chain"
11055   y-axis: "Y = Number of Service Chains"
11056   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11057   layout:
11058     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11059     layout: "plot-service-density"
11060
11061 # Plots - NF Density - CSP - MRR IMIX
11062 - type: "plot"
11063   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11064   algorithm: "plot_nf_heatmap"
11065   output-file-type: ".html"
11066   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11067   data: "plot-vpp-nfv-2n-clx-mrr"
11068   filter: "'NIC_Intel-XXV710' and
11069            'NF_DENSITY' and
11070            'DOCKER' and
11071            'PIPELINE' and
11072            'NF_VPPIP4' and
11073            'IMIX' and
11074            '2T1C' and
11075            'MRR'"
11076   parameters:
11077   - "result"
11078   - "name"
11079   - "tags"
11080   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11081   x-axis: "X = CNFs per Service Pipeline"
11082   y-axis: "Y = Number of Service Pipelines"
11083   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11084   layout:
11085     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11086     layout: "plot-service-density"
11087
11088 - type: "plot"
11089   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11090   algorithm: "plot_nf_heatmap"
11091   output-file-type: ".html"
11092   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11093   data: "plot-vpp-nfv-2n-clx-mrr"
11094   filter: "'NIC_Intel-XXV710' and
11095            'NF_DENSITY' and
11096            'DOCKER' and
11097            'PIPELINE' and
11098            'NF_VPPIP4' and
11099            'IMIX' and
11100            '4T2C' and
11101            'MRR'"
11102   parameters:
11103   - "result"
11104   - "name"
11105   - "tags"
11106   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11107   x-axis: "X = CNFs per Service Pipeline"
11108   y-axis: "Y = Number of Service Pipelines"
11109   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11110   layout:
11111     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11112     layout: "plot-service-density"
11113
11114 - type: "plot"
11115   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11116   algorithm: "plot_nf_heatmap"
11117   output-file-type: ".html"
11118   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11119   data: "plot-vpp-nfv-2n-clx-mrr"
11120   filter: "'NIC_Intel-XXV710' and
11121            'NF_DENSITY' and
11122            'DOCKER' and
11123            'PIPELINE' and
11124            'NF_VPPIP4' and
11125            'IMIX' and
11126            '8T4C' and
11127            'MRR'"
11128   parameters:
11129   - "result"
11130   - "name"
11131   - "tags"
11132   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11133   x-axis: "X = CNFs per Service Pipeline"
11134   y-axis: "Y = Number of Service Pipelines"
11135   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11136   layout:
11137     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11138     layout: "plot-service-density"
11139
11140 # Plots - NF Density - CSP - NDR IMIX
11141 - type: "plot"
11142   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11143   algorithm: "plot_nf_heatmap"
11144   output-file-type: ".html"
11145   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11146   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11147   filter: "'NIC_Intel-XXV710' and
11148            'NF_DENSITY' and
11149            'DOCKER' and
11150            'PIPELINE' and
11151            'NF_VPPIP4' and
11152            'IMIX' and
11153            '2T1C' and
11154            'NDRPDR'"
11155   parameters:
11156   - "throughput"
11157   - "name"
11158   - "tags"
11159   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11160   x-axis: "X = CNFs per Service Pipeline"
11161   y-axis: "Y = Number of Service Pipelines"
11162   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11163   layout:
11164     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11165     layout: "plot-service-density"
11166
11167 - type: "plot"
11168   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11169   algorithm: "plot_nf_heatmap"
11170   output-file-type: ".html"
11171   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11172   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11173   filter: "'NIC_Intel-XXV710' and
11174            'NF_DENSITY' and
11175            'DOCKER' and
11176            'PIPELINE' and
11177            'NF_VPPIP4' and
11178            'IMIX' and
11179            '4T2C' and
11180            'NDRPDR'"
11181   parameters:
11182   - "throughput"
11183   - "name"
11184   - "tags"
11185   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11186   x-axis: "X = CNFs per Service Pipeline"
11187   y-axis: "Y = Number of Service Pipelines"
11188   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11189   layout:
11190     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11191     layout: "plot-service-density"
11192
11193 - type: "plot"
11194   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11195   algorithm: "plot_nf_heatmap"
11196   output-file-type: ".html"
11197   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11198   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11199   filter: "'NIC_Intel-XXV710' and
11200            'NF_DENSITY' and
11201            'DOCKER' and
11202            'PIPELINE' and
11203            'NF_VPPIP4' and
11204            'IMIX' and
11205            '8T4C' and
11206            'NDRPDR'"
11207   parameters:
11208   - "throughput"
11209   - "name"
11210   - "tags"
11211   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11212   x-axis: "X = CNFs per Service Pipeline"
11213   y-axis: "Y = Number of Service Pipelines"
11214   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11215   layout:
11216     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11217     layout: "plot-service-density"
11218
11219 # Plots - NF Density - CSP - PDR IMIX
11220 - type: "plot"
11221   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11222   algorithm: "plot_nf_heatmap"
11223   output-file-type: ".html"
11224   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11225   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11226   filter: "'NIC_Intel-XXV710' and
11227            'NF_DENSITY' and
11228            'DOCKER' and
11229            'PIPELINE' and
11230            'NF_VPPIP4' and
11231            'IMIX' and
11232            '2T1C' and
11233            'NDRPDR'"
11234   parameters:
11235   - "throughput"
11236   - "name"
11237   - "tags"
11238   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11239   x-axis: "X = CNFs per Service Pipeline"
11240   y-axis: "Y = Number of Service Pipelines"
11241   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11242   layout:
11243     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11244     layout: "plot-service-density"
11245
11246 - type: "plot"
11247   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11248   algorithm: "plot_nf_heatmap"
11249   output-file-type: ".html"
11250   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11251   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11252   filter: "'NIC_Intel-XXV710' and
11253            'NF_DENSITY' and
11254            'DOCKER' and
11255            'PIPELINE' and
11256            'NF_VPPIP4' and
11257            'IMIX' and
11258            '4T2C' and
11259            'NDRPDR'"
11260   parameters:
11261   - "throughput"
11262   - "name"
11263   - "tags"
11264   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11265   x-axis: "X = CNFs per Service Pipeline"
11266   y-axis: "Y = Number of Service Pipelines"
11267   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11268   layout:
11269     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11270     layout: "plot-service-density"
11271
11272 - type: "plot"
11273   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11274   algorithm: "plot_nf_heatmap"
11275   output-file-type: ".html"
11276   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11277   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11278   filter: "'NIC_Intel-XXV710' and
11279            'NF_DENSITY' and
11280            'DOCKER' and
11281            'PIPELINE' and
11282            'NF_VPPIP4' and
11283            'IMIX' and
11284            '8T4C' and
11285            'NDRPDR'"
11286   parameters:
11287   - "throughput"
11288   - "name"
11289   - "tags"
11290   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11291   x-axis: "X = CNFs per Service Pipeline"
11292   y-axis: "Y = Number of Service Pipelines"
11293   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11294   layout:
11295     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11296     layout: "plot-service-density"
11297
11298 ################################################################################
11299
11300 # Packet Throughput
11301
11302 - type: "plot"
11303   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11304   algorithm: "plot_perf_box_name"
11305   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11306   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11307   include:
11308     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11309     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11310     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11311     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11312   layout:
11313     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11314     layout: "plot-throughput"
11315
11316 - type: "plot"
11317   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11318   algorithm: "plot_perf_box_name"
11319   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11320   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11321   include:
11322     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11323     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11324     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11325     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11326   layout:
11327     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11328     layout: "plot-throughput"
11329
11330 - type: "plot"
11331   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11332   algorithm: "plot_perf_box_name"
11333   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11334   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11335   include:
11336     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11337     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11338     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11339     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11340   layout:
11341     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11342     layout: "plot-throughput"
11343
11344 - type: "plot"
11345   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11346   algorithm: "plot_perf_box_name"
11347   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11348   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11349   include:
11350     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11351     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11352     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11353     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11354   layout:
11355     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11356     layout: "plot-throughput"
11357
11358 - type: "plot"
11359   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11360   algorithm: "plot_perf_box_name"
11361   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11362   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11363   include:
11364     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
11365     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
11366     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11367     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11368     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11369   layout:
11370     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11371     layout: "plot-throughput"
11372
11373 - type: "plot"
11374   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11375   algorithm: "plot_perf_box_name"
11376   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11377   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11378   include:
11379     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11380     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11381     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11382     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11383     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11384   layout:
11385     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11386     layout: "plot-throughput"
11387
11388 - type: "plot"
11389   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11390   algorithm: "plot_perf_box_name"
11391   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11392   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11393   include:
11394     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11395     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11396     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11397     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11398     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11399   layout:
11400     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11401     layout: "plot-throughput"
11402
11403 - type: "plot"
11404   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11405   algorithm: "plot_perf_box_name"
11406   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11407   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11408   include:
11409     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11410     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11411     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11412     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11413     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11414   layout:
11415     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11416     layout: "plot-throughput"
11417
11418 - type: "plot"
11419   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11420   algorithm: "plot_perf_box_name"
11421   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11422   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11423   include:
11424     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11425     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11426     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11427     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11428     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11429   layout:
11430     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11431     layout: "plot-throughput"
11432
11433 - type: "plot"
11434   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11435   algorithm: "plot_perf_box_name"
11436   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11437   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11438   include:
11439     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11440     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11441     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11442     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11443     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11444   layout:
11445     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11446     layout: "plot-throughput"
11447
11448 - type: "plot"
11449   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11450   algorithm: "plot_perf_box_name"
11451   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11452   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11453   include:
11454     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11455     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11456     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11457     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11458     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11459     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11460   layout:
11461     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11462     layout: "plot-throughput"
11463
11464 - type: "plot"
11465   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11466   algorithm: "plot_perf_box_name"
11467   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11468   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11469   include:
11470     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11471     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11472     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11473     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11474     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11475     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11476   layout:
11477     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11478     layout: "plot-throughput"
11479
11480 - type: "plot"
11481   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11482   algorithm: "plot_perf_box_name"
11483   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11484   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11485   include:
11486     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11487     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11488     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11489     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11490     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11491   layout:
11492     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11493     layout: "plot-throughput"
11494
11495 - type: "plot"
11496   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11497   algorithm: "plot_perf_box_name"
11498   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11499   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11500   include:
11501     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11503     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11504     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11505     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11506   layout:
11507     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11508     layout: "plot-throughput"
11509
11510 - type: "plot"
11511   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11512   algorithm: "plot_perf_box_name"
11513   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11514   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11515   include:
11516     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11518     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11519   layout:
11520     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11521     layout: "plot-throughput"
11522
11523 - type: "plot"
11524   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11525   algorithm: "plot_perf_box_name"
11526   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11527   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11528   include:
11529     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11530     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11531     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11532   layout:
11533     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11534     layout: "plot-throughput"
11535
11536 - type: "plot"
11537   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11538   algorithm: "plot_perf_box_name"
11539   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11540   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11541   include:
11542     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11543     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11545     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11546     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11547   layout:
11548     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11549     layout: "plot-throughput"
11550
11551 - type: "plot"
11552   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11553   algorithm: "plot_perf_box_name"
11554   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11555   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11556   include:
11557     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11558     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11559     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11562   layout:
11563     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11564     layout: "plot-throughput"
11565
11566 - type: "plot"
11567   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11568   algorithm: "plot_perf_box_name"
11569   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11570   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11571   include:
11572     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11573     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11574     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11575   layout:
11576     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11577     layout: "plot-throughput"
11578
11579 - type: "plot"
11580   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11581   algorithm: "plot_perf_box_name"
11582   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11583   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11584   include:
11585     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11586     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11587     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11588   layout:
11589     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11590     layout: "plot-throughput"
11591
11592 - type: "plot"
11593   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11594   algorithm: "plot_perf_box_name"
11595   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11596   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11597   include:
11598     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11599     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11600     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11601     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11602     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11603     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11604   layout:
11605     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11606     layout: "plot-throughput"
11607
11608 - type: "plot"
11609   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11610   algorithm: "plot_perf_box_name"
11611   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11612   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11613   include:
11614     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11615     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11616     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11617     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11618     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11619     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11620   layout:
11621     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11622     layout: "plot-throughput"
11623
11624 - type: "plot"
11625   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11626   algorithm: "plot_perf_box_name"
11627   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11628   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11629   include:
11630     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11631     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11632     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11633     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11634     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11635     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11636   layout:
11637     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11638     layout: "plot-throughput"
11639
11640 - type: "plot"
11641   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11642   algorithm: "plot_perf_box_name"
11643   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11644   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11645   include:
11646     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11647     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11648     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11652   layout:
11653     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11654     layout: "plot-throughput"
11655
11656 - type: "plot"
11657   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11658   algorithm: "plot_perf_box_name"
11659   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11660   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11661   include:
11662     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11663     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11664     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11665   layout:
11666     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11667     layout: "plot-throughput"
11668
11669 - type: "plot"
11670   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11671   algorithm: "plot_perf_box_name"
11672   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11673   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11674   include:
11675     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11676     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11677     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11678   layout:
11679     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11680     layout: "plot-throughput"
11681
11682 - type: "plot"
11683   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11684   algorithm: "plot_perf_box_name"
11685   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11686   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11687   include:
11688     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11689     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11690     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11691 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11692 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11693   layout:
11694     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11695     layout: "plot-throughput"
11696
11697 - type: "plot"
11698   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11699   algorithm: "plot_perf_box_name"
11700   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11701   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11702   include:
11703     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11704     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11705     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11706 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11707 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11708   layout:
11709     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11710     layout: "plot-throughput"
11711
11712 - type: "plot"
11713   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11714   algorithm: "plot_perf_box_name"
11715   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11716   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11717   include:
11718     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11719     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11720     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11721     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11722     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11723   layout:
11724     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11725     layout: "plot-throughput"
11726
11727 - type: "plot"
11728   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11729   algorithm: "plot_perf_box_name"
11730   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11731   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11732   include:
11733     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11734     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11735     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11736     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11737     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11738   layout:
11739     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11740     layout: "plot-throughput"
11741
11742 - type: "plot"
11743   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11744   algorithm: "plot_perf_box_name"
11745   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11746   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11747   include:
11748     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11749     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11750     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11751     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11752     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11753   layout:
11754     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11755     layout: "plot-throughput"
11756
11757 - type: "plot"
11758   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11759   algorithm: "plot_perf_box_name"
11760   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11761   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11762   include:
11763     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11764     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11765     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11766     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11767     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11768   layout:
11769     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11770     layout: "plot-throughput"
11771
11772 - type: "plot"
11773   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11774   algorithm: "plot_perf_box_name"
11775   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11776   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11777   include:
11778     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11779     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11780     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11781     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11782     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11783     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11784   layout:
11785     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11786     layout: "plot-throughput"
11787
11788 - type: "plot"
11789   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11790   algorithm: "plot_perf_box_name"
11791   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11792   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11793   include:
11794     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11795     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11796     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11797     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11798     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11799     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11800   layout:
11801     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11802     layout: "plot-throughput"
11803
11804 - type: "plot"
11805   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11806   algorithm: "plot_perf_box_name"
11807   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11808   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11809   include:
11810     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11811     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11812     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11813     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11814     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11815     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11816   layout:
11817     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11818     layout: "plot-throughput"
11819
11820 - type: "plot"
11821   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11822   algorithm: "plot_perf_box_name"
11823   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11824   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11825   include:
11826     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11827     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11828     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11829     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11830     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11831     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11832   layout:
11833     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11834     layout: "plot-throughput"
11835
11836 - type: "plot"
11837   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11838   algorithm: "plot_perf_box_name"
11839   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11840   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11841   include:
11842     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11843     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11844     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11845     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11846     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11847   layout:
11848     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11849     layout: "plot-throughput"
11850
11851 - type: "plot"
11852   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11853   algorithm: "plot_perf_box_name"
11854   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11855   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11856   include:
11857     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11858     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11859     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11860     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11861     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11862   layout:
11863     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11864     layout: "plot-throughput"
11865
11866 - type: "plot"
11867   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11868   algorithm: "plot_perf_box_name"
11869   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11870   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11871   include:
11872     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11873     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11874     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11875     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11876     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11877     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11878   layout:
11879     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11880     layout: "plot-throughput"
11881
11882 - type: "plot"
11883   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11884   algorithm: "plot_perf_box_name"
11885   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11886   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11887   include:
11888     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11889     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11890     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11891     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11892     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11893     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11894   layout:
11895     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11896     layout: "plot-throughput"
11897
11898 - type: "plot"
11899   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11900   algorithm: "plot_perf_box_name"
11901   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11902   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11903   include:
11904     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11905     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11906     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11907     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11908     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11909   layout:
11910     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11911     layout: "plot-throughput"
11912
11913 - type: "plot"
11914   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11915   algorithm: "plot_perf_box_name"
11916   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11917   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11918   include:
11919     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11920     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11921     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11922     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11923     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11924   layout:
11925     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11926     layout: "plot-throughput"
11927
11928 - type: "plot"
11929   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11930   algorithm: "plot_perf_box_name"
11931   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11932   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11933   include:
11934     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11935     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11936     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11937     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11938     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11939     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11940   layout:
11941     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11942     layout: "plot-throughput"
11943
11944 - type: "plot"
11945   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11946   algorithm: "plot_perf_box_name"
11947   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11948   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11949   include:
11950     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11951     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11952     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11953     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11954     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11955     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11956   layout:
11957     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11958     layout: "plot-throughput"
11959
11960 - type: "plot"
11961   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11962   algorithm: "plot_perf_box_name"
11963   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11964   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11965   include:
11966     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11967     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11968     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11969     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11970     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11971   layout:
11972     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11973     layout: "plot-throughput"
11974
11975 - type: "plot"
11976   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11977   algorithm: "plot_perf_box_name"
11978   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11979   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11980   include:
11981     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11982     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11983     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11984     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11985     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11986   layout:
11987     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11988     layout: "plot-throughput"
11989
11990 - type: "plot"
11991   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11992   algorithm: "plot_perf_box_name"
11993   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11994   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11995   include:
11996     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11997     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11998     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11999     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12000     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12001     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12002   layout:
12003     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12004     layout: "plot-throughput"
12005
12006 - type: "plot"
12007   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12008   algorithm: "plot_perf_box_name"
12009   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12010   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12011   include:
12012     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12013     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12014     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12015     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12016     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12017     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12018   layout:
12019     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12020     layout: "plot-throughput"
12021
12022 - type: "plot"
12023   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12024   algorithm: "plot_perf_box_name"
12025   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12026   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12027   include:
12028     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12029     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12030   layout:
12031     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12032     layout: "plot-throughput"
12033
12034 - type: "plot"
12035   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12036   algorithm: "plot_perf_box_name"
12037   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12038   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12039   include:
12040     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12041     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12042   layout:
12043     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12044     layout: "plot-throughput"
12045
12046 - type: "plot"
12047   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12048   algorithm: "plot_perf_box_name"
12049   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12050   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12051   include:
12052     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12053     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12054     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12055     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12056   layout:
12057     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12058     layout: "plot-throughput"
12059
12060 - type: "plot"
12061   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12062   algorithm: "plot_perf_box_name"
12063   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12064   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12065   include:
12066     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12067     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12068     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12069     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12070   layout:
12071     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12072     layout: "plot-throughput"
12073
12074 - type: "plot"
12075   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12076   algorithm: "plot_perf_box_name"
12077   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12078   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12079   include:
12080     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12081     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12082     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12083     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12084   layout:
12085     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12086     layout: "plot-throughput"
12087
12088 - type: "plot"
12089   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12090   algorithm: "plot_perf_box_name"
12091   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12092   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12093   include:
12094     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12095     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12096     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12097     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12098   layout:
12099     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12100     layout: "plot-throughput"
12101
12102 - type: "plot"
12103   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12104   algorithm: "plot_perf_box_name"
12105   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12106   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12107   include:
12108     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12109     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12110     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12111     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12112   layout:
12113     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12114     layout: "plot-throughput"
12115
12116 - type: "plot"
12117   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12118   algorithm: "plot_perf_box_name"
12119   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12120   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12121   include:
12122     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12123     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12124     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12125     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12126   layout:
12127     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12128     layout: "plot-throughput"
12129
12130 - type: "plot"
12131   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12132   algorithm: "plot_perf_box_name"
12133   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12134   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12135   include:
12136     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12137     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12138     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12139     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12140   layout:
12141     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12142     layout: "plot-throughput"
12143
12144 - type: "plot"
12145   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12146   algorithm: "plot_perf_box_name"
12147   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12148   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12149   include:
12150     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12151     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12152     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12153     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12154   layout:
12155     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12156     layout: "plot-throughput"
12157
12158 - type: "plot"
12159   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12160   algorithm: "plot_perf_box_name"
12161   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12162   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12163   include:
12164     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12165     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12166     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12167     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12168     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12169     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12170   layout:
12171     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12172     layout: "plot-throughput"
12173
12174 - type: "plot"
12175   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12176   algorithm: "plot_perf_box_name"
12177   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12178   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12179   include:
12180     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12181     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12182     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12183     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12184     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12185     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12186   layout:
12187     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12188     layout: "plot-throughput"
12189
12190 - type: "plot"
12191   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12192   algorithm: "plot_perf_box_name"
12193   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12194   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12195   include:
12196     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12197     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12198     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12199     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12200     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12201   layout:
12202     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12203     layout: "plot-throughput"
12204
12205 - type: "plot"
12206   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12207   algorithm: "plot_perf_box_name"
12208   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12209   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12210   include:
12211     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12212     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12213     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12214     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12215     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12216   layout:
12217     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12218     layout: "plot-throughput"
12219
12220 - type: "plot"
12221   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12222   algorithm: "plot_perf_box_name"
12223   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12224   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12225   include:
12226     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12227     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12228     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12229     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12230     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12231   layout:
12232     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12233     layout: "plot-throughput"
12234
12235 - type: "plot"
12236   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12237   algorithm: "plot_perf_box_name"
12238   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12239   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12240   include:
12241     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12242     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12243     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12244     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12245     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12246   layout:
12247     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12248     layout: "plot-throughput"
12249
12250 - type: "plot"
12251   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12252   algorithm: "plot_perf_box_name"
12253   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12254   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12255   include:
12256     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12257     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12258     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12259   layout:
12260     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12261     layout: "plot-throughput"
12262
12263 - type: "plot"
12264   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12265   algorithm: "plot_perf_box_name"
12266   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12267   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12268   include:
12269     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12270     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12271     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12272   layout:
12273     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12274     layout: "plot-throughput"
12275
12276 - type: "plot"
12277   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12278   algorithm: "plot_perf_box_name"
12279   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12280   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12281   include:
12282     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12283     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12284     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12285   layout:
12286     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12287     layout: "plot-throughput"
12288
12289 - type: "plot"
12290   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12291   algorithm: "plot_perf_box_name"
12292   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12293   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12294   include:
12295     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12296     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12297     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12298   layout:
12299     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12300     layout: "plot-throughput"
12301
12302 - type: "plot"
12303   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12304   algorithm: "plot_perf_box_name"
12305   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12306   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12307   include:
12308     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12309     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12310     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12311     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12312     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12313   layout:
12314     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12315     layout: "plot-throughput"
12316
12317 - type: "plot"
12318   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12319   algorithm: "plot_perf_box_name"
12320   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12321   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12322   include:
12323     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12324     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12325     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12326     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12327     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12328   layout:
12329     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12330     layout: "plot-throughput"
12331
12332 - type: "plot"
12333   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12334   algorithm: "plot_perf_box_name"
12335   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12336   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12337   include:
12338     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12339     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12340     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12341     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12342     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12343   layout:
12344     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12345     layout: "plot-throughput"
12346
12347 - type: "plot"
12348   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12349   algorithm: "plot_perf_box_name"
12350   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12351   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12352   include:
12353     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12354     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12355     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12356     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12357     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12358   layout:
12359     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12360     layout: "plot-throughput"
12361
12362 - type: "plot"
12363   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12364   algorithm: "plot_perf_box_name"
12365   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12366   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12367   include:
12368     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12369     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12370     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12371     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12372     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12373   layout:
12374     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12375     layout: "plot-throughput"
12376
12377 - type: "plot"
12378   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12379   algorithm: "plot_perf_box_name"
12380   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12381   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12382   include:
12383     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12384     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12385     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12386     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12387     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12388   layout:
12389     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12390     layout: "plot-throughput"
12391
12392 - type: "plot"
12393   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12394   algorithm: "plot_perf_box_name"
12395   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12396   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12397   include:
12398     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12399     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12400     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12401     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12402     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12403   layout:
12404     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12405     layout: "plot-throughput"
12406
12407 - type: "plot"
12408   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12409   algorithm: "plot_perf_box_name"
12410   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12411   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12412   include:
12413     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12414     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12415     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12416     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12417     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12418   layout:
12419     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12420     layout: "plot-throughput"
12421
12422 - type: "plot"
12423   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12424   algorithm: "plot_perf_box_name"
12425   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12426   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12427   include:
12428     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12429     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12430     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12431     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12432     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12433   layout:
12434     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12435     layout: "plot-throughput"
12436
12437 - type: "plot"
12438   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12439   algorithm: "plot_perf_box_name"
12440   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12441   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12442   include:
12443     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12444     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12445     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12446     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12447     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12448   layout:
12449     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12450     layout: "plot-throughput"
12451
12452 - type: "plot"
12453   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12454   algorithm: "plot_perf_box_name"
12455   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12456   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12457   include:
12458     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12459     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12460     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12461     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12462     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12463     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12464   layout:
12465     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12466     layout: "plot-throughput"
12467
12468 - type: "plot"
12469   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12470   algorithm: "plot_perf_box_name"
12471   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12472   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12473   include:
12474     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12475     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12476     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12477     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12478     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12479     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12480   layout:
12481     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12482     layout: "plot-throughput"
12483
12484 - type: "plot"
12485   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12486   algorithm: "plot_perf_box_name"
12487   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12488   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12489   include:
12490     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12491     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12492     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12493     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12494   layout:
12495     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12496     layout: "plot-throughput"
12497
12498 - type: "plot"
12499   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12500   algorithm: "plot_perf_box_name"
12501   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12502   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12503   include:
12504     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12505     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12506     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12507     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12508   layout:
12509     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12510     layout: "plot-throughput"
12511
12512 - type: "plot"
12513   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12514   algorithm: "plot_perf_box_name"
12515   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12516   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12517   include:
12518     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12519     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12520     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12521     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12522     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12523     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12524   layout:
12525     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12526     layout: "plot-throughput"
12527
12528 - type: "plot"
12529   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12530   algorithm: "plot_perf_box_name"
12531   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12532   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12533   include:
12534     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12535     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12536     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12537     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12538     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12539     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12540   layout:
12541     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12542     layout: "plot-throughput"
12543
12544 - type: "plot"
12545   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12546   algorithm: "plot_perf_box_name"
12547   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12548   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12549   include:
12550     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12551     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12552     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12553     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12554     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12555     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12556   layout:
12557     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12558     layout: "plot-throughput"
12559
12560 - type: "plot"
12561   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12562   algorithm: "plot_perf_box_name"
12563   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12564   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12565   include:
12566     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12567     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12568     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12569     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12570     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12571     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12572   layout:
12573     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12574     layout: "plot-throughput"
12575
12576 - type: "plot"
12577   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12578   algorithm: "plot_perf_box_name"
12579   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12580   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12581   include:
12582     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12583     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12584     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12585     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12586     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12587     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12588   layout:
12589     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12590     layout: "plot-throughput"
12591
12592 - type: "plot"
12593   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12594   algorithm: "plot_perf_box_name"
12595   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12596   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12597   include:
12598     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12599     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12600     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12601     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12602     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12603     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12604   layout:
12605     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12606     layout: "plot-throughput"
12607
12608 - type: "plot"
12609   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12610   algorithm: "plot_perf_box_name"
12611   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12612   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12613   include:
12614     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12615     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12616     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12617     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12618     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12619     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12620   layout:
12621     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12622     layout: "plot-throughput"
12623
12624 - type: "plot"
12625   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12626   algorithm: "plot_perf_box_name"
12627   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12628   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12629   include:
12630     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12631     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12632     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12633     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12634     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12635     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12636   layout:
12637     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12638     layout: "plot-throughput"
12639
12640 - type: "plot"
12641   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12642   algorithm: "plot_perf_box_name"
12643   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12644   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12645   include:
12646     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12647     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12648     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12649     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12650     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12651     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12652   layout:
12653     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12654     layout: "plot-throughput"
12655
12656 - type: "plot"
12657   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12658   algorithm: "plot_perf_box_name"
12659   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12660   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12661   include:
12662     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12663     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12664     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12665     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12666     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12667     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12668   layout:
12669     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12670     layout: "plot-throughput"
12671
12672 - type: "plot"
12673   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12674   algorithm: "plot_perf_box_name"
12675   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12676   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12677   include:
12678     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12679     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12680     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12681     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12682     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12683     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12684   layout:
12685     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12686     layout: "plot-throughput"
12687
12688 - type: "plot"
12689   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12690   algorithm: "plot_perf_box_name"
12691   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12692   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12693   include:
12694     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12695     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12696     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12697     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12698     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12699     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12700   layout:
12701     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12702     layout: "plot-throughput"
12703
12704 - type: "plot"
12705   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12706   algorithm: "plot_perf_box_name"
12707   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12708   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12709   include:
12710     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12713     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12716   layout:
12717     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12718     layout: "plot-throughput"
12719
12720 - type: "plot"
12721   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12722   algorithm: "plot_perf_box_name"
12723   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12724   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12725   include:
12726     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12732   layout:
12733     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12734     layout: "plot-throughput"
12735
12736 - type: "plot"
12737   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12738   algorithm: "plot_perf_box_name"
12739   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12740   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12741   include:
12742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12743     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12744     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12745     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12746     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12747     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12748   layout:
12749     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12750     layout: "plot-throughput"
12751
12752 - type: "plot"
12753   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12754   algorithm: "plot_perf_box_name"
12755   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12756   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12757   include:
12758     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12762     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12763     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12764   layout:
12765     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12766     layout: "plot-throughput"
12767
12768 - type: "plot"
12769   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12770   algorithm: "plot_perf_box_name"
12771   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12772   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12773   include:
12774     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12775     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12776     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12777     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12778   layout:
12779     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12780     layout: "plot-throughput"
12781
12782 - type: "plot"
12783   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12784   algorithm: "plot_perf_box_name"
12785   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12786   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12787   include:
12788     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12789     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12790     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12791     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12792   layout:
12793     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12794     layout: "plot-throughput"
12795
12796 - type: "plot"
12797   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12798   algorithm: "plot_perf_box_name"
12799   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12800   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12801   include:
12802     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12803     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12804     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12805     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12806   layout:
12807     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12808     layout: "plot-throughput"
12809
12810 - type: "plot"
12811   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12812   algorithm: "plot_perf_box_name"
12813   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12814   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12815   include:
12816     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12817     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12818     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12819     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12820   layout:
12821     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12822     layout: "plot-throughput"
12823
12824 - type: "plot"
12825   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12826   algorithm: "plot_perf_box_name"
12827   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12828   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12829   include:
12830     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12831     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12832     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12833     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12834     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12835     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12836   layout:
12837     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12838     layout: "plot-throughput"
12839
12840 - type: "plot"
12841   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12842   algorithm: "plot_perf_box_name"
12843   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12844   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12845   include:
12846     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12847     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12848     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12849     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12850     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12851     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12852   layout:
12853     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12854     layout: "plot-throughput"
12855
12856 - type: "plot"
12857   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12858   algorithm: "plot_perf_box_name"
12859   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12860   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12861   include:
12862     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12863     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12864     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12865     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12866     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12867   layout:
12868     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12869     layout: "plot-throughput"
12870
12871 - type: "plot"
12872   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12873   algorithm: "plot_perf_box_name"
12874   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12875   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12876   include:
12877     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12878     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12879     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12880     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12881     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12882   layout:
12883     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12884     layout: "plot-throughput"
12885
12886 - type: "plot"
12887   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12888   algorithm: "plot_perf_box_name"
12889   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12890   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12891   include:
12892     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12893     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12894     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12895     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12896     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12897   layout:
12898     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12899     layout: "plot-throughput"
12900
12901 - type: "plot"
12902   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12903   algorithm: "plot_perf_box_name"
12904   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12905   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12906   include:
12907     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12908     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12909     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12910     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12911     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12912   layout:
12913     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12914     layout: "plot-throughput"
12915
12916 - type: "plot"
12917   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12918   algorithm: "plot_perf_box_name"
12919   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12920   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12921   include:
12922     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12923     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12924     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12925     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12926   layout:
12927     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12928     layout: "plot-throughput"
12929
12930 - type: "plot"
12931   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12932   algorithm: "plot_perf_box_name"
12933   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12934   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12935   include:
12936     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12937     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12938     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12939     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12940   layout:
12941     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12942     layout: "plot-throughput"
12943
12944 - type: "plot"
12945   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12946   algorithm: "plot_perf_box_name"
12947   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12948   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12949   include:
12950     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12951     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12952     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12953     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12954     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12955     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12956   layout:
12957     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12958     layout: "plot-throughput"
12959
12960 - type: "plot"
12961   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12962   algorithm: "plot_perf_box_name"
12963   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12964   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12965   include:
12966     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12967     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12968     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12969     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12970     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12971     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12972   layout:
12973     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12974     layout: "plot-throughput"
12975
12976 - type: "plot"
12977   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12978   algorithm: "plot_perf_box_name"
12979   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12980   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12981   include:
12982     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12983     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12984     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12985     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12986     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12987     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12988   layout:
12989     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12990     layout: "plot-throughput"
12991
12992 - type: "plot"
12993   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12994   algorithm: "plot_perf_box_name"
12995   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12996   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12997   include:
12998     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12999     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13000     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13001     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13002     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13003     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13004   layout:
13005     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13006     layout: "plot-throughput"
13007
13008 - type: "plot"
13009   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13010   algorithm: "plot_perf_box_name"
13011   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13012   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13013   include:
13014     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13015     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13016     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13017     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13018     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13019     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13020   layout:
13021     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13022     layout: "plot-throughput"
13023
13024 - type: "plot"
13025   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13026   algorithm: "plot_perf_box_name"
13027   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13028   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13029   include:
13030     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13031     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13032     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13033     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13034     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13035     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13036   layout:
13037     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13038     layout: "plot-throughput"
13039
13040 - type: "plot"
13041   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13042   algorithm: "plot_perf_box_name"
13043   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13044   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13045   include:
13046     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13047     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13048     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13049     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13050     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13051     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13052   layout:
13053     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13054     layout: "plot-throughput"
13055
13056 - type: "plot"
13057   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13058   algorithm: "plot_perf_box_name"
13059   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13060   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13061   include:
13062     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13063     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13064     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13065     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13066     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13067     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13068   layout:
13069     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13070     layout: "plot-throughput"
13071
13072 - type: "plot"
13073   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13074   algorithm: "plot_perf_box_name"
13075   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13076   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13077   include:
13078     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13079     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13080     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13081     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13082   layout:
13083     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13084     layout: "plot-throughput"
13085
13086 - type: "plot"
13087   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13088   algorithm: "plot_perf_box_name"
13089   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13090   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13091   include:
13092     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13093     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13094     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13095     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13096   layout:
13097     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13098     layout: "plot-throughput"
13099
13100 - type: "plot"
13101   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13102   algorithm: "plot_perf_box_name"
13103   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13104   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13105   include:
13106     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13107     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13108     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13109     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13110     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13111     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13112   layout:
13113     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13114     layout: "plot-throughput"
13115
13116 - type: "plot"
13117   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13118   algorithm: "plot_perf_box_name"
13119   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13120   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13121   include:
13122     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13123     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13124     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13125     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13126     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13127     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13128   layout:
13129     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13130     layout: "plot-throughput"
13131
13132 - type: "plot"
13133   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13134   algorithm: "plot_perf_box_name"
13135   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13136   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13137   include:
13138     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13139     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13140     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13141     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13142     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13143     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13144   layout:
13145     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13146     layout: "plot-throughput"
13147
13148 - type: "plot"
13149   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13150   algorithm: "plot_perf_box_name"
13151   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13152   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13153   include:
13154     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13155     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13156     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13157     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13158     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13159     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13160   layout:
13161     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13162     layout: "plot-throughput"
13163
13164 #- type: "plot"
13165 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13166 #  algorithm: "plot_perf_box_name"
13167 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13168 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13169 #  include:
13170 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13171 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13172 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13173 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13174 #  layout:
13175 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13176 #    layout: "plot-throughput"
13177 #
13178 #- type: "plot"
13179 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13180 #  algorithm: "plot_perf_box_name"
13181 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13182 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13183 #  include:
13184 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13185 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13186 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13187 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13188 #  layout:
13189 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13190 #    layout: "plot-throughput"
13191
13192 - type: "plot"
13193   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13194   algorithm: "plot_perf_box_name"
13195   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13196   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13197   include:
13198     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13199     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13200     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13201     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13202     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13203     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13204   layout:
13205     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13206     layout: "plot-throughput"
13207
13208 - type: "plot"
13209   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13210   algorithm: "plot_perf_box_name"
13211   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13212   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13213   include:
13214     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13215     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13216     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13217     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13218     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13219     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13220   layout:
13221     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13222     layout: "plot-throughput"
13223
13224 #- type: "plot"
13225 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13226 #  algorithm: "plot_perf_box_name"
13227 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13228 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13229 #  include:
13230 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13231 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13232 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13233 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13234 #  layout:
13235 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13236 #    layout: "plot-throughput"
13237 #
13238 #- type: "plot"
13239 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13240 #  algorithm: "plot_perf_box_name"
13241 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13242 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13243 #  include:
13244 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13245 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13246 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13247 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13248 #  layout:
13249 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13250 #    layout: "plot-throughput"
13251
13252 - type: "plot"
13253   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13254   algorithm: "plot_perf_box_name"
13255   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13256   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13257   include:
13258     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13259     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13260     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13261     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13262     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13263     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13264   layout:
13265     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13266     layout: "plot-throughput"
13267
13268 - type: "plot"
13269   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13270   algorithm: "plot_perf_box_name"
13271   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13272   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13273   include:
13274     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13275     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13276     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13277     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13278     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13279     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13280   layout:
13281     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13282     layout: "plot-throughput"
13283
13284 #- type: "plot"
13285 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13286 #  algorithm: "plot_perf_box_name"
13287 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13288 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13289 #  include:
13290 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13291 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13292 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13293 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13294 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13295 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13296 #  layout:
13297 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13298 #    layout: "plot-throughput"
13299 #
13300 #- type: "plot"
13301 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13302 #  algorithm: "plot_perf_box_name"
13303 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13304 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13305 #  include:
13306 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13307 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13308 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13309 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13310 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13311 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13312 #  layout:
13313 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13314 #    layout: "plot-throughput"
13315
13316 - type: "plot"
13317   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13318   algorithm: "plot_perf_box_name"
13319   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13320   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13321   include:
13322     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13323     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13324     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13325     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13326     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13327     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13328   layout:
13329     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13330     layout: "plot-throughput"
13331
13332 - type: "plot"
13333   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13334   algorithm: "plot_perf_box_name"
13335   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13336   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13337   include:
13338     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13339     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13340     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13341     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13342     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13343     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13344   layout:
13345     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13346     layout: "plot-throughput"
13347
13348 - type: "plot"
13349   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13350   algorithm: "plot_perf_box_name"
13351   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13352   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13353   include:
13354     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13355     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13356     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13357     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13358     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13359     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13360   layout:
13361     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13362     layout: "plot-throughput"
13363
13364 - type: "plot"
13365   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13366   algorithm: "plot_perf_box_name"
13367   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13368   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13369   include:
13370     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13371     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13372     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13373     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13374     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13375     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13376   layout:
13377     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13378     layout: "plot-throughput"
13379
13380 - type: "plot"
13381   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13382   algorithm: "plot_perf_box_name"
13383   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13384   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13385   include:
13386     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13387     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13388     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13389     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13390     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13391     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13392   layout:
13393     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13394     layout: "plot-throughput"
13395
13396 - type: "plot"
13397   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13398   algorithm: "plot_perf_box_name"
13399   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13400   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13401   include:
13402     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13403     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13404     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13405     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13406     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13407     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13408   layout:
13409     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13410     layout: "plot-throughput"
13411
13412 - type: "plot"
13413   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13414   algorithm: "plot_perf_box_name"
13415   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13416   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13417   include:
13418     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13419     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13420     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13421     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13422     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13423     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13424   layout:
13425     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13426     layout: "plot-throughput"
13427
13428 - type: "plot"
13429   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13430   algorithm: "plot_perf_box_name"
13431   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13432   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13433   include:
13434     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13435     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13436     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13437     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13438     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13439     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13440   layout:
13441     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13442     layout: "plot-throughput"
13443
13444 #- type: "plot"
13445 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13446 #  algorithm: "plot_perf_box_name"
13447 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13448 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13449 #  include:
13450 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13451 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13452 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13453 #  layout:
13454 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13455 #    layout: "plot-throughput"
13456 #
13457 #- type: "plot"
13458 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13459 #  algorithm: "plot_perf_box_name"
13460 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13461 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13462 #  include:
13463 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13464 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13465 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13466 #  layout:
13467 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13468 #    layout: "plot-throughput"
13469
13470 - type: "plot"
13471   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13472   algorithm: "plot_perf_box_name"
13473   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13474   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13475   include:
13476     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13477     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13478     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13479     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13480     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13481   layout:
13482     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13483     layout: "plot-throughput"
13484
13485 - type: "plot"
13486   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13487   algorithm: "plot_perf_box_name"
13488   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13489   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13490   include:
13491     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13492     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13493     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13494     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13495     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13496   layout:
13497     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13498     layout: "plot-throughput"
13499
13500 - type: "plot"
13501   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13502   algorithm: "plot_perf_box_name"
13503   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13504   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13505   include:
13506     - "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"
13507     - "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"
13508     - "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"
13509     - "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"
13510     - "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"
13511   layout:
13512     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13513     layout: "plot-throughput"
13514
13515 - type: "plot"
13516   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13517   algorithm: "plot_perf_box_name"
13518   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13519   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13520   include:
13521     - "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"
13522     - "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"
13523     - "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"
13524     - "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"
13525     - "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"
13526   layout:
13527     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13528     layout: "plot-throughput"
13529
13530 - type: "plot"
13531   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13532   algorithm: "plot_perf_box_name"
13533   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13534   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13535   include:
13536     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13537     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13538     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13539     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13540     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13541   layout:
13542     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13543     layout: "plot-throughput"
13544
13545 - type: "plot"
13546   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13547   algorithm: "plot_perf_box_name"
13548   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13549   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13550   include:
13551     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13552     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13553     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13554     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13555     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13556   layout:
13557     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13558     layout: "plot-throughput"
13559
13560 - type: "plot"
13561   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13562   algorithm: "plot_perf_box_name"
13563   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13564   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13565   include:
13566     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13567     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13568     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13569     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13570     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13571   layout:
13572     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13573     layout: "plot-throughput"
13574
13575 - type: "plot"
13576   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13577   algorithm: "plot_perf_box_name"
13578   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13579   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13580   include:
13581     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13582     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13583     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13584     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13585     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13586   layout:
13587     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13588     layout: "plot-throughput"
13589
13590 - type: "plot"
13591   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13592   algorithm: "plot_perf_box_name"
13593   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13594   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13595   include:
13596     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13597     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13598     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13599     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13600     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13601   layout:
13602     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13603     layout: "plot-throughput"
13604
13605 - type: "plot"
13606   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13607   algorithm: "plot_perf_box_name"
13608   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13609   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13610   include:
13611     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13612     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13613     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13614     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13615     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13616   layout:
13617     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13618     layout: "plot-throughput"
13619
13620 - type: "plot"
13621   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13622   algorithm: "plot_perf_box_name"
13623   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13624   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13625   include:
13626     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13627     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13628     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13629     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13630     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13631   layout:
13632     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13633     layout: "plot-throughput"
13634
13635 - type: "plot"
13636   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13637   algorithm: "plot_perf_box_name"
13638   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13639   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13640   include:
13641     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13642     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13643     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13644     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13645     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13646   layout:
13647     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13648     layout: "plot-throughput"
13649
13650 - type: "plot"
13651   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13652   algorithm: "plot_perf_box_name"
13653   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13654   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13655   include:
13656     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13657     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13658     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13659     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13660   layout:
13661     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13662     layout: "plot-throughput"
13663
13664 - type: "plot"
13665   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13666   algorithm: "plot_perf_box_name"
13667   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13668   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13669   include:
13670     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13671     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13672     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13673     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13674   layout:
13675     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13676     layout: "plot-throughput"
13677
13678 - type: "plot"
13679   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13680   algorithm: "plot_perf_box_name"
13681   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13682   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13683   include:
13684     - "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"
13685     - "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"
13686     - "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"
13687     - "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"
13688   layout:
13689     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13690     layout: "plot-throughput"
13691
13692 - type: "plot"
13693   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13694   algorithm: "plot_perf_box_name"
13695   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13696   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13697   include:
13698     - "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"
13699     - "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"
13700     - "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"
13701     - "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"
13702   layout:
13703     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13704     layout: "plot-throughput"
13705
13706 - type: "plot"
13707   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13708   algorithm: "plot_perf_box_name"
13709   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13710   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13711   include:
13712     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13713     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13714     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13715     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13716     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13717     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13718   layout:
13719     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13720     layout: "plot-throughput"
13721
13722 - type: "plot"
13723   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13724   algorithm: "plot_perf_box_name"
13725   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13726   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13727   include:
13728     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13729     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13730     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13731     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13732     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13733     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13734   layout:
13735     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13736     layout: "plot-throughput"
13737
13738 - type: "plot"
13739   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13740   algorithm: "plot_perf_box_name"
13741   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13742   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13743   include:
13744     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13745     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13746     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13747     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13748     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13749     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13750   layout:
13751     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13752     layout: "plot-throughput"
13753
13754 - type: "plot"
13755   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13756   algorithm: "plot_perf_box_name"
13757   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13758   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13759   include:
13760     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13761     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13762     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13763     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13764     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13765     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13766   layout:
13767     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13768     layout: "plot-throughput"
13769
13770 - type: "plot"
13771   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13772   algorithm: "plot_perf_box_name"
13773   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13774   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13775   include:
13776     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13777     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13778     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13779     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13780     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13781     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13782   layout:
13783     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13784     layout: "plot-throughput"
13785
13786 - type: "plot"
13787   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13788   algorithm: "plot_perf_box_name"
13789   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13790   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13791   include:
13792     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13793     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13794     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13795     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13796     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13797     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13798   layout:
13799     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13800     layout: "plot-throughput"
13801
13802 - type: "plot"
13803   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13804   algorithm: "plot_perf_box_name"
13805   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13806   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13807   include:
13808     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13809     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13810     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13811     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13812     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13813   layout:
13814     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13815     layout: "plot-throughput"
13816
13817 - type: "plot"
13818   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13819   algorithm: "plot_perf_box_name"
13820   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13821   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13822   include:
13823     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13824     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13825     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13826     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13827     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13828   layout:
13829     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13830     layout: "plot-throughput"
13831
13832 - type: "plot"
13833   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13834   algorithm: "plot_perf_box_name"
13835   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13836   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13837   include:
13838     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13839     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13840   layout:
13841     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13842     layout: "plot-throughput"
13843
13844 - type: "plot"
13845   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13846   algorithm: "plot_perf_box_name"
13847   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13848   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13849   include:
13850     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13851     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13852   layout:
13853     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13854     layout: "plot-throughput"
13855
13856 - type: "plot"
13857   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13858   algorithm: "plot_perf_box_name"
13859   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13860   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13861   include:
13862     - "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"
13863     - "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"
13864   layout:
13865     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13866     layout: "plot-throughput"
13867
13868 - type: "plot"
13869   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13870   algorithm: "plot_perf_box_name"
13871   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13872   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13873   include:
13874     - "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"
13875     - "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"
13876   layout:
13877     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13878     layout: "plot-throughput"
13879
13880 - type: "plot"
13881   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13882   algorithm: "plot_perf_box_name"
13883   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13884   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13885   include:
13886     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13887     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13888   layout:
13889     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13890     layout: "plot-throughput"
13891
13892 - type: "plot"
13893   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13894   algorithm: "plot_perf_box_name"
13895   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13896   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13897   include:
13898     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13899     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13900   layout:
13901     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13902     layout: "plot-throughput"
13903
13904 - type: "plot"
13905   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13906   algorithm: "plot_perf_box_name"
13907   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13908   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13909   include:
13910     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13911     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13912   layout:
13913     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13914     layout: "plot-throughput"
13915
13916 - type: "plot"
13917   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13918   algorithm: "plot_perf_box_name"
13919   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13920   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13921   include:
13922     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13923     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13924   layout:
13925     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13926     layout: "plot-throughput"
13927
13928 - type: "plot"
13929   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13930   algorithm: "plot_perf_box_name"
13931   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13932   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13933   include:
13934     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13935     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13936     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13937     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13938     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13939     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13940   layout:
13941     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13942     layout: "plot-throughput"
13943
13944 - type: "plot"
13945   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13946   algorithm: "plot_perf_box_name"
13947   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13948   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13949   include:
13950     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13951     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13952     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13953     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13954     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13955     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13956   layout:
13957     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13958     layout: "plot-throughput"
13959
13960 - type: "plot"
13961   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13962   algorithm: "plot_perf_box_name"
13963   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13964   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13965   include:
13966     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13967     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13968     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13969     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13970     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13971     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13972   layout:
13973     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13974     layout: "plot-throughput"
13975
13976 - type: "plot"
13977   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13978   algorithm: "plot_perf_box_name"
13979   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13980   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13981   include:
13982     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13983     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13984     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13985     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13986     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13987     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13988   layout:
13989     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13990     layout: "plot-throughput"
13991
13992 #- type: "plot"
13993 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13994 #  algorithm: "plot_perf_box_name"
13995 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13996 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13997 #  include:
13998 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13999 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14000 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14001 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14002 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14003 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14004 #  layout:
14005 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14006 #    layout: "plot-throughput"
14007 #
14008 #- type: "plot"
14009 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14010 #  algorithm: "plot_perf_box_name"
14011 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14012 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14013 #  include:
14014 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14015 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14016 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14017 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14018 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14019 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14020 #  layout:
14021 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14022 #    layout: "plot-throughput"
14023
14024 - type: "plot"
14025   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14026   algorithm: "plot_perf_box_name"
14027   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14028   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14029   include:
14030     - "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"
14031     - "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"
14032     - "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"
14033     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14034     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14035     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14036   layout:
14037     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14038     layout: "plot-throughput"
14039
14040 - type: "plot"
14041   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14042   algorithm: "plot_perf_box_name"
14043   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14044   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14045   include:
14046     - "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"
14047     - "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"
14048     - "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"
14049     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14050     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14051     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14052   layout:
14053     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14054     layout: "plot-throughput"
14055
14056 ################################################################################
14057
14058 # Packet Speedup
14059
14060 - type: "plot"
14061   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14062   algorithm: "plot_tsa_name"
14063   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14064   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14065   include:
14066     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14067     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14068     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14069     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14070   layout:
14071     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14072     layout: "plot-throughput-speedup-analysis"
14073
14074 - type: "plot"
14075   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14076   algorithm: "plot_tsa_name"
14077   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14078   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14079   include:
14080     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14081     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14082     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14083     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14084   layout:
14085     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14086     layout: "plot-throughput-speedup-analysis"
14087
14088 - type: "plot"
14089   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14090   algorithm: "plot_tsa_name"
14091   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14092   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14093   include:
14094     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14095     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14096     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14097     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14098   layout:
14099     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14100     layout: "plot-throughput-speedup-analysis"
14101
14102 - type: "plot"
14103   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14104   algorithm: "plot_tsa_name"
14105   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14106   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14107   include:
14108     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14109     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14110     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14111     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14112   layout:
14113     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14114     layout: "plot-throughput-speedup-analysis"
14115
14116 - type: "plot"
14117   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14118   algorithm: "plot_tsa_name"
14119   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14120   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14121   include:
14122     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14123     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14124     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14125     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14126     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14127   layout:
14128     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14129     layout: "plot-throughput-speedup-analysis"
14130
14131 - type: "plot"
14132   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14133   algorithm: "plot_tsa_name"
14134   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14135   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14136   include:
14137     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14138     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14139     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14140     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14141     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14142   layout:
14143     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14144     layout: "plot-throughput-speedup-analysis"
14145
14146 - type: "plot"
14147   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14148   algorithm: "plot_tsa_name"
14149   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14150   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14151   include:
14152     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14153     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14154     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14155     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14156     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14157   layout:
14158     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14159     layout: "plot-throughput-speedup-analysis"
14160
14161 - type: "plot"
14162   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14163   algorithm: "plot_tsa_name"
14164   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14165   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14166   include:
14167     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14168     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14169     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14170     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14171     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14172   layout:
14173     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14174     layout: "plot-throughput-speedup-analysis"
14175
14176 - type: "plot"
14177   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14178   algorithm: "plot_tsa_name"
14179   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14180   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14181   include:
14182     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14183     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14184     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14185     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14186     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14187     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14188   layout:
14189     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14190     layout: "plot-throughput-speedup-analysis"
14191
14192 - type: "plot"
14193   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14194   algorithm: "plot_tsa_name"
14195   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14196   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14197   include:
14198     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14199     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14200     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14201     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14202     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14203     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14204   layout:
14205     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14206     layout: "plot-throughput-speedup-analysis"
14207
14208 - type: "plot"
14209   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14210   algorithm: "plot_tsa_name"
14211   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14212   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14213   include:
14214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14219   layout:
14220     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14221     layout: "plot-throughput-speedup-analysis"
14222
14223 - type: "plot"
14224   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14225   algorithm: "plot_tsa_name"
14226   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14227   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14228   include:
14229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14234   layout:
14235     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14236     layout: "plot-throughput-speedup-analysis"
14237
14238 - type: "plot"
14239   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14240   algorithm: "plot_tsa_name"
14241   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14242   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14243   include:
14244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14247   layout:
14248     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14249     layout: "plot-throughput-speedup-analysis"
14250
14251 - type: "plot"
14252   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14253   algorithm: "plot_tsa_name"
14254   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14255   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14256   include:
14257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14260   layout:
14261     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14262     layout: "plot-throughput-speedup-analysis"
14263
14264 - type: "plot"
14265   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14266   algorithm: "plot_tsa_name"
14267   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14268   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14269   include:
14270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14275   layout:
14276     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14277     layout: "plot-throughput-speedup-analysis"
14278
14279 - type: "plot"
14280   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14281   algorithm: "plot_tsa_name"
14282   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14283   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14284   include:
14285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14290   layout:
14291     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14292     layout: "plot-throughput-speedup-analysis"
14293
14294 - type: "plot"
14295   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14296   algorithm: "plot_tsa_name"
14297   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14298   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14299   include:
14300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14303   layout:
14304     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14305     layout: "plot-throughput-speedup-analysis"
14306
14307 - type: "plot"
14308   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14309   algorithm: "plot_tsa_name"
14310   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14311   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14312   include:
14313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14316   layout:
14317     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14318     layout: "plot-throughput-speedup-analysis"
14319
14320 - type: "plot"
14321   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14322   algorithm: "plot_tsa_name"
14323   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14324   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14325   include:
14326     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14327     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14332   layout:
14333     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14334     layout: "plot-throughput-speedup-analysis"
14335
14336 - type: "plot"
14337   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14338   algorithm: "plot_tsa_name"
14339   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14340   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14341   include:
14342     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14343     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14348   layout:
14349     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14350     layout: "plot-throughput-speedup-analysis"
14351
14352 - type: "plot"
14353   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14354   algorithm: "plot_tsa_name"
14355   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14356   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14357   include:
14358     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14359     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14360     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14362     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14363     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14364   layout:
14365     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14366     layout: "plot-throughput-speedup-analysis"
14367
14368 - type: "plot"
14369   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14370   algorithm: "plot_tsa_name"
14371   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14372   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14373   include:
14374     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14375     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14376     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14377     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14378     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14379     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14380   layout:
14381     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14382     layout: "plot-throughput-speedup-analysis"
14383
14384 - type: "plot"
14385   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14386   algorithm: "plot_tsa_name"
14387   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14388   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14389   include:
14390     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14391     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14392     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14393   layout:
14394     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14395     layout: "plot-throughput-speedup-analysis"
14396
14397 - type: "plot"
14398   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14399   algorithm: "plot_tsa_name"
14400   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14401   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14402   include:
14403     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14404     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14405     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14406   layout:
14407     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14408     layout: "plot-throughput-speedup-analysis"
14409
14410 - type: "plot"
14411   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14412   algorithm: "plot_tsa_name"
14413   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14414   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14415   include:
14416     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14417     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14418     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14419 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14420 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14421   layout:
14422     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14423     layout: "plot-throughput-speedup-analysis"
14424
14425 - type: "plot"
14426   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14427   algorithm: "plot_tsa_name"
14428   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14429   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14430   include:
14431     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14432     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14433     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14434 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14435 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14436   layout:
14437     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14438     layout: "plot-throughput-speedup-analysis"
14439
14440 - type: "plot"
14441   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14442   algorithm: "plot_tsa_name"
14443   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14444   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14445   include:
14446     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14447     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14448     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14449     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14450     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14451   layout:
14452     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14453     layout: "plot-throughput-speedup-analysis"
14454
14455 - type: "plot"
14456   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14457   algorithm: "plot_tsa_name"
14458   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14459   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14460   include:
14461     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14462     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14463     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14464     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14465     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14466   layout:
14467     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14468     layout: "plot-throughput-speedup-analysis"
14469
14470 - type: "plot"
14471   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14472   algorithm: "plot_tsa_name"
14473   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14474   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14475   include:
14476     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14477     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14478     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14479     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14480     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14481   layout:
14482     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14483     layout: "plot-throughput-speedup-analysis"
14484
14485 - type: "plot"
14486   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14487   algorithm: "plot_tsa_name"
14488   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14489   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14490   include:
14491     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14492     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14493     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14494     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14495     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14496   layout:
14497     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14498     layout: "plot-throughput-speedup-analysis"
14499
14500 - type: "plot"
14501   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14502   algorithm: "plot_tsa_name"
14503   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14504   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14505   include:
14506     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14507     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14508     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14509     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14510     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14511     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14512   layout:
14513     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14514     layout: "plot-throughput-speedup-analysis"
14515
14516 - type: "plot"
14517   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14518   algorithm: "plot_tsa_name"
14519   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14520   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14521   include:
14522     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14523     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14524     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14525     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14526     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14527     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14528   layout:
14529     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14530     layout: "plot-throughput-speedup-analysis"
14531
14532 - type: "plot"
14533   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14534   algorithm: "plot_tsa_name"
14535   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14536   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14537   include:
14538     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14539     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14540     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14541     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14542     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14543     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14544   layout:
14545     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14546     layout: "plot-throughput-speedup-analysis"
14547
14548 - type: "plot"
14549   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14550   algorithm: "plot_tsa_name"
14551   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14552   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14553   include:
14554     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14555     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14556     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14557     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14558     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14559     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14560   layout:
14561     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14562     layout: "plot-throughput-speedup-analysis"
14563
14564 - type: "plot"
14565   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14566   algorithm: "plot_tsa_name"
14567   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14568   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14569   include:
14570     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14571     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14572   layout:
14573     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14574     layout: "plot-throughput-speedup-analysis"
14575
14576 - type: "plot"
14577   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14578   algorithm: "plot_tsa_name"
14579   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14580   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14581   include:
14582     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14583     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14584   layout:
14585     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14586     layout: "plot-throughput-speedup-analysis"
14587
14588 - type: "plot"
14589   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14590   algorithm: "plot_tsa_name"
14591   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14592   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14593   include:
14594     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14595     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14596     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14597     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14598   layout:
14599     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14600     layout: "plot-throughput-speedup-analysis"
14601
14602 - type: "plot"
14603   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14604   algorithm: "plot_tsa_name"
14605   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14606   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14607   include:
14608     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14609     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14610     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14611     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14612   layout:
14613     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14614     layout: "plot-throughput-speedup-analysis"
14615
14616 - type: "plot"
14617   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14618   algorithm: "plot_tsa_name"
14619   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14620   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14621   include:
14622     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14623     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14624     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14625     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14626   layout:
14627     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14628     layout: "plot-throughput-speedup-analysis"
14629
14630 - type: "plot"
14631   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14632   algorithm: "plot_tsa_name"
14633   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14634   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14635   include:
14636     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14637     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14638     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14639     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14640   layout:
14641     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14642     layout: "plot-throughput-speedup-analysis"
14643
14644 - type: "plot"
14645   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14646   algorithm: "plot_tsa_name"
14647   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14648   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14649   include:
14650     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14651     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14652     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14653     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14654     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14655     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14656   layout:
14657     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14658     layout: "plot-throughput-speedup-analysis"
14659
14660 - type: "plot"
14661   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14662   algorithm: "plot_tsa_name"
14663   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14664   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14665   include:
14666     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14667     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14668     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14669     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14670     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14671     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14672   layout:
14673     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14674     layout: "plot-throughput-speedup-analysis"
14675
14676 - type: "plot"
14677   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14678   algorithm: "plot_tsa_name"
14679   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14680   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14681   include:
14682     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14683     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14684     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14685     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14686     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14687   layout:
14688     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14689     layout: "plot-throughput-speedup-analysis"
14690
14691 - type: "plot"
14692   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14693   algorithm: "plot_tsa_name"
14694   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14695   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14696   include:
14697     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14698     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14699     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14700     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14701     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14702   layout:
14703     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14704     layout: "plot-throughput-speedup-analysis"
14705
14706 - type: "plot"
14707   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14708   algorithm: "plot_tsa_name"
14709   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14710   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14711   include:
14712     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14713     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14714     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14715     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14716     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14717   layout:
14718     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14719     layout: "plot-throughput-speedup-analysis"
14720
14721 - type: "plot"
14722   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14723   algorithm: "plot_tsa_name"
14724   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14725   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14726   include:
14727     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14728     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14729     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14730     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14731     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14732   layout:
14733     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14734     layout: "plot-throughput-speedup-analysis"
14735
14736 - type: "plot"
14737   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14738   algorithm: "plot_tsa_name"
14739   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14740   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14741   include:
14742     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14743     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14744     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14745   layout:
14746     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14747     layout: "plot-throughput-speedup-analysis"
14748
14749 - type: "plot"
14750   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14751   algorithm: "plot_tsa_name"
14752   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14753   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14754   include:
14755     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14756     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14757     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14758   layout:
14759     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14760     layout: "plot-throughput-speedup-analysis"
14761
14762 - type: "plot"
14763   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14764   algorithm: "plot_tsa_name"
14765   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14766   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14767   include:
14768     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14769     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14770     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14771   layout:
14772     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14773     layout: "plot-throughput-speedup-analysis"
14774
14775 - type: "plot"
14776   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14777   algorithm: "plot_tsa_name"
14778   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14779   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14780   include:
14781     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14782     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14783     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14784   layout:
14785     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14786     layout: "plot-throughput-speedup-analysis"
14787
14788 - type: "plot"
14789   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14790   algorithm: "plot_tsa_name"
14791   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14792   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14793   include:
14794     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14795     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14796     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14797     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14798     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14799   layout:
14800     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14801     layout: "plot-throughput-speedup-analysis"
14802
14803 - type: "plot"
14804   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14805   algorithm: "plot_tsa_name"
14806   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14807   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14808   include:
14809     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14810     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14811     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14812     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14813     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14814   layout:
14815     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14816     layout: "plot-throughput-speedup-analysis"
14817
14818 - type: "plot"
14819   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14820   algorithm: "plot_tsa_name"
14821   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14822   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14823   include:
14824     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14825     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14826     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14827     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14828     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14829   layout:
14830     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14831     layout: "plot-throughput-speedup-analysis"
14832
14833 - type: "plot"
14834   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14835   algorithm: "plot_tsa_name"
14836   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14837   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14838   include:
14839     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14840     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14841     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14842     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14843     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14844   layout:
14845     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14846     layout: "plot-throughput-speedup-analysis"
14847
14848 - type: "plot"
14849   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14850   algorithm: "plot_tsa_name"
14851   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14852   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14853   include:
14854     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14855     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14856     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14857     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14858     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14859     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14860   layout:
14861     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14862     layout: "plot-throughput-speedup-analysis"
14863
14864 - type: "plot"
14865   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14866   algorithm: "plot_tsa_name"
14867   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14868   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14869   include:
14870     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14871     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14872     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14873     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14874     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14875     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14876   layout:
14877     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14878     layout: "plot-throughput-speedup-analysis"
14879
14880 - type: "plot"
14881   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14882   algorithm: "plot_tsa_name"
14883   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14884   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14885   include:
14886     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14887     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14888     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14889     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14890   layout:
14891     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14892     layout: "plot-throughput-speedup-analysis"
14893
14894 - type: "plot"
14895   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14896   algorithm: "plot_tsa_name"
14897   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14898   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14899   include:
14900     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14901     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14902     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14903     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14904   layout:
14905     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14906     layout: "plot-throughput-speedup-analysis"
14907
14908 - type: "plot"
14909   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14910   algorithm: "plot_tsa_name"
14911   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14912   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14913   include:
14914     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14915     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14916     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14917     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14918     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14919     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14920   layout:
14921     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14922     layout: "plot-throughput-speedup-analysis"
14923
14924 - type: "plot"
14925   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14926   algorithm: "plot_tsa_name"
14927   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14928   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14929   include:
14930     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14931     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14932     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14933     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14934     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14935     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14936   layout:
14937     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14938     layout: "plot-throughput-speedup-analysis"
14939
14940 - type: "plot"
14941   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14942   algorithm: "plot_tsa_name"
14943   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14944   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14945   include:
14946     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14947     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14948     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14949     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14950     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14951     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14952   layout:
14953     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14954     layout: "plot-throughput-speedup-analysis"
14955
14956 - type: "plot"
14957   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14958   algorithm: "plot_tsa_name"
14959   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14960   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14961   include:
14962     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14963     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14964     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14965     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14966     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14967     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14968   layout:
14969     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14970     layout: "plot-throughput-speedup-analysis"
14971
14972 - type: "plot"
14973   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14974   algorithm: "plot_tsa_name"
14975   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14976   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14977   include:
14978     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14979     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14980     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14981     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14982     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14983     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14984   layout:
14985     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14986     layout: "plot-throughput-speedup-analysis"
14987
14988 - type: "plot"
14989   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14990   algorithm: "plot_tsa_name"
14991   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14992   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14993   include:
14994     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14995     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14996     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14997     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14998     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14999     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15000   layout:
15001     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15002     layout: "plot-throughput-speedup-analysis"
15003
15004 - type: "plot"
15005   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15006   algorithm: "plot_tsa_name"
15007   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15008   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15009   include:
15010     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15011     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15012     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15013     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15014     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15015     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15016   layout:
15017     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15018     layout: "plot-throughput-speedup-analysis"
15019
15020 - type: "plot"
15021   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15022   algorithm: "plot_tsa_name"
15023   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15024   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15025   include:
15026     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15027     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15028     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15029     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15030     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15031     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15032   layout:
15033     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15034     layout: "plot-throughput-speedup-analysis"
15035
15036 - type: "plot"
15037   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15038   algorithm: "plot_tsa_name"
15039   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15040   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15041   include:
15042     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15043     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15045     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15048   layout:
15049     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15050     layout: "plot-throughput-speedup-analysis"
15051
15052 - type: "plot"
15053   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15054   algorithm: "plot_tsa_name"
15055   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15056   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15057   include:
15058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15062     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15063     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15064   layout:
15065     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15066     layout: "plot-throughput-speedup-analysis"
15067
15068 - type: "plot"
15069   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15070   algorithm: "plot_tsa_name"
15071   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15072   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15073   include:
15074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15078   layout:
15079     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15080     layout: "plot-throughput-speedup-analysis"
15081
15082 - type: "plot"
15083   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15084   algorithm: "plot_tsa_name"
15085   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15086   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15087   include:
15088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15091     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15092   layout:
15093     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15094     layout: "plot-throughput-speedup-analysis"
15095
15096 - type: "plot"
15097   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15098   algorithm: "plot_tsa_name"
15099   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15100   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15101   include:
15102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15106   layout:
15107     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15108     layout: "plot-throughput-speedup-analysis"
15109
15110 - type: "plot"
15111   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15112   algorithm: "plot_tsa_name"
15113   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15114   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15115   include:
15116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15120   layout:
15121     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15122     layout: "plot-throughput-speedup-analysis"
15123
15124 - type: "plot"
15125   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15126   algorithm: "plot_tsa_name"
15127   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15128   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15129   include:
15130     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15131     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15132     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15133     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15134     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15135     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15136   layout:
15137     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15138     layout: "plot-throughput-speedup-analysis"
15139
15140 - type: "plot"
15141   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15142   algorithm: "plot_tsa_name"
15143   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15144   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15145   include:
15146     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15147     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15148     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15149     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15150     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15151     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15152   layout:
15153     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15154     layout: "plot-throughput-speedup-analysis"
15155
15156 - type: "plot"
15157   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15158   algorithm: "plot_tsa_name"
15159   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15160   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15161   include:
15162     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15163     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15164     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15165     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15166     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15167   layout:
15168     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15169     layout: "plot-throughput-speedup-analysis"
15170
15171 - type: "plot"
15172   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15173   algorithm: "plot_tsa_name"
15174   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15175   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15176   include:
15177     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15178     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15179     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15180     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15181     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15182   layout:
15183     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15184     layout: "plot-throughput-speedup-analysis"
15185
15186 - type: "plot"
15187   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15188   algorithm: "plot_tsa_name"
15189   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15191   include:
15192     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15193     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15194     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15195     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15196     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15197   layout:
15198     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15199     layout: "plot-throughput-speedup-analysis"
15200
15201 - type: "plot"
15202   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15203   algorithm: "plot_tsa_name"
15204   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15205   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15206   include:
15207     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15208     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15209     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15210     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15211     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15212   layout:
15213     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15214     layout: "plot-throughput-speedup-analysis"
15215
15216 - type: "plot"
15217   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15218   algorithm: "plot_tsa_name"
15219   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15220   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15221   include:
15222     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15223     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15224     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15225     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15226   layout:
15227     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15228     layout: "plot-throughput-speedup-analysis"
15229
15230 - type: "plot"
15231   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15232   algorithm: "plot_tsa_name"
15233   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15234   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15235   include:
15236     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15237     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15238     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15239     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15240   layout:
15241     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15242     layout: "plot-throughput-speedup-analysis"
15243
15244 - type: "plot"
15245   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15246   algorithm: "plot_tsa_name"
15247   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15248   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15249   include:
15250     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15251     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15252     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15253     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15254     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15255     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15256   layout:
15257     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15258     layout: "plot-throughput-speedup-analysis"
15259
15260 - type: "plot"
15261   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15262   algorithm: "plot_tsa_name"
15263   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15264   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15265   include:
15266     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15267     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15268     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15269     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15270     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15271     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15272   layout:
15273     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15274     layout: "plot-throughput-speedup-analysis"
15275
15276 - type: "plot"
15277   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15278   algorithm: "plot_tsa_name"
15279   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15280   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15281   include:
15282     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15283     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15284     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15285     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15286     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15287     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15288   layout:
15289     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15290     layout: "plot-throughput-speedup-analysis"
15291
15292 - type: "plot"
15293   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15294   algorithm: "plot_tsa_name"
15295   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15296   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15297   include:
15298     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15299     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15300     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15301     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15302     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15303     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15304   layout:
15305     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15306     layout: "plot-throughput-speedup-analysis"
15307
15308 - type: "plot"
15309   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15310   algorithm: "plot_tsa_name"
15311   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15312   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15313   include:
15314     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15315     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15316     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15317     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15318     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15319     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15320   layout:
15321     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15322     layout: "plot-throughput-speedup-analysis"
15323
15324 - type: "plot"
15325   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15326   algorithm: "plot_tsa_name"
15327   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15328   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15329   include:
15330     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15331     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15332     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15333     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15334     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15335     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15336   layout:
15337     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15338     layout: "plot-throughput-speedup-analysis"
15339
15340 - type: "plot"
15341   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15342   algorithm: "plot_tsa_name"
15343   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15344   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15345   include:
15346     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15347     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15348     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15349     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15350     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15351     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15352   layout:
15353     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15354     layout: "plot-throughput-speedup-analysis"
15355
15356 - type: "plot"
15357   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15358   algorithm: "plot_tsa_name"
15359   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15360   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15361   include:
15362     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15363     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15364     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15365     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15366     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15367     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15368   layout:
15369     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15370     layout: "plot-throughput-speedup-analysis"
15371
15372 - type: "plot"
15373   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15374   algorithm: "plot_tsa_name"
15375   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15376   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15377   include:
15378     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15379     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15380     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15381     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15382     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15383     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15384   layout:
15385     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15386     layout: "plot-throughput-speedup-analysis"
15387
15388 - type: "plot"
15389   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15390   algorithm: "plot_tsa_name"
15391   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15392   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15393   include:
15394     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15395     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15396     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15397     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15398     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15399     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15400   layout:
15401     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15402     layout: "plot-throughput-speedup-analysis"
15403
15404 - type: "plot"
15405   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15406   algorithm: "plot_tsa_name"
15407   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15408   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15409   include:
15410     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15411     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15412     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15413     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15414     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15415   layout:
15416     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15417     layout: "plot-throughput-speedup-analysis"
15418
15419 - type: "plot"
15420   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15421   algorithm: "plot_tsa_name"
15422   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15423   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15424   include:
15425     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15429     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15430   layout:
15431     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15432     layout: "plot-throughput-speedup-analysis"
15433
15434 - type: "plot"
15435   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15436   algorithm: "plot_tsa_name"
15437   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15438   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15439   include:
15440     - "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"
15441     - "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"
15442     - "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"
15443     - "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"
15444     - "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"
15445   layout:
15446     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15447     layout: "plot-throughput-speedup-analysis"
15448
15449 - type: "plot"
15450   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15451   algorithm: "plot_tsa_name"
15452   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15453   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15454   include:
15455     - "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"
15456     - "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"
15457     - "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"
15458     - "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"
15459     - "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"
15460   layout:
15461     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15462     layout: "plot-throughput-speedup-analysis"
15463
15464 - type: "plot"
15465   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15466   algorithm: "plot_tsa_name"
15467   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15468   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15469   include:
15470     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15471     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15472     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15473     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15474     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15475   layout:
15476     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15477     layout: "plot-throughput-speedup-analysis"
15478
15479 - type: "plot"
15480   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15481   algorithm: "plot_tsa_name"
15482   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15483   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15484   include:
15485     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15486     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15487     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15488     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15489     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15490   layout:
15491     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15492     layout: "plot-throughput-speedup-analysis"
15493
15494 - type: "plot"
15495   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15496   algorithm: "plot_tsa_name"
15497   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15498   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15499   include:
15500     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15501     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15502     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15503     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15504     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15505   layout:
15506     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15507     layout: "plot-throughput-speedup-analysis"
15508
15509 - type: "plot"
15510   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15511   algorithm: "plot_tsa_name"
15512   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15513   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15514   include:
15515     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15516     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15517     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15518     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15519     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15520   layout:
15521     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15522     layout: "plot-throughput-speedup-analysis"
15523
15524 - type: "plot"
15525   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15526   algorithm: "plot_tsa_name"
15527   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15528   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15529   include:
15530     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15531     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15532     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15533     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15534     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15535   layout:
15536     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15537     layout: "plot-throughput-speedup-analysis"
15538
15539 - type: "plot"
15540   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15541   algorithm: "plot_tsa_name"
15542   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15543   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15544   include:
15545     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15546     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15547     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15548     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15549     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15550   layout:
15551     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15552     layout: "plot-throughput-speedup-analysis"
15553
15554 - type: "plot"
15555   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15556   algorithm: "plot_tsa_name"
15557   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15558   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15559   include:
15560     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15561     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15562     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15563     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15564     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15565   layout:
15566     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15567     layout: "plot-throughput-speedup-analysis"
15568
15569 - type: "plot"
15570   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15571   algorithm: "plot_tsa_name"
15572   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15573   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15574   include:
15575     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15576     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15577     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15578     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15579     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15580   layout:
15581     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15582     layout: "plot-throughput-speedup-analysis"
15583
15584 - type: "plot"
15585   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15586   algorithm: "plot_tsa_name"
15587   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15588   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15589   include:
15590     - "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"
15591     - "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"
15592     - "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"
15593     - "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"
15594   layout:
15595     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15596     layout: "plot-throughput-speedup-analysis"
15597
15598 - type: "plot"
15599   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15600   algorithm: "plot_tsa_name"
15601   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15602   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15603   include:
15604     - "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"
15605     - "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"
15606     - "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"
15607     - "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"
15608   layout:
15609     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15610     layout: "plot-throughput-speedup-analysis"
15611
15612 - type: "plot"
15613   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15614   algorithm: "plot_tsa_name"
15615   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15616   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15617   include:
15618     - "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"
15619     - "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"
15620     - "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"
15621     - "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"
15622   layout:
15623     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15624     layout: "plot-throughput-speedup-analysis"
15625
15626 - type: "plot"
15627   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15628   algorithm: "plot_tsa_name"
15629   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15630   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15631   include:
15632     - "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"
15633     - "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"
15634     - "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"
15635     - "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"
15636   layout:
15637     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15638     layout: "plot-throughput-speedup-analysis"
15639
15640 - type: "plot"
15641   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15642   algorithm: "plot_tsa_name"
15643   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15644   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15645   include:
15646     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15647     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15648     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15649     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15650     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15651     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15652   layout:
15653     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15654     layout: "plot-throughput-speedup-analysis"
15655
15656 - type: "plot"
15657   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15658   algorithm: "plot_tsa_name"
15659   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15660   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15661   include:
15662     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15663     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15664     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15665     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15666     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15667     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15668   layout:
15669     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15670     layout: "plot-throughput-speedup-analysis"
15671
15672 - type: "plot"
15673   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15674   algorithm: "plot_tsa_name"
15675   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15676   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15677   include:
15678     - "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"
15679     - "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"
15680     - "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"
15681     - "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"
15682     - "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"
15683     - "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"
15684   layout:
15685     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15686     layout: "plot-throughput-speedup-analysis"
15687
15688 - type: "plot"
15689   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15690   algorithm: "plot_tsa_name"
15691   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15692   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15693   include:
15694     - "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"
15695     - "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"
15696     - "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"
15697     - "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"
15698     - "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"
15699     - "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"
15700   layout:
15701     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15702     layout: "plot-throughput-speedup-analysis"
15703
15704 - type: "plot"
15705   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15706   algorithm: "plot_tsa_name"
15707   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15708   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15709   include:
15710     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15711     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15712     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15713     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15714     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15715     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15716   layout:
15717     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15718     layout: "plot-throughput-speedup-analysis"
15719
15720 - type: "plot"
15721   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15722   algorithm: "plot_tsa_name"
15723   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15724   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15725   include:
15726     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15727     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15728     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15729     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15730     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15731     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15732   layout:
15733     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15734     layout: "plot-throughput-speedup-analysis"
15735
15736 - type: "plot"
15737   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15738   algorithm: "plot_tsa_name"
15739   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15740   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15741   include:
15742     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15743     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15744     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15745     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15746     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15747   layout:
15748     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15749     layout: "plot-throughput-speedup-analysis"
15750
15751 - type: "plot"
15752   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15753   algorithm: "plot_tsa_name"
15754   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15755   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15756   include:
15757     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15758     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15759     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15760     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15761     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15762   layout:
15763     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15764     layout: "plot-throughput-speedup-analysis"
15765
15766 - type: "plot"
15767   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15768   algorithm: "plot_tsa_name"
15769   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15770   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15771   include:
15772     - "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"
15773     - "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"
15774   layout:
15775     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15776     layout: "plot-throughput-speedup-analysis"
15777
15778 - type: "plot"
15779   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15780   algorithm: "plot_tsa_name"
15781   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15782   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15783   include:
15784     - "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"
15785     - "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"
15786   layout:
15787     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15788     layout: "plot-throughput-speedup-analysis"
15789
15790 - type: "plot"
15791   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15792   algorithm: "plot_tsa_name"
15793   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15794   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15795   include:
15796     - "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"
15797     - "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"
15798   layout:
15799     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15800     layout: "plot-throughput-speedup-analysis"
15801
15802 - type: "plot"
15803   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15804   algorithm: "plot_tsa_name"
15805   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15806   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15807   include:
15808     - "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"
15809     - "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"
15810   layout:
15811     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15812     layout: "plot-throughput-speedup-analysis"
15813
15814 - type: "plot"
15815   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15816   algorithm: "plot_tsa_name"
15817   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15818   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15819   include:
15820     - "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"
15821     - "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"
15822     - "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"
15823     - "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"
15824     - "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"
15825     - "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"
15826   layout:
15827     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15828     layout: "plot-throughput-speedup-analysis"
15829
15830 - type: "plot"
15831   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15832   algorithm: "plot_tsa_name"
15833   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15834   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15835   include:
15836     - "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"
15837     - "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"
15838     - "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"
15839     - "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"
15840     - "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"
15841     - "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"
15842   layout:
15843     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15844     layout: "plot-throughput-speedup-analysis"
15845
15846 - type: "plot"
15847   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15848   algorithm: "plot_tsa_name"
15849   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15850   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15851   include:
15852     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15853     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15854     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15855     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15856     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15857   layout:
15858     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15859     layout: "plot-throughput-speedup-analysis"
15860
15861 - type: "plot"
15862   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15863   algorithm: "plot_tsa_name"
15864   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15865   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15866   include:
15867     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15868     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15869     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15870     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15871     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15872   layout:
15873     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15874     layout: "plot-throughput-speedup-analysis"
15875
15876 - type: "plot"
15877   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15878   algorithm: "plot_tsa_name"
15879   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15880   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15881   include:
15882     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15883     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15884     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15885     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15886     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15887   layout:
15888     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15889     layout: "plot-throughput-speedup-analysis"
15890
15891 - type: "plot"
15892   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15893   algorithm: "plot_tsa_name"
15894   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15895   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15896   include:
15897     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15898     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15899     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15900     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15901     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15902   layout:
15903     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15904     layout: "plot-throughput-speedup-analysis"
15905
15906 - type: "plot"
15907   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15908   algorithm: "plot_tsa_name"
15909   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15910   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15911   include:
15912     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15913     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15914     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15915     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15916     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15917     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15918   layout:
15919     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15920     layout: "plot-throughput-speedup-analysis"
15921
15922 - type: "plot"
15923   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15924   algorithm: "plot_tsa_name"
15925   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15926   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15927   include:
15928     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15929     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15930     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15931     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15932     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15933     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15934   layout:
15935     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15936     layout: "plot-throughput-speedup-analysis"
15937
15938 - type: "plot"
15939   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15940   algorithm: "plot_tsa_name"
15941   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15942   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15943   include:
15944     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15945     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15946     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15947     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15948   layout:
15949     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15950     layout: "plot-throughput-speedup-analysis"
15951
15952 - type: "plot"
15953   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15954   algorithm: "plot_tsa_name"
15955   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15956   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15957   include:
15958     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15959     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15960     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15961     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15962   layout:
15963     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15964     layout: "plot-throughput-speedup-analysis"
15965
15966 - type: "plot"
15967   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15968   algorithm: "plot_tsa_name"
15969   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15970   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15971   include:
15972     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15973     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15974     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15975     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15976     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15977   layout:
15978     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15979     layout: "plot-throughput-speedup-analysis"
15980
15981 - type: "plot"
15982   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15983   algorithm: "plot_tsa_name"
15984   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15985   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15986   include:
15987     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15988     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15989     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15990     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15991     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15992   layout:
15993     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15994     layout: "plot-throughput-speedup-analysis"
15995
15996 - type: "plot"
15997   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15998   algorithm: "plot_tsa_name"
15999   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16000   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16001   include:
16002     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16003     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16004     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16005     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16006     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16007     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16008   layout:
16009     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16010     layout: "plot-throughput-speedup-analysis"
16011
16012 - type: "plot"
16013   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16014   algorithm: "plot_tsa_name"
16015   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16016   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16017   include:
16018     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16019     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16020     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16021     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16022     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16023     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16024   layout:
16025     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16026     layout: "plot-throughput-speedup-analysis"
16027
16028 - type: "plot"
16029   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16030   algorithm: "plot_tsa_name"
16031   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16032   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16033   include:
16034     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16035     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16036     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16037     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16038   layout:
16039     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16040     layout: "plot-throughput-speedup-analysis"
16041
16042 - type: "plot"
16043   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16044   algorithm: "plot_tsa_name"
16045   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16046   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16047   include:
16048     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16049     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16050     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16051     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16052   layout:
16053     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16054     layout: "plot-throughput-speedup-analysis"
16055
16056 - type: "plot"
16057   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16058   algorithm: "plot_tsa_name"
16059   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16060   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16061   include:
16062     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16063     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16064     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16065     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16066     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16067     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16068   layout:
16069     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16070     layout: "plot-throughput-speedup-analysis"
16071
16072 - type: "plot"
16073   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16074   algorithm: "plot_tsa_name"
16075   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16076   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16077   include:
16078     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16079     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16080     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16081     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16082     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16083     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16084   layout:
16085     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16086     layout: "plot-throughput-speedup-analysis"
16087
16088 - type: "plot"
16089   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16090   algorithm: "plot_tsa_name"
16091   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16092   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16093   include:
16094     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16095     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16096     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16097     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16098     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16099     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16100   layout:
16101     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16102     layout: "plot-throughput-speedup-analysis"
16103
16104 - type: "plot"
16105   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16106   algorithm: "plot_tsa_name"
16107   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16108   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16109   include:
16110     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16111     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16112     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16113     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16114     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16115     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16116   layout:
16117     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16118     layout: "plot-throughput-speedup-analysis"
16119
16120 - type: "plot"
16121   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16122   algorithm: "plot_tsa_name"
16123   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16124   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16125   include:
16126     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16127     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16128     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16129     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16130     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16131     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16132   layout:
16133     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16134     layout: "plot-throughput-speedup-analysis"
16135
16136 - type: "plot"
16137   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16138   algorithm: "plot_tsa_name"
16139   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16140   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16141   include:
16142     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16143     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16144     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16145     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16146     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16147     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16148   layout:
16149     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16150     layout: "plot-throughput-speedup-analysis"
16151
16152 - type: "plot"
16153   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16154   algorithm: "plot_tsa_name"
16155   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16156   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16157   include:
16158     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16159     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16160     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16161     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16162     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16163     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16164   layout:
16165     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16166     layout: "plot-throughput-speedup-analysis"
16167
16168 - type: "plot"
16169   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16170   algorithm: "plot_tsa_name"
16171   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16172   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16173   include:
16174     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16175     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16176     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16177     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16178     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16179     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16180   layout:
16181     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16182     layout: "plot-throughput-speedup-analysis"
16183
16184 - type: "plot"
16185   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16186   algorithm: "plot_tsa_name"
16187   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16188   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16189   include:
16190     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16191     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16192     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16193     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16194     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16195     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16196   layout:
16197     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16198     layout: "plot-throughput-speedup-analysis"
16199
16200 - type: "plot"
16201   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16202   algorithm: "plot_tsa_name"
16203   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16204   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16205   include:
16206     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16207     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16208     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16209     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16210     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16211     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16212   layout:
16213     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16214     layout: "plot-throughput-speedup-analysis"
16215
16216 #- type: "plot"
16217 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16218 #  algorithm: "plot_tsa_name"
16219 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16220 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16221 #  include:
16222 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16223 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16224 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16225 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16226 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16227 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16228 #  layout:
16229 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16230 #    layout: "plot-throughput-speedup-analysis"
16231 #
16232 #- type: "plot"
16233 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16234 #  algorithm: "plot_tsa_name"
16235 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16236 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16237 #  include:
16238 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16239 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16240 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16241 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16242 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16243 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16244 #  layout:
16245 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16246 #    layout: "plot-throughput-speedup-analysis"
16247
16248 - type: "plot"
16249   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16250   algorithm: "plot_tsa_name"
16251   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16252   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16253   include:
16254     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16255     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16256     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16257     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16258     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16259   layout:
16260     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16261     layout: "plot-throughput-speedup-analysis"
16262
16263 - type: "plot"
16264   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16265   algorithm: "plot_tsa_name"
16266   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16267   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16268   include:
16269     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16270     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16271     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16272     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16273     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16274   layout:
16275     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16276     layout: "plot-throughput-speedup-analysis"
16277
16278 - type: "plot"
16279   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16280   algorithm: "plot_tsa_name"
16281   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16282   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16283   include:
16284     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16285     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16286     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16287     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16288     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16289     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16290   layout:
16291     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16292     layout: "plot-throughput-speedup-analysis"
16293
16294 - type: "plot"
16295   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16296   algorithm: "plot_tsa_name"
16297   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16298   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16299   include:
16300     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16301     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16302     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16303     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16304     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16305     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16306   layout:
16307     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16308     layout: "plot-throughput-speedup-analysis"
16309
16310 - type: "plot"
16311   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16312   algorithm: "plot_tsa_name"
16313   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16314   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16315   include:
16316     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16317     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16318     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16319     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16320     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16321   layout:
16322     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16323     layout: "plot-throughput-speedup-analysis"
16324
16325 - type: "plot"
16326   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16327   algorithm: "plot_tsa_name"
16328   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16329   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16330   include:
16331     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16332     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16333     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16334     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16335     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16336   layout:
16337     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16338     layout: "plot-throughput-speedup-analysis"
16339
16340 #- type: "plot"
16341 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16342 #  algorithm: "plot_tsa_name"
16343 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16344 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16345 #  include:
16346 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16347 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16348 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16349 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16350 #  layout:
16351 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16352 #    layout: "plot-throughput-speedup-analysis"
16353 #
16354 #- type: "plot"
16355 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16356 #  algorithm: "plot_tsa_name"
16357 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16358 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16359 #  include:
16360 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16361 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16362 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16363 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16364 #  layout:
16365 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16366 #    layout: "plot-throughput-speedup-analysis"
16367
16368 - type: "plot"
16369   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16370   algorithm: "plot_tsa_name"
16371   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16372   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16373   include:
16374     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16375     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16376     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16377     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16378     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16379     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16380   layout:
16381     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16382     layout: "plot-throughput-speedup-analysis"
16383
16384 - type: "plot"
16385   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16386   algorithm: "plot_tsa_name"
16387   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16388   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16389   include:
16390     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16391     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16392     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16393     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16394     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16395     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16396   layout:
16397     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16398     layout: "plot-throughput-speedup-analysis"
16399
16400 - type: "plot"
16401   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16402   algorithm: "plot_tsa_name"
16403   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16404   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16405   include:
16406     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16407     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16408     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16409     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16410     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16411   layout:
16412     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16413     layout: "plot-throughput-speedup-analysis"
16414
16415 - type: "plot"
16416   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16417   algorithm: "plot_tsa_name"
16418   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16419   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16420   include:
16421     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16422     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16423     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16424     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16425     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16426   layout:
16427     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16428     layout: "plot-throughput-speedup-analysis"
16429
16430 - type: "plot"
16431   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16432   algorithm: "plot_tsa_name"
16433   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16434   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16435   include:
16436     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16437     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16438     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16439     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16440     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16441     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16442   layout:
16443     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16444     layout: "plot-throughput-speedup-analysis"
16445
16446 - type: "plot"
16447   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16448   algorithm: "plot_tsa_name"
16449   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16450   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16451   include:
16452     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16453     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16454     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16455     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16456     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16457     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16458   layout:
16459     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16460     layout: "plot-throughput-speedup-analysis"
16461
16462 - type: "plot"
16463   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16464   algorithm: "plot_tsa_name"
16465   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16466   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16467   include:
16468     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16469     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16470     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16471     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16472   layout:
16473     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16474     layout: "plot-throughput-speedup-analysis"
16475
16476 - type: "plot"
16477   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16478   algorithm: "plot_tsa_name"
16479   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16480   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16481   include:
16482     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16483     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16484     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16485     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16486   layout:
16487     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16488     layout: "plot-throughput-speedup-analysis"
16489
16490 - type: "plot"
16491   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16492   algorithm: "plot_tsa_name"
16493   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16494   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16495   include:
16496     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16497     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16498     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16499     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16500     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16501   layout:
16502     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16503     layout: "plot-throughput-speedup-analysis"
16504
16505 - type: "plot"
16506   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16507   algorithm: "plot_tsa_name"
16508   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16509   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16510   include:
16511     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16512     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16513     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16514     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16515     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16516   layout:
16517     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16518     layout: "plot-throughput-speedup-analysis"
16519
16520 - type: "plot"
16521   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16522   algorithm: "plot_tsa_name"
16523   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16524   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16525   include:
16526     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16527     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16528     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16529     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16530     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16531     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16532   layout:
16533     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16534     layout: "plot-throughput-speedup-analysis"
16535
16536 - type: "plot"
16537   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16538   algorithm: "plot_tsa_name"
16539   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16540   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16541   include:
16542     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16543     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16544     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16545     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16546     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16547     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16548   layout:
16549     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16550     layout: "plot-throughput-speedup-analysis"
16551
16552 #- type: "plot"
16553 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16554 #  algorithm: "plot_tsa_name"
16555 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16556 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16557 #  include:
16558 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16559 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16560 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16561 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16562 #  layout:
16563 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16564 #    layout: "plot-throughput-speedup-analysis"
16565 #
16566 #- type: "plot"
16567 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16568 #  algorithm: "plot_tsa_name"
16569 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16570 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16571 #  include:
16572 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16573 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16574 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16575 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16576 #  layout:
16577 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16578 #    layout: "plot-throughput-speedup-analysis"
16579
16580 - type: "plot"
16581   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16582   algorithm: "plot_tsa_name"
16583   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16584   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16585   include:
16586     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16587     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16588     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16589     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16590     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16591     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16592   layout:
16593     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16594     layout: "plot-throughput-speedup-analysis"
16595
16596 - type: "plot"
16597   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16598   algorithm: "plot_tsa_name"
16599   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16600   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16601   include:
16602     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16603     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16604     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16605     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16606     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16607     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16608   layout:
16609     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16610     layout: "plot-throughput-speedup-analysis"
16611
16612 #- type: "plot"
16613 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16614 #  algorithm: "plot_tsa_name"
16615 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16616 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16617 #  include:
16618 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16619 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16620 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16621 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16622 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16623 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16624 #  layout:
16625 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16626 #    layout: "plot-throughput-speedup-analysis"
16627 #
16628 #- type: "plot"
16629 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16630 #  algorithm: "plot_tsa_name"
16631 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16632 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16633 #  include:
16634 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16635 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16636 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16637 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16638 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16639 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16640 #  layout:
16641 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16642 #    layout: "plot-throughput-speedup-analysis"
16643
16644 #- type: "plot"
16645 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16646 #  algorithm: "plot_tsa_name"
16647 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16648 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16649 #  include:
16650 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16651 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16652 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16653 #  layout:
16654 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16655 #    layout: "plot-throughput-speedup-analysis"
16656 #
16657 #- type: "plot"
16658 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16659 #  algorithm: "plot_tsa_name"
16660 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16661 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16662 #  include:
16663 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16664 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16665 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16666 #  layout:
16667 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16668 #    layout: "plot-throughput-speedup-analysis"
16669
16670 ################################################################################
16671
16672 # Packet Throughput - DPDK
16673
16674 # 2n-skx-xxv710
16675
16676 - type: "plot"
16677   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16678   algorithm: "plot_perf_box_name"
16679   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16680   data: "plot-dpdk-throughput-latency-2n-skx"
16681   include:
16682     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16683     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16684   layout:
16685     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16686     layout: "plot-throughput"
16687
16688 - type: "plot"
16689   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16690   algorithm: "plot_perf_box_name"
16691   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16692   data: "plot-dpdk-throughput-latency-2n-skx"
16693   include:
16694     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16695     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16696   layout:
16697     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16698     layout: "plot-throughput"
16699
16700 - type: "plot"
16701   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16702   algorithm: "plot_perf_box_name"
16703   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16704   data: "plot-dpdk-throughput-latency-2n-skx"
16705   include:
16706     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16707     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16708   layout:
16709     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16710     layout: "plot-throughput"
16711
16712 - type: "plot"
16713   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16714   algorithm: "plot_perf_box_name"
16715   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16716   data: "plot-dpdk-throughput-latency-2n-skx"
16717   include:
16718     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16719     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16720   layout:
16721     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16722     layout: "plot-throughput"
16723
16724 # 2n-skx-x710
16725
16726 - type: "plot"
16727   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16728   algorithm: "plot_perf_box_name"
16729   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16730   data: "plot-dpdk-throughput-latency-2n-skx"
16731   include:
16732     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16733     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16734   layout:
16735     title: "2n-skx-x710-64b-2t1c-base-ndr"
16736     layout: "plot-throughput"
16737
16738 - type: "plot"
16739   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16740   algorithm: "plot_perf_box_name"
16741   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16742   data: "plot-dpdk-throughput-latency-2n-skx"
16743   include:
16744     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16745     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16746   layout:
16747     title: "2n-skx-x710-64b-4t2c-base-ndr"
16748     layout: "plot-throughput"
16749
16750 - type: "plot"
16751   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16752   algorithm: "plot_perf_box_name"
16753   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16754   data: "plot-dpdk-throughput-latency-2n-skx"
16755   include:
16756     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16757     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16758   layout:
16759     title: "2n-skx-x710-64b-2t1c-base-pdr"
16760     layout: "plot-throughput"
16761
16762 - type: "plot"
16763   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16764   algorithm: "plot_perf_box_name"
16765   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16766   data: "plot-dpdk-throughput-latency-2n-skx"
16767   include:
16768     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16769     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16770   layout:
16771     title: "2n-skx-x710-64b-4t2c-base-pdr"
16772     layout: "plot-throughput"
16773
16774 # 3n-skx-xxv710
16775
16776 - type: "plot"
16777   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16778   algorithm: "plot_perf_box_name"
16779   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16780   data: "plot-dpdk-throughput-latency-3n-skx"
16781   include:
16782     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16783     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16784   layout:
16785     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16786     layout: "plot-throughput"
16787
16788 - type: "plot"
16789   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16790   algorithm: "plot_perf_box_name"
16791   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16792   data: "plot-dpdk-throughput-latency-3n-skx"
16793   include:
16794     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16795     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16796   layout:
16797     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16798     layout: "plot-throughput"
16799
16800 - type: "plot"
16801   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16802   algorithm: "plot_perf_box_name"
16803   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16804   data: "plot-dpdk-throughput-latency-3n-skx"
16805   include:
16806     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16807     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16808   layout:
16809     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16810     layout: "plot-throughput"
16811
16812 - type: "plot"
16813   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16814   algorithm: "plot_perf_box_name"
16815   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16816   data: "plot-dpdk-throughput-latency-3n-skx"
16817   include:
16818     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16819     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16820   layout:
16821     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16822     layout: "plot-throughput"
16823
16824 # 3n-skx-x710
16825
16826 - type: "plot"
16827   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16828   algorithm: "plot_perf_box_name"
16829   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16830   data: "plot-dpdk-throughput-latency-3n-skx"
16831   include:
16832     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16833     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16834   layout:
16835     title: "3n-skx-x710-64b-2t1c-base-ndr"
16836     layout: "plot-throughput"
16837
16838 - type: "plot"
16839   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16840   algorithm: "plot_perf_box_name"
16841   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16842   data: "plot-dpdk-throughput-latency-3n-skx"
16843   include:
16844     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16845     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16846   layout:
16847     title: "3n-skx-x710-64b-4t2c-base-ndr"
16848     layout: "plot-throughput"
16849
16850 - type: "plot"
16851   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16852   algorithm: "plot_perf_box_name"
16853   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16854   data: "plot-dpdk-throughput-latency-3n-skx"
16855   include:
16856     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16857     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16858   layout:
16859     title: "3n-skx-x710-64b-2t1c-base-pdr"
16860     layout: "plot-throughput"
16861
16862 - type: "plot"
16863   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16864   algorithm: "plot_perf_box_name"
16865   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16866   data: "plot-dpdk-throughput-latency-3n-skx"
16867   include:
16868     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16869     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16870   layout:
16871     title: "3n-skx-x710-64b-4t2c-base-pdr"
16872     layout: "plot-throughput"
16873
16874 # 3n-hsw-xl710
16875
16876 - type: "plot"
16877   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16878   algorithm: "plot_perf_box_name"
16879   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16880   data: "plot-dpdk-throughput-latency-3n-hsw"
16881   include:
16882     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16883     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16884   layout:
16885     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16886     layout: "plot-throughput"
16887
16888 - type: "plot"
16889   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16890   algorithm: "plot_perf_box_name"
16891   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16892   data: "plot-dpdk-throughput-latency-3n-hsw"
16893   include:
16894     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16895     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16896   layout:
16897     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16898     layout: "plot-throughput"
16899
16900 - type: "plot"
16901   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16902   algorithm: "plot_perf_box_name"
16903   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16904   data: "plot-dpdk-throughput-latency-3n-hsw"
16905   include:
16906     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16907     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16908   layout:
16909     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16910     layout: "plot-throughput"
16911
16912 - type: "plot"
16913   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16914   algorithm: "plot_perf_box_name"
16915   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16916   data: "plot-dpdk-throughput-latency-3n-hsw"
16917   include:
16918     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16919     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16920   layout:
16921     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16922     layout: "plot-throughput"
16923
16924 # 3n-hsw-x710
16925
16926 - type: "plot"
16927   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16928   algorithm: "plot_perf_box_name"
16929   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16930   data: "plot-dpdk-throughput-latency-3n-hsw"
16931   include:
16932     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16933     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16934   layout:
16935     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16936     layout: "plot-throughput"
16937
16938 - type: "plot"
16939   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16940   algorithm: "plot_perf_box_name"
16941   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16942   data: "plot-dpdk-throughput-latency-3n-hsw"
16943   include:
16944     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16945     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16946   layout:
16947     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16948     layout: "plot-throughput"
16949
16950 - type: "plot"
16951   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16952   algorithm: "plot_perf_box_name"
16953   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16954   data: "plot-dpdk-throughput-latency-3n-hsw"
16955   include:
16956     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16957     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16958   layout:
16959     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16960     layout: "plot-throughput"
16961
16962 - type: "plot"
16963   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16964   algorithm: "plot_perf_box_name"
16965   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16966   data: "plot-dpdk-throughput-latency-3n-hsw"
16967   include:
16968     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16969     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16970   layout:
16971     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16972     layout: "plot-throughput"
16973
16974 # 2n-dnv-x553
16975
16976 - type: "plot"
16977   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16978   algorithm: "plot_perf_box_name"
16979   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16980   data: "plot-dpdk-throughput-latency-2n-dnv"
16981   include:
16982     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16983     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16984   layout:
16985     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16986     layout: "plot-throughput"
16987
16988 - type: "plot"
16989   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16990   algorithm: "plot_perf_box_name"
16991   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16992   data: "plot-dpdk-throughput-latency-2n-dnv"
16993   include:
16994     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16995     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16996   layout:
16997     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16998     layout: "plot-throughput"
16999
17000 - type: "plot"
17001   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17002   algorithm: "plot_perf_box_name"
17003   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17004   data: "plot-dpdk-throughput-latency-2n-dnv"
17005   include:
17006     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17007     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17008   layout:
17009     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17010     layout: "plot-throughput"
17011
17012 - type: "plot"
17013   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17014   algorithm: "plot_perf_box_name"
17015   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17016   data: "plot-dpdk-throughput-latency-2n-dnv"
17017   include:
17018     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17019     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17020   layout:
17021     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17022     layout: "plot-throughput"
17023
17024 # 3n-dnv-x553
17025
17026 - type: "plot"
17027   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17028   algorithm: "plot_perf_box_name"
17029   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17030   data: "plot-dpdk-throughput-latency-3n-dnv"
17031   include:
17032     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17033     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17034   layout:
17035     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17036     layout: "plot-throughput"
17037
17038 - type: "plot"
17039   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17040   algorithm: "plot_perf_box_name"
17041   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17042   data: "plot-dpdk-throughput-latency-3n-dnv"
17043   include:
17044     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17045     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17046   layout:
17047     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17048     layout: "plot-throughput"
17049
17050 - type: "plot"
17051   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17052   algorithm: "plot_perf_box_name"
17053   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17054   data: "plot-dpdk-throughput-latency-3n-dnv"
17055   include:
17056     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17057     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17058   layout:
17059     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17060     layout: "plot-throughput"
17061
17062 - type: "plot"
17063   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17064   algorithm: "plot_perf_box_name"
17065   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17066   data: "plot-dpdk-throughput-latency-3n-dnv"
17067   include:
17068     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17069     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17070   layout:
17071     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17072     layout: "plot-throughput"
17073
17074 # 3n-tsh-x520
17075
17076 - type: "plot"
17077   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17078   algorithm: "plot_perf_box_name"
17079   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17080   data: "plot-dpdk-throughput-latency-3n-tsh"
17081   include:
17082     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17083     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17084   layout:
17085     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17086     layout: "plot-throughput"
17087
17088 - type: "plot"
17089   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17090   algorithm: "plot_perf_box_name"
17091   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17092   data: "plot-dpdk-throughput-latency-3n-tsh"
17093   include:
17094     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17095     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17096   layout:
17097     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17098     layout: "plot-throughput"
17099
17100 - type: "plot"
17101   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17102   algorithm: "plot_perf_box_name"
17103   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17104   data: "plot-dpdk-throughput-latency-3n-tsh"
17105   include:
17106     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17107     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17108   layout:
17109     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17110     layout: "plot-throughput"
17111
17112 - type: "plot"
17113   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17114   algorithm: "plot_perf_box_name"
17115   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17116   data: "plot-dpdk-throughput-latency-3n-tsh"
17117   include:
17118     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17119     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17120   layout:
17121     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17122     layout: "plot-throughput"
17123
17124 ################################################################################
17125 ###   2n-clx                                                                 ###
17126 ################################################################################
17127
17128 # Packet Throughput
17129
17130 - type: "plot"
17131   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17132   algorithm: "plot_perf_box_name"
17133   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17134   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17135   include:
17136     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17137     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17138     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17139     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17140   layout:
17141     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17142     layout: "plot-throughput"
17143
17144 - type: "plot"
17145   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17146   algorithm: "plot_perf_box_name"
17147   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17148   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17149   include:
17150     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17151     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17152     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17153     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17154   layout:
17155     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17156     layout: "plot-throughput"
17157
17158 - type: "plot"
17159   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17160   algorithm: "plot_perf_box_name"
17161   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17162   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17163   include:
17164     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17165     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17166     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17167     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17168   layout:
17169     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17170     layout: "plot-throughput"
17171
17172 - type: "plot"
17173   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17174   algorithm: "plot_perf_box_name"
17175   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17176   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17177   include:
17178     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17179     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17180     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17181     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17182   layout:
17183     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17184     layout: "plot-throughput"
17185
17186 - type: "plot"
17187   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17188   algorithm: "plot_perf_box_name"
17189   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17190   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17191   include:
17192     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17193     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17194     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17195     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17196   layout:
17197     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17198     layout: "plot-throughput"
17199
17200 - type: "plot"
17201   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17202   algorithm: "plot_perf_box_name"
17203   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17204   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17205   include:
17206     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17207     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17208     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17209     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17210   layout:
17211     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17212     layout: "plot-throughput"
17213
17214 - type: "plot"
17215   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17216   algorithm: "plot_perf_box_name"
17217   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17218   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17219   include:
17220     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17221     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17222     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17223     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17224     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17225     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17226   layout:
17227     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17228     layout: "plot-throughput"
17229
17230 - type: "plot"
17231   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17232   algorithm: "plot_perf_box_name"
17233   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17234   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17235   include:
17236     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17237     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17238     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17239     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17240     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17241   layout:
17242     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17243     layout: "plot-throughput"
17244
17245 - type: "plot"
17246   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17247   algorithm: "plot_perf_box_name"
17248   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17249   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17250   include:
17251     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17253     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17255   layout:
17256     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17257     layout: "plot-throughput"
17258
17259 - type: "plot"
17260   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17261   algorithm: "plot_perf_box_name"
17262   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17263   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17264   include:
17265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17267     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17269   layout:
17270     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17271     layout: "plot-throughput"
17272
17273 - type: "plot"
17274   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17275   algorithm: "plot_perf_box_name"
17276   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17277   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17278   include:
17279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17282   layout:
17283     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17284     layout: "plot-throughput"
17285
17286 - type: "plot"
17287   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17288   algorithm: "plot_perf_box_name"
17289   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17290   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17291   include:
17292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17295   layout:
17296     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17297     layout: "plot-throughput"
17298
17299 - type: "plot"
17300   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17301   algorithm: "plot_perf_box_name"
17302   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17303   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17304   include:
17305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17309     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17310   layout:
17311     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17312     layout: "plot-throughput"
17313
17314 - type: "plot"
17315   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17316   algorithm: "plot_perf_box_name"
17317   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17318   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17319   include:
17320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17325   layout:
17326     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17327     layout: "plot-throughput"
17328
17329 - type: "plot"
17330   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17331   algorithm: "plot_perf_box_name"
17332   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17333   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17334   include:
17335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17338   layout:
17339     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17340     layout: "plot-throughput"
17341
17342 - type: "plot"
17343   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17344   algorithm: "plot_perf_box_name"
17345   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17346   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17347   include:
17348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17351   layout:
17352     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17353     layout: "plot-throughput"
17354
17355 - type: "plot"
17356   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17357   algorithm: "plot_perf_box_name"
17358   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17359   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17360   include:
17361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17362     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17363     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17364     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17365     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17366     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17367   layout:
17368     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17369     layout: "plot-throughput"
17370
17371 - type: "plot"
17372   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17373   algorithm: "plot_perf_box_name"
17374   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17375   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17376   include:
17377     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17378     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17379     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17380     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17381     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17382     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17383   layout:
17384     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17385     layout: "plot-throughput"
17386
17387 - type: "plot"
17388   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17389   algorithm: "plot_perf_box_name"
17390   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17391   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17392   include:
17393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17396     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17397     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17398     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17399   layout:
17400     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17401     layout: "plot-throughput"
17402
17403 - type: "plot"
17404   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17405   algorithm: "plot_perf_box_name"
17406   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17407   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17408   include:
17409     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17410     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17412     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17413     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17414     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17415   layout:
17416     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17417     layout: "plot-throughput"
17418
17419 - type: "plot"
17420   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17421   algorithm: "plot_perf_box_name"
17422   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17423   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17424   include:
17425     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17426     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17427   layout:
17428     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17429     layout: "plot-throughput"
17430
17431 - type: "plot"
17432   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17433   algorithm: "plot_perf_box_name"
17434   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17435   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17436   include:
17437     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17438     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17439   layout:
17440     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17441     layout: "plot-throughput"
17442
17443 - type: "plot"
17444   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17445   algorithm: "plot_perf_box_name"
17446   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17447   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17448   include:
17449     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17450     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17451     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17452     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17453     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17454     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17455   layout:
17456     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17457     layout: "plot-throughput"
17458
17459 - type: "plot"
17460   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17461   algorithm: "plot_perf_box_name"
17462   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17463   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17464   include:
17465     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17466     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17467     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17468     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17469     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17470     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17471   layout:
17472     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17473     layout: "plot-throughput"
17474
17475 - type: "plot"
17476   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17477   algorithm: "plot_perf_box_name"
17478   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17479   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17480   include:
17481     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17482     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17483     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17484     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17485     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17486     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17487   layout:
17488     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17489     layout: "plot-throughput"
17490
17491 - type: "plot"
17492   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17493   algorithm: "plot_perf_box_name"
17494   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17495   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17496   include:
17497     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17498     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17499     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17500     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17501     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17502     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17503   layout:
17504     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17505     layout: "plot-throughput"
17506
17507 - type: "plot"
17508   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17509   algorithm: "plot_perf_box_name"
17510   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17511   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17512   include:
17513     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17514     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17515     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17516     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17517     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17518     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17519   layout:
17520     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17521     layout: "plot-throughput"
17522
17523 - type: "plot"
17524   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17525   algorithm: "plot_perf_box_name"
17526   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17527   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17528   include:
17529     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17530     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17531     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17532     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17533     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17534     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17535   layout:
17536     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17537     layout: "plot-throughput"
17538
17539 - type: "plot"
17540   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17541   algorithm: "plot_perf_box_name"
17542   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17543   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17544   include:
17545     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17546     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17547     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17548     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17549     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17550   layout:
17551     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17552     layout: "plot-throughput"
17553
17554 - type: "plot"
17555   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17556   algorithm: "plot_perf_box_name"
17557   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17558   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17559   include:
17560     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17561     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17562     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17563     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17564     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17565   layout:
17566     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17567     layout: "plot-throughput"
17568
17569 - type: "plot"
17570   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17571   algorithm: "plot_perf_box_name"
17572   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17573   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17574   include:
17575     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17576     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17577     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17578     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17579     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17580   layout:
17581     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17582     layout: "plot-throughput"
17583
17584 - type: "plot"
17585   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17586   algorithm: "plot_perf_box_name"
17587   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17588   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17589   include:
17590     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17591     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17592     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17593     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17594     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17595   layout:
17596     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17597     layout: "plot-throughput"
17598
17599 - type: "plot"
17600   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17601   algorithm: "plot_perf_box_name"
17602   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17603   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17604   include:
17605     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17606     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17607     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17608     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17609     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17610   layout:
17611     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17612     layout: "plot-throughput"
17613
17614 - type: "plot"
17615   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17616   algorithm: "plot_perf_box_name"
17617   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17618   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17619   include:
17620     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17621     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17622     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17623     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17624     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17625   layout:
17626     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17627     layout: "plot-throughput"
17628
17629 - type: "plot"
17630   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17631   algorithm: "plot_perf_box_name"
17632   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17633   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17634   include:
17635     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17636     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17637     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17638     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17639     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17640   layout:
17641     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17642     layout: "plot-throughput"
17643
17644 - type: "plot"
17645   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17646   algorithm: "plot_perf_box_name"
17647   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17648   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17649   include:
17650     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17651     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17652     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17653     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17654     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17655   layout:
17656     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17657     layout: "plot-throughput"
17658
17659 - type: "plot"
17660   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17661   algorithm: "plot_perf_box_name"
17662   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17663   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17664   include:
17665     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17666     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17667     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17668     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17669     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17670   layout:
17671     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17672     layout: "plot-throughput"
17673
17674 - type: "plot"
17675   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17676   algorithm: "plot_perf_box_name"
17677   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17678   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17679   include:
17680     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17681     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17682     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17683     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17684     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17685   layout:
17686     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17687     layout: "plot-throughput"
17688
17689 - type: "plot"
17690   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17691   algorithm: "plot_perf_box_name"
17692   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17693   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17694   include:
17695     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17696     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17697     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17698     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17699     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17700     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17701   layout:
17702     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17703     layout: "plot-throughput"
17704
17705 - type: "plot"
17706   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17707   algorithm: "plot_perf_box_name"
17708   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17709   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17710   include:
17711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17713     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17717   layout:
17718     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17719     layout: "plot-throughput"
17720
17721 - type: "plot"
17722   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17723   algorithm: "plot_perf_box_name"
17724   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17725   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17726   include:
17727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17731   layout:
17732     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17733     layout: "plot-throughput"
17734
17735 - type: "plot"
17736   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17737   algorithm: "plot_perf_box_name"
17738   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17739   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17740   include:
17741     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17743     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17744     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17745   layout:
17746     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17747     layout: "plot-throughput"
17748
17749 - type: "plot"
17750   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17751   algorithm: "plot_perf_box_name"
17752   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17753   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17754   include:
17755     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17756     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17757     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17758     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17761   layout:
17762     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17763     layout: "plot-throughput"
17764
17765 - type: "plot"
17766   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17767   algorithm: "plot_perf_box_name"
17768   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17769   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17770   include:
17771     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17772     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17773     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17774     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17775     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17776     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17777   layout:
17778     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17779     layout: "plot-throughput"
17780
17781 - type: "plot"
17782   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17783   algorithm: "plot_perf_box_name"
17784   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17785   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17786   include:
17787     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17788     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17789     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17790     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17791   layout:
17792     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17793     layout: "plot-throughput"
17794
17795 - type: "plot"
17796   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17797   algorithm: "plot_perf_box_name"
17798   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17799   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17800   include:
17801     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17802     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17803     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17804     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17805   layout:
17806     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17807     layout: "plot-throughput"
17808
17809 - type: "plot"
17810   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17811   algorithm: "plot_perf_box_name"
17812   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17813   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17814   include:
17815     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17816     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17817     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17818     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17819     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17820     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17821   layout:
17822     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17823     layout: "plot-throughput"
17824
17825 - type: "plot"
17826   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17827   algorithm: "plot_perf_box_name"
17828   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17829   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17830   include:
17831     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17832     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17833     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17834     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17835     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17836     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17837   layout:
17838     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17839     layout: "plot-throughput"
17840
17841 - type: "plot"
17842   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17843   algorithm: "plot_perf_box_name"
17844   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17845   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17846   include:
17847     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17848     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17849     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17850     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17851   layout:
17852     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17853     layout: "plot-throughput"
17854
17855 - type: "plot"
17856   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17857   algorithm: "plot_perf_box_name"
17858   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17859   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17860   include:
17861     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17862     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17863     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17864     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17865   layout:
17866     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17867     layout: "plot-throughput"
17868
17869 - type: "plot"
17870   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17871   algorithm: "plot_perf_box_name"
17872   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17873   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17874   include:
17875     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17878     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17879     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17880   layout:
17881     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17882     layout: "plot-throughput"
17883
17884 - type: "plot"
17885   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17886   algorithm: "plot_perf_box_name"
17887   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17888   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17889   include:
17890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17894     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17895   layout:
17896     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17897     layout: "plot-throughput"
17898
17899 - type: "plot"
17900   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17901   algorithm: "plot_perf_box_name"
17902   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17903   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17904   include:
17905     - "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"
17906     - "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"
17907     - "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"
17908     - "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"
17909     - "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"
17910   layout:
17911     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17912     layout: "plot-throughput"
17913
17914 - type: "plot"
17915   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17916   algorithm: "plot_perf_box_name"
17917   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17918   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17919   include:
17920     - "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"
17921     - "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"
17922     - "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"
17923     - "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"
17924     - "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"
17925   layout:
17926     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17927     layout: "plot-throughput"
17928
17929 - type: "plot"
17930   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17931   algorithm: "plot_perf_box_name"
17932   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17933   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17934   include:
17935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17937     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17938     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17939     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17940   layout:
17941     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17942     layout: "plot-throughput"
17943
17944 - type: "plot"
17945   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17946   algorithm: "plot_perf_box_name"
17947   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17948   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17949   include:
17950     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17951     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17952     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17953     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17954     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17955   layout:
17956     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17957     layout: "plot-throughput"
17958
17959 - type: "plot"
17960   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17961   algorithm: "plot_perf_box_name"
17962   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17963   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17964   include:
17965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17967     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17968     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17969     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17970   layout:
17971     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17972     layout: "plot-throughput"
17973
17974 - type: "plot"
17975   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17976   algorithm: "plot_perf_box_name"
17977   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17978   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17979   include:
17980     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17982     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17983     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17984     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17985   layout:
17986     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17987     layout: "plot-throughput"
17988
17989 - type: "plot"
17990   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17991   algorithm: "plot_perf_box_name"
17992   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17993   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17994   include:
17995     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17996     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17997     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17998     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17999   layout:
18000     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18001     layout: "plot-throughput"
18002
18003 - type: "plot"
18004   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18005   algorithm: "plot_perf_box_name"
18006   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18007   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18008   include:
18009     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18010     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18011     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18012     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18013   layout:
18014     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18015     layout: "plot-throughput"
18016
18017 - type: "plot"
18018   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18019   algorithm: "plot_perf_box_name"
18020   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18021   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18022   include:
18023     - "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"
18024     - "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"
18025     - "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"
18026     - "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"
18027   layout:
18028     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18029     layout: "plot-throughput"
18030
18031 - type: "plot"
18032   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18033   algorithm: "plot_perf_box_name"
18034   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18035   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18036   include:
18037     - "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"
18038     - "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"
18039     - "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"
18040     - "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"
18041   layout:
18042     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18043     layout: "plot-throughput"
18044
18045 - type: "plot"
18046   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18047   algorithm: "plot_perf_box_name"
18048   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18049   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18050   include:
18051     - "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"
18052     - "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"
18053     - "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"
18054     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18055     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18056     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18057   layout:
18058     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18059     layout: "plot-throughput"
18060
18061 - type: "plot"
18062   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18063   algorithm: "plot_perf_box_name"
18064   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18065   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18066   include:
18067     - "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"
18068     - "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"
18069     - "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"
18070     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18071     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18072     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18073   layout:
18074     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18075     layout: "plot-throughput"
18076
18077 ################################################################################
18078
18079 # Packet Speedup
18080
18081 - type: "plot"
18082   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18083   algorithm: "plot_tsa_name"
18084   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18085   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18086   include:
18087     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18088     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18089     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18090     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18091   layout:
18092     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18093     layout: "plot-throughput-speedup-analysis"
18094
18095 - type: "plot"
18096   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18097   algorithm: "plot_tsa_name"
18098   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18099   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18100   include:
18101     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18102     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18103     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18104     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18105   layout:
18106     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18107     layout: "plot-throughput-speedup-analysis"
18108
18109 - type: "plot"
18110   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18111   algorithm: "plot_tsa_name"
18112   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18113   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18114   include:
18115     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18116     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18117     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18118     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18119   layout:
18120     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18121     layout: "plot-throughput-speedup-analysis"
18122
18123 - type: "plot"
18124   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18125   algorithm: "plot_tsa_name"
18126   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18127   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18128   include:
18129     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18130     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18131     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18132     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18133   layout:
18134     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18135     layout: "plot-throughput-speedup-analysis"
18136
18137 - type: "plot"
18138   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18139   algorithm: "plot_tsa_name"
18140   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18141   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18142   include:
18143     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18144     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18145     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18146     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18147   layout:
18148     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18149     layout: "plot-throughput-speedup-analysis"
18150
18151 - type: "plot"
18152   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18153   algorithm: "plot_tsa_name"
18154   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18155   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18156   include:
18157     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18158     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18159     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18160     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18161   layout:
18162     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18163     layout: "plot-throughput-speedup-analysis"
18164
18165 - type: "plot"
18166   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18167   algorithm: "plot_tsa_name"
18168   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18169   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18170   include:
18171     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18172     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18173     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18174     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18175     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18176     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18177   layout:
18178     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18179     layout: "plot-throughput-speedup-analysis"
18180
18181 - type: "plot"
18182   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18183   algorithm: "plot_tsa_name"
18184   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18185   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18186   include:
18187     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18188     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18189     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18190     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18191     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18192     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18193   layout:
18194     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18195     layout: "plot-throughput-speedup-analysis"
18196
18197 - type: "plot"
18198   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18199   algorithm: "plot_tsa_name"
18200   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18201   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18202   include:
18203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18205     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18206     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18207   layout:
18208     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18209     layout: "plot-throughput-speedup-analysis"
18210
18211 - type: "plot"
18212   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18213   algorithm: "plot_tsa_name"
18214   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18215   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18216   include:
18217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18221   layout:
18222     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18223     layout: "plot-throughput-speedup-analysis"
18224
18225 - type: "plot"
18226   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18227   algorithm: "plot_tsa_name"
18228   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18229   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18230   include:
18231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18234   layout:
18235     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18236     layout: "plot-throughput-speedup-analysis"
18237
18238 - type: "plot"
18239   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18240   algorithm: "plot_tsa_name"
18241   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18242   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18243   include:
18244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18247   layout:
18248     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18249     layout: "plot-throughput-speedup-analysis"
18250
18251 - type: "plot"
18252   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18253   algorithm: "plot_tsa_name"
18254   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18255   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18256   include:
18257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18262   layout:
18263     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18264     layout: "plot-throughput-speedup-analysis"
18265
18266 - type: "plot"
18267   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18268   algorithm: "plot_tsa_name"
18269   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18270   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18271   include:
18272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18277   layout:
18278     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18279     layout: "plot-throughput-speedup-analysis"
18280
18281 - type: "plot"
18282   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18283   algorithm: "plot_tsa_name"
18284   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18285   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18286   include:
18287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18290   layout:
18291     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18292     layout: "plot-throughput-speedup-analysis"
18293
18294 - type: "plot"
18295   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18296   algorithm: "plot_tsa_name"
18297   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18298   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18299   include:
18300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18303   layout:
18304     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18305     layout: "plot-throughput-speedup-analysis"
18306
18307 - type: "plot"
18308   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18309   algorithm: "plot_tsa_name"
18310   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18311   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18312   include:
18313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18319   layout:
18320     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18321     layout: "plot-throughput-speedup-analysis"
18322
18323 - type: "plot"
18324   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18325   algorithm: "plot_tsa_name"
18326   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18327   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18328   include:
18329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18335   layout:
18336     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18337     layout: "plot-throughput-speedup-analysis"
18338
18339 - type: "plot"
18340   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18341   algorithm: "plot_tsa_name"
18342   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18343   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18344   include:
18345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18351   layout:
18352     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18353     layout: "plot-throughput-speedup-analysis"
18354
18355 - type: "plot"
18356   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18357   algorithm: "plot_tsa_name"
18358   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18359   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18360   include:
18361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18362     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18363     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18364     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18365     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18366     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18367   layout:
18368     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18369     layout: "plot-throughput-speedup-analysis"
18370
18371 - type: "plot"
18372   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18373   algorithm: "plot_tsa_name"
18374   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18375   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18376   include:
18377     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18378     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18379   layout:
18380     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18381     layout: "plot-throughput-speedup-analysis"
18382
18383 - type: "plot"
18384   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18385   algorithm: "plot_tsa_name"
18386   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18387   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18388   include:
18389     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18390     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18391   layout:
18392     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18393     layout: "plot-throughput-speedup-analysis"
18394
18395 - type: "plot"
18396   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18397   algorithm: "plot_tsa_name"
18398   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18399   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18400   include:
18401     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18402     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18403     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18404     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18405     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18406     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18407   layout:
18408     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18409     layout: "plot-throughput-speedup-analysis"
18410
18411 - type: "plot"
18412   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18413   algorithm: "plot_tsa_name"
18414   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18415   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18416   include:
18417     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18418     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18419     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18420     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18421     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18422     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18423   layout:
18424     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18425     layout: "plot-throughput-speedup-analysis"
18426
18427 - type: "plot"
18428   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18429   algorithm: "plot_tsa_name"
18430   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18431   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18432   include:
18433     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18434     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18435     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18436     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18437     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18438     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18439   layout:
18440     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18441     layout: "plot-throughput-speedup-analysis"
18442
18443 - type: "plot"
18444   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18445   algorithm: "plot_tsa_name"
18446   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18447   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18448   include:
18449     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18450     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18451     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18452     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18453     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18454     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18455   layout:
18456     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18457     layout: "plot-throughput-speedup-analysis"
18458
18459 - type: "plot"
18460   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18461   algorithm: "plot_tsa_name"
18462   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18463   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18464   include:
18465     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18466     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18467     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18468     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18469     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18470     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18471   layout:
18472     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18473     layout: "plot-throughput-speedup-analysis"
18474
18475 - type: "plot"
18476   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18477   algorithm: "plot_tsa_name"
18478   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18479   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18480   include:
18481     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18482     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18483     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18484     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18485     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18486     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18487   layout:
18488     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18489     layout: "plot-throughput-speedup-analysis"
18490
18491 - type: "plot"
18492   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18493   algorithm: "plot_tsa_name"
18494   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18495   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18496   include:
18497     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18498     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18499     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18500     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18501     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18502   layout:
18503     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18504     layout: "plot-throughput-speedup-analysis"
18505
18506 - type: "plot"
18507   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18508   algorithm: "plot_tsa_name"
18509   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18510   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18511   include:
18512     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18513     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18514     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18515     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18516     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18517   layout:
18518     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18519     layout: "plot-throughput-speedup-analysis"
18520
18521 - type: "plot"
18522   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18523   algorithm: "plot_tsa_name"
18524   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18525   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18526   include:
18527     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18528     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18529     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18530     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18531     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18532   layout:
18533     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18534     layout: "plot-throughput-speedup-analysis"
18535
18536 - type: "plot"
18537   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18538   algorithm: "plot_tsa_name"
18539   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18540   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18541   include:
18542     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18543     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18544     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18545     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18546     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18547   layout:
18548     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18549     layout: "plot-throughput-speedup-analysis"
18550
18551 - type: "plot"
18552   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18553   algorithm: "plot_tsa_name"
18554   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18555   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18556   include:
18557     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18558     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18559     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18560     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18561     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18562   layout:
18563     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18564     layout: "plot-throughput-speedup-analysis"
18565
18566 - type: "plot"
18567   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18568   algorithm: "plot_tsa_name"
18569   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18570   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18571   include:
18572     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18573     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18574     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18575     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18576     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18577   layout:
18578     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18579     layout: "plot-throughput-speedup-analysis"
18580
18581 - type: "plot"
18582   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18583   algorithm: "plot_tsa_name"
18584   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18585   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18586   include:
18587     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18588     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18589     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18590     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18591     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18592   layout:
18593     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18594     layout: "plot-throughput-speedup-analysis"
18595
18596 - type: "plot"
18597   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18598   algorithm: "plot_tsa_name"
18599   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18600   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18601   include:
18602     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18603     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18604     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18605     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18606     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18607   layout:
18608     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18609     layout: "plot-throughput-speedup-analysis"
18610
18611 - type: "plot"
18612   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18613   algorithm: "plot_tsa_name"
18614   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18615   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18616   include:
18617     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18618     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18619     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18620     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18621     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18622   layout:
18623     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18624     layout: "plot-throughput-speedup-analysis"
18625
18626 - type: "plot"
18627   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18628   algorithm: "plot_tsa_name"
18629   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18630   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18631   include:
18632     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18633     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18634     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18635     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18636     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18637   layout:
18638     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18639     layout: "plot-throughput-speedup-analysis"
18640
18641 - type: "plot"
18642   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18643   algorithm: "plot_tsa_name"
18644   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18645   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18646   include:
18647     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18648     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18649     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18650     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18651     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18652     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18653   layout:
18654     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18655     layout: "plot-throughput-speedup-analysis"
18656
18657 - type: "plot"
18658   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18659   algorithm: "plot_tsa_name"
18660   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18661   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18662   include:
18663     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18664     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18665     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18666     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18669   layout:
18670     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18671     layout: "plot-throughput-speedup-analysis"
18672
18673 - type: "plot"
18674   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18675   algorithm: "plot_tsa_name"
18676   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18677   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18678   include:
18679     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18680     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18681     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18682     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18683   layout:
18684     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18685     layout: "plot-throughput-speedup-analysis"
18686
18687 - type: "plot"
18688   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18689   algorithm: "plot_tsa_name"
18690   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18691   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18692   include:
18693     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18694     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18695     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18696     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18697   layout:
18698     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18699     layout: "plot-throughput-speedup-analysis"
18700
18701 - type: "plot"
18702   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18703   algorithm: "plot_tsa_name"
18704   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18705   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18706   include:
18707     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18708     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18710     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18713   layout:
18714     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18715     layout: "plot-throughput-speedup-analysis"
18716
18717 - type: "plot"
18718   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18719   algorithm: "plot_tsa_name"
18720   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18721   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18722   include:
18723     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18724     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18725     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18726     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18729   layout:
18730     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18731     layout: "plot-throughput-speedup-analysis"
18732
18733 - type: "plot"
18734   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18735   algorithm: "plot_tsa_name"
18736   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18737   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18738   include:
18739     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18740     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18741     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18743   layout:
18744     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18745     layout: "plot-throughput-speedup-analysis"
18746
18747 - type: "plot"
18748   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18749   algorithm: "plot_tsa_name"
18750   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18751   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18752   include:
18753     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18754     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18755     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18756     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18757   layout:
18758     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18759     layout: "plot-throughput-speedup-analysis"
18760
18761 - type: "plot"
18762   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18763   algorithm: "plot_tsa_name"
18764   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18765   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18766   include:
18767     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18768     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18769     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18770     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18771     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18772     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18773   layout:
18774     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18775     layout: "plot-throughput-speedup-analysis"
18776
18777 - type: "plot"
18778   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18779   algorithm: "plot_tsa_name"
18780   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18781   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18782   include:
18783     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18784     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18785     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18786     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18787     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18788     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18789   layout:
18790     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18791     layout: "plot-throughput-speedup-analysis"
18792
18793 - type: "plot"
18794   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18795   algorithm: "plot_tsa_name"
18796   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18797   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18798   include:
18799     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18800     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18801     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18802     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18803   layout:
18804     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18805     layout: "plot-throughput-speedup-analysis"
18806
18807 - type: "plot"
18808   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18809   algorithm: "plot_tsa_name"
18810   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18811   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18812   include:
18813     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18814     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18815     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18816     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18817   layout:
18818     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18819     layout: "plot-throughput-speedup-analysis"
18820
18821 - type: "plot"
18822   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18823   algorithm: "plot_tsa_name"
18824   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18825   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18826   include:
18827     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18828     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18829     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18830     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18831     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18832   layout:
18833     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18834     layout: "plot-throughput-speedup-analysis"
18835
18836 - type: "plot"
18837   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18838   algorithm: "plot_tsa_name"
18839   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18840   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18841   include:
18842     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18843     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18844     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18845     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18846     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18847   layout:
18848     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18849     layout: "plot-throughput-speedup-analysis"
18850
18851 - type: "plot"
18852   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18853   algorithm: "plot_tsa_name"
18854   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18855   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18856   include:
18857     - "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"
18858     - "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"
18859     - "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"
18860     - "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"
18861     - "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"
18862   layout:
18863     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18864     layout: "plot-throughput-speedup-analysis"
18865
18866 - type: "plot"
18867   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18868   algorithm: "plot_tsa_name"
18869   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18870   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18871   include:
18872     - "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"
18873     - "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"
18874     - "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"
18875     - "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"
18876     - "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"
18877   layout:
18878     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18879     layout: "plot-throughput-speedup-analysis"
18880
18881 - type: "plot"
18882   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18883   algorithm: "plot_tsa_name"
18884   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18885   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18886   include:
18887     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18889     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18892   layout:
18893     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18894     layout: "plot-throughput-speedup-analysis"
18895
18896 - type: "plot"
18897   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18898   algorithm: "plot_tsa_name"
18899   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18900   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18901   include:
18902     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18903     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18904     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18907   layout:
18908     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18909     layout: "plot-throughput-speedup-analysis"
18910
18911 - type: "plot"
18912   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18913   algorithm: "plot_tsa_name"
18914   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18915   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18916   include:
18917     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18922   layout:
18923     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18924     layout: "plot-throughput-speedup-analysis"
18925
18926 - type: "plot"
18927   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18928   algorithm: "plot_tsa_name"
18929   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18930   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18931   include:
18932     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18934     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18937   layout:
18938     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18939     layout: "plot-throughput-speedup-analysis"
18940
18941 - type: "plot"
18942   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18943   algorithm: "plot_tsa_name"
18944   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18945   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18946   include:
18947     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18948     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18949     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18950     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18951   layout:
18952     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18953     layout: "plot-throughput-speedup-analysis"
18954
18955 - type: "plot"
18956   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18957   algorithm: "plot_tsa_name"
18958   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18959   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18960   include:
18961     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18963     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18964     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18965   layout:
18966     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18967     layout: "plot-throughput-speedup-analysis"
18968
18969 - type: "plot"
18970   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18971   algorithm: "plot_tsa_name"
18972   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18973   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18974   include:
18975     - "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"
18976     - "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"
18977     - "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"
18978     - "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"
18979   layout:
18980     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18981     layout: "plot-throughput-speedup-analysis"
18982
18983 - type: "plot"
18984   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18985   algorithm: "plot_tsa_name"
18986   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18987   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18988   include:
18989     - "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"
18990     - "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"
18991     - "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"
18992     - "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"
18993   layout:
18994     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
18995     layout: "plot-throughput-speedup-analysis"
18996
18997 - type: "plot"
18998   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18999   algorithm: "plot_tsa_name"
19000   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19001   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19002   include:
19003     - "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"
19004     - "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"
19005     - "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"
19006     - "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"
19007     - "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"
19008     - "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"
19009   layout:
19010     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19011     layout: "plot-throughput-speedup-analysis"
19012
19013 - type: "plot"
19014   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19015   algorithm: "plot_tsa_name"
19016   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19017   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19018   include:
19019     - "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"
19020     - "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"
19021     - "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"
19022     - "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"
19023     - "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"
19024     - "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"
19025   layout:
19026     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19027     layout: "plot-throughput-speedup-analysis"
19028
19029 ################################################################################
19030
19031 # Packet Throughput - DPDK
19032
19033 # 2n-clx-xxv710
19034
19035 - type: "plot"
19036   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19037   algorithm: "plot_perf_box_name"
19038   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19039   data: "plot-dpdk-throughput-latency-2n-clx"
19040   include:
19041     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19042     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19043   layout:
19044     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19045     layout: "plot-throughput"
19046
19047 - type: "plot"
19048   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19049   algorithm: "plot_perf_box_name"
19050   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19051   data: "plot-dpdk-throughput-latency-2n-clx"
19052   include:
19053     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19054     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19055   layout:
19056     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19057     layout: "plot-throughput"
19058
19059 - type: "plot"
19060   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19061   algorithm: "plot_perf_box_name"
19062   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19063   data: "plot-dpdk-throughput-latency-2n-clx"
19064   include:
19065     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19066     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19067   layout:
19068     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19069     layout: "plot-throughput"
19070
19071 - type: "plot"
19072   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19073   algorithm: "plot_perf_box_name"
19074   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19075   data: "plot-dpdk-throughput-latency-2n-clx"
19076   include:
19077     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19078     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19079   layout:
19080     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19081     layout: "plot-throughput"
19082
19083 # 2n-clx-x710
19084
19085 - type: "plot"
19086   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19087   algorithm: "plot_perf_box_name"
19088   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19089   data: "plot-dpdk-throughput-latency-2n-clx"
19090   include:
19091     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19092     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19093   layout:
19094     title: "2n-clx-x710-64b-2t1c-base-ndr"
19095     layout: "plot-throughput"
19096
19097 - type: "plot"
19098   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19099   algorithm: "plot_perf_box_name"
19100   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19101   data: "plot-dpdk-throughput-latency-2n-clx"
19102   include:
19103     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19104     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19105   layout:
19106     title: "2n-clx-x710-64b-4t2c-base-ndr"
19107     layout: "plot-throughput"
19108
19109 - type: "plot"
19110   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19111   algorithm: "plot_perf_box_name"
19112   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19113   data: "plot-dpdk-throughput-latency-2n-clx"
19114   include:
19115     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19116     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19117   layout:
19118     title: "2n-clx-x710-64b-2t1c-base-pdr"
19119     layout: "plot-throughput"
19120
19121 - type: "plot"
19122   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19123   algorithm: "plot_perf_box_name"
19124   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19125   data: "plot-dpdk-throughput-latency-2n-clx"
19126   include:
19127     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19128     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19129   layout:
19130     title: "2n-clx-x710-64b-4t2c-base-pdr"
19131     layout: "plot-throughput"
19132
19133 ################################################################################
19134
19135 - type: "plot"
19136   title: "Latency by percentile: 2n-skx"
19137   algorithm: "plot_hdrh_lat_by_percentile"
19138   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19139   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19140   target-links: "../../_static/vpp"
19141   data: "plot-vpp-hdrh-lat-2n-skx"
19142   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19143   layout:
19144     layout: "plot-hdrh-latency-by-percentile"
19145
19146 - type: "plot"
19147   title: "Latency by percentile: 3n-skx"
19148   algorithm: "plot_hdrh_lat_by_percentile"
19149   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19150   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19151   target-links: "../../_static/vpp"
19152   data: "plot-vpp-hdrh-lat-3n-skx"
19153   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19154   layout:
19155     layout: "plot-hdrh-latency-by-percentile"
19156
19157 - type: "plot"
19158   title: "Latency by percentile: 2n-clx"
19159   algorithm: "plot_hdrh_lat_by_percentile"
19160   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19161   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19162   target-links: "../../_static/vpp"
19163   data: "plot-vpp-hdrh-lat-2n-clx"
19164   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19165   layout:
19166     layout: "plot-hdrh-latency-by-percentile"
19167
19168 - type: "plot"
19169   title: "Latency by percentile: 3n-hsw"
19170   algorithm: "plot_hdrh_lat_by_percentile"
19171   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19172   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19173   target-links: "../../_static/vpp"
19174   data: "plot-vpp-hdrh-lat-3n-hsw"
19175   filter: "'1T1C' and 'NIC_Intel-XL710'"
19176   layout:
19177     layout: "plot-hdrh-latency-by-percentile"
19178
19179 - type: "plot"
19180   title: "Latency by percentile: 3n-tsh"
19181   algorithm: "plot_hdrh_lat_by_percentile"
19182   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19183   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19184   target-links: "../../_static/vpp"
19185   data: "plot-vpp-hdrh-lat-3n-tsh"
19186   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19187   layout:
19188     layout: "plot-hdrh-latency-by-percentile"
19189
19190 - type: "plot"
19191   title: "Latency by percentile: DPDK 2n-skx"
19192   algorithm: "plot_hdrh_lat_by_percentile"
19193   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19194   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19195   target-links: "../../_static/dpdk"
19196   data: "plot-dpdk-hdrh-lat-2n-skx"
19197   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19198   layout:
19199     layout: "plot-hdrh-latency-by-percentile"
19200
19201 - type: "plot"
19202   title: "Latency by percentile: DPDK 3n-skx"
19203   algorithm: "plot_hdrh_lat_by_percentile"
19204   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19205   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19206   target-links: "../../_static/dpdk"
19207   data: "plot-dpdk-hdrh-lat-3n-skx"
19208   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19209   layout:
19210     layout: "plot-hdrh-latency-by-percentile"
19211
19212 - type: "plot"
19213   title: "Latency by percentile: DPDK 2n-clx"
19214   algorithm: "plot_hdrh_lat_by_percentile"
19215   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19216   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19217   target-links: "../../_static/dpdk"
19218   data: "plot-dpdk-hdrh-lat-2n-clx"
19219   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19220   layout:
19221     layout: "plot-hdrh-latency-by-percentile"
19222
19223 - type: "plot"
19224   title: "Latency by percentile: DPDK 3n-hsw"
19225   algorithm: "plot_hdrh_lat_by_percentile"
19226   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19227   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19228   target-links: "../../_static/dpdk"
19229   data: "plot-dpdk-hdrh-lat-3n-hsw"
19230   filter: "'1T1C' and 'NIC_Intel-XL710'"
19231   layout:
19232     layout: "plot-hdrh-latency-by-percentile"
19233
19234 - type: "plot"
19235   title: "Latency by percentile: DPDK 3n-tsh"
19236   algorithm: "plot_hdrh_lat_by_percentile"
19237   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19238   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19239   target-links: "../../_static/dpdk"
19240   data: "plot-dpdk-hdrh-lat-3n-tsh"
19241   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19242   layout:
19243     layout: "plot-hdrh-latency-by-percentile"