4db7db87b3ba3298df8f7c05cc61acf450c7e8d0
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Replacements:
150
151     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
152       csit-vpp-perf-verify-1908-3n-hsw:
153         - 48  # NDRPDR sel vhost
154         - 49  # NDRPDR sel vhost
155         - 52  # NDRPDR sel vhost
156         - 53  # NDRPDR sel vhost
157         - 54  # NDRPDR sel vhost
158         - 55  # NDRPDR sel vhost
159         - 56  # NDRPDR sel vhost
160         - 57  # NDRPDR sel vhost
161         - 58  # NDRPDR sel vhost
162         - 59  # NDRPDR sel vhost
163
164     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
165       csit-vpp-perf-verify-1908-3n-skx:
166         - 52  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
167         - 53  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
168         - 55  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
169         - 61  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
170         - 62  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
171         - 63  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
172         - 64  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
173         - 65  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
174         - 66  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
175         - 67  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
176
177     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
178       csit-vpp-perf-verify-1908-2n-skx:
179         - 88  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
180         - 89  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
181         - 91  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
182         - 92  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
183         - 93  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
184         - 94  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
185         - 95  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
186         - 96  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
187         - 97  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
188         - 98  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
189
190     ###########################################################################
191     # Plots:
192
193     # 3n-hsw
194
195     plot-vpp-throughput-lat-tsa-3n-hsw:
196       # TODO: Replace:
197       # csit-vpp-perf-report-iterative-2005-3n-hsw:
198       csit-vpp-perf-verify-2001-3n-hsw:
199         - 21  # NDRPDR sel
200
201     plot-vpp-hdrh-lat-3n-hsw:
202       # TODO: Replace:
203       # csit-vpp-perf-report-iterative-2005-3n-hsw:
204       csit-vpp-perf-verify-2001-3n-hsw:
205         - 22  # NDRPDR sel
206
207     plot-vpp-nfv-3n-hsw-ndrpdr:
208       # TODO: Replace:
209       # csit-vpp-perf-report-iterative-2005-3n-hsw:
210       csit-vpp-perf-verify-2001-3n-hsw:
211         - 21  # NDRPDR sel
212
213     plot-vpp-nfv-3n-hsw-mrr:
214       # TODO: Replace:
215       # csit-vpp-perf-report-iterative-2005-3n-hsw:
216       csit-vpp-perf-verify-2001-3n-hsw:
217         - 17  # MRR sel
218
219     plot-vpp-hoststack-3n-hsw:
220       # TODO: Replace:
221       # csit-vpp-perf-report-iterative-2005-3n-hsw:
222       csit-vpp-perf-verify-2001-3n-hsw:
223         - 103  # hoststack
224
225     plot-dpdk-throughput-latency-3n-hsw:
226       # TODO: Replace:
227       # csit-dpdk-perf-verify-2005-3n-hsw:
228       csit-dpdk-perf-verify-2001-3n-hsw:
229         - 4   # NDRPDR sel
230         - 24  # NDRPDR sel
231
232     plot-dpdk-hdrh-lat-3n-hsw:
233       # TODO: Replace:
234       # csit-dpdk-perf-verify-2005-3n-hsw:
235       csit-dpdk-perf-verify-2001-3n-hsw:
236         - 16  # NDRPDR sel
237
238     # 3n-skx
239
240     plot-vpp-throughput-lat-tsa-3n-skx:
241       # TODO: Replace:
242       # csit-vpp-perf-report-iterative-2005-3n-skx:
243       csit-vpp-perf-verify-2001-3n-skx:
244         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
245
246     plot-vpp-hdrh-lat-3n-skx:
247       # TODO: Replace:
248       # csit-vpp-perf-report-iterative-2005-3n-skx:
249       csit-vpp-perf-verify-2001-3n-skx:
250         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
251
252     plot-vpp-nfv-3n-skx-ndrpdr:
253       # TODO: Replace:
254       # csit-vpp-perf-report-iterative-2005-3n-skx:
255       csit-vpp-perf-verify-2001-3n-skx:
256         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
257
258     plot-vpp-nfv-3n-skx-mrr:
259       # TODO: Replace:
260       # csit-vpp-perf-report-iterative-2005-3n-skx:
261       csit-vpp-perf-verify-2001-3n-skx:
262         - 50  # MRR sel
263
264     plot-dpdk-throughput-latency-3n-skx:
265       # TODO: Replace:
266       # csit-dpdk-perf-verify-2005-3n-skx:
267       csit-dpdk-perf-verify-2001-3n-skx:
268         - 29  # NDRPDR sel xxv710
269         - 48  # NDRPDR sel x710
270
271     plot-dpdk-hdrh-lat-3n-skx:
272       # TODO: Replace:
273       # csit-dpdk-perf-verify-2005-3n-skx:
274       csit-dpdk-perf-verify-2001-3n-skx:
275         - 29  # NDRPDR sel xxv710
276
277     # 2n-skx
278
279     plot-vpp-throughput-lat-tsa-2n-skx:
280       # TODO: Replace:
281       # csit-vpp-perf-report-iterative-2005-2n-skx:
282       csit-vpp-perf-verify-2001-2n-skx:
283         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
284
285     plot-vpp-hdrh-lat-2n-skx:
286       # TODO: Replace:
287       # csit-vpp-perf-report-iterative-2005-2n-skx:
288       csit-vpp-perf-verify-2001-2n-skx:
289         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
290
291     plot-vpp-soak-2n-skx:
292       # TODO: Replace:
293       # csit-vpp-perf-report-iterative-2005-2n-skx:
294       csit-vpp-perf-verify-2001-2n-skx:
295         - 181  # Soak
296         - 182  # Soak
297
298     plot-vpp-nfv-2n-skx-ndrpdr:
299       # TODO: Replace:
300       # csit-vpp-perf-report-iterative-2005-2n-skx:
301       csit-vpp-perf-verify-2001-2n-skx:
302         - 30  # NFV
303         - 31  # NFV
304
305     plot-vpp-nfv-2n-skx-mrr:
306       # TODO: Replace:
307       # csit-vpp-perf-report-iterative-2005-2n-skx:
308       csit-vpp-perf-verify-1908-2n-skx:
309         - 71  # NFV MRR
310
311     plot-vpp-nfv-reconf-2n-skx:
312       # TODO: Replace:
313       # csit-vpp-perf-report-iterative-2005-2n-skx:
314       csit-vpp-perf-verify-2001-2n-skx:
315         - 169  # Reconf
316
317     plot-dpdk-throughput-latency-2n-skx:
318       # TODO: Replace:
319       # csit-dpdk-perf-verify-2005-2n-skx:
320       csit-dpdk-perf-verify-2001-2n-skx:
321         - 35  # NDRPDR sel xxv710
322         - 54  # NDRPDR sel x710
323
324     plot-dpdk-hdrh-lat-2n-skx:
325       # TODO: Replace:
326       # csit-dpdk-perf-verify-2005-2n-skx:
327       csit-dpdk-perf-verify-2001-2n-skx:
328         - 35  # NDRPDR sel xxv710
329
330     # 2n-clx
331
332     plot-vpp-throughput-lat-tsa-2n-clx:
333       # TODO: Replace:
334       # csit-vpp-perf-report-iterative-2005-2n-clx:
335       csit-vpp-perf-verify-2001-2n-clx:
336         - 28  # NDRPDR sel
337
338     plot-vpp-hdrh-lat-2n-clx:
339       # TODO: Replace:
340       # csit-vpp-perf-report-iterative-2005-2n-clx:
341       csit-vpp-perf-verify-2001-2n-clx:
342         - 28  # NDRPDR sel
343
344     plot-vpp-http-server-performance:
345       # TODO: Replace:
346       # csit-vpp-perf-report-iterative-2005-2n-clx:
347       csit-vpp-perf-verify-2001-2n-clx:
348         - 80  # TCP
349
350     plot-vpp-nfv-2n-clx-ndrpdr:
351       # TODO: Replace:
352       # csit-vpp-perf-report-iterative-2005-2n-clx:
353       csit-vpp-perf-verify-2001-2n-clx:
354         - 28  # NDRPDR sel
355
356     plot-vpp-nfv-2n-clx-mrr:
357       # TODO: Replace:
358       # csit-vpp-perf-report-iterative-2005-2n-clx:
359       csit-vpp-perf-verify-2001-2n-clx:
360         - 39  # MRR
361
362     plot-vpp-nfv-reconf-2n-clx:
363       # TODO: Replace:
364       # csit-vpp-perf-report-iterative-2005-2n-clx:
365       csit-vpp-perf-verify-2001-2n-clx:
366         - 68  # Reconf
367
368     plot-vpp-soak-2n-clx:
369       # TODO: Replace:
370       # csit-vpp-perf-report-iterative-2005-2n-clx:
371       csit-vpp-perf-verify-2001-2n-clx:
372         - 93  # Soak
373         - 94  # Soak
374
375     plot-dpdk-throughput-latency-2n-clx:
376       # TODO: Replace:
377       # csit-dpdk-perf-verify-2005-2n-clx:
378       csit-dpdk-perf-verify-2001-2n-clx:
379         - 15  # NDRPDR sel
380         - 34  # NDRPDR sel
381
382     plot-dpdk-hdrh-lat-2n-clx:
383       # TODO: Replace:
384       # csit-dpdk-perf-verify-2005-2n-clx:
385       csit-dpdk-perf-verify-2001-2n-clx:
386         - 15  # NDRPDR sel
387
388     # 3n-tsh
389
390     plot-vpp-throughput-lat-tsa-3n-tsh:
391       # TODO: Replace:
392       # csit-vpp-perf-report-iterative-2005-3n-tsh:
393       csit-vpp-perf-verify-2001-3n-tsh:
394         - 3   # NDRPDR sel
395
396     plot-vpp-hdrh-lat-3n-tsh:
397       # TODO: Replace:
398       # csit-vpp-perf-report-iterative-2005-3n-tsh:
399       csit-vpp-perf-verify-2001-3n-tsh:
400         - 10  # NDRPDR sel
401
402     plot-dpdk-throughput-latency-3n-tsh:
403       # TODO: Replace:
404       # csit-dpdk-perf-verify-2005-3n-tsh:
405       csit-dpdk-perf-verify-2001-3n-tsh:
406         - 3   # NDRPDR sel
407
408     plot-dpdk-hdrh-lat-3n-tsh:
409       # TODO: Replace:
410       # csit-dpdk-perf-verify-2005-3n-tsh:
411       csit-dpdk-perf-verify-2001-3n-tsh:
412         - 3   # NDRPDR sel
413
414     # 3n-dnv
415
416     plot-vpp-throughput-lat-tsa-3n-dnv:
417       # TODO: Replace:
418       # csit-vpp-perf-report-iterative-2005-3n-dnv:
419       csit-vpp-perf-verify-2001-3n-dnv:
420         - 5   # NDRPDR sel
421
422     plot-dpdk-throughput-latency-3n-dnv:
423       # TODO: Replace:
424       # csit-dpdk-perf-verify-2005-3n-dnv:
425       csit-dpdk-perf-verify-2001-3n-dnv:
426         - 12  # NDRPDR sel
427
428     # 2n-dnv
429
430     plot-vpp-throughput-lat-tsa-2n-dnv:
431       # TODO: Replace:
432       # csit-vpp-perf-report-iterative-2005-2n-dnv:
433       csit-vpp-perf-verify-2001-2n-dnv:
434         - 4   # NDRPDR sel
435
436     plot-dpdk-throughput-latency-2n-dnv:
437       # TODO: Replace:
438       # csit-dpdk-perf-verify-2005-2n-dnv:
439       csit-dpdk-perf-verify-2001-2n-dnv:
440         - 9   # NDRPDR sel
441
442     ###########################################################################
443     # Simple tables (only one data set):
444
445     # NIC Comparisons
446
447     vpp-nic-comparison-3n-skx:
448       # TODO: Replace:
449       # csit-vpp-perf-report-iterative-2005-3n-skx:
450       csit-vpp-perf-verify-2001-3n-skx:
451         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
452
453     vpp-nic-comparison-2n-skx:
454       # TODO: Replace:
455       # csit-vpp-perf-report-iterative-2005-2n-skx:
456       csit-vpp-perf-verify-2001-2n-skx:
457         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
458
459     vpp-nic-comparison-3n-skx-mrr:
460       # TODO: Replace:
461       # csit-vpp-perf-report-iterative-2005-3n-skx:
462       csit-vpp-perf-verify-2001-3n-skx:
463         - 50  # MRR sel
464         - 53  # MRR sel addition
465
466     vpp-nic-comparison-2n-skx-mrr:
467       # TODO: Replace:
468       # csit-vpp-perf-report-iterative-2005-2n-skx:
469       csit-vpp-perf-verify-2001-2n-skx:
470         - 101 # MRR sel
471         - 128 # MRR sel addition
472
473     # Results
474
475     vpp-perf-results-3n-hsw:
476       # TODO: Replace:
477       # csit-vpp-perf-report-iterative-2005-3n-hsw:
478       csit-vpp-perf-verify-2001-3n-hsw:
479         - 21  # NDRPDR sel
480
481     vpp-perf-results-3n-skx:
482       # TODO: Replace:
483       # csit-vpp-perf-report-iterative-2005-3n-skx:
484       csit-vpp-perf-verify-2001-3n-skx:
485         - 69  # NDRPDR sel
486
487     vpp-perf-results-2n-skx:
488       # TODO: Replace:
489       # csit-vpp-perf-report-iterative-2005-2n-skx:
490       csit-vpp-perf-verify-2001-2n-skx:
491         - 143  # NDRPDR sel
492
493     vpp-perf-results-2n-clx:
494       # TODO: Replace:
495       # csit-vpp-perf-report-iterative-2005-2n-clx:
496       csit-vpp-perf-verify-2001-2n-clx:
497         - 28  # NDRPDR sel
498
499     vpp-perf-results-3n-tsh:
500       # TODO: Replace:
501       # csit-vpp-perf-report-iterative-2005-3n-tsh:
502       csit-vpp-perf-verify-2001-3n-tsh:
503         - 10  # NDRPDR sel
504
505     vpp-perf-results-3n-dnv:
506       # TODO: Replace:
507       # csit-vpp-perf-report-iterative-2005-3n-dnv:
508       csit-vpp-perf-verify-2001-3n-dnv:
509         - 6   # NDRPDR sel
510
511     vpp-perf-results-2n-dnv:
512       # TODO: Replace:
513       # csit-vpp-perf-report-iterative-2005-2n-dnv:
514       csit-vpp-perf-verify-2001-2n-dnv:
515         - 4   # NDRPDR sel
516
517     vpp-mrr-results-3n-hsw:
518       # TODO: Replace:
519       # csit-vpp-perf-report-iterative-2005-3n-hsw:
520       csit-vpp-perf-verify-2001-3n-hsw:
521         - 17  # MRR sel
522
523     vpp-mrr-results-3n-skx:
524       # TODO: Replace:
525       # csit-vpp-perf-report-iterative-2005-3n-skx:
526       csit-vpp-perf-verify-2001-3n-skx:
527         - 50  # MRR sel
528         - 53  # MRR sel addition
529
530     vpp-mrr-results-2n-skx:
531       # TODO: Replace:
532       # csit-vpp-perf-report-iterative-2005-2n-skx:
533       csit-vpp-perf-verify-2001-2n-skx:
534         - 101 # MRR sel
535         - 128 # MRR sel addition
536
537     vpp-mrr-results-2n-clx:
538       # TODO: Replace:
539       # csit-vpp-perf-report-iterative-2005-2n-clx:
540       csit-vpp-perf-verify-2001-2n-clx:
541         - 39  # MRR
542
543     vpp-mrr-results-3n-tsh:
544       # TODO: Replace:
545       # csit-vpp-perf-report-iterative-2005-3n-tsh:
546       csit-vpp-perf-verify-2001-3n-tsh:
547         - 9   # MRR sel
548
549     vpp-mrr-results-3n-dnv:
550       # TODO: Replace:
551       # csit-vpp-perf-report-iterative-2005-3n-dnv:
552       csit-vpp-perf-verify-2001-3n-dnv:
553         - 11  # MRR sel
554
555     vpp-mrr-results-2n-dnv:
556       # TODO: Replace:
557       # csit-vpp-perf-report-iterative-2005-2n-dnv:
558       csit-vpp-perf-verify-2001-2n-dnv:
559         - 12  # MRR sel
560
561     vpp-device-results-ubuntu:
562     # TODO: Replace:
563     # csit-vpp-device-2005-ubuntu1804-1n-skx:
564       csit-vpp-device-2001-ubuntu1804-1n-skx:
565         - 57
566
567     dpdk-perf-results-3n-hsw:
568       # TODO: Replace:
569       # csit-dpdk-perf-verify-2005-3n-hsw:
570       csit-dpdk-perf-verify-2001-3n-hsw:
571         - 25  # NDRPDR full
572         - 26  # NDRPDR full
573
574     dpdk-perf-results-3n-skx:
575       # TODO: Replace:
576       # csit-dpdk-perf-verify-2005-3n-skx:
577       csit-dpdk-perf-verify-2001-3n-skx:
578         - 29  # NDRPDR sel xxv710
579         - 30  # NDRPDR sel x710
580
581     dpdk-perf-results-2n-skx:
582       # TODO: Replace:
583       # csit-dpdk-perf-verify-2005-2n-skx:
584       csit-dpdk-perf-verify-2001-2n-skx:
585         - 35  # NDRPDR sel xxv710
586         - 38  # NDRPDR sel x710
587
588     dpdk-perf-results-2n-clx:
589       # TODO: Replace:
590       # csit-dpdk-perf-verify-2005-2n-clx:
591       csit-dpdk-perf-verify-2001-2n-clx:
592         - 15  # NDRPDR sel
593         - 34  # NDRPDR sel
594
595     dpdk-perf-results-2n-dnv:
596       # TODO: Replace:
597       # csit-dpdk-perf-verify-2005-2n-dnv:
598       csit-dpdk-perf-verify-2001-2n-dnv:
599         - 16  # NDRPDR sel
600
601     dpdk-perf-results-3n-dnv:
602       # TODO: Replace:
603       # csit-dpdk-perf-verify-2005-3n-dnv:
604       csit-dpdk-perf-verify-2001-3n-dnv:
605         - 12  # NDRPDR sel
606
607     dpdk-perf-results-3n-tsh:
608       # TODO: Replace:
609       # csit-dpdk-perf-verify-2005-3n-tsh:
610       csit-dpdk-perf-verify-2001-3n-tsh:
611         - 3   # NDRPDR sel
612
613 ###########################################################################
614     # Tables (more than one data set)
615
616     # Performance changes
617
618     vpp-performance-changes-3n-hsw-h1:
619       csit-vpp-perf-verify-1908-3n-hsw:
620         - 12  # NDRPDR sel
621         - 13  # NDRPDR sel
622         - 14  # NDRPDR sel
623         - 15  # NDRPDR sel
624         - 16  # NDRPDR sel
625         - 17  # NDRPDR sel
626         - 18  # NDRPDR sel
627         - 19  # NDRPDR sel
628         - 20  # NDRPDR sel
629         - 21  # NDRPDR sel
630     vpp-performance-changes-3n-hsw-ref:
631       csit-vpp-perf-verify-2001-3n-hsw:
632         - 21  # NDRPDR sel
633         - 22  # NDRPDR sel
634         - 23  # NDRPDR sel
635         - 24  # NDRPDR sel
636         - 25  # NDRPDR sel
637         - 29  # NDRPDR sel
638         - 30  # NDRPDR sel
639         - 31  # NDRPDR sel
640         - 32  # NDRPDR sel
641         - 34  # NDRPDR sel
642     vpp-performance-changes-3n-hsw-cmp:
643       # TODO: Replace:
644       # csit-vpp-perf-report-iterative-2005-3n-hsw:
645       csit-vpp-perf-verify-2001-3n-hsw:
646         - 21  # NDRPDR sel
647         - 22  # NDRPDR sel
648         - 23  # NDRPDR sel
649         - 24  # NDRPDR sel
650         - 25  # NDRPDR sel
651         - 29  # NDRPDR sel
652         - 30  # NDRPDR sel
653         - 31  # NDRPDR sel
654         - 32  # NDRPDR sel
655         - 34  # NDRPDR sel
656
657     vpp-performance-changes-3n-skx-h1:
658       csit-vpp-perf-verify-1908-3n-skx:
659         - 26  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
660         - 27  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
661         - 28  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
662         - 29  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
663         - 30  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
664         - 31  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
665         - 33  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
666         - 34  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
667         - 35  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
668         - 36  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
669     vpp-performance-changes-3n-skx-ref:
670       csit-vpp-perf-verify-2001-3n-skx:
671         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
672         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
673         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
674         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
675         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
676         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
677         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
678     vpp-performance-changes-3n-skx-cmp:
679       # TODO: Replace:
680       # csit-vpp-perf-report-iterative-2005-3n-skx:
681       csit-vpp-perf-verify-2001-3n-skx:
682         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
683         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
684         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
685         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
686         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
687         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
688         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
689
690     vpp-performance-changes-2n-skx-h1:
691       csit-vpp-perf-verify-1908-2n-skx:
692         - 39  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
693         - 40  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
694         - 41  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
695         - 43  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
696         - 44  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
697         - 45  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
698         - 46  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
699         - 47  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
700         - 48  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
701         - 49  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
702     vpp-performance-changes-2n-skx-ref:
703       csit-vpp-perf-verify-2001-2n-skx:
704         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
705         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
706         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
707         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
708         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
709         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
710         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
711         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
712         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
713         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
714     vpp-performance-changes-2n-skx-cmp:
715       # TODO: Replace:
716       # csit-vpp-perf-report-iterative-2005-2n-skx:
717       csit-vpp-perf-verify-2001-2n-skx:
718         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
719         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
720         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
721         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
722         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
723         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
724         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
725         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
726         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
727         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
728
729     vpp-performance-changes-nfv-2n-skx-ref:
730       csit-vpp-perf-verify-2001-2n-skx:
731         - 30  # NFV
732         - 31  # NFV
733     vpp-performance-changes-nfv-2n-skx-cmp:
734       # TODO: Replace:
735       # csit-vpp-perf-report-iterative-2005-2n-skx:
736       csit-vpp-perf-verify-2001-2n-skx:
737         - 30  # NFV
738         - 31  # NFV
739
740     vpp-performance-changes-2n-clx-h1:
741       csit-vpp-perf-verify-1908_1-2n-clx:
742         - 5  # NDRPDR sel
743         - 6  # NDRPDR sel
744         - 7  # NDRPDR sel
745         - 8  # NDRPDR sel
746         - 9  # NDRPDR sel
747     vpp-performance-changes-2n-clx-ref:
748       csit-vpp-perf-verify-2001-2n-clx:
749         - 28  # NDRPDR sel
750         - 29  # NDRPDR sel
751         - 32  # NDRPDR sel
752         - 40  # NDRPDR sel
753         - 43  # NDRPDR sel
754         - 44  # NDRPDR sel
755         - 45  # NDRPDR sel
756         - 47  # NDRPDR sel
757         - 48  # NDRPDR sel
758         - 49  # NDRPDR sel
759     vpp-performance-changes-2n-clx-cmp:
760       # TODO: Replace:
761       # csit-vpp-perf-report-iterative-2005-2n-clx:
762       csit-vpp-perf-verify-2001-2n-clx:
763         - 28  # NDRPDR sel
764         - 29  # NDRPDR sel
765         - 32  # NDRPDR sel
766         - 40  # NDRPDR sel
767         - 43  # NDRPDR sel
768         - 44  # NDRPDR sel
769         - 45  # NDRPDR sel
770         - 47  # NDRPDR sel
771         - 48  # NDRPDR sel
772         - 49  # NDRPDR sel
773
774     vpp-performance-changes-2n-dnv-h1:
775       csit-vpp-perf-verify-1908-2n-dnv:
776         - 1   # NDRPDR sel
777         - 2   # NDRPDR sel
778         - 3   # NDRPDR sel
779         - 4   # NDRPDR sel
780         - 5   # NDRPDR sel
781         - 6   # NDRPDR sel
782         - 7   # NDRPDR sel
783         - 8   # NDRPDR sel
784         - 9   # NDRPDR sel
785         - 10  # NDRPDR sel
786     vpp-performance-changes-2n-dnv-ref:
787       csit-vpp-perf-verify-2001-2n-dnv:
788         - 4   # NDRPDR sel
789         - 5   # NDRPDR sel
790         - 6   # NDRPDR sel
791         - 7   # NDRPDR sel
792         - 8   # NDRPDR sel
793         - 9   # NDRPDR sel
794         - 10  # NDRPDR sel
795         - 11  # NDRPDR sel
796         - 13  # NDRPDR sel
797         - 16  # NDRPDR sel
798     vpp-performance-changes-2n-dnv-cmp:
799       # TODO: Replace:
800       # csit-vpp-perf-report-iterative-2005-2n-dnv:
801       csit-vpp-perf-verify-2001-2n-dnv:
802         - 4   # NDRPDR sel
803         - 5   # NDRPDR sel
804         - 6   # NDRPDR sel
805         - 7   # NDRPDR sel
806         - 8   # NDRPDR sel
807         - 9   # NDRPDR sel
808         - 10  # NDRPDR sel
809         - 11  # NDRPDR sel
810         - 13  # NDRPDR sel
811         - 16  # NDRPDR sel
812
813     vpp-performance-changes-3n-dnv-h1:
814       csit-vpp-perf-verify-1908-3n-dnv:
815         - 6   # NDRPDR sel
816         - 7   # NDRPDR sel
817         - 8   # NDRPDR sel
818         - 9   # NDRPDR sel
819         - 10  # NDRPDR sel
820         - 12  # NDRPDR sel
821         - 13  # NDRPDR sel
822         - 14  # NDRPDR sel
823         - 15  # NDRPDR sel
824         - 16  # NDRPDR sel
825     vpp-performance-changes-3n-dnv-ref:
826       csit-vpp-perf-verify-2001-3n-dnv:
827         - 5   # NDRPDR sel
828         - 6   # NDRPDR sel
829         - 7   # NDRPDR sel
830         - 8   # NDRPDR sel
831         - 9   # NDRPDR sel
832         - 10  # NDRPDR sel
833         - 12  # NDRPDR sel
834         - 16  # NDRPDR sel
835         - 17  # NDRPDR sel
836         - 18  # NDRPDR sel
837     vpp-performance-changes-3n-dnv-cmp:
838       # TODO: Replace:
839       # csit-vpp-perf-report-iterative-2005-3n-dnv:
840       csit-vpp-perf-verify-2001-3n-dnv:
841         - 5   # NDRPDR sel
842         - 6   # NDRPDR sel
843         - 7   # NDRPDR sel
844         - 8   # NDRPDR sel
845         - 9   # NDRPDR sel
846         - 10  # NDRPDR sel
847         - 12  # NDRPDR sel
848         - 16  # NDRPDR sel
849         - 17  # NDRPDR sel
850         - 18  # NDRPDR sel
851
852     vpp-performance-changes-3n-tsh-h1:
853       csit-vpp-perf-verify-1908-3n-tsh:
854         - 7   # NDRPDR sel
855         - 8   # NDRPDR sel
856         - 9   # NDRPDR sel
857         - 10  # NDRPDR sel
858         - 11  # NDRPDR sel
859         - 12  # NDRPDR sel
860         - 13  # NDRPDR sel
861         - 14  # NDRPDR sel
862         - 15  # NDRPDR sel
863         - 16  # NDRPDR sel
864     vpp-performance-changes-3n-tsh-ref:
865       csit-vpp-perf-verify-2001-3n-tsh:
866         - 3   # NDRPDR sel
867         - 4   # NDRPDR sel
868         - 7   # NDRPDR sel
869         - 8   # NDRPDR sel
870         - 10  # NDRPDR sel
871         - 12  # NDRPDR sel
872         - 13  # NDRPDR sel
873         - 14  # NDRPDR sel
874         - 15  # NDRPDR sel
875         - 21  # NDRPDR sel
876     vpp-performance-changes-3n-tsh-cmp:
877       # TODO: Replace:
878       # csit-vpp-perf-report-iterative-2005-3n-tsh:
879       csit-vpp-perf-verify-2001-3n-tsh:
880         - 3   # NDRPDR sel
881         - 4   # NDRPDR sel
882         - 7   # NDRPDR sel
883         - 8   # NDRPDR sel
884         - 10  # NDRPDR sel
885         - 12  # NDRPDR sel
886         - 13  # NDRPDR sel
887         - 14  # NDRPDR sel
888         - 15  # NDRPDR sel
889         - 21  # NDRPDR sel
890
891     vpp-soak-vs-ndr-2n-skx-ref:
892       # TODO: Replace:
893       # csit-vpp-perf-report-iterative-2005-2n-skx:
894       csit-vpp-perf-verify-2001-2n-skx:
895         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
896         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
897         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
898         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
899         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
900         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
901         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
902         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
903         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
904         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
905     vpp-soak-vs-ndr-2n-skx-cmp:
906       # TODO: Replace:
907       # csit-vpp-perf-report-iterative-2005-2n-skx:
908       csit-vpp-perf-verify-2001-2n-skx:
909         - 181  # Soak
910         - 182  # Soak
911     vpp-soak-vs-ndr-2n-skx:
912       # TODO: Replace:
913       # csit-vpp-perf-report-iterative-2005-2n-skx:
914       csit-vpp-perf-verify-2001-2n-skx:
915         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
916         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
917         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
918         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
919         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
920         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
921         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
922         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
923         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
924         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
925         - 181  # Soak
926         - 182  # Soak
927
928     vpp-soak-vs-ndr-2n-clx-ref:
929       # TODO: Replace:
930       # csit-vpp-perf-report-iterative-2005-2n-clx:
931       csit-vpp-perf-verify-2001-2n-clx:
932         - 28  # NDRPDR sel
933         - 29  # NDRPDR sel
934         - 32  # NDRPDR sel
935         - 40  # NDRPDR sel
936         - 43  # NDRPDR sel
937         - 44  # NDRPDR sel
938         - 45  # NDRPDR sel
939         - 47  # NDRPDR sel
940         - 48  # NDRPDR sel
941         - 49  # NDRPDR sel
942     vpp-soak-vs-ndr-2n-clx-cmp:
943       # TODO: Replace:
944       # csit-vpp-perf-report-iterative-2005-2n-clx:
945       csit-vpp-perf-verify-2001-2n-clx:
946         - 93  # SOAK
947         - 94  # Soak
948     vpp-soak-vs-ndr-2n-clx:
949       # TODO: Replace:
950       # csit-vpp-perf-report-iterative-2005-2n-clx:
951       csit-vpp-perf-verify-2001-2n-clx:
952         - 28  # NDRPDR sel
953         - 29  # NDRPDR sel
954         - 32  # NDRPDR sel
955         - 40  # NDRPDR sel
956         - 43  # NDRPDR sel
957         - 44  # NDRPDR sel
958         - 45  # NDRPDR sel
959         - 47  # NDRPDR sel
960         - 48  # NDRPDR sel
961         - 49  # NDRPDR sel
962         - 93  # SOAK
963         - 94  # Soak
964
965     vpp-performance-changes-3n-hsw-mrr-h1:
966       csit-vpp-perf-verify-1908-3n-hsw:
967         - 39  # MRR sel
968     vpp-performance-changes-3n-hsw-mrr-ref:
969       csit-vpp-perf-verify-2001-3n-hsw:
970         - 17  # MRR sel
971     vpp-performance-changes-3n-hsw-mrr-cmp:
972       # TODO: Replace:
973       # csit-vpp-perf-report-iterative-2005-3n-hsw:
974       csit-vpp-perf-verify-2001-3n-hsw:
975         - 17  # MRR sel
976
977     vpp-performance-changes-3n-skx-mrr-h1:
978       csit-vpp-perf-verify-1908-3n-skx:
979         - 36  # MRR sel
980     vpp-performance-changes-3n-skx-mrr-ref:
981       csit-vpp-perf-verify-2001-3n-skx:
982         - 50  # MRR sel
983         - 53  # MRR sel addition
984     vpp-performance-changes-3n-skx-mrr-cmp:
985       # TODO: Replace:
986       # csit-vpp-perf-report-iterative-2005-3n-skx:
987       csit-vpp-perf-verify-2001-3n-skx:
988         - 50  # MRR sel
989         - 53  # MRR sel addition
990
991     vpp-performance-changes-2n-skx-mrr-h1:
992       csit-vpp-perf-verify-1908-2n-skx:
993         - 69  # MRR sel
994     vpp-performance-changes-2n-skx-mrr-ref:
995       csit-vpp-perf-verify-2001-2n-skx:
996         - 101 # MRR sel
997         - 128 # MRR sel addition
998     vpp-performance-changes-2n-skx-mrr-cmp:
999       # TODO: Replace:
1000       # csit-vpp-perf-report-iterative-2005-2n-skx:
1001       csit-vpp-perf-verify-2001-2n-skx:
1002         - 101 # MRR sel
1003         - 128 # MRR sel addition
1004
1005 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1006 #      csit-vpp-perf-verify-1908-2n-skx:
1007 #        - 71  # NFV MRR
1008 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1009 #      # TODO: Replace
1010 #      # csit-vpp-perf-verify-2001-2n-skx:
1011 #      csit-vpp-perf-verify-1908-2n-skx:
1012 #        - 71  # NFV MRR
1013
1014     vpp-performance-changes-2n-dnv-mrr-h1:
1015       csit-vpp-perf-verify-1908-2n-dnv:
1016         - 11  # MRR sel
1017     vpp-performance-changes-2n-dnv-mrr-ref:
1018       csit-vpp-perf-verify-2001-2n-dnv:
1019         - 12  # MRR sel
1020     vpp-performance-changes-2n-dnv-mrr-cmp:
1021       # TODO: Replace:
1022       # csit-vpp-perf-report-iterative-2005-2n-dnv:
1023       csit-vpp-perf-verify-2001-2n-dnv:
1024         - 12  # MRR sel
1025
1026     vpp-performance-changes-3n-dnv-mrr-h1:
1027       csit-vpp-perf-verify-1908-3n-dnv:
1028         - 17  # MRR sel
1029     vpp-performance-changes-3n-dnv-mrr-ref:
1030       csit-vpp-perf-verify-2001-3n-dnv:
1031         - 11  # MRR sel
1032     vpp-performance-changes-3n-dnv-mrr-cmp:
1033       # TODO: Replace:
1034       # csit-vpp-perf-report-iterative-2005-3n-dnv:
1035       csit-vpp-perf-verify-2001-3n-dnv:
1036         - 11  # MRR sel
1037
1038     vpp-performance-changes-3n-tsh-mrr-h1:
1039       csit-vpp-perf-verify-1908-3n-tsh:
1040         - 17  # MRR sel
1041     vpp-performance-changes-3n-tsh-mrr-ref:
1042       csit-vpp-perf-verify-2001-3n-tsh:
1043         - 9   # MRR sel
1044     vpp-performance-changes-3n-tsh-mrr-cmp:
1045       # TODO: Replace:
1046       # csit-vpp-perf-report-iterative-2005-3n-tsh:
1047       csit-vpp-perf-verify-2001-3n-tsh:
1048         - 9   # MRR sel
1049
1050     dpdk-performance-changes-3n-hsw-h1:
1051       csit-dpdk-perf-verify-1908-3n-hsw:
1052         - 2   # NDRPDR sel
1053         - 3   # NDRPDR sel
1054         - 4   # NDRPDR sel
1055         - 5   # NDRPDR sel
1056         - 6   # NDRPDR sel
1057         - 7   # NDRPDR sel
1058         - 8   # NDRPDR sel
1059         - 9   # NDRPDR sel
1060         - 10  # NDRPDR sel
1061         - 11  # NDRPDR sel
1062     dpdk-performance-changes-3n-hsw-ref:
1063       csit-dpdk-perf-verify-2001-3n-hsw:
1064 #        - 4   # NDRPDR sel
1065 #        - 5   # NDRPDR sel
1066 #        - 6   # NDRPDR sel
1067 #        - 7   # NDRPDR sel
1068 #        - 8   # NDRPDR sel
1069 #        - 9   # NDRPDR sel
1070 #        - 10  # NDRPDR sel
1071 #        - 11  # NDRPDR sel
1072 #        - 12  # NDRPDR sel
1073 #        - 13  # NDRPDR sel
1074         - 15  # NDRPDR sel
1075         - 16  # NDRPDR sel
1076         - 17  # NDRPDR sel
1077         - 18  # NDRPDR sel
1078         - 19  # NDRPDR sel
1079         - 20  # NDRPDR sel
1080         - 21  # NDRPDR sel
1081         - 22  # NDRPDR sel
1082         - 23  # NDRPDR sel
1083         - 24  # NDRPDR sel
1084     dpdk-performance-changes-3n-hsw-cmp:
1085       # TODO: Replace:
1086       # csit-dpdk-perf-verify-2005-3n-hsw:
1087       csit-dpdk-perf-verify-2001-3n-hsw:
1088 #        - 4   # NDRPDR sel
1089 #        - 5   # NDRPDR sel
1090 #        - 6   # NDRPDR sel
1091 #        - 7   # NDRPDR sel
1092 #        - 8   # NDRPDR sel
1093 #        - 9   # NDRPDR sel
1094 #        - 10  # NDRPDR sel
1095 #        - 11  # NDRPDR sel
1096 #        - 12  # NDRPDR sel
1097 #        - 13  # NDRPDR sel
1098         - 15  # NDRPDR sel
1099         - 16  # NDRPDR sel
1100         - 17  # NDRPDR sel
1101         - 18  # NDRPDR sel
1102         - 19  # NDRPDR sel
1103         - 20  # NDRPDR sel
1104         - 21  # NDRPDR sel
1105         - 22  # NDRPDR sel
1106         - 23  # NDRPDR sel
1107         - 24  # NDRPDR sel
1108
1109     dpdk-performance-changes-3n-skx-h1:
1110       csit-dpdk-perf-verify-1908-3n-skx:
1111         - 3   # NDRPDR sel
1112         - 4   # NDRPDR sel
1113         - 5   # NDRPDR sel
1114         - 6   # NDRPDR sel
1115         - 7   # NDRPDR sel
1116         - 8   # NDRPDR sel
1117         - 9   # NDRPDR sel
1118         - 10  # NDRPDR sel
1119         - 11  # NDRPDR sel
1120         - 12  # NDRPDR sel
1121     dpdk-performance-changes-3n-skx-ref:
1122       csit-dpdk-perf-verify-2001-3n-skx:
1123         - 29  # NDRPDR sel xxv710
1124         - 33  # NDRPDR sel xxv710
1125         - 34  # NDRPDR sel xxv710
1126         - 35  # NDRPDR sel xxv710
1127         - 36  # NDRPDR sel xxv710
1128         - 37  # NDRPDR sel xxv710
1129         - 41  # NDRPDR sel xxv710
1130         - 42  # NDRPDR sel xxv710
1131         - 43  # NDRPDR sel xxv710
1132         - 45  # NDRPDR sel xxv710
1133         - 30  # NDRPDR sel x710
1134         - 31  # NDRPDR sel x710
1135         - 32  # NDRPDR sel x710
1136         - 38  # NDRPDR sel x710
1137         - 39  # NDRPDR sel x710
1138         - 40  # NDRPDR sel x710
1139         - 44  # NDRPDR sel x710
1140         - 46  # NDRPDR sel x710
1141         - 47  # NDRPDR sel x710
1142         - 48  # NDRPDR sel x710
1143     dpdk-performance-changes-3n-skx-cmp:
1144       # TODO: Replace:
1145       # csit-dpdk-perf-verify-2005-3n-skx:
1146       csit-dpdk-perf-verify-2001-3n-skx:
1147         - 29  # NDRPDR sel xxv710
1148         - 33  # NDRPDR sel xxv710
1149         - 34  # NDRPDR sel xxv710
1150         - 35  # NDRPDR sel xxv710
1151         - 36  # NDRPDR sel xxv710
1152         - 37  # NDRPDR sel xxv710
1153         - 41  # NDRPDR sel xxv710
1154         - 42  # NDRPDR sel xxv710
1155         - 43  # NDRPDR sel xxv710
1156         - 45  # NDRPDR sel xxv710
1157         - 30  # NDRPDR sel x710
1158         - 31  # NDRPDR sel x710
1159         - 32  # NDRPDR sel x710
1160         - 38  # NDRPDR sel x710
1161         - 39  # NDRPDR sel x710
1162         - 40  # NDRPDR sel x710
1163         - 44  # NDRPDR sel x710
1164         - 46  # NDRPDR sel x710
1165         - 47  # NDRPDR sel x710
1166         - 48  # NDRPDR sel x710
1167
1168     dpdk-performance-changes-2n-skx-h1:
1169       csit-dpdk-perf-verify-1908-2n-skx:
1170         - 2   # NDRPDR sel
1171         - 3   # NDRPDR sel
1172         - 4   # NDRPDR sel
1173         - 5   # NDRPDR sel
1174         - 7   # NDRPDR sel
1175         - 8   # NDRPDR sel
1176         - 9   # NDRPDR sel
1177         - 10  # NDRPDR sel
1178         - 11  # NDRPDR sel
1179         - 12  # NDRPDR sel
1180     dpdk-performance-changes-2n-skx-ref:
1181       csit-dpdk-perf-verify-2001-2n-skx:
1182         - 35  # NDRPDR sel xxv710
1183         - 36  # NDRPDR sel xxv710
1184         - 37  # NDRPDR sel xxv710
1185         - 41  # NDRPDR sel xxv710
1186         - 42  # NDRPDR sel xxv710
1187         - 43  # NDRPDR sel xxv710
1188         - 46  # NDRPDR sel xxv710
1189         - 47  # NDRPDR sel xxv710
1190         - 52  # NDRPDR sel xxv710
1191         - 53  # NDRPDR sel xxv710
1192         - 38  # NDRPDR sel x710
1193         - 39  # NDRPDR sel x710
1194         - 40  # NDRPDR sel x710
1195         - 44  # NDRPDR sel x710
1196         - 45  # NDRPDR sel x710
1197         - 48  # NDRPDR sel x710
1198         - 49  # NDRPDR sel x710
1199         - 50  # NDRPDR sel x710
1200         - 51  # NDRPDR sel x710
1201         - 54  # NDRPDR sel x710
1202     dpdk-performance-changes-2n-skx-cmp:
1203       # TODO: Replace:
1204       # csit-dpdk-perf-verify-2005-2n-skx:
1205       csit-dpdk-perf-verify-2001-2n-skx:
1206         - 35  # NDRPDR sel xxv710
1207         - 36  # NDRPDR sel xxv710
1208         - 37  # NDRPDR sel xxv710
1209         - 41  # NDRPDR sel xxv710
1210         - 42  # NDRPDR sel xxv710
1211         - 43  # NDRPDR sel xxv710
1212         - 46  # NDRPDR sel xxv710
1213         - 47  # NDRPDR sel xxv710
1214         - 52  # NDRPDR sel xxv710
1215         - 53  # NDRPDR sel xxv710
1216         - 38  # NDRPDR sel x710
1217         - 39  # NDRPDR sel x710
1218         - 40  # NDRPDR sel x710
1219         - 44  # NDRPDR sel x710
1220         - 45  # NDRPDR sel x710
1221         - 48  # NDRPDR sel x710
1222         - 49  # NDRPDR sel x710
1223         - 50  # NDRPDR sel x710
1224         - 51  # NDRPDR sel x710
1225         - 54  # NDRPDR sel x710
1226
1227     # Compare testbeds
1228
1229     vpp-compare-testbeds-ref:
1230       # TODO: Replace:
1231       # csit-vpp-perf-report-iterative-2005-3n-hsw:
1232       csit-vpp-perf-verify-2001-3n-hsw:
1233         - 21  # NDRPDR sel
1234         - 22  # NDRPDR sel
1235         - 23  # NDRPDR sel
1236         - 24  # NDRPDR sel
1237         - 25  # NDRPDR sel
1238         - 29  # NDRPDR sel
1239         - 30  # NDRPDR sel
1240         - 31  # NDRPDR sel
1241         - 32  # NDRPDR sel
1242         - 34  # NDRPDR sel
1243     vpp-compare-testbeds-cmp:
1244       # TODO: Replace:
1245       # csit-vpp-perf-report-iterative-2005-3n-skx:
1246       csit-vpp-perf-verify-2001-3n-skx:
1247         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1248         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1249         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1250         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1251         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1252         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1253         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1254
1255     vpp-compare-testbeds-skx-clx-ref:
1256       # TODO: Replace:
1257       # csit-vpp-perf-report-iterative-2005-2n-skx:
1258       csit-vpp-perf-verify-2001-2n-skx:
1259         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1260         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1261         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1262         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1263         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1264         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1265         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1266         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1267         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1268         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1269     vpp-compare-testbeds-skx-clx-cmp:
1270       # TODO: Replace:
1271       # csit-vpp-perf-report-iterative-2005-2n-clx:
1272       csit-vpp-perf-verify-2001-2n-clx:
1273         - 28  # NDRPDR sel
1274         - 29  # NDRPDR sel
1275         - 32  # NDRPDR sel
1276         - 40  # NDRPDR sel
1277         - 43  # NDRPDR sel
1278         - 44  # NDRPDR sel
1279         - 45  # NDRPDR sel
1280         - 47  # NDRPDR sel
1281         - 48  # NDRPDR sel
1282         - 49  # NDRPDR sel
1283
1284     vpp-compare-testbeds-hsw-clx-ref:
1285       # TODO: Replace:
1286       # csit-vpp-perf-report-iterative-2005-3n-hsw:
1287       csit-vpp-perf-verify-2001-3n-hsw:
1288         - 21  # NDRPDR sel
1289         - 22  # NDRPDR sel
1290         - 23  # NDRPDR sel
1291         - 24  # NDRPDR sel
1292         - 25  # NDRPDR sel
1293         - 29  # NDRPDR sel
1294         - 30  # NDRPDR sel
1295         - 31  # NDRPDR sel
1296         - 32  # NDRPDR sel
1297         - 34  # NDRPDR sel
1298     vpp-compare-testbeds-hsw-clx-cmp:
1299       # TODO: Replace:
1300       # csit-vpp-perf-report-iterative-2005-2n-clx:
1301       csit-vpp-perf-verify-2001-2n-clx:
1302         - 28  # NDRPDR sel
1303         - 29  # NDRPDR sel
1304         - 32  # NDRPDR sel
1305         - 40  # NDRPDR sel
1306         - 43  # NDRPDR sel
1307         - 44  # NDRPDR sel
1308         - 45  # NDRPDR sel
1309         - 47  # NDRPDR sel
1310         - 48  # NDRPDR sel
1311         - 49  # NDRPDR sel
1312
1313     vpp-compare-testbeds-mrr-ref:
1314       # TODO: Replace:
1315       # csit-vpp-perf-report-iterative-2005-3n-hsw:
1316       csit-vpp-perf-verify-2001-3n-hsw:
1317         - 17  # MRR sel
1318     vpp-compare-testbeds-mrr-cmp:
1319       # TODO: Replace:
1320       # csit-vpp-perf-report-iterative-2005-3n-skx:
1321       csit-vpp-perf-verify-2001-3n-skx:
1322         - 50  # MRR sel
1323         - 53  # MRR sel addition
1324
1325     vpp-compare-testbeds-mrr-skx-clx-ref:
1326       # TODO: Replace:
1327       # csit-vpp-perf-report-iterative-2005-2n-skx:
1328       csit-vpp-perf-verify-2001-2n-skx:
1329         - 101 # MRR sel
1330         - 128 # MRR sel addition
1331     vpp-compare-testbeds-mrr-skx-clx-cmp:
1332       # TODO: Replace:
1333       # csit-vpp-perf-report-iterative-2005-2n-clx:
1334       csit-vpp-perf-verify-2001-2n-clx:
1335         - 39  # MRR
1336
1337     vpp-compare-testbeds-mrr-hsw-clx-ref:
1338       # TODO: Replace:
1339       # csit-vpp-perf-report-iterative-2005-3n-hsw:
1340       csit-vpp-perf-verify-2001-3n-hsw:
1341         - 17  # MRR sel
1342     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1343       # TODO: Replace:
1344       # csit-vpp-perf-report-iterative-2005-2n-clx:
1345       csit-vpp-perf-verify-2001-2n-clx:
1346         - 39  # MRR
1347
1348     dpdk-compare-testbeds-ref:
1349       # TODO: Replace:
1350       # csit-dpdk-perf-verify-2005-3n-hsw:
1351       csit-dpdk-perf-verify-2001-3n-hsw:
1352         - 4   # NDRPDR sel
1353         - 5   # NDRPDR sel
1354         - 6   # NDRPDR sel
1355         - 7   # NDRPDR sel
1356         - 8   # NDRPDR sel
1357         - 9   # NDRPDR sel
1358         - 10  # NDRPDR sel
1359         - 11  # NDRPDR sel
1360         - 12  # NDRPDR sel
1361         - 13  # NDRPDR sel
1362         - 15  # NDRPDR sel
1363         - 16  # NDRPDR sel
1364         - 17  # NDRPDR sel
1365         - 18  # NDRPDR sel
1366         - 19  # NDRPDR sel
1367         - 20  # NDRPDR sel
1368         - 21  # NDRPDR sel
1369         - 22  # NDRPDR sel
1370         - 23  # NDRPDR sel
1371         - 24  # NDRPDR sel
1372     dpdk-compare-testbeds-cmp:
1373       # TODO: Replace:
1374       # csit-dpdk-perf-verify-2005-3n-skx:
1375       csit-dpdk-perf-verify-2001-3n-skx:
1376         - 29  # NDRPDR sel xxv710
1377         - 33  # NDRPDR sel xxv710
1378         - 34  # NDRPDR sel xxv710
1379         - 35  # NDRPDR sel xxv710
1380         - 36  # NDRPDR sel xxv710
1381         - 37  # NDRPDR sel xxv710
1382         - 41  # NDRPDR sel xxv710
1383         - 42  # NDRPDR sel xxv710
1384         - 43  # NDRPDR sel xxv710
1385         - 45  # NDRPDR sel xxv710
1386         - 30  # NDRPDR sel x710
1387         - 31  # NDRPDR sel x710
1388         - 32  # NDRPDR sel x710
1389         - 38  # NDRPDR sel x710
1390         - 39  # NDRPDR sel x710
1391         - 40  # NDRPDR sel x710
1392         - 44  # NDRPDR sel x710
1393         - 46  # NDRPDR sel x710
1394         - 47  # NDRPDR sel x710
1395         - 48  # NDRPDR sel x710
1396
1397     dpdk-compare-testbeds-skx-clx-ref:
1398       # TODO: Replace:
1399       # csit-dpdk-perf-verify-2005-2n-skx:
1400       csit-dpdk-perf-verify-2001-2n-skx:
1401         - 35  # NDRPDR sel xxv710
1402         - 36  # NDRPDR sel xxv710
1403         - 37  # NDRPDR sel xxv710
1404         - 41  # NDRPDR sel xxv710
1405         - 42  # NDRPDR sel xxv710
1406         - 43  # NDRPDR sel xxv710
1407         - 46  # NDRPDR sel xxv710
1408         - 47  # NDRPDR sel xxv710
1409         - 52  # NDRPDR sel xxv710
1410         - 53  # NDRPDR sel xxv710
1411         - 38  # NDRPDR sel x710
1412         - 39  # NDRPDR sel x710
1413         - 40  # NDRPDR sel x710
1414         - 44  # NDRPDR sel x710
1415         - 45  # NDRPDR sel x710
1416         - 48  # NDRPDR sel x710
1417         - 49  # NDRPDR sel x710
1418         - 50  # NDRPDR sel x710
1419         - 51  # NDRPDR sel x710
1420         - 54  # NDRPDR sel x710
1421     dpdk-compare-testbeds-skx-clx-cmp:
1422       # TODO: Replace:
1423       # csit-dpdk-perf-verify-2005-2n-clx:
1424       csit-dpdk-perf-verify-2001-2n-clx:
1425         - 15  # NDRPDR sel
1426         - 16  # NDRPDR sel
1427         - 17  # NDRPDR sel
1428         - 18  # NDRPDR sel
1429         - 19  # NDRPDR sel
1430         - 20  # NDRPDR sel
1431         - 21  # NDRPDR sel
1432         - 22  # NDRPDR sel
1433         - 23  # NDRPDR sel
1434         - 24  # NDRPDR sel
1435         - 25  # NDRPDR sel
1436         - 26  # NDRPDR sel
1437         - 27  # NDRPDR sel
1438         - 28  # NDRPDR sel
1439         - 29  # NDRPDR sel
1440         - 30  # NDRPDR sel
1441         - 31  # NDRPDR sel
1442         - 32  # NDRPDR sel
1443         - 33  # NDRPDR sel
1444         - 34  # NDRPDR sel
1445
1446     # Compare topologies
1447
1448     vpp-compare-topologies-ref:
1449       # TODO: Replace:
1450       # csit-vpp-perf-report-iterative-2005-3n-skx:
1451       csit-vpp-perf-verify-2001-3n-skx:
1452         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1453         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1454         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1455         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1456         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1457         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1458         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1459     vpp-compare-topologies-cmp:
1460       # TODO: Replace:
1461       # csit-vpp-perf-report-iterative-2005-2n-skx:
1462       csit-vpp-perf-verify-2001-2n-skx:
1463         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1464         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1465         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1466         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1467         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1468         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1469         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1470         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1471         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1472         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1473
1474     vpp-compare-topologies-mrr-ref:
1475       # TODO: Replace:
1476       # csit-vpp-perf-report-iterative-2005-3n-skx:
1477       csit-vpp-perf-verify-2001-3n-skx:
1478         - 50  # MRR sel
1479         - 53  # MRR sel addition
1480     vpp-compare-topologies-mrr-cmp:
1481       # TODO: Replace:
1482       # csit-vpp-perf-report-iterative-2005-2n-skx:
1483       csit-vpp-perf-verify-2001-2n-skx:
1484         - 101 # MRR sel
1485         - 128 # MRR sel addition
1486
1487     dpdk-compare-topologies-ref:
1488       # TODO: Replace:
1489       # csit-dpdk-perf-verify-2005-3n-skx:
1490       csit-dpdk-perf-verify-2001-3n-skx:
1491         - 29  # NDRPDR sel xxv710
1492         - 33  # NDRPDR sel xxv710
1493         - 34  # NDRPDR sel xxv710
1494         - 35  # NDRPDR sel xxv710
1495         - 36  # NDRPDR sel xxv710
1496         - 37  # NDRPDR sel xxv710
1497         - 41  # NDRPDR sel xxv710
1498         - 42  # NDRPDR sel xxv710
1499         - 43  # NDRPDR sel xxv710
1500         - 45  # NDRPDR sel xxv710
1501         - 30  # NDRPDR sel x710
1502         - 31  # NDRPDR sel x710
1503         - 32  # NDRPDR sel x710
1504         - 38  # NDRPDR sel x710
1505         - 39  # NDRPDR sel x710
1506         - 40  # NDRPDR sel x710
1507         - 44  # NDRPDR sel x710
1508         - 46  # NDRPDR sel x710
1509         - 47  # NDRPDR sel x710
1510         - 48  # NDRPDR sel x710
1511     dpdk-compare-topologies-cmp:
1512       # TODO: Replace:
1513       # csit-dpdk-perf-verify-2005-2n-skx:
1514       csit-dpdk-perf-verify-2001-2n-skx:
1515         - 35  # NDRPDR sel xxv710
1516         - 36  # NDRPDR sel xxv710
1517         - 37  # NDRPDR sel xxv710
1518         - 41  # NDRPDR sel xxv710
1519         - 42  # NDRPDR sel xxv710
1520         - 43  # NDRPDR sel xxv710
1521         - 46  # NDRPDR sel xxv710
1522         - 47  # NDRPDR sel xxv710
1523         - 52  # NDRPDR sel xxv710
1524         - 53  # NDRPDR sel xxv710
1525         - 38  # NDRPDR sel x710
1526         - 39  # NDRPDR sel x710
1527         - 40  # NDRPDR sel x710
1528         - 44  # NDRPDR sel x710
1529         - 45  # NDRPDR sel x710
1530         - 48  # NDRPDR sel x710
1531         - 49  # NDRPDR sel x710
1532         - 50  # NDRPDR sel x710
1533         - 51  # NDRPDR sel x710
1534         - 54  # NDRPDR sel x710
1535
1536   plot-layouts:
1537
1538     plot-soak-throughput:
1539       titlefont:
1540         size: 18
1541       xaxis:
1542         title: "<b>Test Cases [Index]</b>"
1543         titlefont:
1544           size: 16
1545         autorange: True
1546         fixedrange: False
1547         gridcolor: "rgb(230, 230, 230)"
1548         linecolor: "rgb(220, 220, 220)"
1549         linewidth: 1
1550         showgrid: True
1551         showline: True
1552         showticklabels: True
1553         tickcolor: "rgb(220, 220, 220)"
1554         tickmode: "linear"
1555         tickfont:
1556           size: 16
1557         zeroline: False
1558       yaxis:
1559         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1560         titlefont:
1561           size: 16
1562         gridcolor: "rgb(230, 230, 230)"
1563         hoverformat: ".4r"
1564         tickformat: ".3r"
1565         linecolor: "rgb(220, 220, 220)"
1566         linewidth: 1
1567         showgrid: True
1568         showline: True
1569         showticklabels: True
1570         tickcolor: "rgb(220, 220, 220)"
1571         tickfont:
1572           size: 16
1573         zeroline: False
1574         range: [0,50]
1575       autosize: False
1576       margin:
1577         t: 50
1578         b: 0
1579         l: 80
1580         r: 20
1581       showlegend: True
1582       legend:
1583         orientation: "h"
1584         font:
1585           size: 16
1586       width: 700
1587       height: 900
1588       paper_bgcolor: "#fff"
1589       plot_bgcolor: "#fff"
1590       hoverlabel:
1591         namelength: -1
1592
1593     plot-service-density:
1594       titlefont:
1595         size: 18
1596       xaxis:
1597         side: "top"
1598         autorange: True
1599         fixedrange: False
1600         showgrid: False
1601         showline: False
1602         showticklabels: False
1603         ticks: ""
1604         ticklen: 0
1605         tickwidth: 0
1606         zeroline: False
1607       yaxis:
1608         autorange: "reversed"
1609         showgrid: False
1610         showline: False
1611         showticklabels: False
1612         ticks: ""
1613         ticklen: 0
1614         tickwidth: 0
1615         zeroline: False
1616       showlegend: False
1617       paper_bgcolor: "#fff"
1618       plot_bgcolor: "#fff"
1619       width: 700
1620       height: 700
1621       hoverlabel:
1622         namelength: -1
1623
1624     plot-cps:
1625       titlefont:
1626         size: 18
1627       xaxis:
1628         title: "<b>Test Cases [Index]</b>"
1629         titlefont:
1630           size: 16
1631         autorange: True
1632         fixedrange: False
1633         gridcolor: "rgb(230, 230, 230)"
1634         linecolor: "rgb(220, 220, 220)"
1635         linewidth: 1
1636         showgrid: True
1637         showline: True
1638         showticklabels: True
1639         tickcolor: "rgb(220, 220, 220)"
1640         tickmode: "linear"
1641         tickfont:
1642           size: 16
1643         zeroline: False
1644       yaxis:
1645         title: "<b>Connections Per Second [cps]</b>"
1646         titlefont:
1647           size: 16
1648         gridcolor: "rgb(230, 230, 230)"
1649         hoverformat: ".4s"
1650         linecolor: "rgb(220, 220, 220)"
1651         linewidth: 1
1652         rangemode: "tozero"
1653         showgrid: True
1654         showline: True
1655         showticklabels: True
1656         tickcolor: "rgb(220, 220, 220)"
1657         tickformat: ".3s"
1658         tickfont:
1659           size: 16
1660         zeroline: False
1661       boxmode: "group"
1662       boxgroupgap: 0.5
1663       autosize: False
1664       margin:
1665         t: 50
1666         b: 20
1667         l: 80
1668         r: 20
1669       showlegend: True
1670       legend:
1671         orientation: "h"
1672         font:
1673           size: 16
1674       width: 700
1675       height: 800
1676       paper_bgcolor: "#fff"
1677       plot_bgcolor: "#fff"
1678       hoverlabel:
1679         namelength: -1
1680
1681     plot-rps:
1682       titlefont:
1683         size: 18
1684       xaxis:
1685         title: "<b>Test Cases [Index]</b>"
1686         titlefont:
1687           size: 16
1688         autorange: True
1689         fixedrange: False
1690         gridcolor: "rgb(230, 230, 230)"
1691         linecolor: "rgb(220, 220, 220)"
1692         linewidth: 1
1693         showgrid: True
1694         showline: True
1695         showticklabels: True
1696         tickcolor: "rgb(220, 220, 220)"
1697         tickmode: "linear"
1698         tickfont:
1699           size: 16
1700         zeroline: False
1701       yaxis:
1702         title: "<b>Requests Per Second [rps]</b>"
1703         titlefont:
1704           size: 16
1705         gridcolor: "rgb(230, 230, 230)"
1706         hoverformat: ".4s"
1707         linecolor: "rgb(220, 220, 220)"
1708         linewidth: 1
1709         rangemode: "tozero"
1710         showgrid: True
1711         showline: True
1712         showticklabels: True
1713         tickcolor: "rgb(230, 230, 230)"
1714         tickformat: ".3s"
1715         tickfont:
1716           size: 16
1717         zeroline: False
1718       boxmode: "group"
1719       boxgroupgap: 0.5
1720       autosize: False
1721       margin:
1722         t: 50
1723         b: 20
1724         l: 80
1725         r: 20
1726       showlegend: True
1727       legend:
1728         orientation: "h"
1729         font:
1730           size: 16
1731       width: 700
1732       height: 800
1733       paper_bgcolor: "#fff"
1734       plot_bgcolor: "#fff"
1735       hoverlabel:
1736         namelength: -1
1737
1738     plot-hoststack:
1739       titlefont:
1740         size: 16
1741       xaxis:
1742         title: "<b>Test Cases [Index]</b>"
1743         titlefont:
1744           size: 14
1745         autorange: True
1746         fixedrange: False
1747         gridcolor: "rgb(230, 230, 230)"
1748         linecolor: "rgb(220, 220, 220)"
1749         linewidth: 1
1750         showgrid: True
1751         showline: True
1752         showticklabels: True
1753         tickcolor: "rgb(220, 220, 220)"
1754         tickmode: "linear"
1755         tickfont:
1756           size: 14
1757         zeroline: False
1758       yaxis:
1759         title: "<b>Bandwidth [Gbps]</b>"
1760         titlefont:
1761           size: 14
1762         gridcolor: "rgb(230, 230, 230)"
1763         hoverformat: ".4s"
1764         linecolor: "rgb(220, 220, 220)"
1765         linewidth: 1
1766         rangemode: "tozero"
1767         showgrid: True
1768         showline: True
1769         showticklabels: True
1770         tickcolor: "rgb(230, 230, 230)"
1771         tickformat: ".3s"
1772         tickfont:
1773           size: 14
1774         zeroline: False
1775       boxmode: "group"
1776       boxgroupgap: 0.5
1777       autosize: False
1778       margin:
1779         t: 50
1780         b: 20
1781         l: 80
1782         r: 20
1783       showlegend: True
1784       legend:
1785         orientation: "h"
1786         font:
1787           size: 14
1788       width: 700
1789       height: 800
1790       paper_bgcolor: "#fff"
1791       plot_bgcolor: "#fff"
1792       hoverlabel:
1793         namelength: -1
1794
1795     plot-throughput:
1796       titlefont:
1797         size: 18
1798       xaxis:
1799         title: "<b>Test Cases [Index]</b>"
1800         titlefont:
1801           size: 16
1802         autorange: True
1803         fixedrange: False
1804         gridcolor: "rgb(230, 230, 230)"
1805         linecolor: "rgb(220, 220, 220)"
1806         linewidth: 1
1807         showgrid: True
1808         showline: True
1809         showticklabels: True
1810         tickcolor: "rgb(220, 220, 220)"
1811         tickmode: "linear"
1812         tickfont:
1813           size: 16
1814         zeroline: False
1815       yaxis:
1816         title: "<b>Packet Throughput [Mpps]</b>"
1817         titlefont:
1818           size: 16
1819         gridcolor: "rgb(230, 230, 230)"
1820         hoverformat: ".4r"
1821         tickformat: ".3r"
1822         linecolor: "rgb(220, 220, 220)"
1823         linewidth: 1
1824         showgrid: True
1825         showline: True
1826         showticklabels: True
1827         tickcolor: "rgb(220, 220, 220)"
1828         tickfont:
1829           size: 16
1830         zeroline: False
1831         range: [0,50]
1832       autosize: False
1833       margin:
1834         t: 50
1835         b: 0
1836         l: 80
1837         r: 20
1838       showlegend: True
1839       legend:
1840         orientation: "h"
1841         font:
1842           size: 16
1843       width: 700
1844       height: 900
1845       paper_bgcolor: "#fff"
1846       plot_bgcolor: "#fff"
1847       hoverlabel:
1848         namelength: -1
1849
1850     plot-throughput-speedup-analysis:
1851       titlefont:
1852         size: 18
1853       xaxis:
1854         title: "<b>Number of Cores [Qty]</b>"
1855         titlefont:
1856           size: 16
1857         autorange: True
1858         fixedrange: False
1859         gridcolor: "rgb(230, 230, 230)"
1860         linecolor: "rgb(220, 220, 220)"
1861         linewidth: 1
1862         showgrid: True
1863         showline: True
1864         showticklabels: True
1865         tickcolor: "rgb(238, 238, 238)"
1866         tickmode: "linear"
1867         tickfont:
1868           size: 16
1869         zeroline: False
1870       yaxis:
1871         title: "<b>Packet Throughput [Mpps]</b>"
1872         titlefont:
1873           size: 16
1874         type: "linear"
1875         gridcolor: "rgb(230, 230, 230)"
1876         hoverformat: ".4s"
1877         linecolor: "rgb(220, 220, 220)"
1878         linewidth: 1
1879         showgrid: True
1880         showline: True
1881         showticklabels: True
1882         tickcolor: "rgb(220, 220, 220)"
1883         tickformat: ".4s"
1884         tickfont:
1885           size: 16
1886         zeroline: True
1887         rangemode: "tozero"
1888         range: [0,100]
1889       legend:
1890         orientation: "h"
1891         font:
1892           size: 16
1893         xanchor: "left"
1894         yanchor: "top"
1895         x: 0
1896         y: -0.2
1897         bgcolor: "rgba(255, 255, 255, 0)"
1898         bordercolor: "rgba(255, 255, 255, 0)"
1899         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1900       autosize: False
1901       margin:
1902           't': 50
1903           'b': 150
1904           'l': 85
1905           'r': 10
1906       showlegend: True
1907       width: 700
1908       height: 700
1909       paper_bgcolor: "#fff"
1910       plot_bgcolor: "#fff"
1911       hoverlabel:
1912         namelength: -1
1913       annotations: [
1914         {
1915           text: "_ _          __          ...",
1916           align: "left",
1917           showarrow: False,
1918           xref: "paper",
1919           yref: "paper",
1920           xanchor: "left",
1921           yanchor: "top",
1922           x: 0,
1923           y: -0.13,
1924           font: {
1925             family: "Consolas, Courier New",
1926             size: 15
1927           },
1928         },
1929         {
1930           text: "    Perfect     Measured     Limit",
1931           align: "left",
1932           showarrow: False,
1933           xref: "paper",
1934           yref: "paper",
1935           xanchor: "left",
1936           yanchor: "top",
1937           x: 0,
1938           y: -0.15,
1939           font: {
1940             family: "Consolas, Courier New",
1941             size: 15
1942           },
1943         },
1944       ]
1945
1946     plot-latency:
1947       titlefont:
1948         size: 18
1949       xaxis:
1950         title: "<b>Direction</b>"
1951         titlefont:
1952           size: 16
1953         autorange: True
1954         fixedrange: False
1955         gridcolor: "rgb(230, 230, 230)"
1956         linecolor: "rgb(220, 220, 220)"
1957         linewidth: 1
1958         showgrid: True
1959         showline: True
1960         showticklabels: False
1961         tickcolor: "rgb(220, 220, 220)"
1962         tickmode: "linear"
1963         tickfont:
1964           size: 16
1965         zeroline: False
1966       yaxis:
1967         title: "<b>Packet Latency [uSec]</b>"
1968         titlefont:
1969           size: 16
1970         type: "linear"
1971         gridcolor: "rgb(230, 230, 230)"
1972         hoverformat: ".4s"
1973         linecolor: "rgb(220, 220, 220)"
1974         linewidth: 1
1975         showgrid: True
1976         showline: True
1977         showticklabels: True
1978         tickcolor: "rgb(220, 220, 220)"
1979         tickformat: ".4s"
1980         tickfont:
1981           size: 16
1982         zeroline: True
1983         rangemode: "tozero"
1984       legend:
1985         orientation: "h"
1986         font:
1987           size: 16
1988         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1989       autosize: False
1990       margin:
1991           't': 50
1992           'b': 150
1993           'l': 80
1994           'r': 10
1995       showlegend: True
1996       width: 700
1997       height: 700
1998       paper_bgcolor: "#fff"
1999       plot_bgcolor: "#fff"
2000       hoverlabel:
2001         namelength: -1
2002
2003     plot-hdrh-latency:
2004       title:
2005         text: ""
2006         xanchor: "center"
2007         x: 0.5
2008         font:
2009           size: 16
2010       width: 700
2011       plot_bgcolor: "white"
2012       annotations:
2013         - font:
2014             size: 14
2015           showarrow: False
2016           text: "<b>Packet Latency [uSec]</b>"
2017           x: 1
2018           xanchor: "right"
2019           xref: "paper"
2020           y: -0.045
2021           yanchor: "top"
2022           yref: "paper"
2023         - font:
2024             size: 14
2025           showarrow: False
2026           text: "<b>Probability [%]</b>"
2027           textangle: 270
2028           x: -0.06
2029           xanchor: "center"
2030           xref: "paper"
2031           y: 0.5
2032           yanchor: "middle"
2033           yref: "paper"
2034         - font:
2035             size: 14
2036           showarrow: False
2037           text: "<b>Direction: E-W</b>"
2038           x: 0.24
2039           xanchor: "center"
2040           xref: "paper"
2041           y: 1.05
2042           yanchor: "bottom"
2043           yref: "paper"
2044         - font:
2045             size: 14
2046           showarrow: False
2047           text: "<b>Direction: W-E</b>"
2048           x: 0.74
2049           xanchor: "center"
2050           xref: "paper"
2051           y: 1.05
2052           yanchor: "bottom"
2053           yref: "paper"
2054
2055     plot-hdrh-latency-percentile:
2056       title:
2057         text: ""
2058         xanchor: "center"
2059         x: 0.5
2060         font:
2061           size: 18
2062       xaxis:
2063         type: "log"
2064         title: "<b>Percentile [%]</b>"
2065         titlefont:
2066           size: 16
2067         autorange: True
2068         fixedrange: False
2069         gridcolor: "rgb(230, 230, 230)"
2070         linecolor: "rgb(220, 220, 220)"
2071         linewidth: 1
2072         showgrid: True
2073         showline: True
2074         showticklabels: True
2075         tickcolor: "rgb(220, 220, 220)"
2076         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2077         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2078         tickfont:
2079           size: 16
2080       yaxis:
2081         title: "<b>Packet Latency [uSec]</b>"
2082         titlefont:
2083           size: 16
2084         gridcolor: "rgb(230, 230, 230)"
2085         linecolor: "rgb(220, 220, 220)"
2086         linewidth: 1
2087         showgrid: True
2088         showline: True
2089         showticklabels: True
2090         tickcolor: "rgb(220, 220, 220)"
2091         tickfont:
2092           size: 16
2093       autosize: False
2094       showlegend: True
2095       legend:
2096         traceorder: "normal"
2097         orientation: "h"
2098         font:
2099           size: 16
2100         xanchor: "left"
2101         yanchor: "top"
2102         x: 0
2103         y: -0.15
2104         bgcolor: "rgba(255, 255, 255, 0)"
2105         bordercolor: "rgba(255, 255, 255, 0)"
2106       width: 700
2107       height: 700
2108       paper_bgcolor: "white"
2109       plot_bgcolor: "white"
2110
2111     plot-hdrh-latency-by-percentile:
2112       title:
2113         text: "<b>Latency by Percentile Distribution</b>"
2114         xanchor: "center"
2115         x: 0.5
2116         font:
2117           size: 18
2118       showlegend: True
2119       legend:
2120         traceorder: "normal"
2121         orientation: "h"
2122         font:
2123           size: 16
2124         xanchor: "left"
2125         yanchor: "top"
2126         x: 0
2127         y: -0.2
2128         bgcolor: "rgba(255, 255, 255, 0)"
2129         bordercolor: "rgba(255, 255, 255, 0)"
2130       xaxis:
2131         type: "linear"
2132         title: "<b>Percentile [%]</b>"
2133         titlefont:
2134           size: 14
2135         autorange: False
2136         fixedrange: False
2137         range: [0, 100]
2138         gridcolor: "rgb(230, 230, 230)"
2139         linecolor: "rgb(220, 220, 220)"
2140         linewidth: 1
2141         showgrid: True
2142         showline: True
2143         showticklabels: True
2144         tickcolor: "rgb(220, 220, 220)"
2145         tickvals: [0, 25, 50, 75, 100]
2146         ticktext: [0, 25, 50, 75, 100]
2147         tickfont:
2148           size: 14
2149       yaxis:
2150         title: "<b>One-Way Latency per Direction [uSec]</b>"
2151         titlefont:
2152           size: 14
2153         gridcolor: "rgb(230, 230, 230)"
2154         linecolor: "rgb(220, 220, 220)"
2155         linewidth: 1
2156         showgrid: True
2157         showline: True
2158         showticklabels: True
2159         tickcolor: "rgb(220, 220, 220)"
2160         tickfont:
2161           size: 14
2162       width: 700
2163       height: 700
2164       paper_bgcolor: "white"
2165       plot_bgcolor: "white"
2166
2167 - type: "static"
2168   src-path: "{DIR[RST]}"
2169   dst-path: "{DIR[WORKING,SRC]}"
2170
2171 - type: "input"
2172   general:
2173     file-name: "output_info.xml.gz"
2174     file-format: ".gz"
2175     arch-file-format:
2176       - ".gz"
2177       - ".zip"
2178     download-path: "{job}/{build}/archives/{filename}"
2179     extract: "output.xml"
2180
2181     zip-file-name: "robot-plugin.zip"
2182     zip-file-format: ".zip"
2183     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2184     zip-extract: "robot-plugin/output.xml"
2185
2186   builds:
2187
2188     csit-vpp-perf-verify-1908-3n-hsw:
2189       - 12  # NDRPDR sel
2190       - 13  # NDRPDR sel
2191       - 14  # NDRPDR sel
2192       - 15  # NDRPDR sel
2193       - 16  # NDRPDR sel
2194       - 17  # NDRPDR sel
2195       - 18  # NDRPDR sel
2196       - 19  # NDRPDR sel
2197       - 20  # NDRPDR sel
2198       - 21  # NDRPDR sel
2199       - 48  # NDRPDR sel vhost
2200       - 49  # NDRPDR sel vhost
2201       - 52  # NDRPDR sel vhost
2202       - 53  # NDRPDR sel vhost
2203       - 54  # NDRPDR sel vhost
2204       - 55  # NDRPDR sel vhost
2205       - 56  # NDRPDR sel vhost
2206       - 57  # NDRPDR sel vhost
2207       - 58  # NDRPDR sel vhost
2208       - 59  # NDRPDR sel vhost
2209       - 39  # MRR sel
2210     csit-vpp-perf-verify-2001-3n-hsw:
2211       - 21  # NDRPDR sel
2212       - 22  # NDRPDR sel
2213       - 23  # NDRPDR sel
2214       - 24  # NDRPDR sel
2215       - 25  # NDRPDR sel
2216       - 29  # NDRPDR sel
2217       - 30  # NDRPDR sel
2218       - 31  # NDRPDR sel
2219       - 32  # NDRPDR sel
2220       - 34  # NDRPDR sel
2221       - 17  # MRR sel
2222       - 103  # hoststack REMOVE
2223     # TODO: Add data:
2224     # csit-vpp-perf-report-iterative-2005-3n-hsw:
2225
2226     csit-vpp-perf-verify-1908_1-3n-skx:
2227       - 26  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2228       - 27  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2229       - 28  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2230       - 29  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2231       - 30  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2232       - 31  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2233       - 33  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2234       - 34  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2235       - 35  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2236       - 36  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2237     csit-vpp-perf-verify-2001-3n-skx:
2238       - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2239       - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2240       - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2241       - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2242       - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2243       - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2244       - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2245       - 50  # MRR sel
2246       - 53  # MRR sel addition
2247     # TODO: Add data:
2248     # csit-vpp-perf-report-iterative-2005-3n-skx:
2249
2250     csit-vpp-perf-verify-1908_1-2n-skx:
2251       - 39  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2252       - 40  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2253       - 41  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2254       - 43  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2255       - 44  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2256       - 45  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2257       - 46  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2258       - 47  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2259       - 48  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2260       - 49  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2261     csit-vpp-perf-verify-2001-2n-skx:
2262       - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2263       - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2264       - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2265       - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2266       - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2267       - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2268       - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2269       - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2270       - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2271       - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2272       - 101  # MRR sel - old
2273       - 128  # MRR sel addition - old
2274       - 169  # Reconf REMOVE
2275       - 181  # Soak REMOVE
2276       - 182  # Soak REMOVE
2277     # TODO: Add data:
2278     # csit-vpp-perf-report-iterative-2005-2n-skx:
2279
2280     csit-vpp-perf-verify-1908_1-2n-clx:
2281       - 5  # NDRPDR sel
2282       - 6  # NDRPDR sel
2283       - 7  # NDRPDR sel
2284       - 8  # NDRPDR sel
2285       - 9  # NDRPDR sel
2286     csit-vpp-perf-verify-2001-2n-clx:
2287       - 28  # NDRPDR sel
2288       - 29  # NDRPDR sel
2289       - 32  # NDRPDR sel
2290       - 40  # NDRPDR sel
2291       - 43  # NDRPDR sel
2292       - 44  # NDRPDR sel
2293       - 45  # NDRPDR sel
2294       - 47  # NDRPDR sel
2295       - 48  # NDRPDR sel
2296       - 49  # NDRPDR sel
2297       - 39  # MRR
2298       - 68  # Reconf REMOVE
2299       - 80  # TCP REMOVE
2300       - 93  # Soak REMOVE
2301       - 94  # Soak REMOVE
2302     # TODO: Add data:
2303     # csit-vpp-perf-report-iterative-2005-2n-clx:
2304
2305     csit-vpp-perf-verify-1908-3n-tsh:
2306       - 7   # NDRPDR sel
2307       - 8   # NDRPDR sel
2308       - 9   # NDRPDR sel
2309       - 10  # NDRPDR sel
2310       - 11  # NDRPDR sel
2311       - 12  # NDRPDR sel
2312       - 13  # NDRPDR sel
2313       - 14  # NDRPDR sel
2314       - 15  # NDRPDR sel
2315       - 16  # NDRPDR sel
2316       - 17  # MRR sel
2317     csit-vpp-perf-verify-2001-3n-tsh:
2318       - 3   # NDRPDR sel
2319       - 4   # NDRPDR sel
2320       - 7   # NDRPDR sel
2321       - 8   # NDRPDR sel
2322       - 10  # NDRPDR sel
2323       - 12  # NDRPDR sel
2324       - 13  # NDRPDR sel
2325       - 14  # NDRPDR sel
2326       - 15  # NDRPDR sel
2327       - 21  # NDRPDR sel
2328       - 9   # MRR sel
2329     # TODO: Add data:
2330     # csit-vpp-perf-report-iterative-2005-3n-tsh:
2331
2332     csit-vpp-perf-verify-1908-3n-dnv:
2333       - 6   # NDRPDR sel
2334       - 7   # NDRPDR sel
2335       - 8   # NDRPDR sel
2336       - 9   # NDRPDR sel
2337       - 10  # NDRPDR sel
2338       - 12  # NDRPDR sel
2339       - 13  # NDRPDR sel
2340       - 14  # NDRPDR sel
2341       - 15  # NDRPDR sel
2342       - 16  # NDRPDR sel
2343       - 17  # MRR sel
2344     csit-vpp-perf-verify-2001-3n-dnv:
2345       - 5   # NDRPDR sel
2346       - 6   # NDRPDR sel
2347       - 7   # NDRPDR sel
2348       - 8   # NDRPDR sel
2349       - 9   # NDRPDR sel
2350       - 10  # NDRPDR sel
2351       - 12  # NDRPDR sel
2352       - 16  # NDRPDR sel
2353       - 17  # NDRPDR sel
2354       - 18  # NDRPDR sel
2355       - 11  # MRR sel
2356     # TODO: Add data:
2357     # csit-vpp-perf-report-iterative-2005-3n-dnv:
2358
2359     csit-vpp-perf-verify-1908-2n-dnv:
2360       - 1   # NDRPDR sel
2361       - 2   # NDRPDR sel
2362       - 3   # NDRPDR sel
2363       - 4   # NDRPDR sel
2364       - 5   # NDRPDR sel
2365       - 6   # NDRPDR sel
2366       - 7   # NDRPDR sel
2367       - 8   # NDRPDR sel
2368       - 9   # NDRPDR sel
2369       - 10  # NDRPDR sel
2370       - 11  # MRR sel
2371     csit-vpp-perf-verify-2001-2n-dnv:
2372       - 4   # NDRPDR sel
2373       - 5   # NDRPDR sel
2374       - 6   # NDRPDR sel
2375       - 7   # NDRPDR sel
2376       - 8   # NDRPDR sel
2377       - 9   # NDRPDR sel
2378       - 10  # NDRPDR sel
2379       - 11  # NDRPDR sel
2380       - 13  # NDRPDR sel
2381       - 16  # NDRPDR sel
2382       - 12  # MRR sel
2383     # TODO: Add data:
2384     # csit-vpp-perf-report-iterative-2005-2n-dnv:
2385
2386     csit-dpdk-perf-verify-1908-3n-hsw:
2387       - 2   # NDRPDR sel
2388       - 3   # NDRPDR sel
2389       - 4   # NDRPDR sel
2390       - 5   # NDRPDR sel
2391       - 6   # NDRPDR sel
2392       - 7   # NDRPDR sel
2393       - 8   # NDRPDR sel
2394       - 9   # NDRPDR sel
2395       - 10  # NDRPDR sel
2396       - 11  # NDRPDR sel
2397     csit-dpdk-perf-verify-2001-3n-hsw:
2398       - 4   # NDRPDR sel
2399       - 5   # NDRPDR sel
2400       - 6   # NDRPDR sel
2401       - 7   # NDRPDR sel
2402       - 8   # NDRPDR sel
2403       - 9   # NDRPDR sel
2404       - 10  # NDRPDR sel
2405       - 11  # NDRPDR sel
2406       - 12  # NDRPDR sel
2407       - 13  # NDRPDR sel
2408       - 15  # NDRPDR sel
2409       - 16  # NDRPDR sel
2410       - 17  # NDRPDR sel
2411       - 18  # NDRPDR sel
2412       - 19  # NDRPDR sel
2413       - 20  # NDRPDR sel
2414       - 21  # NDRPDR sel
2415       - 22  # NDRPDR sel
2416       - 23  # NDRPDR sel
2417       - 24  # NDRPDR sel
2418     # TODO: Add data:
2419     # csit-dpdk-perf-verify-2005-3n-hsw:
2420
2421     csit-dpdk-perf-verify-1908-3n-skx:
2422       - 3   # NDRPDR sel
2423       - 4   # NDRPDR sel
2424       - 5   # NDRPDR sel
2425       - 6   # NDRPDR sel
2426       - 7   # NDRPDR sel
2427       - 8   # NDRPDR sel
2428       - 9   # NDRPDR sel
2429       - 10  # NDRPDR sel
2430       - 11  # NDRPDR sel
2431       - 12  # NDRPDR sel
2432     csit-dpdk-perf-verify-2001-3n-skx:
2433       - 29  # NDRPDR sel xxv710
2434       - 33  # NDRPDR sel xxv710
2435       - 34  # NDRPDR sel xxv710
2436       - 35  # NDRPDR sel xxv710
2437       - 36  # NDRPDR sel xxv710
2438       - 37  # NDRPDR sel xxv710
2439       - 41  # NDRPDR sel xxv710
2440       - 42  # NDRPDR sel xxv710
2441       - 43  # NDRPDR sel xxv710
2442       - 45  # NDRPDR sel xxv710
2443       - 30  # NDRPDR sel x710
2444       - 31  # NDRPDR sel x710
2445       - 32  # NDRPDR sel x710
2446       - 38  # NDRPDR sel x710
2447       - 39  # NDRPDR sel x710
2448       - 40  # NDRPDR sel x710
2449       - 44  # NDRPDR sel x710
2450       - 46  # NDRPDR sel x710
2451       - 47  # NDRPDR sel x710
2452       - 48  # NDRPDR sel x710
2453     # TODO: Add data:
2454     # csit-dpdk-perf-verify-2005-3n-skx:
2455
2456     csit-dpdk-perf-verify-1908-2n-skx:
2457       - 2   # NDRPDR sel
2458       - 3   # NDRPDR sel
2459       - 4   # NDRPDR sel
2460       - 5   # NDRPDR sel
2461       - 7   # NDRPDR sel
2462       - 8   # NDRPDR sel
2463       - 9   # NDRPDR sel
2464       - 10  # NDRPDR sel
2465       - 11  # NDRPDR sel
2466       - 12  # NDRPDR sel
2467     csit-dpdk-perf-verify-2001-2n-skx:
2468       - 35  # NDRPDR sel xxv710
2469       - 36  # NDRPDR sel xxv710
2470       - 37  # NDRPDR sel xxv710
2471       - 41  # NDRPDR sel xxv710
2472       - 42  # NDRPDR sel xxv710
2473       - 43  # NDRPDR sel xxv710
2474       - 46  # NDRPDR sel xxv710
2475       - 47  # NDRPDR sel xxv710
2476       - 52  # NDRPDR sel xxv710
2477       - 53  # NDRPDR sel xxv710
2478       - 38  # NDRPDR sel x710
2479       - 39  # NDRPDR sel x710
2480       - 40  # NDRPDR sel x710
2481       - 44  # NDRPDR sel x710
2482       - 45  # NDRPDR sel x710
2483       - 48  # NDRPDR sel x710
2484       - 49  # NDRPDR sel x710
2485       - 50  # NDRPDR sel x710
2486       - 51  # NDRPDR sel x710
2487       - 54  # NDRPDR sel x710
2488     # TODO: Add data:
2489     # csit-dpdk-perf-verify-2005-2n-skx:
2490
2491     csit-dpdk-perf-verify-2001-2n-clx:
2492       - 15  # NDRPDR sel
2493       - 16  # NDRPDR sel
2494       - 17  # NDRPDR sel
2495       - 18  # NDRPDR sel
2496       - 19  # NDRPDR sel
2497       - 20  # NDRPDR sel
2498       - 21  # NDRPDR sel
2499       - 22  # NDRPDR sel
2500       - 23  # NDRPDR sel
2501       - 24  # NDRPDR sel
2502       - 25  # NDRPDR sel
2503       - 26  # NDRPDR sel
2504       - 27  # NDRPDR sel
2505       - 28  # NDRPDR sel
2506       - 29  # NDRPDR sel
2507       - 30  # NDRPDR sel
2508       - 31  # NDRPDR sel
2509       - 32  # NDRPDR sel
2510       - 33  # NDRPDR sel
2511       - 34  # NDRPDR sel
2512     # TODO: Add data:
2513     # csit-dpdk-perf-verify-2005-2n-clx:
2514
2515     csit-dpdk-perf-verify-2001-2n-dnv:
2516       - 9   # NDRPDR sel
2517       - 10  # NDRPDR sel
2518       - 11  # NDRPDR sel
2519       - 12  # NDRPDR sel
2520       - 13  # NDRPDR sel
2521       - 14  # NDRPDR sel
2522       - 15  # NDRPDR sel
2523       - 16  # NDRPDR sel
2524       - 17  # NDRPDR sel
2525       - 18  # NDRPDR sel
2526     # TODO: Add data:
2527     # csit-dpdk-perf-verify-2005-2n-dnv:
2528
2529     csit-dpdk-perf-verify-2001-3n-dnv:
2530       - 12  # NDRPDR sel
2531       - 13  # NDRPDR sel
2532       - 14  # NDRPDR sel
2533       - 15  # NDRPDR sel
2534       - 16  # NDRPDR sel
2535       - 17  # NDRPDR sel
2536       - 18  # NDRPDR sel
2537       - 19  # NDRPDR sel
2538       - 20  # NDRPDR sel
2539       - 22  # NDRPDR sel
2540     # TODO: Add data:
2541     # csit-dpdk-perf-verify-2005-3n-dnv:
2542
2543     csit-dpdk-perf-verify-2001-3n-tsh:
2544       - 3   # NDRPDR sel
2545       - 4   # NDRPDR sel
2546       - 5   # NDRPDR sel
2547       - 9   # NDRPDR sel
2548       - 10  # NDRPDR sel
2549       - 11  # NDRPDR sel
2550       - 12  # NDRPDR sel
2551       - 14  # NDRPDR sel
2552       - 15  # NDRPDR sel
2553       - 18  # NDRPDR sel
2554     # TODO: Add data:
2555     # csit-dpdk-perf-verify-2005-3n-tsh:
2556
2557     # TODO: Replace:
2558     # csit-vpp-device-2005-ubuntu1804-1n-skx:
2559     csit-vpp-device-2001-ubuntu1804-1n-skx:
2560       - 57
2561
2562 - type: "output"
2563   output: "report"
2564   format:
2565     html:
2566     - full
2567 #    pdf:
2568 #    - minimal
2569
2570 ################################################################################
2571 ###                               T A B L E S                                ###
2572 ################################################################################
2573
2574 # VPP Soak vs NDR - 2n-skx
2575 - type: "table"
2576   title: "VPP Soak vs NDR 2n-skx"
2577   algorithm: "table_soak_vs_ndr"
2578   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2579   reference:
2580     title: "NDR"
2581     data: "vpp-soak-vs-ndr-2n-skx-ref"
2582   compare:
2583     title: "Soak"
2584     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2585   data: "vpp-soak-vs-ndr-2n-skx"
2586   include-tests: "NDR"
2587   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2588   parameters:
2589     - "throughput"
2590     - "name"
2591     - "parent"
2592
2593 # VPP Soak vs NDR - 2n-clx
2594 - type: "table"
2595   title: "VPP Soak vs NDR 2n-clx"
2596   algorithm: "table_soak_vs_ndr"
2597   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2598   reference:
2599     title: "NDR"
2600     data: "vpp-soak-vs-ndr-2n-clx-ref"
2601   compare:
2602     title: "Soak"
2603     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2604   data: "vpp-soak-vs-ndr-2n-clx"
2605   include-tests: "NDR"
2606   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2607   parameters:
2608     - "throughput"
2609     - "name"
2610     - "parent"
2611
2612 ################################################################################
2613
2614 # VPP Compare NICs 3n-skx 2t1c ndr
2615 - type: "table"
2616   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2617   algorithm: "table_comparison"
2618   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2619   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2620   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2621   columns:
2622     - title: "x710"
2623       data-set: "vpp-nic-comparison-3n-skx"
2624       tag: "NIC_Intel-X710"
2625     - title: "xxv710"
2626       data-set: "vpp-nic-comparison-3n-skx"
2627       tag: "NIC_Intel-XXV710"
2628   comparisons:
2629     - title: "Diff"
2630       reference: 1
2631       compare: 2
2632   legend:
2633     - "Legend to Table:"
2634     - "x710, xxv710 - NICs tested."
2635     - "Diff - difference between x710 and xxv710 NIC."
2636
2637 # VPP Compare NICs 3n-skx 4t2c ndr
2638 - type: "table"
2639   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2640   algorithm: "table_comparison"
2641   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2642   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2643   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2644   columns:
2645     - title: "x710"
2646       data-set: "vpp-nic-comparison-3n-skx"
2647       tag: "NIC_Intel-X710"
2648     - title: "xxv710"
2649       data-set: "vpp-nic-comparison-3n-skx"
2650       tag: "NIC_Intel-XXV710"
2651   comparisons:
2652     - title: "Diff"
2653       reference: 1
2654       compare: 2
2655   legend:
2656     - "Legend to Table:"
2657     - "x710, xxv710 - NICs tested."
2658     - "Diff - difference between x710 and xxv710 NIC."
2659
2660 # VPP Compare NICs 3n-skx 2t1c pdr
2661 - type: "table"
2662   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2663   algorithm: "table_comparison"
2664   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2665   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2666   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2667   columns:
2668     - title: "x710"
2669       data-set: "vpp-nic-comparison-3n-skx"
2670       tag: "NIC_Intel-X710"
2671     - title: "xxv710"
2672       data-set: "vpp-nic-comparison-3n-skx"
2673       tag: "NIC_Intel-XXV710"
2674   comparisons:
2675     - title: "Diff"
2676       reference: 1
2677       compare: 2
2678   legend:
2679     - "Legend to Table:"
2680     - "x710, xxv710 - NICs tested."
2681     - "Diff - difference between x710 and xxv710 NIC."
2682
2683 # VPP Compare NICs 3n-skx 4t2c pdr
2684 - type: "table"
2685   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2686   algorithm: "table_comparison"
2687   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2688   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2689   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2690   columns:
2691     - title: "x710"
2692       data-set: "vpp-nic-comparison-3n-skx"
2693       tag: "NIC_Intel-X710"
2694     - title: "xxv710"
2695       data-set: "vpp-nic-comparison-3n-skx"
2696       tag: "NIC_Intel-XXV710"
2697   comparisons:
2698     - title: "Diff"
2699       reference: 1
2700       compare: 2
2701   legend:
2702     - "Legend to Table:"
2703     - "x710, xxv710 - NICs tested."
2704     - "Diff - difference between x710 and xxv710 NIC."
2705
2706 # VPP Compare NICs 3n-skx 2t1c mrr
2707 - type: "table"
2708   title: "VPP Compare NICs 3n-skx 2t1c mrr"
2709   algorithm: "table_comparison"
2710   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2711   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2712   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2713   columns:
2714     - title: "x710"
2715       data-set: "vpp-nic-comparison-3n-skx-mrr"
2716       tag: "NIC_Intel-X710"
2717     - title: "xxv710"
2718       data-set: "vpp-nic-comparison-3n-skx-mrr"
2719       tag: "NIC_Intel-XXV710"
2720   comparisons:
2721     - title: "Diff"
2722       reference: 1
2723       compare: 2
2724   legend:
2725     - "Legend to Table:"
2726     - "x710, xxv710 - NICs tested."
2727     - "Diff - difference between x710 and xxv710 NIC."
2728
2729 # VPP Compare NICs 3n-skx 4t2c mrr
2730 - type: "table"
2731   title: "VPP Compare NICs 3n-skx 4t2c mrr"
2732   algorithm: "table_comparison"
2733   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2734   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2735   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2736   columns:
2737     - title: "x710"
2738       data-set: "vpp-nic-comparison-3n-skx-mrr"
2739       tag: "NIC_Intel-X710"
2740     - title: "xxv710"
2741       data-set: "vpp-nic-comparison-3n-skx-mrr"
2742       tag: "NIC_Intel-XXV710"
2743   comparisons:
2744     - title: "Diff"
2745       reference: 1
2746       compare: 2
2747   legend:
2748     - "Legend to Table:"
2749     - "x710, xxv710 - NICs tested."
2750     - "Diff - difference between x710 and xxv710 NIC."
2751
2752 # VPP Compare NICs 3n-skx 8t4c mrr
2753 - type: "table"
2754   title: "VPP Compare NICs 3n-skx 8t4c mrr"
2755   algorithm: "table_comparison"
2756   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2757   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2758   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2759   columns:
2760     - title: "x710"
2761       data-set: "vpp-nic-comparison-3n-skx-mrr"
2762       tag: "NIC_Intel-X710"
2763     - title: "xxv710"
2764       data-set: "vpp-nic-comparison-3n-skx-mrr"
2765       tag: "NIC_Intel-XXV710"
2766   comparisons:
2767     - title: "Diff"
2768       reference: 1
2769       compare: 2
2770   legend:
2771     - "Legend to Table:"
2772     - "x710, xxv710 - NICs tested."
2773     - "Diff - difference between x710 and xxv710 NIC."
2774
2775 # VPP Compare NICs 2n-skx 2t1c ndr
2776 - type: "table"
2777   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2778   algorithm: "table_comparison"
2779   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2780   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2781   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2782   columns:
2783     - title: "x710"
2784       data-set: "vpp-nic-comparison-2n-skx"
2785       tag: "NIC_Intel-X710"
2786     - title: "xxv710"
2787       data-set: "vpp-nic-comparison-2n-skx"
2788       tag: "NIC_Intel-XXV710"
2789   comparisons:
2790     - title: "Diff"
2791       reference: 1
2792       compare: 2
2793   legend:
2794     - "Legend to Table:"
2795     - "x710, xxv710 - NICs tested."
2796     - "Diff - difference between x710 and xxv710 NIC."
2797
2798 # VPP Compare NICs 2n-skx 4t2c ndr
2799 - type: "table"
2800   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2801   algorithm: "table_comparison"
2802   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2803   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2804   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2805   columns:
2806     - title: "x710"
2807       data-set: "vpp-nic-comparison-2n-skx"
2808       tag: "NIC_Intel-X710"
2809     - title: "xxv710"
2810       data-set: "vpp-nic-comparison-2n-skx"
2811       tag: "NIC_Intel-XXV710"
2812   comparisons:
2813     - title: "Diff"
2814       reference: 1
2815       compare: 2
2816   legend:
2817     - "Legend to Table:"
2818     - "x710, xxv710 - NICs tested."
2819     - "Diff - difference between x710 and xxv710 NIC."
2820
2821 # VPP Compare NICs 2n-skx 2t1c pdr
2822 - type: "table"
2823   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2824   algorithm: "table_comparison"
2825   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2826   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2827   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2828   columns:
2829     - title: "x710"
2830       data-set: "vpp-nic-comparison-2n-skx"
2831       tag: "NIC_Intel-X710"
2832     - title: "xxv710"
2833       data-set: "vpp-nic-comparison-2n-skx"
2834       tag: "NIC_Intel-XXV710"
2835   comparisons:
2836     - title: "Diff"
2837       reference: 1
2838       compare: 2
2839   legend:
2840     - "Legend to Table:"
2841     - "x710, xxv710 - NICs tested."
2842     - "Diff - difference between x710 and xxv710 NIC."
2843
2844 # VPP Compare NICs 2n-skx 4t2c pdr
2845 - type: "table"
2846   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2847   algorithm: "table_comparison"
2848   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2849   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2850   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2851   columns:
2852     - title: "x710"
2853       data-set: "vpp-nic-comparison-2n-skx"
2854       tag: "NIC_Intel-X710"
2855     - title: "xxv710"
2856       data-set: "vpp-nic-comparison-2n-skx"
2857       tag: "NIC_Intel-XXV710"
2858   comparisons:
2859     - title: "Diff"
2860       reference: 1
2861       compare: 2
2862   legend:
2863     - "Legend to Table:"
2864     - "x710, xxv710 - NICs tested."
2865     - "Diff - difference between x710 and xxv710 NIC."
2866
2867 # VPP Compare NICs 2n-skx 2t1c mrr
2868 - type: "table"
2869   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2870   algorithm: "table_comparison"
2871   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2872   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2873   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2874   columns:
2875     - title: "x710"
2876       data-set: "vpp-nic-comparison-2n-skx-mrr"
2877       tag: "NIC_Intel-X710"
2878     - title: "xxv710"
2879       data-set: "vpp-nic-comparison-2n-skx-mrr"
2880       tag: "NIC_Intel-XXV710"
2881   comparisons:
2882     - title: "Diff"
2883       reference: 1
2884       compare: 2
2885   legend:
2886     - "Legend to Table:"
2887     - "x710, xxv710 - NICs tested."
2888     - "Diff - difference between x710 and xxv710 NIC."
2889
2890 # VPP Compare NICs 2n-skx 4t2c mrr
2891 - type: "table"
2892   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2893   algorithm: "table_comparison"
2894   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2895   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2896   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2897   columns:
2898     - title: "x710"
2899       data-set: "vpp-nic-comparison-2n-skx-mrr"
2900       tag: "NIC_Intel-X710"
2901     - title: "xxv710"
2902       data-set: "vpp-nic-comparison-2n-skx-mrr"
2903       tag: "NIC_Intel-XXV710"
2904   comparisons:
2905     - title: "Diff"
2906       reference: 1
2907       compare: 2
2908   legend:
2909     - "Legend to Table:"
2910     - "x710, xxv710 - NICs tested."
2911     - "Diff - difference between x710 and xxv710 NIC."
2912
2913 # VPP Compare NICs 2n-skx 8t4c mrr
2914 - type: "table"
2915   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2916   algorithm: "table_comparison"
2917   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2918   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2919   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2920   columns:
2921     - title: "x710"
2922       data-set: "vpp-nic-comparison-2n-skx-mrr"
2923       tag: "NIC_Intel-X710"
2924     - title: "xxv710"
2925       data-set: "vpp-nic-comparison-2n-skx-mrr"
2926       tag: "NIC_Intel-XXV710"
2927   comparisons:
2928     - title: "Diff"
2929       reference: 1
2930       compare: 2
2931   legend:
2932     - "Legend to Table:"
2933     - "x710, xxv710 - NICs tested."
2934     - "Diff - difference between x710 and xxv710 NIC."
2935
2936 ################################################################################
2937 # VPP
2938
2939 ## VPP Performance changes 2n-skx-xxv710 2t1c ndr
2940 #- type: "table"
2941 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c ndr"
2942 #  algorithm: "table_comparison"
2943 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-ndr"
2944 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2945 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
2946 #  columns:
2947 #    - title: "1908.1"
2948 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
2949 #    - title: "1908.2"
2950 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
2951 #  comparisons:
2952 #    - title: "Diff"
2953 #      reference: 1
2954 #      compare: 2
2955 #  legend:
2956 #    - "Legend to Table:"
2957 #    - "1908.1, 1908.2 - VPP versions tested."
2958 #    - "Diff - difference between the previous and the current VPP version."
2959 #
2960 ## VPP Performance changes 2n-skx-xxv710 2t1c pdr
2961 #- type: "table"
2962 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c pdr"
2963 #  algorithm: "table_comparison"
2964 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-pdr"
2965 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2966 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
2967 #  columns:
2968 #    - title: "1908.1"
2969 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
2970 #    - title: "1908.2"
2971 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
2972 #  comparisons:
2973 #    - title: "Diff"
2974 #      reference: 1
2975 #      compare: 2
2976 #  legend:
2977 #    - "Legend to Table:"
2978 #    - "1908.1, 1908.2 - VPP versions tested."
2979 #    - "Diff - difference between the previous and the current VPP version."
2980 #
2981 ## VPP Performance changes 3n-skx-xxv710 2t1c ndr
2982 #- type: "table"
2983 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c ndr"
2984 #  algorithm: "table_comparison"
2985 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-ndr"
2986 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2987 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
2988 #  columns:
2989 #    - title: "1908.1"
2990 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
2991 #    - title: "1908.2"
2992 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
2993 #  comparisons:
2994 #    - title: "Diff"
2995 #      reference: 1
2996 #      compare: 2
2997 #  legend:
2998 #    - "Legend to Table:"
2999 #    - "1908.1, 1908.2 - VPP versions tested."
3000 #    - "Diff - difference between the previous and the current VPP version."
3001 #
3002 ## VPP Performance changes 3n-skx-xxv710 2t1c pdr
3003 #- type: "table"
3004 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c pdr"
3005 #  algorithm: "table_comparison"
3006 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-pdr"
3007 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3008 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3009 #  columns:
3010 #    - title: "1908.1"
3011 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3012 #    - title: "1908.2"
3013 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3014 #  comparisons:
3015 #    - title: "Diff"
3016 #      reference: 1
3017 #      compare: 2
3018 #  legend:
3019 #    - "Legend to Table:"
3020 #    - "1908.1, 1908.2 - VPP versions tested."
3021 #    - "Diff - difference between the previous and the current VPP version."
3022 #
3023 ## VPP Performance changes 2n-clx-xxv710 2t1c ndr
3024 #- type: "table"
3025 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c ndr"
3026 #  algorithm: "table_comparison"
3027 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-ndr"
3028 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3029 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3030 #  columns:
3031 #    - title: "1908.1"
3032 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3033 #    - title: "1908.2"
3034 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3035 #  comparisons:
3036 #    - title: "Diff"
3037 #      reference: 1
3038 #      compare: 2
3039 #  legend:
3040 #    - "Legend to Table:"
3041 #    - "1908.1, 1908.2 - VPP versions tested."
3042 #    - "Diff - difference between the previous and the current VPP version."
3043 #
3044 ## VPP Performance changes 2n-clx-xxv710 2t1c pdr
3045 #- type: "table"
3046 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c pdr"
3047 #  algorithm: "table_comparison"
3048 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-pdr"
3049 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3050 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3051 #  columns:
3052 #    - title: "1908.1"
3053 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3054 #    - title: "1908.2"
3055 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3056 #  comparisons:
3057 #    - title: "Diff"
3058 #      reference: 1
3059 #      compare: 2
3060 #  legend:
3061 #    - "Legend to Table:"
3062 #    - "1908.1, 1908.2 - VPP versions tested."
3063 #    - "Diff - difference between the previous and the current VPP version."
3064
3065 # VPP Performance Changes 3n-hsw 1t1c pdr
3066 - type: "table"
3067   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3068   algorithm: "table_comparison"
3069   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3070   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3071   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3072   columns:
3073     - title: "1908"
3074       data-set: "vpp-performance-changes-3n-hsw-h1"
3075     - title: "2001"
3076       data-set: "vpp-performance-changes-3n-hsw-ref"
3077     - title: "2005"
3078       data-set: "vpp-performance-changes-3n-hsw-cmp"
3079   comparisons:
3080     - title: "Diff"
3081       reference: 2
3082       compare: 3
3083   legend:
3084     - "Legend to Table"
3085     - "1908, 2001, 2005 - VPP versions tested."
3086     - "Diff - difference between 2001 and 2008 VPP version."
3087
3088 # VPP Performance Changes 3n-hsw 2t2c pdr
3089 - type: "table"
3090   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3091   algorithm: "table_comparison"
3092   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3093   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3094   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3095   columns:
3096     - title: "1908"
3097       data-set: "vpp-performance-changes-3n-hsw-h1"
3098     - title: "2001"
3099       data-set: "vpp-performance-changes-3n-hsw-ref"
3100     - title: "2005"
3101       data-set: "vpp-performance-changes-3n-hsw-cmp"
3102   comparisons:
3103     - title: "Diff"
3104       reference: 2
3105       compare: 3
3106   legend:
3107     - "Legend to Table"
3108     - "1908, 2001, 2005 - VPP versions tested."
3109     - "Diff - difference between 2001 and 2008 VPP version."
3110
3111 # VPP Performance Changes 3n-hsw 1t1c ndr
3112 - type: "table"
3113   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3114   algorithm: "table_comparison"
3115   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3116   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3117   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3118   columns:
3119     - title: "1908"
3120       data-set: "vpp-performance-changes-3n-hsw-h1"
3121     - title: "2001"
3122       data-set: "vpp-performance-changes-3n-hsw-ref"
3123     - title: "2005"
3124       data-set: "vpp-performance-changes-3n-hsw-cmp"
3125   comparisons:
3126     - title: "Diff"
3127       reference: 2
3128       compare: 3
3129   legend:
3130     - "Legend to Table"
3131     - "1908, 2001, 2005 - VPP versions tested."
3132     - "Diff - difference between 2001 and 2008 VPP version."
3133
3134 # VPP Performance Changes 3n-hsw 2t2c ndr
3135 - type: "table"
3136   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3137   algorithm: "table_comparison"
3138   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3139   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3140   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3141   columns:
3142     - title: "1908"
3143       data-set: "vpp-performance-changes-3n-hsw-h1"
3144     - title: "2001"
3145       data-set: "vpp-performance-changes-3n-hsw-ref"
3146     - title: "2005"
3147       data-set: "vpp-performance-changes-3n-hsw-cmp"
3148   comparisons:
3149     - title: "Diff"
3150       reference: 2
3151       compare: 3
3152   legend:
3153     - "Legend to Table"
3154     - "1908, 2001, 2005 - VPP versions tested."
3155     - "Diff - difference between 2001 and 2008 VPP version."
3156
3157 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3158 #- type: "table"
3159 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3160 #  algorithm: "table_comparison"
3161 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3162 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3163 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3164 #  rca:
3165 #    - title: "RCA1"
3166 #      data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3167 #    - title: "RCA2"
3168 #      data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3169 #  columns:
3170 #    - title: "1908.0-1"
3171 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3172 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3173 #    - title: "1908.1-1"
3174 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3175 #    - title: "1908.1-2"
3176 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3177 #    - title: "2001.0-2"
3178 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3179 #  comparisons:
3180 #    - title: "Diff1"
3181 #      reference: 2
3182 #      reference-alt: 1
3183 #      compare: 3
3184 #    - title: "Diff2"
3185 #      reference: 3
3186 #      compare: 4
3187 #  legend:
3188 #    - 'Legend to Table:'
3189 #    - '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).'
3190 #    - '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).'
3191 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3192 #    - 'RCA1 - root cause analysis reference for Diff1.'
3193 #    - 'RCA2 - root cause analysis reference for Diff2.'
3194 #
3195 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3196 #- type: "table"
3197 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3198 #  algorithm: "table_comparison"
3199 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3200 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3201 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3202 #  rca:
3203 #    - title: "RCA1"
3204 #      data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3205 #    - title: "RCA2"
3206 #      data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3207 #  columns:
3208 #    - title: "1908.0-1"
3209 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3210 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3211 #    - title: "1908.1-1"
3212 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3213 #    - title: "1908.1-2"
3214 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3215 #    - title: "2001.0-2"
3216 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3217 #  comparisons:
3218 #    - title: "Diff1"
3219 #      reference: 2
3220 #      reference-alt: 1
3221 #      compare: 3
3222 #    - title: "Diff2"
3223 #      reference: 3
3224 #      compare: 4
3225 #  legend:
3226 #    - 'Legend to Table:'
3227 #    - '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).'
3228 #    - '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).'
3229 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3230 #    - 'RCA1 - root cause analysis reference for Diff1.'
3231 #    - 'RCA2 - root cause analysis reference for Diff2.'
3232
3233 # VPP Performance Changes 3n-skx 2t1c pdr
3234 - type: "table"
3235   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3236   algorithm: "table_comparison"
3237   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3238   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3239   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3240   columns:
3241     - title: "1908"
3242       data-set: "vpp-performance-changes-3n-skx-h1"
3243       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3244     - title: "2001"
3245       data-set: "vpp-performance-changes-3n-skx-ref"
3246     - title: "2005"
3247       data-set: "vpp-performance-changes-3n-skx-cmp"
3248   comparisons:
3249     - title: "Diff"
3250       reference: 2
3251       compare: 3
3252   legend:
3253     - "Legend to Table"
3254     - "1908, 2001, 2005 - VPP versions tested."
3255     - "Diff - difference between 2001 and 2005 VPP version."
3256
3257 # VPP Performance Changes 3n-skx 4t2c pdr
3258 - type: "table"
3259   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3260   algorithm: "table_comparison"
3261   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3262   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3263   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3264   columns:
3265     - title: "1908"
3266       data-set: "vpp-performance-changes-3n-skx-h1"
3267       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3268     - title: "2001"
3269       data-set: "vpp-performance-changes-3n-skx-ref"
3270     - title: "2005"
3271       data-set: "vpp-performance-changes-3n-skx-cmp"
3272   comparisons:
3273     - title: "Diff"
3274       reference: 2
3275       compare: 3
3276   legend:
3277     - "Legend to Table"
3278     - "1908, 2001, 2005 - VPP versions tested."
3279     - "Diff - difference between 2001 and 2005 VPP version."
3280
3281 # VPP Performance Changes 3n-skx 2t1c ndr
3282 - type: "table"
3283   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3284   algorithm: "table_comparison"
3285   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3286   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3287   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3288   columns:
3289     - title: "1908"
3290       data-set: "vpp-performance-changes-3n-skx-h1"
3291       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3292     - title: "2001"
3293       data-set: "vpp-performance-changes-3n-skx-ref"
3294     - title: "2005"
3295       data-set: "vpp-performance-changes-3n-skx-cmp"
3296   comparisons:
3297     - title: "Diff"
3298       reference: 2
3299       compare: 3
3300   legend:
3301     - "Legend to Table"
3302     - "1908, 2001, 2005 - VPP versions tested."
3303     - "Diff - difference between 2001 and 2005 VPP version."
3304
3305 # VPP Performance Changes 3n-skx 4t2c ndr
3306 - type: "table"
3307   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3308   algorithm: "table_comparison"
3309   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3310   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3311   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3312   columns:
3313     - title: "1908"
3314       data-set: "vpp-performance-changes-3n-skx-h1"
3315       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3316     - title: "2001"
3317       data-set: "vpp-performance-changes-3n-skx-ref"
3318     - title: "2005"
3319       data-set: "vpp-performance-changes-3n-skx-cmp"
3320   comparisons:
3321     - title: "Diff"
3322       reference: 2
3323       compare: 3
3324   legend:
3325     - "Legend to Table"
3326     - "1908, 2001, 2005 - VPP versions tested."
3327     - "Diff - difference between 2001 and 2005 VPP version."
3328
3329 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3330 #- type: "table"
3331 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3332 #  algorithm: "table_comparison"
3333 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3334 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3335 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3336 #  rca:
3337 #    - title: "RCA1"
3338 #      data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3339 #    - title: "RCA2"
3340 #      data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3341 #  columns:
3342 #    - title: "1908.0-1"
3343 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3344 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3345 #    - title: "1908.1-1"
3346 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3347 #    - title: "1908.1-2"
3348 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3349 #    - title: "2001.0-2"
3350 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3351 #  comparisons:
3352 #    - title: "Diff1"
3353 #      reference: 2
3354 #      reference-alt: 1
3355 #      compare: 3
3356 #    - title: "Diff2"
3357 #      reference: 3
3358 #      compare: 4
3359 #  legend:
3360 #    - 'Legend to Table:'
3361 #    - '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).'
3362 #    - '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).'
3363 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3364 #    - 'RCA1 - root cause analysis reference for Diff1.'
3365 #    - 'RCA2 - root cause analysis reference for Diff2.'
3366 #
3367 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3368 #- type: "table"
3369 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3370 #  algorithm: "table_comparison"
3371 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3372 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3373 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3374 #  rca:
3375 #    - title: "RCA1"
3376 #      data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3377 #    - title: "RCA2"
3378 #      data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3379 #  columns:
3380 #    - title: "1908.0-1"
3381 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3382 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3383 #    - title: "1908.1-1"
3384 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3385 #    - title: "1908.1-2"
3386 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3387 #    - title: "2001.0-2"
3388 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3389 #  comparisons:
3390 #    - title: "Diff1"
3391 #      reference: 2
3392 #      reference-alt: 1
3393 #      compare: 3
3394 #    - title: "Diff2"
3395 #      reference: 3
3396 #      compare: 4
3397 #  legend:
3398 #    - 'Legend to Table:'
3399 #    - '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).'
3400 #    - '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).'
3401 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3402 #    - 'RCA1 - root cause analysis reference for Diff1.'
3403 #    - 'RCA2 - root cause analysis reference for Diff2.'
3404
3405 # VPP Performance Changes 2n-skx 2t1c pdr
3406 - type: "table"
3407   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3408   algorithm: "table_comparison"
3409   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3410   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3411   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3412   columns:
3413     - title: "1908"
3414       data-set: "vpp-performance-changes-2n-skx-h1"
3415       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3416     - title: "2001"
3417       data-set: "vpp-performance-changes-2n-skx-ref"
3418     - title: "2005"
3419       data-set: "vpp-performance-changes-2n-skx-cmp"
3420   comparisons:
3421     - title: "Diff"
3422       reference: 2
3423       compare: 3
3424   legend:
3425     - "Legend to Table"
3426     - "1908, 2001, 2005 - VPP versions tested."
3427     - "Diff - difference between 2001 and 2005 VPP version."
3428
3429 # VPP Performance Changes 2n-skx 4t2c pdr
3430 - type: "table"
3431   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3432   algorithm: "table_comparison"
3433   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3434   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3435   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3436   columns:
3437     - title: "1908"
3438       data-set: "vpp-performance-changes-2n-skx-h1"
3439       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3440     - title: "2001"
3441       data-set: "vpp-performance-changes-2n-skx-ref"
3442     - title: "2005"
3443       data-set: "vpp-performance-changes-2n-skx-cmp"
3444   comparisons:
3445     - title: "Diff"
3446       reference: 2
3447       compare: 3
3448   legend:
3449     - "Legend to Table"
3450     - "1908, 2001, 2005 - VPP versions tested."
3451     - "Diff - difference between 2001 and 2005 VPP version."
3452
3453 # VPP Performance Changes 2n-skx 2t1c ndr
3454 - type: "table"
3455   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3456   algorithm: "table_comparison"
3457   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3458   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3459   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3460   columns:
3461     - title: "1908"
3462       data-set: "vpp-performance-changes-2n-skx-h1"
3463       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3464     - title: "2001"
3465       data-set: "vpp-performance-changes-2n-skx-ref"
3466     - title: "2005"
3467       data-set: "vpp-performance-changes-2n-skx-cmp"
3468   comparisons:
3469     - title: "Diff"
3470       reference: 2
3471       compare: 3
3472   legend:
3473     - "Legend to Table"
3474     - "1908, 2001, 2005 - VPP versions tested."
3475     - "Diff - difference between 2001 and 2005 VPP version."
3476
3477 # VPP Performance Changes 2n-skx 4t2c ndr
3478 - type: "table"
3479   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3480   algorithm: "table_comparison"
3481   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3482   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3483   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3484   columns:
3485     - title: "1908"
3486       data-set: "vpp-performance-changes-2n-skx-h1"
3487       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3488     - title: "2001"
3489       data-set: "vpp-performance-changes-2n-skx-ref"
3490     - title: "2005"
3491       data-set: "vpp-performance-changes-2n-skx-cmp"
3492   comparisons:
3493     - title: "Diff"
3494       reference: 2
3495       compare: 3
3496   legend:
3497     - "Legend to Table"
3498     - "1908, 2001, 2005 - VPP versions tested."
3499     - "Diff - difference between 2001 and 2005 VPP version."
3500
3501 # VPP Performance Changes 2n-dnv 1t1c pdr
3502 - type: "table"
3503   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3504   algorithm: "table_comparison"
3505   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3506   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3507   filter: "'1T1C'"
3508   columns:
3509     - title: "1908"
3510       data-set: "vpp-performance-changes-2n-dnv-h1"
3511     - title: "2001"
3512       data-set: "vpp-performance-changes-2n-dnv-ref"
3513     - title: "2005"
3514       data-set: "vpp-performance-changes-2n-dnv-cmp"
3515   comparisons:
3516     - title: "Diff"
3517       reference: 2
3518       compare: 3
3519   legend:
3520     - "Legend to Table"
3521     - "1908, 2001, 2005 - VPP versions tested."
3522     - "Diff - difference between 2001 and 2005 VPP version."
3523
3524 # VPP Performance Changes 2n-dnv 2t2c pdr
3525 - type: "table"
3526   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3527   algorithm: "table_comparison"
3528   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3529   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3530   filter: "'2T2C'"
3531   columns:
3532     - title: "1908"
3533       data-set: "vpp-performance-changes-2n-dnv-h1"
3534     - title: "2001"
3535       data-set: "vpp-performance-changes-2n-dnv-ref"
3536     - title: "2005"
3537       data-set: "vpp-performance-changes-2n-dnv-cmp"
3538   comparisons:
3539     - title: "Diff"
3540       reference: 2
3541       compare: 3
3542   legend:
3543     - "Legend to Table"
3544     - "1908, 2001, 2005 - VPP versions tested."
3545     - "Diff - difference between 2001 and 2005 VPP version."
3546
3547 # VPP Performance Changes 2n-dnv 1t1c ndr
3548 - type: "table"
3549   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3550   algorithm: "table_comparison"
3551   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3552   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3553   filter: "'1T1C'"
3554   columns:
3555     - title: "1908"
3556       data-set: "vpp-performance-changes-2n-dnv-h1"
3557     - title: "2001"
3558       data-set: "vpp-performance-changes-2n-dnv-ref"
3559     - title: "2005"
3560       data-set: "vpp-performance-changes-2n-dnv-cmp"
3561   comparisons:
3562     - title: "Diff"
3563       reference: 2
3564       compare: 3
3565   legend:
3566     - "Legend to Table"
3567     - "1908, 2001, 2005 - VPP versions tested."
3568     - "Diff - difference between 2001 and 2005 VPP version."
3569
3570 # VPP Performance Changes 2n-dnv 2t2c ndr
3571 - type: "table"
3572   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3573   algorithm: "table_comparison"
3574   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3575   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3576   filter: "'2T2C'"
3577   columns:
3578     - title: "1908"
3579       data-set: "vpp-performance-changes-2n-dnv-h1"
3580     - title: "2001"
3581       data-set: "vpp-performance-changes-2n-dnv-ref"
3582     - title: "2005"
3583       data-set: "vpp-performance-changes-2n-dnv-cmp"
3584   comparisons:
3585     - title: "Diff"
3586       reference: 2
3587       compare: 3
3588   legend:
3589     - "Legend to Table"
3590     - "1908, 2001, 2005 - VPP versions tested."
3591     - "Diff - difference between 2001 and 2005 VPP version."
3592
3593 # VPP Performance Changes 3n-dnv 1t1c pdr
3594 - type: "table"
3595   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3596   algorithm: "table_comparison"
3597   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3598   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3599   filter: "'1T1C'"
3600   columns:
3601     - title: "1908"
3602       data-set: "vpp-performance-changes-3n-dnv-h1"
3603     - title: "2001"
3604       data-set: "vpp-performance-changes-3n-dnv-ref"
3605     - title: "2005"
3606       data-set: "vpp-performance-changes-3n-dnv-cmp"
3607   comparisons:
3608     - title: "Diff"
3609       reference: 2
3610       compare: 3
3611   legend:
3612     - "Legend to Table"
3613     - "1908, 2001, 2005 - VPP versions tested."
3614     - "Diff - difference between 2001 and 2005 VPP version."
3615
3616 # VPP Performance Changes 3n-dnv 2t2c pdr
3617 - type: "table"
3618   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3619   algorithm: "table_comparison"
3620   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3621   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3622   filter: "'2T2C'"
3623   columns:
3624     - title: "1908"
3625       data-set: "vpp-performance-changes-3n-dnv-h1"
3626     - title: "2001"
3627       data-set: "vpp-performance-changes-3n-dnv-ref"
3628     - title: "2005"
3629       data-set: "vpp-performance-changes-3n-dnv-cmp"
3630   comparisons:
3631     - title: "Diff"
3632       reference: 2
3633       compare: 3
3634   legend:
3635     - "Legend to Table"
3636     - "1908, 2001, 2005 - VPP versions tested."
3637     - "Diff - difference between 2001 and 2005 VPP version."
3638
3639 # VPP Performance Changes 3n-dnv 1t1c ndr
3640 - type: "table"
3641   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3642   algorithm: "table_comparison"
3643   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3644   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3645   filter: "'1T1C'"
3646   columns:
3647     - title: "1908"
3648       data-set: "vpp-performance-changes-3n-dnv-h1"
3649     - title: "2001"
3650       data-set: "vpp-performance-changes-3n-dnv-ref"
3651     - title: "2005"
3652       data-set: "vpp-performance-changes-3n-dnv-cmp"
3653   comparisons:
3654     - title: "Diff"
3655       reference: 2
3656       compare: 3
3657   legend:
3658     - "Legend to Table"
3659     - "1908, 2001, 2005 - VPP versions tested."
3660     - "Diff - difference between 2001 and 2005 VPP version."
3661
3662 # VPP Performance Changes 3n-dnv 2t2c ndr
3663 - type: "table"
3664   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3665   algorithm: "table_comparison"
3666   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3667   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3668   filter: "'2T2C'"
3669   columns:
3670     - title: "1908"
3671       data-set: "vpp-performance-changes-3n-dnv-h1"
3672     - title: "2001"
3673       data-set: "vpp-performance-changes-3n-dnv-ref"
3674     - title: "2005"
3675       data-set: "vpp-performance-changes-3n-dnv-cmp"
3676   comparisons:
3677     - title: "Diff"
3678       reference: 2
3679       compare: 3
3680   legend:
3681     - "Legend to Table"
3682     - "1908, 2001, 2005 - VPP versions tested."
3683     - "Diff - difference between 2001 and 2005 VPP version."
3684
3685 # VPP Performance Changes 3n-tsh 1t1c pdr
3686 - type: "table"
3687   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3688   algorithm: "table_comparison"
3689   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3690   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3691   filter: "'1T1C'"
3692   columns:
3693     - title: "1908"
3694       data-set: "vpp-performance-changes-3n-tsh-h1"
3695     - title: "2001"
3696       data-set: "vpp-performance-changes-3n-tsh-ref"
3697     - title: "2005"
3698       data-set: "vpp-performance-changes-3n-tsh-cmp"
3699   comparisons:
3700     - title: "Diff"
3701       reference: 2
3702       compare: 3
3703   legend:
3704     - "Legend to Table"
3705     - "1908, 2001, 2005 - VPP versions tested."
3706     - "Diff - difference between 2001 and 2005 VPP version."
3707
3708 # VPP Performance Changes 3n-tsh 2t2c pdr
3709 - type: "table"
3710   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3711   algorithm: "table_comparison"
3712   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3713   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3714   filter: "'2T2C'"
3715   columns:
3716     - title: "1908"
3717       data-set: "vpp-performance-changes-3n-tsh-h1"
3718     - title: "2001"
3719       data-set: "vpp-performance-changes-3n-tsh-ref"
3720     - title: "2005"
3721       data-set: "vpp-performance-changes-3n-tsh-cmp"
3722   comparisons:
3723     - title: "Diff"
3724       reference: 2
3725       compare: 3
3726   legend:
3727     - "Legend to Table"
3728     - "1908, 2001, 2005 - VPP versions tested."
3729     - "Diff - difference between 2001 and 2005 VPP version."
3730
3731 # VPP Performance Changes 3n-tsh 1t1c ndr
3732 - type: "table"
3733   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3734   algorithm: "table_comparison"
3735   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3736   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3737   filter: "'1T1C'"
3738   columns:
3739     - title: "1908"
3740       data-set: "vpp-performance-changes-3n-tsh-h1"
3741     - title: "2001"
3742       data-set: "vpp-performance-changes-3n-tsh-ref"
3743     - title: "2005"
3744       data-set: "vpp-performance-changes-3n-tsh-cmp"
3745   comparisons:
3746     - title: "Diff"
3747       reference: 2
3748       compare: 3
3749   legend:
3750     - "Legend to Table"
3751     - "1908, 2001, 2005 - VPP versions tested."
3752     - "Diff - difference between 2001 and 2005 VPP version."
3753
3754 # VPP Performance Changes 3n-tsh 2t2c ndr
3755 - type: "table"
3756   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3757   algorithm: "table_comparison"
3758   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3759   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3760   filter: "'2T2C'"
3761   columns:
3762     - title: "1908"
3763       data-set: "vpp-performance-changes-3n-tsh-h1"
3764     - title: "2001"
3765       data-set: "vpp-performance-changes-3n-tsh-ref"
3766     - title: "2005"
3767       data-set: "vpp-performance-changes-3n-tsh-cmp"
3768   comparisons:
3769     - title: "Diff"
3770       reference: 2
3771       compare: 3
3772   legend:
3773     - "Legend to Table"
3774     - "1908, 2001, 2005 - VPP versions tested."
3775     - "Diff - difference between 2001 and 2005 VPP version."
3776
3777 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3778 - type: "table"
3779   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3780   algorithm: "table_comparison"
3781   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3782   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3783   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3784   columns:
3785     - title: "3n-hsw xl710"
3786       data-set: "vpp-compare-testbeds-ref"
3787       tag: "NIC_Intel-XL710"
3788     - title: "3n-skx xxv710"
3789       data-set: "vpp-compare-testbeds-cmp"
3790       tag: "NIC_Intel-XXV710"
3791   comparisons:
3792     - title: "Diff"
3793       reference: 1
3794       compare: 2
3795   legend:
3796     - "Legend to Table"
3797     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3798     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3799
3800 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3801 - type: "table"
3802   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3803   algorithm: "table_comparison"
3804   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3805   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3806   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3807   columns:
3808     - title: "3n-hsw xl710"
3809       data-set: "vpp-compare-testbeds-ref"
3810       tag: "NIC_Intel-XL710"
3811     - title: "3n-skx xxv710"
3812       data-set: "vpp-compare-testbeds-cmp"
3813       tag: "NIC_Intel-XXV710"
3814   comparisons:
3815     - title: "Diff"
3816       reference: 1
3817       compare: 2
3818   legend:
3819     - "Legend to Table"
3820     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3821     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3822
3823 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3824 - type: "table"
3825   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3826   algorithm: "table_comparison"
3827   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3828   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3829   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3830   columns:
3831     - title: "3n-hsw xl710"
3832       data-set: "vpp-compare-testbeds-ref"
3833       tag: "NIC_Intel-XL710"
3834     - title: "3n-skx xxv710"
3835       data-set: "vpp-compare-testbeds-cmp"
3836       tag: "NIC_Intel-XXV710"
3837   comparisons:
3838     - title: "Diff"
3839       reference: 1
3840       compare: 2
3841   legend:
3842     - "Legend to Table"
3843     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3844     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3845
3846 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3847 - type: "table"
3848   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3849   algorithm: "table_comparison"
3850   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3851   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3852   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3853   columns:
3854     - title: "3n-hsw xl710"
3855       data-set: "vpp-compare-testbeds-ref"
3856       tag: "NIC_Intel-XL710"
3857     - title: "3n-skx xxv710"
3858       data-set: "vpp-compare-testbeds-cmp"
3859       tag: "NIC_Intel-XXV710"
3860   comparisons:
3861     - title: "Diff"
3862       reference: 1
3863       compare: 2
3864   legend:
3865     - "Legend to Table"
3866     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3867     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3868
3869 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3870 - type: "table"
3871   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3872   algorithm: "table_comparison"
3873   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3874   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3875   filter: "'2T1C' and 'NIC_Intel-XXV710'"
3876   columns:
3877     - title: "2n-skx"
3878       data-set: "vpp-compare-testbeds-skx-clx-ref"
3879     - title: "2n-clx"
3880       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3881   comparisons:
3882     - title: "Diff"
3883       reference: 1
3884       compare: 2
3885   legend:
3886     - "Legend to Table"
3887     - "2n-skx, 2n-clx - testbeds and NICs tested."
3888     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3889
3890 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3891 - type: "table"
3892   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3893   algorithm: "table_comparison"
3894   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3895   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3896   filter: "'4T2C' and 'NIC_Intel-XXV710'"
3897   columns:
3898     - title: "2n-skx"
3899       data-set: "vpp-compare-testbeds-skx-clx-ref"
3900     - title: "2n-clx"
3901       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3902   comparisons:
3903     - title: "Diff"
3904       reference: 1
3905       compare: 2
3906   legend:
3907     - "Legend to Table"
3908     - "2n-skx, 2n-clx - testbeds and NICs tested."
3909     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3910
3911 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3912 - type: "table"
3913   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3914   algorithm: "table_comparison"
3915   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3916   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3917   filter: "'2T1C' and 'NIC_Intel-XXV710'"
3918   columns:
3919     - title: "2n-skx"
3920       data-set: "vpp-compare-testbeds-skx-clx-ref"
3921     - title: "2n-clx"
3922       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3923   comparisons:
3924     - title: "Diff"
3925       reference: 1
3926       compare: 2
3927   legend:
3928     - "Legend to Table"
3929     - "2n-skx, 2n-clx - testbeds and NICs tested."
3930     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3931
3932 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3933 - type: "table"
3934   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3935   algorithm: "table_comparison"
3936   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3937   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3938   filter: "'4T2C' and 'NIC_Intel-XXV710'"
3939   columns:
3940     - title: "2n-skx"
3941       data-set: "vpp-compare-testbeds-skx-clx-ref"
3942     - title: "2n-clx"
3943       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3944   comparisons:
3945     - title: "Diff"
3946       reference: 1
3947       compare: 2
3948   legend:
3949     - "Legend to Table"
3950     - "2n-skx, 2n-clx - testbeds and NICs tested."
3951     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3952
3953 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
3954 - type: "table"
3955   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
3956   algorithm: "table_comparison"
3957   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
3958   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3959   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3960   columns:
3961     - title: "3n-hsw xl710"
3962       data-set: "vpp-compare-testbeds-hsw-clx-ref"
3963       tag: "NIC_Intel-XL710"
3964     - title: "2n-clx xxv710"
3965       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
3966       tag: "NIC_Intel-XXV710"
3967   comparisons:
3968     - title: "Diff"
3969       reference: 1
3970       compare: 2
3971   legend:
3972     - "Legend to Table"
3973     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
3974     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
3975
3976 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
3977 - type: "table"
3978   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
3979   algorithm: "table_comparison"
3980   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
3981   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3982   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3983   columns:
3984     - title: "3n-hsw xl710"
3985       data-set: "vpp-compare-testbeds-hsw-clx-ref"
3986       tag: "NIC_Intel-XL710"
3987     - title: "2n-clx xxv710"
3988       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
3989       tag: "NIC_Intel-XXV710"
3990   comparisons:
3991     - title: "Diff"
3992       reference: 1
3993       compare: 2
3994   legend:
3995     - "Legend to Table"
3996     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
3997     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
3998
3999 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4000 - type: "table"
4001   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4002   algorithm: "table_comparison"
4003   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4004   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4005   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4006   columns:
4007     - title: "3n-hsw xl710"
4008       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4009       tag: "NIC_Intel-XL710"
4010     - title: "2n-clx xxv710"
4011       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4012       tag: "NIC_Intel-XXV710"
4013   comparisons:
4014     - title: "Diff"
4015       reference: 1
4016       compare: 2
4017   legend:
4018     - "Legend to Table"
4019     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4020     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4021
4022 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4023 - type: "table"
4024   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4025   algorithm: "table_comparison"
4026   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4027   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4028   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4029   columns:
4030     - title: "3n-hsw xl710"
4031       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4032       tag: "NIC_Intel-XL710"
4033     - title: "2n-clx xxv710"
4034       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4035       tag: "NIC_Intel-XXV710"
4036   comparisons:
4037     - title: "Diff"
4038       reference: 1
4039       compare: 2
4040   legend:
4041     - "Legend to Table"
4042     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4043     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4044
4045 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4046 - type: "table"
4047   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4048   algorithm: "table_comparison"
4049   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4050   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4051   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4052   columns:
4053     - title: "3n-skx"
4054       data-set: "vpp-compare-topologies-ref"
4055     - title: "2n-skx"
4056       data-set: "vpp-compare-topologies-cmp"
4057   comparisons:
4058     - title: "Diff"
4059       reference: 1
4060       compare: 2
4061   legend:
4062     - "Legend to Table"
4063     - "3n-skx, 2n-skx - topologies tested."
4064     - "Diff - difference between 3n-skx and 2n-skx topologies."
4065
4066 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4067 - type: "table"
4068   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4069   algorithm: "table_comparison"
4070   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4071   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4072   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4073   columns:
4074     - title: "3n-skx"
4075       data-set: "vpp-compare-topologies-ref"
4076     - title: "2n-skx"
4077       data-set: "vpp-compare-topologies-cmp"
4078   comparisons:
4079     - title: "Diff"
4080       reference: 1
4081       compare: 2
4082   legend:
4083     - "Legend to Table"
4084     - "3n-skx, 2n-skx - topologies tested."
4085     - "Diff - difference between 3n-skx and 2n-skx topologies."
4086
4087 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4088 - type: "table"
4089   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4090   algorithm: "table_comparison"
4091   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4092   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4093   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4094   columns:
4095     - title: "3n-skx"
4096       data-set: "vpp-compare-topologies-ref"
4097     - title: "2n-skx"
4098       data-set: "vpp-compare-topologies-cmp"
4099   comparisons:
4100     - title: "Diff"
4101       reference: 1
4102       compare: 2
4103   legend:
4104     - "Legend to Table"
4105     - "3n-skx, 2n-skx - topologies tested."
4106     - "Diff - difference between 3n-skx and 2n-skx topologies."
4107
4108 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4109 - type: "table"
4110   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4111   algorithm: "table_comparison"
4112   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4113   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4114   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4115   columns:
4116     - title: "3n-skx"
4117       data-set: "vpp-compare-topologies-ref"
4118     - title: "2n-skx"
4119       data-set: "vpp-compare-topologies-cmp"
4120   comparisons:
4121     - title: "Diff"
4122       reference: 1
4123       compare: 2
4124   legend:
4125     - "Legend to Table"
4126     - "3n-skx, 2n-skx - topologies tested."
4127     - "Diff - difference between 3n-skx and 2n-skx topologies."
4128
4129 # VPP Performance Changes 3n-hsw 1t1c mrr
4130 - type: "table"
4131   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4132   algorithm: "table_comparison"
4133   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4134   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4135   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4136   columns:
4137     - title: "1908"
4138       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4139     - title: "2001"
4140       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4141     - title: "2005"
4142       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4143   comparisons:
4144     - title: "Diff"
4145       reference: 2
4146       compare: 3
4147   legend:
4148     - "Legend to Table"
4149     - "1908, 2001, 2005 - VPP versions tested."
4150     - "Diff - difference between 2001 and 2005 VPP version."
4151
4152 # VPP Performance Changes 3n-hsw 2t2c mrr
4153 - type: "table"
4154   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4155   algorithm: "table_comparison"
4156   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4157   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4158   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4159   columns:
4160     - title: "1908"
4161       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4162     - title: "2001"
4163       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4164     - title: "2005"
4165       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4166   comparisons:
4167     - title: "Diff"
4168       reference: 2
4169       compare: 3
4170   legend:
4171     - "Legend to Table"
4172     - "1908, 2001, 2005 - VPP versions tested."
4173     - "Diff - difference between 2001 and 2005 VPP version."
4174
4175 # VPP Performance Changes 3n-hsw 4t4c mrr
4176 - type: "table"
4177   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4178   algorithm: "table_comparison"
4179   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4180   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4181   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4182   columns:
4183     - title: "1908"
4184       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4185     - title: "2001"
4186       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4187     - title: "2005"
4188       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4189   comparisons:
4190     - title: "Diff"
4191       reference: 2
4192       compare: 3
4193   legend:
4194     - "Legend to Table"
4195     - "1908, 2001, 2005 - VPP versions tested."
4196     - "Diff - difference between 2001 and 2005 VPP version."
4197
4198 # VPP Performance Changes 3n-skx 2t1c mrr
4199 - type: "table"
4200   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4201   algorithm: "table_comparison"
4202   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4203   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4204   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4205   columns:
4206     - title: "1908"
4207       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4208     - title: "2001"
4209       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4210     - title: "2005"
4211       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4212   comparisons:
4213     - title: "Diff"
4214       reference: 2
4215       compare: 3
4216   legend:
4217     - "Legend to Table"
4218     - "1908, 2001, 2005 - VPP versions tested."
4219     - "Diff - difference between 2001 and 2005 VPP version."
4220
4221 # VPP Performance Changes 3n-skx 4t2c mrr
4222 - type: "table"
4223   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4224   algorithm: "table_comparison"
4225   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4226   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4227   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4228   columns:
4229     - title: "1908"
4230       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4231     - title: "2001"
4232       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4233     - title: "2005"
4234       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4235   comparisons:
4236     - title: "Diff"
4237       reference: 2
4238       compare: 3
4239   legend:
4240     - "Legend to Table"
4241     - "1908, 2001, 2005 - VPP versions tested."
4242     - "Diff - difference between 2001 and 2005 VPP version."
4243
4244 # VPP Performance Changes 3n-skx 8t4c mrr
4245 - type: "table"
4246   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4247   algorithm: "table_comparison"
4248   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4249   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4250   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4251   columns:
4252     - title: "1908"
4253       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4254     - title: "2001"
4255       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4256     - title: "2005"
4257       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4258   comparisons:
4259     - title: "Diff"
4260       reference: 2
4261       compare: 3
4262   legend:
4263     - "Legend to Table"
4264     - "1908, 2001, 2005 - VPP versions tested."
4265     - "Diff - difference between 2001 and 2005 VPP version."
4266
4267 # VPP Performance Changes 2n-skx 2t1c mrr
4268 - type: "table"
4269   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4270   algorithm: "table_comparison"
4271   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4272   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4273   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4274   columns:
4275     - title: "1908"
4276       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4277     - title: "2001"
4278       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4279     - title: "2005"
4280       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4281   comparisons:
4282     - title: "Diff"
4283       reference: 2
4284       compare: 3
4285   legend:
4286     - "Legend to Table"
4287     - "1908, 2001, 2005 - VPP versions tested."
4288     - "Diff - difference between 2001 and 2005 VPP version."
4289
4290 # VPP Performance Changes 2n-skx 4t2c mrr
4291 - type: "table"
4292   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4293   algorithm: "table_comparison"
4294   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4295   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4296   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4297   columns:
4298     - title: "1908"
4299       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4300     - title: "2001"
4301       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4302     - title: "2005"
4303       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4304   comparisons:
4305     - title: "Diff"
4306       reference: 2
4307       compare: 3
4308   legend:
4309     - "Legend to Table"
4310     - "1908, 2001, 2005 - VPP versions tested."
4311     - "Diff - difference between 2001 and 2005 VPP version."
4312
4313 # VPP Performance Changes 2n-skx 8t4c mrr
4314 - type: "table"
4315   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4316   algorithm: "table_comparison"
4317   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4318   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4319   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4320   columns:
4321     - title: "1908"
4322       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4323     - title: "2001"
4324       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4325     - title: "2005"
4326       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4327   comparisons:
4328     - title: "Diff"
4329       reference: 2
4330       compare: 3
4331   legend:
4332     - "Legend to Table"
4333     - "1908, 2001, 2005 - VPP versions tested."
4334     - "Diff - difference between 2001 and 2005 VPP version."
4335
4336 # VPP Performance Changes 2n-dnv 1t1c mrr
4337 - type: "table"
4338   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4339   algorithm: "table_comparison"
4340   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4341   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4342   filter: "'1T1C'"
4343   columns:
4344     - title: "1908"
4345       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4346     - title: "2001"
4347       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4348     - title: "2005"
4349       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4350   comparisons:
4351     - title: "Diff"
4352       reference: 2
4353       compare: 3
4354   legend:
4355     - "Legend to Table"
4356     - "1908, 2001, 2005 - VPP versions tested."
4357     - "Diff - difference between 2001 and 2005 VPP version."
4358
4359 # VPP Performance Changes 2n-dnv 2t2c mrr
4360 - type: "table"
4361   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4362   algorithm: "table_comparison"
4363   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4364   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4365   filter: "'2T2C'"
4366   columns:
4367     - title: "1908"
4368       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4369     - title: "2001"
4370       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4371     - title: "2005"
4372       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4373   comparisons:
4374     - title: "Diff"
4375       reference: 2
4376       compare: 3
4377   legend:
4378     - "Legend to Table"
4379     - "1908, 2001, 2005 - VPP versions tested."
4380     - "Diff - difference between 2001 and 2005 VPP version."
4381
4382 # VPP Performance Changes 2n-dnv 4t4c mrr
4383 - type: "table"
4384   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4385   algorithm: "table_comparison"
4386   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4387   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4388   filter: "'4T4C'"
4389   columns:
4390     - title: "1908"
4391       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4392     - title: "2001"
4393       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4394     - title: "2005"
4395       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4396   comparisons:
4397     - title: "Diff"
4398       reference: 2
4399       compare: 3
4400   legend:
4401     - "Legend to Table"
4402     - "1908, 2001, 2005 - VPP versions tested."
4403     - "Diff - difference between 2001 and 2005 VPP version."
4404
4405 # VPP Performance Changes 3n-dnv 1t1c mrr
4406 - type: "table"
4407   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4408   algorithm: "table_comparison"
4409   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4410   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4411   filter: "'1T1C'"
4412   columns:
4413     - title: "1908"
4414       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4415     - title: "2001"
4416       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4417     - title: "2005"
4418       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4419   comparisons:
4420     - title: "Diff"
4421       reference: 2
4422       compare: 3
4423   legend:
4424     - "Legend to Table"
4425     - "1908, 2001, 2005 - VPP versions tested."
4426     - "Diff - difference between 2001 and 2005 VPP version."
4427
4428 # VPP Performance Changes 3n-dnv 2t2c mrr
4429 - type: "table"
4430   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4431   algorithm: "table_comparison"
4432   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4433   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4434   filter: "'2T2C'"
4435   columns:
4436     - title: "1908"
4437       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4438     - title: "2001"
4439       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4440     - title: "2005"
4441       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4442   comparisons:
4443     - title: "Diff"
4444       reference: 2
4445       compare: 3
4446   legend:
4447     - "Legend to Table"
4448     - "1908, 2001, 2005 - VPP versions tested."
4449     - "Diff - difference between 2001 and 2005 VPP version."
4450
4451 # VPP Performance Changes 3n-dnv 4t4c mrr
4452 - type: "table"
4453   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4454   algorithm: "table_comparison"
4455   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4456   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4457   filter: "'4T4C'"
4458   columns:
4459     - title: "1908"
4460       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4461     - title: "2001"
4462       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4463     - title: "2005"
4464       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4465   comparisons:
4466     - title: "Diff"
4467       reference: 2
4468       compare: 3
4469   legend:
4470     - "Legend to Table"
4471     - "1908, 2001, 2005 - VPP versions tested."
4472     - "Diff - difference between 2001 and 2005 VPP version."
4473
4474 # VPP Performance Changes 3n-tsh 1t1c mrr
4475 - type: "table"
4476   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4477   algorithm: "table_comparison"
4478   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4479   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4480   filter: "'1T1C'"
4481   columns:
4482     - title: "1908"
4483       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4484     - title: "2001"
4485       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4486     - title: "2005"
4487       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4488   comparisons:
4489     - title: "Diff"
4490       reference: 2
4491       compare: 3
4492   legend:
4493     - "Legend to Table"
4494     - "1908, 2001, 2005 - VPP versions tested."
4495     - "Diff - difference between 2001 and 2005 VPP version."
4496
4497 # VPP Performance Changes 3n-tsh 2t2c mrr
4498 - type: "table"
4499   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4500   algorithm: "table_comparison"
4501   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4502   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4503   filter: "'2T2C'"
4504   columns:
4505     - title: "1908"
4506       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4507     - title: "2001"
4508       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4509     - title: "2005"
4510       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4511   comparisons:
4512     - title: "Diff"
4513       reference: 2
4514       compare: 3
4515   legend:
4516     - "Legend to Table"
4517     - "1908, 2001, 2005 - VPP versions tested."
4518     - "Diff - difference between 2001 and 2005 VPP version."
4519
4520 # VPP Performance Changes 3n-tsh 4t4c mrr
4521 - type: "table"
4522   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
4523   algorithm: "table_comparison"
4524   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4525   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4526   filter: "'4T4C'"
4527   columns:
4528     - title: "1908"
4529       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4530     - title: "2001"
4531       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4532     - title: "2005"
4533       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4534   comparisons:
4535     - title: "Diff"
4536       reference: 2
4537       compare: 3
4538   legend:
4539     - "Legend to Table"
4540     - "1908, 2001, 2005 - VPP versions tested."
4541     - "Diff - difference between 2001 and 2005 VPP version."
4542
4543 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4544 - type: "table"
4545   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4546   algorithm: "table_comparison"
4547   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4548   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4549   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4550   columns:
4551     - title: "3n-hsw xl710"
4552       data-set: "vpp-compare-testbeds-mrr-ref"
4553       tag: "NIC_Intel-XL710"
4554     - title: "3n-skx xxv710"
4555       data-set: "vpp-compare-testbeds-mrr-cmp"
4556       tag: "NIC_Intel-XXV710"
4557   comparisons:
4558     - title: "Diff"
4559       reference: 1
4560       compare: 2
4561   legend:
4562     - "Legend to Table"
4563     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4564     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4565
4566 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4567 - type: "table"
4568   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4569   algorithm: "table_comparison"
4570   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4571   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4572   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4573   columns:
4574     - title: "3n-hsw xl710"
4575       data-set: "vpp-compare-testbeds-mrr-ref"
4576       tag: "NIC_Intel-XL710"
4577     - title: "3n-skx xxv710"
4578       data-set: "vpp-compare-testbeds-mrr-cmp"
4579       tag: "NIC_Intel-XXV710"
4580   comparisons:
4581     - title: "Diff"
4582       reference: 1
4583       compare: 2
4584   legend:
4585     - "Legend to Table"
4586     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4587     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4588
4589 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4590 - type: "table"
4591   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4592   algorithm: "table_comparison"
4593   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4594   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4595   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4596   columns:
4597     - title: "3n-hsw xl710"
4598       data-set: "vpp-compare-testbeds-mrr-ref"
4599       tag: "NIC_Intel-XL710"
4600     - title: "3n-skx xxv710"
4601       data-set: "vpp-compare-testbeds-mrr-cmp"
4602       tag: "NIC_Intel-XXV710"
4603   comparisons:
4604     - title: "Diff"
4605       reference: 1
4606       compare: 2
4607   legend:
4608     - "Legend to Table"
4609     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4610     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4611
4612 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4613 - type: "table"
4614   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4615   algorithm: "table_comparison"
4616   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4617   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4618   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4619   columns:
4620     - title: "2n-skx"
4621       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4622     - title: "2n-clx"
4623       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4624   comparisons:
4625     - title: "Diff"
4626       reference: 1
4627       compare: 2
4628   legend:
4629     - "Legend to Table"
4630     - "2n-skx, 2n-clx - testbeds and NICs tested."
4631     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4632
4633 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4634 - type: "table"
4635   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4636   algorithm: "table_comparison"
4637   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4638   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4639   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4640   columns:
4641     - title: "2n-skx"
4642       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4643     - title: "2n-clx"
4644       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4645   comparisons:
4646     - title: "Diff"
4647       reference: 1
4648       compare: 2
4649   legend:
4650     - "Legend to Table"
4651     - "2n-skx, 2n-clx - testbeds and NICs tested."
4652     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4653
4654 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4655 - type: "table"
4656   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4657   algorithm: "table_comparison"
4658   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4659   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4660   filter: "'8T4C' and 'NIC_Intel-XXV710'"
4661   columns:
4662     - title: "2n-skx"
4663       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4664     - title: "2n-clx"
4665       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4666   comparisons:
4667     - title: "Diff"
4668       reference: 1
4669       compare: 2
4670   legend:
4671     - "Legend to Table"
4672     - "2n-skx, 2n-clx - testbeds and NICs tested."
4673     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4674
4675 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4676 - type: "table"
4677   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4678   algorithm: "table_comparison"
4679   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4680   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4681   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
4682   columns:
4683     - title: "3n-skx"
4684       data-set: "vpp-compare-topologies-mrr-ref"
4685     - title: "2n-skx"
4686       data-set: "vpp-compare-topologies-mrr-cmp"
4687   comparisons:
4688     - title: "Diff"
4689       reference: 1
4690       compare: 2
4691   legend:
4692     - "Legend to Table"
4693     - "3n-skx, 2n-skx - topologies tested."
4694     - "Diff - difference between 3n-skx and 2n-skx topologies."
4695
4696 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4697 - type: "table"
4698   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4699   algorithm: "table_comparison"
4700   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4701   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4702   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
4703   columns:
4704     - title: "3n-skx"
4705       data-set: "vpp-compare-topologies-mrr-ref"
4706     - title: "2n-skx"
4707       data-set: "vpp-compare-topologies-mrr-cmp"
4708   comparisons:
4709     - title: "Diff"
4710       reference: 1
4711       compare: 2
4712   legend:
4713     - "Legend to Table"
4714     - "3n-skx, 2n-skx - topologies tested."
4715     - "Diff - difference between 3n-skx and 2n-skx topologies."
4716
4717 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4718 - type: "table"
4719   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4720   algorithm: "table_comparison"
4721   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4722   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4723   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
4724   columns:
4725     - title: "3n-skx"
4726       data-set: "vpp-compare-topologies-mrr-ref"
4727     - title: "2n-skx"
4728       data-set: "vpp-compare-topologies-mrr-cmp"
4729   comparisons:
4730     - title: "Diff"
4731       reference: 1
4732       compare: 2
4733   legend:
4734     - "Legend to Table"
4735     - "3n-skx, 2n-skx - topologies tested."
4736     - "Diff - difference between 3n-skx and 2n-skx topologies."
4737
4738 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4739 - type: "table"
4740   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4741   algorithm: "table_comparison"
4742   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4743   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4744   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4745   columns:
4746     - title: "3n-hsw xl710"
4747       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4748       tag: "NIC_Intel-XL710"
4749     - title: "2n-clx xxv710"
4750       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4751       tag: "NIC_Intel-XXV710"
4752   comparisons:
4753     - title: "Diff"
4754       reference: 1
4755       compare: 2
4756   legend:
4757     - "Legend to Table"
4758     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4759     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4760
4761 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4762 - type: "table"
4763   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4764   algorithm: "table_comparison"
4765   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4766   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4767   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4768   columns:
4769     - title: "3n-hsw xl710"
4770       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4771       tag: "NIC_Intel-XL710"
4772     - title: "2n-clx xxv710"
4773       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4774       tag: "NIC_Intel-XXV710"
4775   comparisons:
4776     - title: "Diff"
4777       reference: 1
4778       compare: 2
4779   legend:
4780     - "Legend to Table"
4781     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4782     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4783
4784 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4785 - type: "table"
4786   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4787   algorithm: "table_comparison"
4788   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4789   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4790   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4791   columns:
4792     - title: "3n-hsw xl710"
4793       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4794       tag: "NIC_Intel-XL710"
4795     - title: "2n-clx xxv710"
4796       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4797       tag: "NIC_Intel-XXV710"
4798   comparisons:
4799     - title: "Diff"
4800       reference: 1
4801       compare: 2
4802   legend:
4803     - "Legend to Table"
4804     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4805     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4806
4807 # Detailed Test Results - VPP Performance Results 3n-hsw
4808 - type: "table"
4809   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4810   algorithm: "table_merged_details"
4811   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
4812   columns:
4813     - title: " |prein| Test Name |preout| "
4814       data: "data name"
4815     - 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| "
4816       data: "data msg"
4817   data: "vpp-perf-results-3n-hsw"
4818   filter: "all"
4819   parameters:
4820   - "name"
4821   - "parent"
4822   - "msg"
4823
4824 # Detailed Test Results - VPP Performance Results 3n-skx
4825 - type: "table"
4826   title: "Detailed Test Results - VPP Performance Results 3n-skx"
4827   algorithm: "table_merged_details"
4828   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
4829   columns:
4830     - title: " |prein| Test Name |preout| "
4831       data: "data name"
4832     - 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| "
4833       data: "data msg"
4834   data: "vpp-perf-results-3n-skx"
4835   filter: "all"
4836   remove-ndr: False
4837   parameters:
4838   - "name"
4839   - "parent"
4840   - "msg"
4841
4842 # Detailed Test Results - VPP Performance Results 2n-skx
4843 - type: "table"
4844   title: "Detailed Test Results - VPP Performance Results 2n-skx"
4845   algorithm: "table_merged_details"
4846   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
4847   columns:
4848     - title: " |prein| Test Name |preout| "
4849       data: "data name"
4850     - 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| "
4851       data: "data msg"
4852   data: "vpp-perf-results-2n-skx"
4853   filter: "all"
4854   remove-ndr: False
4855   parameters:
4856   - "name"
4857   - "parent"
4858   - "msg"
4859
4860 # Detailed Test Results - VPP Performance Results 2n-clx
4861 - type: "table"
4862   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4863   algorithm: "table_merged_details"
4864   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
4865   columns:
4866     - title: " |prein| Test Name |preout| "
4867       data: "data name"
4868     - 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| "
4869       data: "data msg"
4870   data: "vpp-perf-results-2n-clx"
4871   filter: "all"
4872   parameters:
4873   - "name"
4874   - "parent"
4875   - "msg"
4876
4877 # Detailed Test Results - VPP Performance Results 3n-tsh
4878 - type: "table"
4879   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4880   algorithm: "table_merged_details"
4881   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
4882   columns:
4883     - title: " |prein| Test Name |preout| "
4884       data: "data name"
4885     - 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| "
4886       data: "data msg"
4887   data: "vpp-perf-results-3n-tsh"
4888   filter: "all"
4889   parameters:
4890   - "name"
4891   - "parent"
4892   - "msg"
4893
4894 # Detailed Test Results - VPP Performance Results 3n-dnv
4895 - type: "table"
4896   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4897   algorithm: "table_merged_details"
4898   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
4899   columns:
4900     - title: " |prein| Test Name |preout| "
4901       data: "data name"
4902     - 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| "
4903       data: "data msg"
4904   data: "vpp-perf-results-3n-dnv"
4905   filter: "all"
4906   parameters:
4907   - "name"
4908   - "parent"
4909   - "msg"
4910
4911 # Detailed Test Results - VPP Performance Results 2n-dnv
4912 - type: "table"
4913   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4914   algorithm: "table_merged_details"
4915   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4916   columns:
4917     - title: " |prein| Test Name |preout| "
4918       data: "data name"
4919     - 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| "
4920       data: "data msg"
4921   data: "vpp-perf-results-2n-dnv"
4922   filter: "all"
4923   parameters:
4924   - "name"
4925   - "parent"
4926   - "msg"
4927
4928 # Test configuration - VPP Performance Test Configs 3n-hsw
4929 - type: "table"
4930   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4931   algorithm: "table_merged_details"
4932   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
4933   columns:
4934     - title: " |prein| Test Name |preout| "
4935       data: "data name"
4936     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4937       data: "data conf-history"
4938   data: "vpp-perf-results-3n-hsw"
4939   filter: "all"
4940   parameters:
4941   - "parent"
4942   - "name"
4943   - "conf-history"
4944
4945 # Test configuration - VPP Performance Test Configs 3n-skx
4946 - type: "table"
4947   title: "Test configuration - VPP Performance Test Configs 3n-skx"
4948   algorithm: "table_merged_details"
4949   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
4950   columns:
4951     - title: " |prein| Test Name |preout| "
4952       data: "data name"
4953     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4954       data: "data conf-history"
4955   data: "vpp-perf-results-3n-skx"
4956   filter: "all"
4957   parameters:
4958   - "parent"
4959   - "name"
4960   - "conf-history"
4961
4962 # Test configuration - VPP Performance Test Configs 2n-skx
4963 - type: "table"
4964   title: "Test configuration - VPP Performance Test Configs 2n-skx"
4965   algorithm: "table_merged_details"
4966   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
4967   columns:
4968     - title: " |prein| Test Name |preout| "
4969       data: "data name"
4970     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4971       data: "data conf-history"
4972   data: "vpp-perf-results-2n-skx"
4973   filter: "all"
4974   parameters:
4975   - "parent"
4976   - "name"
4977   - "conf-history"
4978
4979 # Test configuration - VPP Performance Test Configs 2n-clx
4980 - type: "table"
4981   title: "Test configuration - VPP Performance Test Configs 2n-clx"
4982   algorithm: "table_merged_details"
4983   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
4984   columns:
4985     - title: " |prein| Test Name |preout| "
4986       data: "data name"
4987     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4988       data: "data conf-history"
4989   data: "vpp-perf-results-2n-clx"
4990   filter: "all"
4991   parameters:
4992   - "parent"
4993   - "name"
4994   - "conf-history"
4995
4996 # Test configuration - VPP Performance Test Configs 3n-tsh
4997 - type: "table"
4998   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4999   algorithm: "table_merged_details"
5000   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5001   columns:
5002     - title: " |prein| Test Name |preout| "
5003       data: "data name"
5004     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5005       data: "data conf-history"
5006   data: "vpp-perf-results-3n-tsh"
5007   filter: "all"
5008   parameters:
5009   - "parent"
5010   - "name"
5011   - "conf-history"
5012
5013 # Test configuration - VPP Performance Test Configs 3n-dnv
5014 - type: "table"
5015   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5016   algorithm: "table_merged_details"
5017   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5018   columns:
5019     - title: " |prein| Test Name |preout| "
5020       data: "data name"
5021     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5022       data: "data conf-history"
5023   data: "vpp-perf-results-3n-dnv"
5024   filter: "all"
5025   parameters:
5026   - "parent"
5027   - "name"
5028   - "conf-history"
5029
5030 # Test configuration - VPP Performance Test Configs 2n-dnv
5031 - type: "table"
5032   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5033   algorithm: "table_merged_details"
5034   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5035   columns:
5036     - title: " |prein| Test Name |preout| "
5037       data: "data name"
5038     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5039       data: "data conf-history"
5040   data: "vpp-perf-results-2n-dnv"
5041   filter: "all"
5042   parameters:
5043   - "parent"
5044   - "name"
5045   - "conf-history"
5046
5047 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5048 - type: "table"
5049   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5050   algorithm: "table_oper_data_html"
5051   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5052   data: "vpp-perf-results-3n-hsw"
5053   filter: "all"
5054
5055 # Test Operational Data - VPP Performance Operational Data 3n-skx
5056 - type: "table"
5057   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5058   algorithm: "table_oper_data_html"
5059   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5060   data: "vpp-perf-results-3n-skx"
5061   filter: "all"
5062
5063 # Test Operational Data - VPP Performance Operational Data 2n-skx
5064 - type: "table"
5065   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5066   algorithm: "table_oper_data_html"
5067   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5068   data: "vpp-perf-results-2n-skx"
5069   filter: "all"
5070
5071 # Test Operational Data - VPP Performance Operational Data 2n-clx
5072 - type: "table"
5073   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5074   algorithm: "table_oper_data_html"
5075   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5076   data: "vpp-perf-results-2n-clx"
5077   filter: "all"
5078
5079 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5080 - type: "table"
5081   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5082   algorithm: "table_oper_data_html"
5083   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5084   data: "vpp-perf-results-3n-tsh"
5085   filter: "all"
5086
5087 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5088 - type: "table"
5089   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5090   algorithm: "table_oper_data_html"
5091   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5092   data: "vpp-perf-results-3n-dnv"
5093   filter: "all"
5094
5095 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5096 - type: "table"
5097   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5098   algorithm: "table_oper_data_html"
5099   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5100   data: "vpp-perf-results-2n-dnv"
5101   filter: "all"
5102
5103 # Detailed Test Results - VPP MRR Results 3n-hsw
5104 - type: "table"
5105   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5106   algorithm: "table_merged_details"
5107   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5108   columns:
5109     - title: " |prein| Test Name |preout| "
5110       data: "data name"
5111     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5112       data: "data msg"
5113   data: "vpp-mrr-results-3n-hsw"
5114   filter: "all"
5115   parameters:
5116   - "name"
5117   - "parent"
5118   - "msg"
5119
5120 # Detailed Test Results - VPP MRR Results 3n-skx
5121 - type: "table"
5122   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5123   algorithm: "table_merged_details"
5124   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5125   columns:
5126     - title: " |prein| Test Name |preout| "
5127       data: "data name"
5128     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5129       data: "data msg"
5130   data: "vpp-mrr-results-3n-skx"
5131   filter: "all"
5132   parameters:
5133   - "name"
5134   - "parent"
5135   - "msg"
5136
5137 # Detailed Test Results - VPP MRR Results 2n-skx
5138 - type: "table"
5139   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5140   algorithm: "table_merged_details"
5141   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5142   columns:
5143     - title: " |prein| Test Name |preout| "
5144       data: "data name"
5145     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5146       data: "data msg"
5147   data: "vpp-mrr-results-2n-skx"
5148   filter: "all"
5149   parameters:
5150   - "name"
5151   - "parent"
5152   - "msg"
5153
5154 # Detailed Test Results - VPP MRR Results 2n-clx
5155 - type: "table"
5156   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5157   algorithm: "table_merged_details"
5158   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5159   columns:
5160     - title: " |prein| Test Name |preout| "
5161       data: "data name"
5162     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5163       data: "data msg"
5164   data: "vpp-mrr-results-2n-clx"
5165   filter: "all"
5166   parameters:
5167   - "name"
5168   - "parent"
5169   - "msg"
5170
5171 # Detailed Test Results - VPP MRR Results 3n-tsh
5172 - type: "table"
5173   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5174   algorithm: "table_merged_details"
5175   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5176   columns:
5177     - title: " |prein| Test Name |preout| "
5178       data: "data name"
5179     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5180       data: "data msg"
5181   data: "vpp-mrr-results-3n-tsh"
5182   filter: "all"
5183   parameters:
5184   - "name"
5185   - "parent"
5186   - "msg"
5187
5188 # Detailed Test Results - VPP MRR Results 3n-dnv
5189 - type: "table"
5190   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5191   algorithm: "table_merged_details"
5192   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5193   columns:
5194     - title: " |prein| Test Name |preout| "
5195       data: "data name"
5196     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5197       data: "data msg"
5198   data: "vpp-mrr-results-3n-dnv"
5199   filter: "all"
5200   parameters:
5201   - "name"
5202   - "parent"
5203   - "msg"
5204
5205 # Detailed Test Results - VPP MRR Results 2n-dnv
5206 - type: "table"
5207   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5208   algorithm: "table_merged_details"
5209   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5210   columns:
5211     - title: " |prein| Test Name |preout| "
5212       data: "data name"
5213     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5214       data: "data msg"
5215   data: "vpp-mrr-results-2n-dnv"
5216   filter: "all"
5217   parameters:
5218   - "name"
5219   - "parent"
5220   - "msg"
5221
5222 # Test configuration - VPP MRR Test Configs 3n-hsw
5223 - type: "table"
5224   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5225   algorithm: "table_merged_details"
5226   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5227   columns:
5228     - title: " |prein| Test Name |preout| "
5229       data: "data name"
5230     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5231       data: "data conf-history"
5232   data: "vpp-mrr-results-3n-hsw"
5233   filter: "all"
5234   parameters:
5235   - "parent"
5236   - "name"
5237   - "conf-history"
5238
5239 # Test configuration - VPP MRR Test Configs 3n-skx
5240 - type: "table"
5241   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5242   algorithm: "table_merged_details"
5243   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5244   columns:
5245     - title: " |prein| Test Name |preout| "
5246       data: "data name"
5247     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5248       data: "data conf-history"
5249   data: "vpp-mrr-results-3n-skx"
5250   filter: "all"
5251   parameters:
5252   - "parent"
5253   - "name"
5254   - "conf-history"
5255
5256 # Test configuration - VPP MRR Test Configs 2n-skx
5257 - type: "table"
5258   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5259   algorithm: "table_merged_details"
5260   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5261   columns:
5262     - title: " |prein| Test Name |preout| "
5263       data: "data name"
5264     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5265       data: "data conf-history"
5266   data: "vpp-mrr-results-2n-skx"
5267   filter: "all"
5268   parameters:
5269   - "parent"
5270   - "name"
5271   - "conf-history"
5272
5273 # Test configuration - VPP MRR Test Configs 2n-clx
5274 - type: "table"
5275   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5276   algorithm: "table_merged_details"
5277   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5278   columns:
5279     - title: " |prein| Test Name |preout| "
5280       data: "data name"
5281     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5282       data: "data conf-history"
5283   data: "vpp-mrr-results-2n-clx"
5284   filter: "all"
5285   parameters:
5286   - "parent"
5287   - "name"
5288   - "conf-history"
5289
5290 # Test configuration - VPP MRR Test Configs 3n-tsh
5291 - type: "table"
5292   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5293   algorithm: "table_merged_details"
5294   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5295   columns:
5296     - title: " |prein| Test Name |preout| "
5297       data: "data name"
5298     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5299       data: "data conf-history"
5300   data: "vpp-mrr-results-3n-tsh"
5301   filter: "all"
5302   parameters:
5303   - "parent"
5304   - "name"
5305   - "conf-history"
5306
5307 # Test configuration - VPP MRR Test Configs 3n-dnv
5308 - type: "table"
5309   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5310   algorithm: "table_merged_details"
5311   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5312   columns:
5313     - title: " |prein| Test Name |preout| "
5314       data: "data name"
5315     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5316       data: "data conf-history"
5317   data: "vpp-mrr-results-3n-dnv"
5318   filter: "all"
5319   parameters:
5320   - "parent"
5321   - "name"
5322   - "conf-history"
5323
5324 # Test configuration - VPP MRR Test Configs 2n-dnv
5325 - type: "table"
5326   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5327   algorithm: "table_merged_details"
5328   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5329   columns:
5330     - title: " |prein| Test Name |preout| "
5331       data: "data name"
5332     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5333       data: "data conf-history"
5334   data: "vpp-mrr-results-2n-dnv"
5335   filter: "all"
5336   parameters:
5337   - "parent"
5338   - "name"
5339   - "conf-history"
5340
5341 # Detailed Test Results - VPP Device Results - Ubuntu
5342 - type: "table"
5343   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5344   algorithm: "table_merged_details"
5345   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5346   columns:
5347     - title: " |prein| Test Name |preout| "
5348       data: "data name"
5349     - title: " |prein| Status |preout| "
5350       data: "data status"
5351   data: "vpp-device-results-ubuntu"
5352   filter: "all"
5353   parameters:
5354   - "name"
5355   - "parent"
5356   - "doc"
5357   - "status"
5358
5359 # Test configuration - VPP Device Test Configs - Ubuntu
5360 - type: "table"
5361   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5362   algorithm: "table_merged_details"
5363   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5364   columns:
5365     - title: " |prein| Test Name |preout| "
5366       data: "data name"
5367     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5368       data: "data conf-history"
5369   data: "vpp-device-results-ubuntu"
5370   filter: "all"
5371   parameters:
5372   - "parent"
5373   - "name"
5374   - "conf-history"
5375
5376 ################################################################################
5377
5378 # DPDK Performance Changes 3n-hsw 1t1c pdr
5379 - type: "table"
5380   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5381   algorithm: "table_comparison"
5382   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5383   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5384   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5385   columns:
5386     - title: "1908"
5387       data-set: "dpdk-performance-changes-3n-hsw-h1"
5388     - title: "2001"
5389       data-set: "dpdk-performance-changes-3n-hsw-ref"
5390     - title: "2005"
5391       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5392   comparisons:
5393     - title: "Diff"
5394       reference: 2
5395       compare: 3
5396   legend:
5397     - "Legend to Table"
5398     - "1908, 2001, 2005 - DPDK versions tested."
5399     - "Diff - difference between 2001 and 2005 DPDK version."
5400
5401 # DPDK Performance Changes 3n-hsw 2t2c pdr
5402 - type: "table"
5403   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5404   algorithm: "table_comparison"
5405   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5406   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5407   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5408   columns:
5409     - title: "1908"
5410       data-set: "dpdk-performance-changes-3n-hsw-h1"
5411     - title: "2001"
5412       data-set: "dpdk-performance-changes-3n-hsw-ref"
5413     - title: "2005"
5414       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5415   comparisons:
5416     - title: "Diff"
5417       reference: 2
5418       compare: 3
5419   legend:
5420     - "Legend to Table"
5421     - "1908, 2001, 2005 - DPDK versions tested."
5422     - "Diff - difference between 2001 and 2005 DPDK version."
5423
5424 # DPDK Performance Changes 3n-hsw 1t1c pdr
5425 - type: "table"
5426   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5427   algorithm: "table_comparison"
5428   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5429   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5430   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5431   columns:
5432     - title: "1908"
5433       data-set: "dpdk-performance-changes-3n-hsw-h1"
5434     - title: "2001"
5435       data-set: "dpdk-performance-changes-3n-hsw-ref"
5436     - title: "2005"
5437       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5438   comparisons:
5439     - title: "Diff"
5440       reference: 2
5441       compare: 3
5442   legend:
5443     - "Legend to Table"
5444     - "1908, 2001, 2005 - DPDK versions tested."
5445     - "Diff - difference between 2001 and 2005 DPDK version."
5446
5447 # DPDK Performance Changes 3n-hsw 2t2c ndr
5448 - type: "table"
5449   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5450   algorithm: "table_comparison"
5451   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5452   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5453   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5454   columns:
5455     - title: "1908"
5456       data-set: "dpdk-performance-changes-3n-hsw-h1"
5457     - title: "2001"
5458       data-set: "dpdk-performance-changes-3n-hsw-ref"
5459     - title: "2005"
5460       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5461   comparisons:
5462     - title: "Diff"
5463       reference: 2
5464       compare: 3
5465   legend:
5466     - "Legend to Table"
5467     - "1908, 2001, 2005 - DPDK versions tested."
5468     - "Diff - difference between 2001 and 2005 DPDK version."
5469
5470 # DPDK Performance Changes 3n-skx 2t1c pdr
5471 - type: "table"
5472   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5473   algorithm: "table_comparison"
5474   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5475   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5476   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5477   columns:
5478     - title: "1908"
5479       data-set: "dpdk-performance-changes-3n-skx-h1"
5480     - title: "2001"
5481       data-set: "dpdk-performance-changes-3n-skx-ref"
5482     - title: "2005"
5483       data-set: "dpdk-performance-changes-3n-skx-cmp"
5484   comparisons:
5485     - title: "Diff"
5486       reference: 2
5487       compare: 3
5488   legend:
5489     - "Legend to Table"
5490     - "1908, 2001, 2005 - DPDK versions tested."
5491     - "Diff - difference between 2001 and 2005 DPDK version."
5492
5493 # DPDK Performance Changes 3n-skx 4t2c pdr
5494 - type: "table"
5495   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5496   algorithm: "table_comparison"
5497   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5498   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5499   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5500   columns:
5501     - title: "1908"
5502       data-set: "dpdk-performance-changes-3n-skx-h1"
5503     - title: "2001"
5504       data-set: "dpdk-performance-changes-3n-skx-ref"
5505     - title: "2005"
5506       data-set: "dpdk-performance-changes-3n-skx-cmp"
5507   comparisons:
5508     - title: "Diff"
5509       reference: 2
5510       compare: 3
5511   legend:
5512     - "Legend to Table"
5513     - "1908, 2001, 2005 - DPDK versions tested."
5514     - "Diff - difference between 2001 and 2005 DPDK version."
5515
5516 # DPDK Performance Changes 3n-skx 2t1c ndr
5517 - type: "table"
5518   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5519   algorithm: "table_comparison"
5520   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5521   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5522   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5523   columns:
5524     - title: "1908"
5525       data-set: "dpdk-performance-changes-3n-skx-h1"
5526     - title: "2001"
5527       data-set: "dpdk-performance-changes-3n-skx-ref"
5528     - title: "2005"
5529       data-set: "dpdk-performance-changes-3n-skx-cmp"
5530   comparisons:
5531     - title: "Diff"
5532       reference: 2
5533       compare: 3
5534   legend:
5535     - "Legend to Table"
5536     - "1908, 2001, 2005 - DPDK versions tested."
5537     - "Diff - difference between 2001 and 2005 DPDK version."
5538
5539 # DPDK Performance Changes 3n-skx 4t2c ndr
5540 - type: "table"
5541   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5542   algorithm: "table_comparison"
5543   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5544   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5545   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5546   columns:
5547     - title: "1908"
5548       data-set: "dpdk-performance-changes-3n-skx-h1"
5549     - title: "2001"
5550       data-set: "dpdk-performance-changes-3n-skx-ref"
5551     - title: "2005"
5552       data-set: "dpdk-performance-changes-3n-skx-cmp"
5553   comparisons:
5554     - title: "Diff"
5555       reference: 2
5556       compare: 3
5557   legend:
5558     - "Legend to Table"
5559     - "1908, 2001, 2005 - DPDK versions tested."
5560     - "Diff - difference between 2001 and 2005 DPDK version."
5561
5562 # DPDK Performance Changes 2n-skx 2t1c pdr
5563 - type: "table"
5564   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5565   algorithm: "table_comparison"
5566   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5567   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5568   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5569   columns:
5570     - title: "1908"
5571       data-set: "dpdk-performance-changes-2n-skx-h1"
5572     - title: "2001"
5573       data-set: "dpdk-performance-changes-2n-skx-ref"
5574     - title: "2005"
5575       data-set: "dpdk-performance-changes-2n-skx-cmp"
5576   comparisons:
5577     - title: "Diff"
5578       reference: 2
5579       compare: 3
5580   legend:
5581     - "Legend to Table"
5582     - "1908, 2001, 2005 - DPDK versions tested."
5583     - "Diff - difference between 2001 and 2005 DPDK version."
5584
5585 # DPDK Performance Changes 2n-skx 4t2c pdr
5586 - type: "table"
5587   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5588   algorithm: "table_comparison"
5589   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5590   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5591   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5592   columns:
5593     - title: "1908"
5594       data-set: "dpdk-performance-changes-2n-skx-h1"
5595     - title: "2001"
5596       data-set: "dpdk-performance-changes-2n-skx-ref"
5597     - title: "2005"
5598       data-set: "dpdk-performance-changes-2n-skx-cmp"
5599   comparisons:
5600     - title: "Diff"
5601       reference: 2
5602       compare: 3
5603   legend:
5604     - "Legend to Table"
5605     - "1908, 2001, 2005 - DPDK versions tested."
5606     - "Diff - difference between 2001 and 2005 DPDK version."
5607
5608 # DPDK Performance Changes 2n-skx 2t1c ndr
5609 - type: "table"
5610   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5611   algorithm: "table_comparison"
5612   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5613   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5614   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5615   columns:
5616     - title: "1908"
5617       data-set: "dpdk-performance-changes-2n-skx-h1"
5618     - title: "2001"
5619       data-set: "dpdk-performance-changes-2n-skx-ref"
5620     - title: "2005"
5621       data-set: "dpdk-performance-changes-2n-skx-cmp"
5622   comparisons:
5623     - title: "Diff"
5624       reference: 2
5625       compare: 3
5626   legend:
5627     - "Legend to Table"
5628     - "1908, 2001, 2005 - DPDK versions tested."
5629     - "Diff - difference between 2001 and 2005 DPDK version."
5630
5631 # DPDK Performance Changes 2n-skx 4t2c ndr
5632 - type: "table"
5633   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5634   algorithm: "table_comparison"
5635   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5636   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5637   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5638   columns:
5639     - title: "1908"
5640       data-set: "dpdk-performance-changes-2n-skx-h1"
5641     - title: "2001"
5642       data-set: "dpdk-performance-changes-2n-skx-ref"
5643     - title: "2005"
5644       data-set: "dpdk-performance-changes-2n-skx-cmp"
5645   comparisons:
5646     - title: "Diff"
5647       reference: 2
5648       compare: 3
5649   legend:
5650     - "Legend to Table"
5651     - "1908, 2001, 2005 - DPDK versions tested."
5652     - "Diff - difference between 2001 and 2005 DPDK version."
5653
5654 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5655 - type: "table"
5656   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5657   algorithm: "table_comparison"
5658   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5659   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5660   filter: "'NIC_Intel-X710'"
5661   columns:
5662     - title: "3n-hsw x710"
5663       data-set: "dpdk-compare-testbeds-ref"
5664     - title: "3n-skx x710"
5665       data-set: "dpdk-compare-testbeds-cmp"
5666   comparisons:
5667     - title: "Diff"
5668       reference: 1
5669       compare: 2
5670   legend:
5671     - "Legend to Table"
5672     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
5673     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
5674
5675 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5676 - type: "table"
5677   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5678   algorithm: "table_comparison"
5679   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5680   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5681   filter: "'NIC_Intel-X710'"
5682   columns:
5683     - title: "3n-hsw x710"
5684       data-set: "dpdk-compare-testbeds-ref"
5685     - title: "3n-skx x710"
5686       data-set: "dpdk-compare-testbeds-cmp"
5687   comparisons:
5688     - title: "Diff"
5689       reference: 1
5690       compare: 2
5691   legend:
5692     - "Legend to Table"
5693     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
5694     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
5695
5696 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5697 - type: "table"
5698   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5699   algorithm: "table_comparison"
5700   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5701   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5702   filter: "'NIC_Intel-XXV710'"
5703   columns:
5704     - title: "2n-skx"
5705       data-set: "dpdk-compare-testbeds-skx-clx-ref"
5706     - title: "2n-clx"
5707       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
5708   comparisons:
5709     - title: "Diff"
5710       reference: 1
5711       compare: 2
5712   legend:
5713     - "Legend to Table"
5714     - "2n-skx, 2n-clx - testbeds and NICs tested."
5715     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5716
5717 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5718 - type: "table"
5719   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5720   algorithm: "table_comparison"
5721   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5722   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5723   filter: "'NIC_Intel-XXV710'"
5724   columns:
5725     - title: "2n-skx"
5726       data-set: "dpdk-compare-testbeds-skx-clx-ref"
5727     - title: "2n-clx"
5728       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
5729   comparisons:
5730     - title: "Diff"
5731       reference: 1
5732       compare: 2
5733   legend:
5734     - "Legend to Table"
5735     - "2n-skx, 2n-clx - testbeds and NICs tested."
5736     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5737
5738 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5739 - type: "table"
5740   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5741   algorithm: "table_comparison"
5742   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5743   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5744   filter: "'NIC_Intel-XXV710'"
5745   columns:
5746     - title: "3n-skx"
5747       data-set: "dpdk-compare-topologies-ref"
5748     - title: "2n-skx"
5749       data-set: "dpdk-compare-topologies-cmp"
5750   comparisons:
5751     - title: "Diff"
5752       reference: 1
5753       compare: 2
5754   legend:
5755     - "Legend to Table"
5756     - "3n-skx, 2n-skx - topologies tested."
5757     - "Diff - difference between 3n-skx and 2n-skx topologies."
5758
5759 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5760 - type: "table"
5761   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5762   algorithm: "table_comparison"
5763   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5764   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5765   filter: "'NIC_Intel-XXV710'"
5766   columns:
5767     - title: "3n-skx"
5768       data-set: "dpdk-compare-topologies-ref"
5769     - title: "2n-skx"
5770       data-set: "dpdk-compare-topologies-cmp"
5771   comparisons:
5772     - title: "Diff"
5773       reference: 1
5774       compare: 2
5775   legend:
5776     - "Legend to Table"
5777     - "3n-skx, 2n-skx - topologies tested."
5778     - "Diff - difference between 3n-skx and 2n-skx topologies."
5779
5780 # Detailed Test Results - DPDK Performance Results 3n-hsw
5781 - type: "table"
5782   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5783   algorithm: "table_merged_details"
5784   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5785   columns:
5786     - title: " |prein| Test Name |preout| "
5787       data: "data name"
5788     - 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| "
5789       data: "data msg"
5790   data: "dpdk-perf-results-3n-hsw"
5791   filter: "all"
5792   parameters:
5793   - "name"
5794   - "parent"
5795   - "msg"
5796
5797 # Detailed Test Results - DPDK Performance Results 3n-skx
5798 - type: "table"
5799   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5800   algorithm: "table_merged_details"
5801   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5802   columns:
5803     - title: " |prein| Test Name |preout| "
5804       data: "data name"
5805     - 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| "
5806       data: "data msg"
5807   data: "dpdk-perf-results-3n-skx"
5808   filter: "all"
5809   remove-ndr: False
5810   parameters:
5811   - "name"
5812   - "parent"
5813   - "msg"
5814
5815 # Detailed Test Results - DPDK Performance Results 2n-skx
5816 - type: "table"
5817   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5818   algorithm: "table_merged_details"
5819   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5820   columns:
5821     - title: " |prein| Test Name |preout| "
5822       data: "data name"
5823     - 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| "
5824       data: "data msg"
5825   data: "dpdk-perf-results-2n-skx"
5826   filter: "all"
5827   remove-ndr: False
5828   parameters:
5829   - "name"
5830   - "parent"
5831   - "msg"
5832
5833 # Detailed Test Results - DPDK Performance Results 2n-clx
5834 - type: "table"
5835   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5836   algorithm: "table_merged_details"
5837   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5838   columns:
5839     - title: " |prein| Test Name |preout| "
5840       data: "data name"
5841     - 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| "
5842       data: "data msg"
5843   data: "dpdk-perf-results-2n-clx"
5844   filter: "all"
5845   parameters:
5846   - "name"
5847   - "parent"
5848   - "msg"
5849
5850 # Detailed Test Results - DPDK Performance Results 2n-dnv
5851 - type: "table"
5852   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5853   algorithm: "table_merged_details"
5854   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5855   columns:
5856     - title: " |prein| Test Name |preout| "
5857       data: "data name"
5858     - 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| "
5859       data: "data msg"
5860   data: "dpdk-perf-results-2n-dnv"
5861   filter: "all"
5862   parameters:
5863   - "name"
5864   - "parent"
5865   - "msg"
5866
5867 # Detailed Test Results - DPDK Performance Results 3n-dnv
5868 - type: "table"
5869   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5870   algorithm: "table_merged_details"
5871   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5872   columns:
5873     - title: " |prein| Test Name |preout| "
5874       data: "data name"
5875     - 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| "
5876       data: "data msg"
5877   data: "dpdk-perf-results-3n-dnv"
5878   filter: "all"
5879   parameters:
5880   - "name"
5881   - "parent"
5882   - "msg"
5883
5884 # Detailed Test Results - DPDK Performance Results 3n-tsh
5885 - type: "table"
5886   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5887   algorithm: "table_merged_details"
5888   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5889   columns:
5890     - title: " |prein| Test Name |preout| "
5891       data: "data name"
5892     - 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| "
5893       data: "data msg"
5894   data: "dpdk-perf-results-3n-tsh"
5895   filter: "all"
5896   parameters:
5897   - "name"
5898   - "parent"
5899   - "msg"
5900
5901 ################################################################################
5902 ###                                F I L E S                                 ###
5903 ################################################################################
5904
5905 # VPP Performance Results
5906 - type: "file"
5907   title: "VPP Performance Results"
5908   algorithm: "file_details_split"
5909   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
5910   dir-tables:
5911     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
5912     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
5913     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
5914     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
5915     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
5916     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
5917     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
5918   data:
5919     - "vpp-perf-results-2n-skx"
5920     - "vpp-perf-results-3n-skx"
5921     - "vpp-perf-results-2n-clx"
5922     - "vpp-perf-results-3n-hsw"
5923     - "vpp-perf-results-3n-tsh"
5924     - "vpp-perf-results-2n-dnv"
5925     - "vpp-perf-results-3n-dnv"
5926   filter: "all"
5927   data-start-level: 4
5928   order-chapters:
5929     level-1:
5930       - "l2"
5931       - "ip4"
5932       - "ip6"
5933       - "srv6"
5934       - "ip4_tunnels"
5935       - "ip6_tunnels"
5936       - "vm_vhost"
5937       - "container_memif"
5938       - "crypto"
5939       - "vts"
5940       - "lb"
5941       - "nfv_density"
5942       - "hoststack"
5943     level-2:
5944       - "2n-skx"
5945       - "3n-skx"
5946       - "2n-clx"
5947       - "3n-hsw"
5948       - "3n-tsh"
5949       - "2n-dnv"
5950       - "3n-dnv"
5951     level-3:
5952       - "xl710"
5953       - "x520"
5954       - "xxv710"
5955       - "x710"
5956       - "x553"
5957       - "cx556a"
5958       - "vic1227"
5959       - "vic1385"
5960
5961 # VPP Performance Configuration
5962 - type: "file"
5963   title: "VPP Performance Configuration"
5964   algorithm: "file_details_split"
5965   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
5966   dir-tables:
5967     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
5968     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
5969     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
5970     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
5971     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
5972     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
5973     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
5974   data:
5975     - "vpp-perf-results-2n-skx"
5976     - "vpp-perf-results-3n-skx"
5977     - "vpp-perf-results-2n-clx"
5978     - "vpp-perf-results-3n-hsw"
5979     - "vpp-perf-results-3n-tsh"
5980     - "vpp-perf-results-2n-dnv"
5981     - "vpp-perf-results-3n-dnv"
5982   filter: "all"
5983   data-start-level: 4
5984   order-chapters:
5985     level-1:
5986       - "l2"
5987       - "ip4"
5988       - "ip6"
5989       - "srv6"
5990       - "ip4_tunnels"
5991       - "ip6_tunnels"
5992       - "vm_vhost"
5993       - "container_memif"
5994       - "crypto"
5995       - "vts"
5996       - "lb"
5997       - "nfv_density"
5998       - "hoststack"
5999     level-2:
6000       - "2n-skx"
6001       - "3n-skx"
6002       - "2n-clx"
6003       - "3n-hsw"
6004       - "3n-tsh"
6005       - "2n-dnv"
6006       - "3n-dnv"
6007     level-3:
6008       - "xl710"
6009       - "x520"
6010       - "xxv710"
6011       - "x710"
6012       - "x553"
6013       - "cx556a"
6014       - "vic1227"
6015       - "vic1385"
6016
6017 # VPP Performance Operational
6018 - type: "file"
6019   title: "VPP Performance Operational"
6020   algorithm: "file_details_split_html"
6021   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6022   dir-tables:
6023     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6024     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6025     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6026     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6027     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6028     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6029     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6030   data:
6031     - "vpp-perf-results-2n-skx"
6032     - "vpp-perf-results-3n-skx"
6033     - "vpp-perf-results-2n-clx"
6034     - "vpp-perf-results-3n-hsw"
6035     - "vpp-perf-results-3n-tsh"
6036     - "vpp-perf-results-2n-dnv"
6037     - "vpp-perf-results-3n-dnv"
6038   filter: "all"
6039   data-start-level: 4
6040   order-chapters:
6041     level-1:
6042       - "l2"
6043       - "ip4"
6044       - "ip6"
6045       - "srv6"
6046       - "ip4_tunnels"
6047       - "ip6_tunnels"
6048       - "vm_vhost"
6049       - "container_memif"
6050       - "crypto"
6051       - "vts"
6052       - "lb"
6053       - "nfv_density"
6054       - "hoststack"
6055     level-2:
6056       - "2n-skx"
6057       - "3n-skx"
6058       - "2n-clx"
6059       - "3n-hsw"
6060       - "3n-tsh"
6061       - "2n-dnv"
6062       - "3n-dnv"
6063     level-3:
6064       - "xl710"
6065       - "x520"
6066       - "xxv710"
6067       - "x710"
6068       - "x553"
6069       - "cx556a"
6070       - "vic1227"
6071       - "vic1385"
6072
6073 # VPP MRR Results
6074 - type: "file"
6075   title: "VPP MRR Results"
6076   algorithm: "file_details_split"
6077   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6078   dir-tables:
6079     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6080     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6081     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6082     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6083     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6084     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6085     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6086   data:
6087     - "vpp-mrr-results-2n-skx"
6088     - "vpp-mrr-results-3n-skx"
6089     - "vpp-mrr-results-2n-clx"
6090     - "vpp-mrr-results-3n-hsw"
6091     - "vpp-mrr-results-3n-tsh"
6092     - "vpp-mrr-results-2n-dnv"
6093     - "vpp-mrr-results-3n-dnv"
6094   filter: "all"
6095   data-start-level: 4
6096   order-chapters:
6097     level-1:
6098       - "l2"
6099       - "ip4"
6100       - "ip6"
6101       - "srv6"
6102       - "ip4_tunnels"
6103       - "ip6_tunnels"
6104       - "vm_vhost"
6105       - "container_memif"
6106       - "crypto"
6107       - "vts"
6108       - "lb"
6109       - "nfv_density"
6110       - "hoststack"
6111     level-2:
6112       - "2n-skx"
6113       - "3n-skx"
6114       - "2n-clx"
6115       - "3n-hsw"
6116       - "3n-tsh"
6117       - "2n-dnv"
6118       - "3n-dnv"
6119     level-3:
6120       - "xl710"
6121       - "x520"
6122       - "xxv710"
6123       - "x710"
6124       - "x553"
6125       - "cx556a"
6126       - "vic1227"
6127       - "vic1385"
6128
6129 # VPP MRR Configuration
6130 - type: "file"
6131   title: "VPP MRR Configuration"
6132   algorithm: "file_details_split"
6133   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6134   dir-tables:
6135     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6136     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6137     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6138     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6139     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6140     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6141     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6142   data:
6143     - "vpp-mrr-results-2n-skx"
6144     - "vpp-mrr-results-3n-skx"
6145     - "vpp-mrr-results-2n-clx"
6146     - "vpp-mrr-results-3n-hsw"
6147     - "vpp-mrr-results-3n-tsh"
6148     - "vpp-mrr-results-2n-dnv"
6149     - "vpp-mrr-results-3n-dnv"
6150   filter: "all"
6151   data-start-level: 4
6152   order-chapters:
6153     level-1:
6154       - "l2"
6155       - "ip4"
6156       - "ip6"
6157       - "srv6"
6158       - "ip4_tunnels"
6159       - "ip6_tunnels"
6160       - "vm_vhost"
6161       - "container_memif"
6162       - "crypto"
6163       - "vts"
6164       - "lb"
6165       - "nfv_density"
6166       - "hoststack"
6167     level-2:
6168       - "2n-skx"
6169       - "3n-skx"
6170       - "2n-clx"
6171       - "3n-hsw"
6172       - "3n-tsh"
6173       - "2n-dnv"
6174       - "3n-dnv"
6175     level-3:
6176       - "xl710"
6177       - "x520"
6178       - "xxv710"
6179       - "x710"
6180       - "x553"
6181       - "cx556a"
6182       - "vic1227"
6183       - "vic1385"
6184
6185 # VPP Device Results - Ubuntu
6186 - type: "file"
6187   title: "VPP Device Results - Ubuntu"
6188   algorithm: "file_test_results"
6189   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6190   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6191   data: "vpp-device-results-ubuntu"
6192   filter: "all"
6193   data-start-level: 4
6194
6195 # VPP Device Configuration - Ubuntu
6196 - type: "file"
6197   title: "VPP Device Configuration - Ubuntu"
6198   algorithm: "file_test_results"
6199   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6200   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6201   data: "vpp-device-results-ubuntu"
6202   filter: "all"
6203   data-start-level: 4
6204
6205 # DPDK Performance Results 3n-hsw
6206 - type: "file"
6207   title: "DPDK Performance Results 3n-hsw"
6208   algorithm: "file_test_results"
6209   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6210   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6211   data: "dpdk-perf-results-3n-hsw"
6212   filter: "all"
6213   data-start-level: 4
6214
6215 # DPDK Performance Results 3n-skx
6216 - type: "file"
6217   title: "DPDK Performance Results 3n-skx"
6218   algorithm: "file_test_results"
6219   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6220   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6221   data: "dpdk-perf-results-3n-skx"
6222   filter: "all"
6223   data-start-level: 4
6224
6225 # DPDK Performance Results 2n-skx
6226 - type: "file"
6227   title: "DPDK Performance Results 2n-skx"
6228   algorithm: "file_test_results"
6229   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6230   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6231   data: "dpdk-perf-results-2n-skx"
6232   filter: "all"
6233   data-start-level: 4
6234
6235 # DPDK Performance Results 2n-clx
6236 - type: "file"
6237   title: "DPDK Performance Results 2n-clx"
6238   algorithm: "file_test_results"
6239   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6240   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6241   data: "dpdk-perf-results-2n-clx"
6242   filter: "all"
6243   data-start-level: 4
6244
6245 # DPDK Performance Results 2n-dnv
6246 - type: "file"
6247   title: "DPDK Performance Results 2n-dnv"
6248   algorithm: "file_test_results"
6249   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6250   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6251   data: "dpdk-perf-results-2n-dnv"
6252   filter: "all"
6253   data-start-level: 4
6254
6255 # DPDK Performance Results 3n-dnv
6256 - type: "file"
6257   title: "DPDK Performance Results 3n-dnv"
6258   algorithm: "file_test_results"
6259   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6260   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6261   data: "dpdk-perf-results-3n-dnv"
6262   filter: "all"
6263   data-start-level: 4
6264
6265 # DPDK Performance Results 3n-tsh
6266 - type: "file"
6267   title: "DPDK Performance Results 3n-tsh"
6268   algorithm: "file_test_results"
6269   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6270   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6271   data: "dpdk-perf-results-3n-tsh"
6272   filter: "all"
6273   data-start-level: 4
6274
6275 ################################################################################
6276 ###                                P L O T S                                 ###
6277 ################################################################################
6278
6279 # Hoststack tests 3n-hsw
6280
6281 - type: "plot"
6282   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6283   algorithm: "plot_perf_box_name"
6284   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6285   data: "plot-vpp-hoststack-3n-hsw"
6286   include:
6287     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6288     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6289   layout:
6290     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6291     layout: "plot-hoststack"
6292
6293 - type: "plot"
6294   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6295   algorithm: "plot_perf_box_name"
6296   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6297   data: "plot-vpp-hoststack-3n-hsw"
6298   include:
6299     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6300     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6301   layout:
6302     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6303     layout: "plot-hoststack"
6304
6305 - type: "plot"
6306   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6307   algorithm: "plot_perf_box_name"
6308   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
6309   data: "plot-vpp-hoststack-3n-hsw"
6310   include:
6311     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6312     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6313     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6314     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6315   layout:
6316     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6317     layout: "plot-hoststack"
6318
6319 # Plots VPP HTTP Server Performance
6320 - type: "plot"
6321   title: "VPP HTTP Server Performance"
6322   algorithm: "plot_http_server_perf_box"
6323   output-file-type: ".html"
6324   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6325   data:
6326     "plot-vpp-http-server-performance"
6327   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6328   parameters:
6329   - "result"
6330   - "name"
6331   traces:
6332     hoverinfo: "y+name"
6333     boxpoints: "outliers"
6334     whiskerwidth: 0
6335   layout:
6336     title: "VPP HTTP Server Performance"
6337     layout:
6338       "plot-cps"
6339
6340 - type: "plot"
6341   title: "VPP HTTP Server Performance"
6342   algorithm: "plot_http_server_perf_box"
6343   output-file-type: ".html"
6344   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6345   data:
6346     "plot-vpp-http-server-performance"
6347   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6348   parameters:
6349   - "result"
6350   - "name"
6351   traces:
6352     hoverinfo: "y+name"
6353     boxpoints: "outliers"
6354     whiskerwidth: 0
6355   layout:
6356     title: "VPP HTTP Server Performance"
6357     layout:
6358       "plot-rps"
6359
6360 ################################################################################
6361
6362 # Soak Test (PLRsearch), boxes - 2n-clx
6363 - type: "plot"
6364   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6365   algorithm: "plot_perf_box_name"
6366   output-file-type: ".html"
6367   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6368   data: "plot-vpp-soak-2n-clx"
6369   include:
6370     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6371     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6372     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6373     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6374     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6375     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6376   layout:
6377     title: "30 Minutes Soak Test (PLRsearch)"
6378     layout: "plot-soak-throughput"
6379
6380 # Soak Test (PLRsearch), boxes - 2n-clx
6381 - type: "plot"
6382   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6383   algorithm: "plot_perf_box_name"
6384   output-file-type: ".html"
6385   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6386   data: "plot-vpp-soak-2n-clx"
6387   include:
6388     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6389     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6390     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6391     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6392     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6393     - "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"
6394   layout:
6395     title: "30 Minutes Soak Test (PLRsearch)"
6396     layout: "plot-soak-throughput"
6397
6398 # Soak Test (PLRsearch), boxes - 2n-skx
6399 - type: "plot"
6400   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6401   algorithm: "plot_perf_box_name"
6402   output-file-type: ".html"
6403   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
6404   data: "plot-vpp-soak-2n-skx"
6405   include:
6406     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6407     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6408     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6409     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6410     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6412   layout:
6413     title: "30 Minutes Soak Test (PLRsearch)"
6414     layout: "plot-soak-throughput"
6415
6416 # Soak Test (PLRsearch), boxes - 2n-skx
6417 - type: "plot"
6418   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6419   algorithm: "plot_perf_box_name"
6420   output-file-type: ".html"
6421   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
6422   data: "plot-vpp-soak-2n-skx"
6423   include:
6424     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6425     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6426     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6427     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6429     - "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"
6430   layout:
6431     title: "30 Minutes Soak Test (PLRsearch)"
6432     layout: "plot-soak-throughput"
6433
6434 ###############################################################################
6435
6436 # Reconf tests 2n-skx
6437
6438 - type: "plot"
6439   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6440   algorithm: "plot_nf_reconf_box_name"
6441   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6442   data: "plot-vpp-nfv-reconf-2n-skx"
6443   include:
6444     - "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"
6445     - "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"
6446     - "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"
6447     - "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"
6448     - "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"
6449     - "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"
6450   layout:
6451     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6452     layout: "plot-throughput"
6453
6454 - type: "plot"
6455   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6456   algorithm: "plot_nf_reconf_box_name"
6457   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6458   data: "plot-vpp-nfv-reconf-2n-skx"
6459   include:
6460     - "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"
6461     - "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"
6462     - "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"
6463     - "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"
6464     - "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"
6465     - "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"
6466   layout:
6467     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6468     layout: "plot-throughput"
6469
6470 - type: "plot"
6471   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6472   algorithm: "plot_nf_reconf_box_name"
6473   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6474   data: "plot-vpp-nfv-reconf-2n-skx"
6475   include:
6476     - "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"
6477     - "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"
6478     - "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"
6479     - "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"
6480     - "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"
6481     - "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"
6482   layout:
6483     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6484     layout: "plot-throughput"
6485
6486 ###############################################################################
6487
6488 # Reconf tests 2n-clx
6489
6490 - type: "plot"
6491   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6492   algorithm: "plot_nf_reconf_box_name"
6493   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6494   data: "plot-vpp-nfv-reconf-2n-clx"
6495   include:
6496     - "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"
6497     - "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"
6498     - "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"
6499     - "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"
6500   layout:
6501     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6502     layout: "plot-throughput"
6503
6504 - type: "plot"
6505   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6506   algorithm: "plot_nf_reconf_box_name"
6507   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6508   data: "plot-vpp-nfv-reconf-2n-clx"
6509   include:
6510     - "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"
6511     - "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"
6512     - "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"
6513     - "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"
6514   layout:
6515     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6516     layout: "plot-throughput"
6517
6518 - type: "plot"
6519   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6520   algorithm: "plot_nf_reconf_box_name"
6521   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6522   data: "plot-vpp-nfv-reconf-2n-clx"
6523   include:
6524     - "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"
6525     - "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"
6526     - "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"
6527     - "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"
6528   layout:
6529     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6530     layout: "plot-throughput"
6531
6532 ################################################################################
6533 ## Plots - NF Density - VSC - MRR 64b
6534 #- type: "plot"
6535 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6536 #  algorithm: "plot_nf_heatmap"
6537 #  output-file-type: ".html"
6538 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6539 #  data: "plot-vpp-nfv-2n-skx-mrr"
6540 #  filter: "'NIC_Intel-XXV710' and
6541 #           'NF_DENSITY' and
6542 #           'VHOST' and
6543 #           not 'VXLAN' and
6544 #           'CHAIN' and
6545 #           'NF_VPPIP4' and
6546 #           '64B' and
6547 #           '2T1C' and
6548 #           'MRR'"
6549 #  parameters:
6550 #  - "result"
6551 #  - "name"
6552 #  - "tags"
6553 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6554 #  x-axis: "X = VNFs per Service Chain"
6555 #  y-axis: "Y = Number of Service Chains"
6556 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6557 #  layout:
6558 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6559 #    layout: "plot-service-density"
6560 #
6561 #- type: "plot"
6562 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6563 #  algorithm: "plot_nf_heatmap"
6564 #  output-file-type: ".html"
6565 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6566 #  data: "plot-vpp-nfv-2n-skx-mrr"
6567 #  filter: "'NIC_Intel-XXV710' and
6568 #           'NF_DENSITY' and
6569 #           'VHOST' and
6570 #           not 'VXLAN' and
6571 #           'CHAIN' and
6572 #           'NF_VPPIP4' and
6573 #           '64B' and
6574 #           '4T2C' and
6575 #           'MRR'"
6576 #  parameters:
6577 #  - "result"
6578 #  - "name"
6579 #  - "tags"
6580 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6581 #  x-axis: "X = VNFs per Service Chain"
6582 #  y-axis: "Y = Number of Service Chains"
6583 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6584 #  layout:
6585 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6586 #    layout: "plot-service-density"
6587 #
6588 #- type: "plot"
6589 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6590 #  algorithm: "plot_nf_heatmap"
6591 #  output-file-type: ".html"
6592 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6593 #  data: "plot-vpp-nfv-2n-skx-mrr"
6594 #  filter: "'NIC_Intel-XXV710' and
6595 #           'NF_DENSITY' and
6596 #           'VHOST' and
6597 #           not 'VXLAN' and
6598 #           'CHAIN' and
6599 #           'NF_VPPIP4' and
6600 #           '64B' and
6601 #           '8T4C' and
6602 #           'MRR'"
6603 #  parameters:
6604 #  - "result"
6605 #  - "name"
6606 #  - "tags"
6607 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6608 #  x-axis: "X = VNFs per Service Chain"
6609 #  y-axis: "Y = Number of Service Chains"
6610 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6611 #  layout:
6612 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6613 #    layout: "plot-service-density"
6614 #
6615 ## Plots - NF Density - VSC - MRR IMIX
6616 #- type: "plot"
6617 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6618 #  algorithm: "plot_nf_heatmap"
6619 #  output-file-type: ".html"
6620 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6621 #  data: "plot-vpp-nfv-2n-skx-mrr"
6622 #  filter: "'NIC_Intel-XXV710' and
6623 #           'NF_DENSITY' and
6624 #           'VHOST' and
6625 #           not 'VXLAN' and
6626 #           'CHAIN' and
6627 #           'NF_VPPIP4' and
6628 #           'IMIX' and
6629 #           '2T1C' and
6630 #           'MRR'"
6631 #  parameters:
6632 #  - "result"
6633 #  - "name"
6634 #  - "tags"
6635 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6636 #  x-axis: "X = VNFs per Service Chain"
6637 #  y-axis: "Y = Number of Service Chains"
6638 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6639 #  layout:
6640 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6641 #    layout: "plot-service-density"
6642 #
6643 #- type: "plot"
6644 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6645 #  algorithm: "plot_nf_heatmap"
6646 #  output-file-type: ".html"
6647 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6648 #  data: "plot-vpp-nfv-2n-skx-mrr"
6649 #  filter: "'NIC_Intel-XXV710' and
6650 #           'NF_DENSITY' and
6651 #           'VHOST' and
6652 #           not 'VXLAN' and
6653 #           'CHAIN' and
6654 #           'NF_VPPIP4' and
6655 #           'IMIX' and
6656 #           '4T2C' and
6657 #           'MRR'"
6658 #  parameters:
6659 #  - "result"
6660 #  - "name"
6661 #  - "tags"
6662 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6663 #  x-axis: "X = VNFs per Service Chain"
6664 #  y-axis: "Y = Number of Service Chains"
6665 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6666 #  layout:
6667 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6668 #    layout: "plot-service-density"
6669 #
6670 #- type: "plot"
6671 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6672 #  algorithm: "plot_nf_heatmap"
6673 #  output-file-type: ".html"
6674 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6675 #  data: "plot-vpp-nfv-2n-skx-mrr"
6676 #  filter: "'NIC_Intel-XXV710' and
6677 #           'NF_DENSITY' and
6678 #           'VHOST' and
6679 #           not 'VXLAN' and
6680 #           'CHAIN' and
6681 #           'NF_VPPIP4' and
6682 #           'IMIX' and
6683 #           '8T4C' and
6684 #           'MRR'"
6685 #  parameters:
6686 #  - "result"
6687 #  - "name"
6688 #  - "tags"
6689 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6690 #  x-axis: "X = VNFs per Service Chain"
6691 #  y-axis: "Y = Number of Service Chains"
6692 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6693 #  layout:
6694 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6695 #    layout: "plot-service-density"
6696 #
6697 ## Plots - NF Density - VSC - NDR 64b
6698 #- type: "plot"
6699 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6700 #  algorithm: "plot_nf_heatmap"
6701 #  output-file-type: ".html"
6702 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6703 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6704 #  filter: "'NIC_Intel-XXV710' and
6705 #           'NF_DENSITY' and
6706 #           'VHOST' and
6707 #           not 'VXLAN' and
6708 #           'CHAIN' and
6709 #           'NF_VPPIP4' and
6710 #           '64B' and
6711 #           '2T1C' and
6712 #           'NDRPDR'"
6713 #  parameters:
6714 #  - "throughput"
6715 #  - "name"
6716 #  - "tags"
6717 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6718 #  x-axis: "X = VNFs per Service Chain"
6719 #  y-axis: "Y = Number of Service Chains"
6720 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6721 #  layout:
6722 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6723 #    layout: "plot-service-density"
6724 #
6725 #- type: "plot"
6726 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6727 #  algorithm: "plot_nf_heatmap"
6728 #  output-file-type: ".html"
6729 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6730 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6731 #  filter: "'NIC_Intel-XXV710' and
6732 #           'NF_DENSITY' and
6733 #           'VHOST' and
6734 #           not 'VXLAN' and
6735 #           'CHAIN' and
6736 #           'NF_VPPIP4' and
6737 #           '64B' and
6738 #           '4T2C' and
6739 #           'NDRPDR'"
6740 #  parameters:
6741 #  - "throughput"
6742 #  - "name"
6743 #  - "tags"
6744 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6745 #  x-axis: "X = VNFs per Service Chain"
6746 #  y-axis: "Y = Number of Service Chains"
6747 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6748 #  layout:
6749 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6750 #    layout: "plot-service-density"
6751 #
6752 #- type: "plot"
6753 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6754 #  algorithm: "plot_nf_heatmap"
6755 #  output-file-type: ".html"
6756 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6757 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6758 #  filter: "'NIC_Intel-XXV710' and
6759 #           'NF_DENSITY' and
6760 #           'VHOST' and
6761 #           not 'VXLAN' and
6762 #           'CHAIN' and
6763 #           'NF_VPPIP4' and
6764 #           '64B' and
6765 #           '8T4C' and
6766 #           'NDRPDR'"
6767 #  parameters:
6768 #  - "throughput"
6769 #  - "name"
6770 #  - "tags"
6771 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6772 #  x-axis: "X = VNFs per Service Chain"
6773 #  y-axis: "Y = Number of Service Chains"
6774 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6775 #  layout:
6776 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6777 #    layout: "plot-service-density"
6778 #
6779 ## Plots - NF Density - VSC - NDR IMIX
6780 #- type: "plot"
6781 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6782 #  algorithm: "plot_nf_heatmap"
6783 #  output-file-type: ".html"
6784 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6785 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6786 #  filter: "'NIC_Intel-XXV710' and
6787 #           'NF_DENSITY' and
6788 #           'VHOST' and
6789 #           not 'VXLAN' and
6790 #           'CHAIN' and
6791 #           'NF_VPPIP4' and
6792 #           'IMIX' and
6793 #           '2T1C' and
6794 #           'NDRPDR'"
6795 #  parameters:
6796 #  - "throughput"
6797 #  - "name"
6798 #  - "tags"
6799 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6800 #  x-axis: "X = VNFs per Service Chain"
6801 #  y-axis: "Y = Number of Service Chains"
6802 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6803 #  layout:
6804 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6805 #    layout: "plot-service-density"
6806 #
6807 #- type: "plot"
6808 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6809 #  algorithm: "plot_nf_heatmap"
6810 #  output-file-type: ".html"
6811 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6812 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6813 #  filter: "'NIC_Intel-XXV710' and
6814 #           'NF_DENSITY' and
6815 #           'VHOST' and
6816 #           not 'VXLAN' and
6817 #           'CHAIN' and
6818 #           'NF_VPPIP4' and
6819 #           'IMIX' and
6820 #           '4T2C' and
6821 #           'NDRPDR'"
6822 #  parameters:
6823 #  - "throughput"
6824 #  - "name"
6825 #  - "tags"
6826 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6827 #  x-axis: "X = VNFs per Service Chain"
6828 #  y-axis: "Y = Number of Service Chains"
6829 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6830 #  layout:
6831 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6832 #    layout: "plot-service-density"
6833 #
6834 #- type: "plot"
6835 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6836 #  algorithm: "plot_nf_heatmap"
6837 #  output-file-type: ".html"
6838 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6839 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6840 #  filter: "'NIC_Intel-XXV710' and
6841 #           'NF_DENSITY' and
6842 #           'VHOST' and
6843 #           not 'VXLAN' and
6844 #           'CHAIN' and
6845 #           'NF_VPPIP4' and
6846 #           'IMIX' and
6847 #           '8T4C' and
6848 #           'NDRPDR'"
6849 #  parameters:
6850 #  - "throughput"
6851 #  - "name"
6852 #  - "tags"
6853 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6854 #  x-axis: "X = VNFs per Service Chain"
6855 #  y-axis: "Y = Number of Service Chains"
6856 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6857 #  layout:
6858 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6859 #    layout: "plot-service-density"
6860 #
6861 ## Plots - NF Density - VSC - PDR 64b
6862 #- type: "plot"
6863 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6864 #  algorithm: "plot_nf_heatmap"
6865 #  output-file-type: ".html"
6866 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6867 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6868 #  filter: "'NIC_Intel-XXV710' and
6869 #           'NF_DENSITY' and
6870 #           'VHOST' and
6871 #           not 'VXLAN' and
6872 #           'CHAIN' and
6873 #           'NF_VPPIP4' and
6874 #           '64B' and
6875 #           '2T1C' and
6876 #           'NDRPDR'"
6877 #  parameters:
6878 #  - "throughput"
6879 #  - "name"
6880 #  - "tags"
6881 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6882 #  x-axis: "X = VNFs per Service Chain"
6883 #  y-axis: "Y = Number of Service Chains"
6884 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6885 #  layout:
6886 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6887 #    layout: "plot-service-density"
6888 #
6889 #- type: "plot"
6890 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6891 #  algorithm: "plot_nf_heatmap"
6892 #  output-file-type: ".html"
6893 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6894 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6895 #  filter: "'NIC_Intel-XXV710' and
6896 #           'NF_DENSITY' and
6897 #           'VHOST' and
6898 #           not 'VXLAN' and
6899 #           'CHAIN' and
6900 #           'NF_VPPIP4' and
6901 #           '64B' and
6902 #           '4T2C' and
6903 #           'NDRPDR'"
6904 #  parameters:
6905 #  - "throughput"
6906 #  - "name"
6907 #  - "tags"
6908 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6909 #  x-axis: "X = VNFs per Service Chain"
6910 #  y-axis: "Y = Number of Service Chains"
6911 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6912 #  layout:
6913 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6914 #    layout: "plot-service-density"
6915 #
6916 #- type: "plot"
6917 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6918 #  algorithm: "plot_nf_heatmap"
6919 #  output-file-type: ".html"
6920 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6921 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6922 #  filter: "'NIC_Intel-XXV710' and
6923 #           'NF_DENSITY' and
6924 #           'VHOST' and
6925 #           not 'VXLAN' and
6926 #           'CHAIN' and
6927 #           'NF_VPPIP4' and
6928 #           '64B' and
6929 #           '8T4C' and
6930 #           'NDRPDR'"
6931 #  parameters:
6932 #  - "throughput"
6933 #  - "name"
6934 #  - "tags"
6935 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6936 #  x-axis: "X = VNFs per Service Chain"
6937 #  y-axis: "Y = Number of Service Chains"
6938 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6939 #  layout:
6940 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6941 #    layout: "plot-service-density"
6942 #
6943 ## Plots - NF Density - VSC - PDR IMIX
6944 #- type: "plot"
6945 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6946 #  algorithm: "plot_nf_heatmap"
6947 #  output-file-type: ".html"
6948 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6949 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6950 #  filter: "'NIC_Intel-XXV710' and
6951 #           'NF_DENSITY' and
6952 #           'VHOST' and
6953 #           not 'VXLAN' and
6954 #           'CHAIN' and
6955 #           'NF_VPPIP4' and
6956 #           'IMIX' and
6957 #           '2T1C' and
6958 #           'NDRPDR'"
6959 #  parameters:
6960 #  - "throughput"
6961 #  - "name"
6962 #  - "tags"
6963 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6964 #  x-axis: "X = VNFs per Service Chain"
6965 #  y-axis: "Y = Number of Service Chains"
6966 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6967 #  layout:
6968 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6969 #    layout: "plot-service-density"
6970 #
6971 #- type: "plot"
6972 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6973 #  algorithm: "plot_nf_heatmap"
6974 #  output-file-type: ".html"
6975 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6976 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6977 #  filter: "'NIC_Intel-XXV710' and
6978 #           'NF_DENSITY' and
6979 #           'VHOST' and
6980 #           not 'VXLAN' and
6981 #           'CHAIN' and
6982 #           'NF_VPPIP4' and
6983 #           'IMIX' and
6984 #           '4T2C' and
6985 #           'NDRPDR'"
6986 #  parameters:
6987 #  - "throughput"
6988 #  - "name"
6989 #  - "tags"
6990 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6991 #  x-axis: "X = VNFs per Service Chain"
6992 #  y-axis: "Y = Number of Service Chains"
6993 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6994 #  layout:
6995 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6996 #    layout: "plot-service-density"
6997 #
6998 #- type: "plot"
6999 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7000 #  algorithm: "plot_nf_heatmap"
7001 #  output-file-type: ".html"
7002 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7003 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7004 #  filter: "'NIC_Intel-XXV710' and
7005 #           'NF_DENSITY' and
7006 #           'VHOST' and
7007 #           not 'VXLAN' and
7008 #           'CHAIN' and
7009 #           'NF_VPPIP4' and
7010 #           'IMIX' and
7011 #           '8T4C' and
7012 #           'NDRPDR'"
7013 #  parameters:
7014 #  - "throughput"
7015 #  - "name"
7016 #  - "tags"
7017 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7018 #  x-axis: "X = VNFs per Service Chain"
7019 #  y-axis: "Y = Number of Service Chains"
7020 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7021 #  layout:
7022 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7023 #    layout: "plot-service-density"
7024 #
7025 ################################################################################
7026 ## Plots - NF Density - VSC - MRR 64b
7027 #- type: "plot"
7028 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7029 #  algorithm: "plot_nf_heatmap"
7030 #  output-file-type: ".html"
7031 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7032 #  data: "plot-vpp-nfv-2n-skx-mrr"
7033 #  filter: "'NIC_Intel-XXV710' and
7034 #           'NF_DENSITY' and
7035 #           'VHOST' and
7036 #           'VXLAN' and
7037 #           'CHAIN' and
7038 #           '118' and
7039 #           '2T1C' and
7040 #           'MRR'"
7041 #  parameters:
7042 #  - "result"
7043 #  - "name"
7044 #  - "tags"
7045 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7046 #  x-axis: "X = VNFs per Service Chain"
7047 #  y-axis: "Y = Number of Service Chains"
7048 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7049 #  layout:
7050 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7051 #    layout: "plot-service-density"
7052 #
7053 #- type: "plot"
7054 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7055 #  algorithm: "plot_nf_heatmap"
7056 #  output-file-type: ".html"
7057 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7058 #  data: "plot-vpp-nfv-2n-skx-mrr"
7059 #  filter: "'NIC_Intel-XXV710' and
7060 #           'NF_DENSITY' and
7061 #           'VHOST' and
7062 #           'VXLAN' and
7063 #           'CHAIN' and
7064 #           '118' and
7065 #           '4T2C' and
7066 #           'MRR'"
7067 #  parameters:
7068 #  - "result"
7069 #  - "name"
7070 #  - "tags"
7071 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7072 #  x-axis: "X = VNFs per Service Chain"
7073 #  y-axis: "Y = Number of Service Chains"
7074 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7075 #  layout:
7076 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7077 #    layout: "plot-service-density"
7078 #
7079 #- type: "plot"
7080 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7081 #  algorithm: "plot_nf_heatmap"
7082 #  output-file-type: ".html"
7083 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7084 #  data: "plot-vpp-nfv-2n-skx-mrr"
7085 #  filter: "'NIC_Intel-XXV710' and
7086 #           'NF_DENSITY' and
7087 #           'VHOST' and
7088 #           'VXLAN' and
7089 #           'CHAIN' and
7090 #           '118' and
7091 #           '8T4C' and
7092 #           'MRR'"
7093 #  parameters:
7094 #  - "result"
7095 #  - "name"
7096 #  - "tags"
7097 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7098 #  x-axis: "X = VNFs per Service Chain"
7099 #  y-axis: "Y = Number of Service Chains"
7100 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7101 #  layout:
7102 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7103 #    layout: "plot-service-density"
7104 #
7105 ## Plots - NF Density - VSC - MRR IMIX
7106 #- type: "plot"
7107 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7108 #  algorithm: "plot_nf_heatmap"
7109 #  output-file-type: ".html"
7110 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7111 #  data: "plot-vpp-nfv-2n-skx-mrr"
7112 #  filter: "'NIC_Intel-XXV710' and
7113 #           'NF_DENSITY' and
7114 #           'VHOST' and
7115 #           'VXLAN' and
7116 #           'CHAIN' and
7117 #           'IMIX' and
7118 #           '2T1C' and
7119 #           'MRR'"
7120 #  parameters:
7121 #  - "result"
7122 #  - "name"
7123 #  - "tags"
7124 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7125 #  x-axis: "X = VNFs per Service Chain"
7126 #  y-axis: "Y = Number of Service Chains"
7127 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7128 #  layout:
7129 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7130 #    layout: "plot-service-density"
7131 #
7132 #- type: "plot"
7133 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7134 #  algorithm: "plot_nf_heatmap"
7135 #  output-file-type: ".html"
7136 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7137 #  data: "plot-vpp-nfv-2n-skx-mrr"
7138 #  filter: "'NIC_Intel-XXV710' and
7139 #           'NF_DENSITY' and
7140 #           'VHOST' and
7141 #           'VXLAN' and
7142 #           'CHAIN' and
7143 #           'IMIX' and
7144 #           '4T2C' and
7145 #           'MRR'"
7146 #  parameters:
7147 #  - "result"
7148 #  - "name"
7149 #  - "tags"
7150 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7151 #  x-axis: "X = VNFs per Service Chain"
7152 #  y-axis: "Y = Number of Service Chains"
7153 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7154 #  layout:
7155 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7156 #    layout: "plot-service-density"
7157 #
7158 #- type: "plot"
7159 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7160 #  algorithm: "plot_nf_heatmap"
7161 #  output-file-type: ".html"
7162 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7163 #  data: "plot-vpp-nfv-2n-skx-mrr"
7164 #  filter: "'NIC_Intel-XXV710' and
7165 #           'NF_DENSITY' and
7166 #           'VHOST' and
7167 #           'VXLAN' and
7168 #           'CHAIN' and
7169 #           'IMIX' and
7170 #           '8T4C' and
7171 #           'MRR'"
7172 #  parameters:
7173 #  - "result"
7174 #  - "name"
7175 #  - "tags"
7176 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7177 #  x-axis: "X = VNFs per Service Chain"
7178 #  y-axis: "Y = Number of Service Chains"
7179 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7180 #  layout:
7181 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7182 #    layout: "plot-service-density"
7183 #
7184 ## Plots - NF Density - VSC - NDR 64b
7185 #- type: "plot"
7186 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7187 #  algorithm: "plot_nf_heatmap"
7188 #  output-file-type: ".html"
7189 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7190 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7191 #  filter: "'NIC_Intel-XXV710' and
7192 #           'NF_DENSITY' and
7193 #           'VHOST' and
7194 #           'VXLAN' and
7195 #           'CHAIN' and
7196 #           '118' and
7197 #           '2T1C' and
7198 #           'NDRPDR'"
7199 #  parameters:
7200 #  - "throughput"
7201 #  - "name"
7202 #  - "tags"
7203 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7204 #  x-axis: "X = VNFs per Service Chain"
7205 #  y-axis: "Y = Number of Service Chains"
7206 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7207 #  layout:
7208 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7209 #    layout: "plot-service-density"
7210 #
7211 #- type: "plot"
7212 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7213 #  algorithm: "plot_nf_heatmap"
7214 #  output-file-type: ".html"
7215 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7216 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7217 #  filter: "'NIC_Intel-XXV710' and
7218 #           'NF_DENSITY' and
7219 #           'VHOST' and
7220 #           'VXLAN' and
7221 #           'CHAIN' and
7222 #           '118' and
7223 #           '4T2C' and
7224 #           'NDRPDR'"
7225 #  parameters:
7226 #  - "throughput"
7227 #  - "name"
7228 #  - "tags"
7229 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7230 #  x-axis: "X = VNFs per Service Chain"
7231 #  y-axis: "Y = Number of Service Chains"
7232 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7233 #  layout:
7234 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7235 #    layout: "plot-service-density"
7236 #
7237 #- type: "plot"
7238 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7239 #  algorithm: "plot_nf_heatmap"
7240 #  output-file-type: ".html"
7241 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7242 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7243 #  filter: "'NIC_Intel-XXV710' and
7244 #           'NF_DENSITY' and
7245 #           'VHOST' and
7246 #           'VXLAN' and
7247 #           'CHAIN' and
7248 #           '118' 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: "64B Packet Throughput (mean NDR) [Mpps]"
7259 #  layout:
7260 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7261 #    layout: "plot-service-density"
7262 #
7263 ## Plots - NF Density - VSC - NDR IMIX
7264 #- type: "plot"
7265 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7266 #  algorithm: "plot_nf_heatmap"
7267 #  output-file-type: ".html"
7268 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7269 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7270 #  filter: "'NIC_Intel-XXV710' and
7271 #           'NF_DENSITY' and
7272 #           'VHOST' and
7273 #           'VXLAN' and
7274 #           'CHAIN' and
7275 #           'IMIX' and
7276 #           '2T1C' and
7277 #           'NDRPDR'"
7278 #  parameters:
7279 #  - "throughput"
7280 #  - "name"
7281 #  - "tags"
7282 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7283 #  x-axis: "X = VNFs per Service Chain"
7284 #  y-axis: "Y = Number of Service Chains"
7285 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7286 #  layout:
7287 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7288 #    layout: "plot-service-density"
7289 #
7290 #- type: "plot"
7291 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7292 #  algorithm: "plot_nf_heatmap"
7293 #  output-file-type: ".html"
7294 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7295 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7296 #  filter: "'NIC_Intel-XXV710' and
7297 #           'NF_DENSITY' and
7298 #           'VHOST' and
7299 #           'VXLAN' and
7300 #           'CHAIN' and
7301 #           'IMIX' and
7302 #           '4T2C' and
7303 #           'NDRPDR'"
7304 #  parameters:
7305 #  - "throughput"
7306 #  - "name"
7307 #  - "tags"
7308 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7309 #  x-axis: "X = VNFs per Service Chain"
7310 #  y-axis: "Y = Number of Service Chains"
7311 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7312 #  layout:
7313 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7314 #    layout: "plot-service-density"
7315 #
7316 #- type: "plot"
7317 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7318 #  algorithm: "plot_nf_heatmap"
7319 #  output-file-type: ".html"
7320 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7321 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7322 #  filter: "'NIC_Intel-XXV710' and
7323 #           'NF_DENSITY' and
7324 #           'VHOST' and
7325 #           'VXLAN' and
7326 #           'CHAIN' and
7327 #           'IMIX' and
7328 #           '8T4C' and
7329 #           'NDRPDR'"
7330 #  parameters:
7331 #  - "throughput"
7332 #  - "name"
7333 #  - "tags"
7334 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7335 #  x-axis: "X = VNFs per Service Chain"
7336 #  y-axis: "Y = Number of Service Chains"
7337 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7338 #  layout:
7339 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7340 #    layout: "plot-service-density"
7341 #
7342 ## Plots - NF Density - VSC - PDR 64b
7343 #- type: "plot"
7344 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7345 #  algorithm: "plot_nf_heatmap"
7346 #  output-file-type: ".html"
7347 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7348 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7349 #  filter: "'NIC_Intel-XXV710' and
7350 #           'NF_DENSITY' and
7351 #           'VHOST' and
7352 #           'VXLAN' and
7353 #           'CHAIN' and
7354 #           '118' and
7355 #           '2T1C' and
7356 #           'NDRPDR'"
7357 #  parameters:
7358 #  - "throughput"
7359 #  - "name"
7360 #  - "tags"
7361 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7362 #  x-axis: "X = VNFs per Service Chain"
7363 #  y-axis: "Y = Number of Service Chains"
7364 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7365 #  layout:
7366 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7367 #    layout: "plot-service-density"
7368 #
7369 #- type: "plot"
7370 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7371 #  algorithm: "plot_nf_heatmap"
7372 #  output-file-type: ".html"
7373 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7374 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7375 #  filter: "'NIC_Intel-XXV710' and
7376 #           'NF_DENSITY' and
7377 #           'VHOST' and
7378 #           'VXLAN' and
7379 #           'CHAIN' and
7380 #           '118' and
7381 #           '4T2C' and
7382 #           'NDRPDR'"
7383 #  parameters:
7384 #  - "throughput"
7385 #  - "name"
7386 #  - "tags"
7387 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7388 #  x-axis: "X = VNFs per Service Chain"
7389 #  y-axis: "Y = Number of Service Chains"
7390 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7391 #  layout:
7392 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7393 #    layout: "plot-service-density"
7394 #
7395 #- type: "plot"
7396 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7397 #  algorithm: "plot_nf_heatmap"
7398 #  output-file-type: ".html"
7399 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7400 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7401 #  filter: "'NIC_Intel-XXV710' and
7402 #           'NF_DENSITY' and
7403 #           'VHOST' and
7404 #           'VXLAN' and
7405 #           'CHAIN' and
7406 #           '118' and
7407 #           '8T4C' and
7408 #           'NDRPDR'"
7409 #  parameters:
7410 #  - "throughput"
7411 #  - "name"
7412 #  - "tags"
7413 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7414 #  x-axis: "X = VNFs per Service Chain"
7415 #  y-axis: "Y = Number of Service Chains"
7416 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7417 #  layout:
7418 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7419 #    layout: "plot-service-density"
7420 #
7421 ## Plots - NF Density - VSC - PDR IMIX
7422 #- type: "plot"
7423 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7424 #  algorithm: "plot_nf_heatmap"
7425 #  output-file-type: ".html"
7426 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7427 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7428 #  filter: "'NIC_Intel-XXV710' and
7429 #           'NF_DENSITY' and
7430 #           'VHOST' and
7431 #           'VXLAN' and
7432 #           'CHAIN' and
7433 #           'IMIX' and
7434 #           '2T1C' and
7435 #           'NDRPDR'"
7436 #  parameters:
7437 #  - "throughput"
7438 #  - "name"
7439 #  - "tags"
7440 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7441 #  x-axis: "X = VNFs per Service Chain"
7442 #  y-axis: "Y = Number of Service Chains"
7443 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7444 #  layout:
7445 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7446 #    layout: "plot-service-density"
7447 #
7448 #- type: "plot"
7449 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7450 #  algorithm: "plot_nf_heatmap"
7451 #  output-file-type: ".html"
7452 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7453 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7454 #  filter: "'NIC_Intel-XXV710' and
7455 #           'NF_DENSITY' and
7456 #           'VHOST' and
7457 #           'VXLAN' and
7458 #           'CHAIN' and
7459 #           'IMIX' and
7460 #           '4T2C' and
7461 #           'NDRPDR'"
7462 #  parameters:
7463 #  - "throughput"
7464 #  - "name"
7465 #  - "tags"
7466 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7467 #  x-axis: "X = VNFs per Service Chain"
7468 #  y-axis: "Y = Number of Service Chains"
7469 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7470 #  layout:
7471 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7472 #    layout: "plot-service-density"
7473 #
7474 #- type: "plot"
7475 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7476 #  algorithm: "plot_nf_heatmap"
7477 #  output-file-type: ".html"
7478 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7479 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7480 #  filter: "'NIC_Intel-XXV710' and
7481 #           'NF_DENSITY' and
7482 #           'VHOST' and
7483 #           'VXLAN' and
7484 #           'CHAIN' and
7485 #           'IMIX' and
7486 #           '8T4C' and
7487 #           'NDRPDR'"
7488 #  parameters:
7489 #  - "throughput"
7490 #  - "name"
7491 #  - "tags"
7492 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7493 #  x-axis: "X = VNFs per Service Chain"
7494 #  y-axis: "Y = Number of Service Chains"
7495 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7496 #  layout:
7497 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7498 #    layout: "plot-service-density"
7499 #
7500 ################################################################################
7501 ## Plots - NF Density - CSC - MRR 64b
7502 #- type: "plot"
7503 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7504 #  algorithm: "plot_nf_heatmap"
7505 #  output-file-type: ".html"
7506 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7507 #  data: "plot-vpp-nfv-2n-skx-mrr"
7508 #  filter: "'NIC_Intel-XXV710' and
7509 #           'NF_DENSITY' and
7510 #           'DOCKER' and
7511 #           'CHAIN' and
7512 #           'NF_VPPIP4' and
7513 #           '64B' and
7514 #           '2T1C' and
7515 #           'MRR'"
7516 #  parameters:
7517 #  - "result"
7518 #  - "name"
7519 #  - "tags"
7520 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7521 #  x-axis: "X = CNFs per Service Chain"
7522 #  y-axis: "Y = Number of Service Chains"
7523 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7524 #  layout:
7525 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7526 #    layout: "plot-service-density"
7527 #
7528 #- type: "plot"
7529 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7530 #  algorithm: "plot_nf_heatmap"
7531 #  output-file-type: ".html"
7532 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7533 #  data: "plot-vpp-nfv-2n-skx-mrr"
7534 #  filter: "'NIC_Intel-XXV710' and
7535 #           'NF_DENSITY' and
7536 #           'DOCKER' and
7537 #           'CHAIN' and
7538 #           'NF_VPPIP4' and
7539 #           '64B' and
7540 #           '4T2C' and
7541 #           'MRR'"
7542 #  parameters:
7543 #  - "result"
7544 #  - "name"
7545 #  - "tags"
7546 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7547 #  x-axis: "X = CNFs per Service Chain"
7548 #  y-axis: "Y = Number of Service Chains"
7549 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7550 #  layout:
7551 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7552 #    layout: "plot-service-density"
7553 #
7554 #- type: "plot"
7555 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7556 #  algorithm: "plot_nf_heatmap"
7557 #  output-file-type: ".html"
7558 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7559 #  data: "plot-vpp-nfv-2n-skx-mrr"
7560 #  filter: "'NIC_Intel-XXV710' and
7561 #           'NF_DENSITY' and
7562 #           'DOCKER' and
7563 #           'CHAIN' and
7564 #           'NF_VPPIP4' and
7565 #           '64B' and
7566 #           '8T4C' and
7567 #           'MRR'"
7568 #  parameters:
7569 #  - "result"
7570 #  - "name"
7571 #  - "tags"
7572 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7573 #  x-axis: "X = CNFs per Service Chain"
7574 #  y-axis: "Y = Number of Service Chains"
7575 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7576 #  layout:
7577 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7578 #    layout: "plot-service-density"
7579 #
7580 ## Plots - NF Density - CSC - MRR IMIX
7581 #- type: "plot"
7582 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7583 #  algorithm: "plot_nf_heatmap"
7584 #  output-file-type: ".html"
7585 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7586 #  data: "plot-vpp-nfv-2n-skx-mrr"
7587 #  filter: "'NIC_Intel-XXV710' and
7588 #           'NF_DENSITY' and
7589 #           'DOCKER' and
7590 #           'CHAIN' and
7591 #           'NF_VPPIP4' and
7592 #           'IMIX' and
7593 #           '2T1C' and
7594 #           'MRR'"
7595 #  parameters:
7596 #  - "result"
7597 #  - "name"
7598 #  - "tags"
7599 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7600 #  x-axis: "X = CNFs per Service Chain"
7601 #  y-axis: "Y = Number of Service Chains"
7602 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7603 #  layout:
7604 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7605 #    layout: "plot-service-density"
7606 #
7607 #- type: "plot"
7608 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7609 #  algorithm: "plot_nf_heatmap"
7610 #  output-file-type: ".html"
7611 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7612 #  data: "plot-vpp-nfv-2n-skx-mrr"
7613 #  filter: "'NIC_Intel-XXV710' and
7614 #           'NF_DENSITY' and
7615 #           'DOCKER' and
7616 #           'CHAIN' and
7617 #           'NF_VPPIP4' and
7618 #           'IMIX' and
7619 #           '4T2C' and
7620 #           'MRR'"
7621 #  parameters:
7622 #  - "result"
7623 #  - "name"
7624 #  - "tags"
7625 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7626 #  x-axis: "X = CNFs per Service Chain"
7627 #  y-axis: "Y = Number of Service Chains"
7628 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7629 #  layout:
7630 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7631 #    layout: "plot-service-density"
7632 #
7633 #- type: "plot"
7634 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7635 #  algorithm: "plot_nf_heatmap"
7636 #  output-file-type: ".html"
7637 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7638 #  data: "plot-vpp-nfv-2n-skx-mrr"
7639 #  filter: "'NIC_Intel-XXV710' and
7640 #           'NF_DENSITY' and
7641 #           'DOCKER' and
7642 #           'CHAIN' and
7643 #           'NF_VPPIP4' and
7644 #           'IMIX' and
7645 #           '8T4C' and
7646 #           'MRR'"
7647 #  parameters:
7648 #  - "result"
7649 #  - "name"
7650 #  - "tags"
7651 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7652 #  x-axis: "X = CNFs per Service Chain"
7653 #  y-axis: "Y = Number of Service Chains"
7654 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7655 #  layout:
7656 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7657 #    layout: "plot-service-density"
7658 #
7659 ## Plots - NF Density - CSC - NDR 64b
7660 #- type: "plot"
7661 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7662 #  algorithm: "plot_nf_heatmap"
7663 #  output-file-type: ".html"
7664 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7665 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7666 #  filter: "'NIC_Intel-XXV710' and
7667 #           'NF_DENSITY' and
7668 #           'DOCKER' and
7669 #           'CHAIN' and
7670 #           'NF_VPPIP4' and
7671 #           '64B' and
7672 #           '2T1C' and
7673 #           'NDRPDR'"
7674 #  parameters:
7675 #  - "throughput"
7676 #  - "name"
7677 #  - "tags"
7678 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7679 #  x-axis: "X = CNFs per Service Chain"
7680 #  y-axis: "Y = Number of Service Chains"
7681 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7682 #  layout:
7683 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7684 #    layout: "plot-service-density"
7685 #
7686 #- type: "plot"
7687 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7688 #  algorithm: "plot_nf_heatmap"
7689 #  output-file-type: ".html"
7690 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7691 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7692 #  filter: "'NIC_Intel-XXV710' and
7693 #           'NF_DENSITY' and
7694 #           'DOCKER' and
7695 #           'CHAIN' and
7696 #           'NF_VPPIP4' and
7697 #           '64B' and
7698 #           '4T2C' and
7699 #           'NDRPDR'"
7700 #  parameters:
7701 #  - "throughput"
7702 #  - "name"
7703 #  - "tags"
7704 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7705 #  x-axis: "X = CNFs per Service Chain"
7706 #  y-axis: "Y = Number of Service Chains"
7707 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7708 #  layout:
7709 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7710 #    layout: "plot-service-density"
7711 #
7712 #- type: "plot"
7713 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7714 #  algorithm: "plot_nf_heatmap"
7715 #  output-file-type: ".html"
7716 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7717 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7718 #  filter: "'NIC_Intel-XXV710' and
7719 #           'NF_DENSITY' and
7720 #           'DOCKER' and
7721 #           'CHAIN' and
7722 #           'NF_VPPIP4' and
7723 #           '64B' and
7724 #           '8T4C' and
7725 #           'NDRPDR'"
7726 #  parameters:
7727 #  - "throughput"
7728 #  - "name"
7729 #  - "tags"
7730 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7731 #  x-axis: "X = CNFs per Service Chain"
7732 #  y-axis: "Y = Number of Service Chains"
7733 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7734 #  layout:
7735 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7736 #    layout: "plot-service-density"
7737 #
7738 ## Plots - NF Density - CSC - NDR IMIX
7739 #- type: "plot"
7740 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7741 #  algorithm: "plot_nf_heatmap"
7742 #  output-file-type: ".html"
7743 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7744 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7745 #  filter: "'NIC_Intel-XXV710' and
7746 #           'NF_DENSITY' and
7747 #           'DOCKER' and
7748 #           'CHAIN' and
7749 #           'NF_VPPIP4' and
7750 #           'IMIX' and
7751 #           '2T1C' and
7752 #           'NDRPDR'"
7753 #  parameters:
7754 #  - "throughput"
7755 #  - "name"
7756 #  - "tags"
7757 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7758 #  x-axis: "X = CNFs per Service Chain"
7759 #  y-axis: "Y = Number of Service Chains"
7760 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7761 #  layout:
7762 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7763 #    layout: "plot-service-density"
7764 #
7765 #- type: "plot"
7766 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7767 #  algorithm: "plot_nf_heatmap"
7768 #  output-file-type: ".html"
7769 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7770 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7771 #  filter: "'NIC_Intel-XXV710' and
7772 #           'NF_DENSITY' and
7773 #           'DOCKER' and
7774 #           'CHAIN' and
7775 #           'NF_VPPIP4' and
7776 #           'IMIX' and
7777 #           '4T2C' and
7778 #           'NDRPDR'"
7779 #  parameters:
7780 #  - "throughput"
7781 #  - "name"
7782 #  - "tags"
7783 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7784 #  x-axis: "X = CNFs per Service Chain"
7785 #  y-axis: "Y = Number of Service Chains"
7786 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7787 #  layout:
7788 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7789 #    layout: "plot-service-density"
7790 #
7791 #- type: "plot"
7792 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7793 #  algorithm: "plot_nf_heatmap"
7794 #  output-file-type: ".html"
7795 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7796 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7797 #  filter: "'NIC_Intel-XXV710' and
7798 #           'NF_DENSITY' and
7799 #           'DOCKER' and
7800 #           'CHAIN' and
7801 #           'NF_VPPIP4' and
7802 #           'IMIX' and
7803 #           '8T4C' and
7804 #           'NDRPDR'"
7805 #  parameters:
7806 #  - "throughput"
7807 #  - "name"
7808 #  - "tags"
7809 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7810 #  x-axis: "X = CNFs per Service Chain"
7811 #  y-axis: "Y = Number of Service Chains"
7812 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7813 #  layout:
7814 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7815 #    layout: "plot-service-density"
7816 #
7817 ## Plots - NF Density - CSC - PDR 64b
7818 #- type: "plot"
7819 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7820 #  algorithm: "plot_nf_heatmap"
7821 #  output-file-type: ".html"
7822 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7823 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7824 #  filter: "'NIC_Intel-XXV710' and
7825 #           'NF_DENSITY' and
7826 #           'DOCKER' and
7827 #           'CHAIN' and
7828 #           'NF_VPPIP4' and
7829 #           '64B' and
7830 #           '2T1C' and
7831 #           'NDRPDR'"
7832 #  parameters:
7833 #  - "throughput"
7834 #  - "name"
7835 #  - "tags"
7836 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7837 #  x-axis: "X = CNFs per Service Chain"
7838 #  y-axis: "Y = Number of Service Chains"
7839 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7840 #  layout:
7841 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7842 #    layout: "plot-service-density"
7843 #
7844 #- type: "plot"
7845 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7846 #  algorithm: "plot_nf_heatmap"
7847 #  output-file-type: ".html"
7848 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7849 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7850 #  filter: "'NIC_Intel-XXV710' and
7851 #           'NF_DENSITY' and
7852 #           'DOCKER' and
7853 #           'CHAIN' and
7854 #           'NF_VPPIP4' and
7855 #           '64B' and
7856 #           '4T2C' and
7857 #           'NDRPDR'"
7858 #  parameters:
7859 #  - "throughput"
7860 #  - "name"
7861 #  - "tags"
7862 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7863 #  x-axis: "X = CNFs per Service Chain"
7864 #  y-axis: "Y = Number of Service Chains"
7865 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7866 #  layout:
7867 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7868 #    layout: "plot-service-density"
7869 #
7870 #- type: "plot"
7871 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7872 #  algorithm: "plot_nf_heatmap"
7873 #  output-file-type: ".html"
7874 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7875 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7876 #  filter: "'NIC_Intel-XXV710' and
7877 #           'NF_DENSITY' and
7878 #           'DOCKER' and
7879 #           'CHAIN' and
7880 #           'NF_VPPIP4' and
7881 #           '64B' and
7882 #           '8T4C' and
7883 #           'NDRPDR'"
7884 #  parameters:
7885 #  - "throughput"
7886 #  - "name"
7887 #  - "tags"
7888 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7889 #  x-axis: "X = CNFs per Service Chain"
7890 #  y-axis: "Y = Number of Service Chains"
7891 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7892 #  layout:
7893 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7894 #    layout: "plot-service-density"
7895 #
7896 ## Plots - NF Density - CSC - PDR IMIX
7897 #- type: "plot"
7898 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7899 #  algorithm: "plot_nf_heatmap"
7900 #  output-file-type: ".html"
7901 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7902 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7903 #  filter: "'NIC_Intel-XXV710' and
7904 #           'NF_DENSITY' and
7905 #           'DOCKER' and
7906 #           'CHAIN' and
7907 #           'NF_VPPIP4' and
7908 #           'IMIX' and
7909 #           '2T1C' and
7910 #           'NDRPDR'"
7911 #  parameters:
7912 #  - "throughput"
7913 #  - "name"
7914 #  - "tags"
7915 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7916 #  x-axis: "X = CNFs per Service Chain"
7917 #  y-axis: "Y = Number of Service Chains"
7918 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7919 #  layout:
7920 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7921 #    layout: "plot-service-density"
7922 #
7923 #- type: "plot"
7924 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7925 #  algorithm: "plot_nf_heatmap"
7926 #  output-file-type: ".html"
7927 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7928 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7929 #  filter: "'NIC_Intel-XXV710' and
7930 #           'NF_DENSITY' and
7931 #           'DOCKER' and
7932 #           'CHAIN' and
7933 #           'NF_VPPIP4' and
7934 #           'IMIX' and
7935 #           '4T2C' and
7936 #           'NDRPDR'"
7937 #  parameters:
7938 #  - "throughput"
7939 #  - "name"
7940 #  - "tags"
7941 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7942 #  x-axis: "X = CNFs per Service Chain"
7943 #  y-axis: "Y = Number of Service Chains"
7944 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7945 #  layout:
7946 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7947 #    layout: "plot-service-density"
7948 #
7949 #- type: "plot"
7950 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7951 #  algorithm: "plot_nf_heatmap"
7952 #  output-file-type: ".html"
7953 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7954 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7955 #  filter: "'NIC_Intel-XXV710' and
7956 #           'NF_DENSITY' and
7957 #           'DOCKER' and
7958 #           'CHAIN' and
7959 #           'NF_VPPIP4' and
7960 #           'IMIX' and
7961 #           '8T4C' and
7962 #           'NDRPDR'"
7963 #  parameters:
7964 #  - "throughput"
7965 #  - "name"
7966 #  - "tags"
7967 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7968 #  x-axis: "X = CNFs per Service Chain"
7969 #  y-axis: "Y = Number of Service Chains"
7970 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7971 #  layout:
7972 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7973 #    layout: "plot-service-density"
7974 #
7975 ################################################################################
7976 #
7977 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7978 #- type: "plot"
7979 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7980 #  algorithm: "plot_nf_heatmap"
7981 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7982 #  data: "plot-vpp-nfv-3n-skx-mrr"
7983 #  filter: "'NIC_Intel-XXV710' and
7984 #           'NF_DENSITY' and
7985 #           'DOCKER' and
7986 #           'CHAIN' and
7987 #           'NF_VPPIP4' and
7988 #           'IPSEC' and
7989 #           'TNL_4' and
7990 #           'IMIX' and
7991 #           '2T1C' and
7992 #           'MRR'"
7993 #  parameters:
7994 #  - "result"
7995 #  - "name"
7996 #  - "tags"
7997 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7998 #  x-axis: "X = CNFs per Service Chain"
7999 #  y-axis: "Y = Number of Service Chains"
8000 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8001 #  layout:
8002 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8003 #    layout: "plot-service-density"
8004 #
8005 #- type: "plot"
8006 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8007 #  algorithm: "plot_nf_heatmap"
8008 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8009 #  data: "plot-vpp-nfv-3n-skx-mrr"
8010 #  filter: "'NIC_Intel-XXV710' and
8011 #           'NF_DENSITY' and
8012 #           'DOCKER' and
8013 #           'CHAIN' and
8014 #           'NF_VPPIP4' and
8015 #           'IPSEC' and
8016 #           'TNL_4' and
8017 #           'IMIX' and
8018 #           '4T2C' and
8019 #           'MRR'"
8020 #  parameters:
8021 #  - "result"
8022 #  - "name"
8023 #  - "tags"
8024 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8025 #  x-axis: "X = CNFs per Service Chain"
8026 #  y-axis: "Y = Number of Service Chains"
8027 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8028 #  layout:
8029 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8030 #    layout: "plot-service-density"
8031 #
8032 #- type: "plot"
8033 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8034 #  algorithm: "plot_nf_heatmap"
8035 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8036 #  data: "plot-vpp-nfv-3n-skx-mrr"
8037 #  filter: "'NIC_Intel-XXV710' and
8038 #           'NF_DENSITY' and
8039 #           'DOCKER' and
8040 #           'CHAIN' and
8041 #           'NF_VPPIP4' and
8042 #           'IPSEC' and
8043 #           'TNL_4' and
8044 #           'IMIX' and
8045 #           '8T4C' and
8046 #           'MRR'"
8047 #  parameters:
8048 #  - "result"
8049 #  - "name"
8050 #  - "tags"
8051 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8052 #  x-axis: "X = CNFs per Service Chain"
8053 #  y-axis: "Y = Number of Service Chains"
8054 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8055 #  layout:
8056 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8057 #    layout: "plot-service-density"
8058
8059 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8060 - type: "plot"
8061   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8062   algorithm: "plot_nf_heatmap"
8063   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8064   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8065   filter: "'NIC_Intel-XXV710' and
8066            'NF_DENSITY' and
8067            'DOCKER' and
8068            'CHAIN' and
8069            'NF_VPPIP4' and
8070            'IPSEC' and
8071            'TNL_4' and
8072            'IMIX' and
8073            '2T1C' and
8074            'NDRPDR'"
8075   parameters:
8076   - "throughput"
8077   - "name"
8078   - "tags"
8079   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8080   x-axis: "X = CNFs per Service Chain"
8081   y-axis: "Y = Number of Service Chains"
8082   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8083   layout:
8084     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8085     layout: "plot-service-density"
8086
8087 - type: "plot"
8088   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8089   algorithm: "plot_nf_heatmap"
8090   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8091   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8092   filter: "'NIC_Intel-XXV710' and
8093            'NF_DENSITY' and
8094            'DOCKER' and
8095            'CHAIN' and
8096            'NF_VPPIP4' and
8097            'IPSEC' and
8098            'TNL_4' and
8099            'IMIX' 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: "IMIX Packet Throughput (mean NDR) [Mpps]"
8110   layout:
8111     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8112     layout: "plot-service-density"
8113
8114 - type: "plot"
8115   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8116   algorithm: "plot_nf_heatmap"
8117   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8118   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8119   filter: "'NIC_Intel-XXV710' and
8120            'NF_DENSITY' and
8121            'DOCKER' and
8122            'CHAIN' and
8123            'NF_VPPIP4' and
8124            'IPSEC' and
8125            'TNL_4' and
8126            'IMIX' and
8127            '8T4C' and
8128            'NDRPDR'"
8129   parameters:
8130   - "throughput"
8131   - "name"
8132   - "tags"
8133   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8134   x-axis: "X = CNFs per Service Chain"
8135   y-axis: "Y = Number of Service Chains"
8136   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8137   layout:
8138     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8139     layout: "plot-service-density"
8140
8141 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8142 - type: "plot"
8143   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8144   algorithm: "plot_nf_heatmap"
8145   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8146   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8147   filter: "'NIC_Intel-XXV710' and
8148            'NF_DENSITY' and
8149            'DOCKER' and
8150            'CHAIN' and
8151            'NF_VPPIP4' and
8152            'IPSEC' and
8153            'TNL_4' and
8154            'IMIX' and
8155            '2T1C' and
8156            'NDRPDR'"
8157   parameters:
8158   - "throughput"
8159   - "name"
8160   - "tags"
8161   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8162   x-axis: "X = CNFs per Service Chain"
8163   y-axis: "Y = Number of Service Chains"
8164   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8165   layout:
8166     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8167     layout: "plot-service-density"
8168
8169 - type: "plot"
8170   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8171   algorithm: "plot_nf_heatmap"
8172   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8173   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8174   filter: "'NIC_Intel-XXV710' and
8175            'NF_DENSITY' and
8176            'DOCKER' and
8177            'CHAIN' and
8178            'NF_VPPIP4' and
8179            'IPSEC' and
8180            'TNL_4' and
8181            'IMIX' and
8182            '4T2C' and
8183            'NDRPDR'"
8184   parameters:
8185   - "throughput"
8186   - "name"
8187   - "tags"
8188   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8189   x-axis: "X = CNFs per Service Chain"
8190   y-axis: "Y = Number of Service Chains"
8191   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8192   layout:
8193     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8194     layout: "plot-service-density"
8195
8196 - type: "plot"
8197   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8198   algorithm: "plot_nf_heatmap"
8199   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8200   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8201   filter: "'NIC_Intel-XXV710' and
8202            'NF_DENSITY' and
8203            'DOCKER' and
8204            'CHAIN' and
8205            'NF_VPPIP4' and
8206            'IPSEC' and
8207            'TNL_4' and
8208            'IMIX' and
8209            '8T4C' and
8210            'NDRPDR'"
8211   parameters:
8212   - "throughput"
8213   - "name"
8214   - "tags"
8215   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8216   x-axis: "X = CNFs per Service Chain"
8217   y-axis: "Y = Number of Service Chains"
8218   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8219   layout:
8220     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8221     layout: "plot-service-density"
8222
8223 ###############################################################################
8224
8225 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8226 - type: "plot"
8227   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8228   algorithm: "plot_nf_heatmap"
8229   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8230   data: "plot-vpp-nfv-3n-hsw-mrr"
8231   filter: "'NIC_Intel-XL710' and
8232            'NF_DENSITY' and
8233            'DOCKER' and
8234            'CHAIN' and
8235            'NF_VPPIP4' and
8236            'IMIX' and
8237            'TNL_4' and
8238            '1T1C' and
8239            'MRR'"
8240   parameters:
8241   - "result"
8242   - "name"
8243   - "tags"
8244   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8245   x-axis: "X = CNFs per Service Chain"
8246   y-axis: "Y = Number of Service Chains"
8247   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8248   layout:
8249     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8250     layout: "plot-service-density"
8251
8252 - type: "plot"
8253   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8254   algorithm: "plot_nf_heatmap"
8255   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8256   data: "plot-vpp-nfv-3n-hsw-mrr"
8257   filter: "'NIC_Intel-XL710' and
8258            'NF_DENSITY' and
8259            'DOCKER' and
8260            'CHAIN' and
8261            'NF_VPPIP4' and
8262            'IPSEC' and
8263            'TNL_4' and
8264            'IMIX' and
8265            '2T2C' and
8266            'MRR'"
8267   parameters:
8268   - "result"
8269   - "name"
8270   - "tags"
8271   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8272   x-axis: "X = CNFs per Service Chain"
8273   y-axis: "Y = Number of Service Chains"
8274   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8275   layout:
8276     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8277     layout: "plot-service-density"
8278
8279 - type: "plot"
8280   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8281   algorithm: "plot_nf_heatmap"
8282   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8283   data: "plot-vpp-nfv-3n-hsw-mrr"
8284   filter: "'NIC_Intel-XL710' and
8285            'NF_DENSITY' and
8286            'DOCKER' and
8287            'CHAIN' and
8288            'NF_VPPIP4' and
8289            'IPSEC' and
8290            'TNL_4' and
8291            'IMIX' and
8292            '4T4C' and
8293            'MRR'"
8294   parameters:
8295   - "result"
8296   - "name"
8297   - "tags"
8298   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8299   x-axis: "X = CNFs per Service Chain"
8300   y-axis: "Y = Number of Service Chains"
8301   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8302   layout:
8303     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8304     layout: "plot-service-density"
8305
8306 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8307 - type: "plot"
8308   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8309   algorithm: "plot_nf_heatmap"
8310   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8311   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8312   filter: "'NIC_Intel-XL710' and
8313            'NF_DENSITY' and
8314            'DOCKER' and
8315            'CHAIN' and
8316            'NF_VPPIP4' and
8317            'IPSEC' and
8318            'TNL_4' and
8319            'IMIX' and
8320            '1T1C' and
8321            'NDRPDR'"
8322   parameters:
8323   - "throughput"
8324   - "name"
8325   - "tags"
8326   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8327   x-axis: "X = CNFs per Service Chain"
8328   y-axis: "Y = Number of Service Chains"
8329   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8330   layout:
8331     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8332     layout: "plot-service-density"
8333
8334 - type: "plot"
8335   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8336   algorithm: "plot_nf_heatmap"
8337   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8338   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8339   filter: "'NIC_Intel-XL710' and
8340            'NF_DENSITY' and
8341            'DOCKER' and
8342            'CHAIN' and
8343            'NF_VPPIP4' and
8344            'IPSEC' and
8345            'TNL_4' and
8346            'IMIX' and
8347            '2T2C' and
8348            'NDRPDR'"
8349   parameters:
8350   - "throughput"
8351   - "name"
8352   - "tags"
8353   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8354   x-axis: "X = CNFs per Service Chain"
8355   y-axis: "Y = Number of Service Chains"
8356   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8357   layout:
8358     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8359     layout: "plot-service-density"
8360
8361 - type: "plot"
8362   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8363   algorithm: "plot_nf_heatmap"
8364   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8365   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8366   filter: "'NIC_Intel-XL710' and
8367            'NF_DENSITY' and
8368            'DOCKER' and
8369            'CHAIN' and
8370            'NF_VPPIP4' and
8371            'IPSEC' and
8372            'TNL_4' and
8373            'IMIX' and
8374            '4T4C' and
8375            'NDRPDR'"
8376   parameters:
8377   - "throughput"
8378   - "name"
8379   - "tags"
8380   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8381   x-axis: "X = CNFs per Service Chain"
8382   y-axis: "Y = Number of Service Chains"
8383   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8384   layout:
8385     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8386     layout: "plot-service-density"
8387
8388 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8389 - type: "plot"
8390   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8391   algorithm: "plot_nf_heatmap"
8392   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8393   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8394   filter: "'NIC_Intel-XL710' and
8395            'NF_DENSITY' and
8396            'DOCKER' and
8397            'CHAIN' and
8398            'NF_VPPIP4' and
8399            'IPSEC' and
8400            'TNL_4' and
8401            'IMIX' and
8402            '1T1C' and
8403            'NDRPDR'"
8404   parameters:
8405   - "throughput"
8406   - "name"
8407   - "tags"
8408   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8409   x-axis: "X = CNFs per Service Chain"
8410   y-axis: "Y = Number of Service Chains"
8411   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8412   layout:
8413     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8414     layout: "plot-service-density"
8415
8416 - type: "plot"
8417   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8418   algorithm: "plot_nf_heatmap"
8419   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8420   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8421   filter: "'NIC_Intel-XL710' and
8422            'NF_DENSITY' and
8423            'DOCKER' and
8424            'CHAIN' and
8425            'NF_VPPIP4' and
8426            'IPSEC' and
8427            'TNL_4' and
8428            'IMIX' and
8429            '2T2C' and
8430            'NDRPDR'"
8431   parameters:
8432   - "throughput"
8433   - "name"
8434   - "tags"
8435   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8436   x-axis: "X = CNFs per Service Chain"
8437   y-axis: "Y = Number of Service Chains"
8438   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8439   layout:
8440     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8441     layout: "plot-service-density"
8442
8443 - type: "plot"
8444   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8445   algorithm: "plot_nf_heatmap"
8446   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8447   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8448   filter: "'NIC_Intel-XL710' and
8449            'NF_DENSITY' and
8450            'DOCKER' and
8451            'CHAIN' and
8452            'NF_VPPIP4' and
8453            'IPSEC' and
8454            'TNL_4' and
8455            'IMIX' and
8456            '4T4C' and
8457            'NDRPDR'"
8458   parameters:
8459   - "throughput"
8460   - "name"
8461   - "tags"
8462   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8463   x-axis: "X = CNFs per Service Chain"
8464   y-axis: "Y = Number of Service Chains"
8465   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8466   layout:
8467     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8468     layout: "plot-service-density"
8469
8470 ###############################################################################
8471
8472 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8473 #- type: "plot"
8474 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8475 #  algorithm: "plot_nf_heatmap"
8476 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8477 #  data: "plot-vpp-nfv-3n-skx-mrr"
8478 #  filter: "'NIC_Intel-XXV710' and
8479 #           'NF_DENSITY' and
8480 #           'DOCKER' and
8481 #           'CHAIN' and
8482 #           'NF_VPPIP4' and
8483 #           'IPSEC' and
8484 #           'TNL_1000' and
8485 #           'IMIX' and
8486 #           '2T1C' and
8487 #           'MRR'"
8488 #  parameters:
8489 #  - "result"
8490 #  - "name"
8491 #  - "tags"
8492 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8493 #  x-axis: "X = CNFs per Service Chain"
8494 #  y-axis: "Y = Number of Service Chains"
8495 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8496 #  layout:
8497 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8498 #    layout: "plot-service-density"
8499 #
8500 #- type: "plot"
8501 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8502 #  algorithm: "plot_nf_heatmap"
8503 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8504 #  data: "plot-vpp-nfv-3n-skx-mrr"
8505 #  filter: "'NIC_Intel-XXV710' and
8506 #           'NF_DENSITY' and
8507 #           'DOCKER' and
8508 #           'CHAIN' and
8509 #           'NF_VPPIP4' and
8510 #           'IPSEC' and
8511 #           'TNL_1000' and
8512 #           'IMIX' and
8513 #           '4T2C' and
8514 #           'MRR'"
8515 #  parameters:
8516 #  - "result"
8517 #  - "name"
8518 #  - "tags"
8519 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8520 #  x-axis: "X = CNFs per Service Chain"
8521 #  y-axis: "Y = Number of Service Chains"
8522 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8523 #  layout:
8524 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8525 #    layout: "plot-service-density"
8526 #
8527 #- type: "plot"
8528 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8529 #  algorithm: "plot_nf_heatmap"
8530 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8531 #  data: "plot-vpp-nfv-3n-skx-mrr"
8532 #  filter: "'NIC_Intel-XXV710' and
8533 #           'NF_DENSITY' and
8534 #           'DOCKER' and
8535 #           'CHAIN' and
8536 #           'NF_VPPIP4' and
8537 #           'IPSEC' and
8538 #           'TNL_1000' and
8539 #           'IMIX' and
8540 #           '8T4C' and
8541 #           'MRR'"
8542 #  parameters:
8543 #  - "result"
8544 #  - "name"
8545 #  - "tags"
8546 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8547 #  x-axis: "X = CNFs per Service Chain"
8548 #  y-axis: "Y = Number of Service Chains"
8549 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8550 #  layout:
8551 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8552 #    layout: "plot-service-density"
8553
8554 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8555 - type: "plot"
8556   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8557   algorithm: "plot_nf_heatmap"
8558   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8559   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8560   filter: "'NIC_Intel-XXV710' and
8561            'NF_DENSITY' and
8562            'DOCKER' and
8563            'CHAIN' and
8564            'NF_VPPIP4' and
8565            'IPSEC' and
8566            'TNL_1000' and
8567            'IMIX' and
8568            '2T1C' and
8569            'NDRPDR'"
8570   parameters:
8571   - "throughput"
8572   - "name"
8573   - "tags"
8574   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8575   x-axis: "X = CNFs per Service Chain"
8576   y-axis: "Y = Number of Service Chains"
8577   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8578   layout:
8579     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8580     layout: "plot-service-density"
8581
8582 - type: "plot"
8583   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8584   algorithm: "plot_nf_heatmap"
8585   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8586   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8587   filter: "'NIC_Intel-XXV710' and
8588            'NF_DENSITY' and
8589            'DOCKER' and
8590            'CHAIN' and
8591            'NF_VPPIP4' and
8592            'IPSEC' and
8593            'TNL_1000' and
8594            'IMIX' and
8595            '4T2C' and
8596            'NDRPDR'"
8597   parameters:
8598   - "throughput"
8599   - "name"
8600   - "tags"
8601   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8602   x-axis: "X = CNFs per Service Chain"
8603   y-axis: "Y = Number of Service Chains"
8604   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8605   layout:
8606     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8607     layout: "plot-service-density"
8608
8609 - type: "plot"
8610   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8611   algorithm: "plot_nf_heatmap"
8612   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8613   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8614   filter: "'NIC_Intel-XXV710' and
8615            'NF_DENSITY' and
8616            'DOCKER' and
8617            'CHAIN' and
8618            'NF_VPPIP4' and
8619            'IPSEC' and
8620            'TNL_1000' and
8621            'IMIX' and
8622            '8T4C' and
8623            'NDRPDR'"
8624   parameters:
8625   - "throughput"
8626   - "name"
8627   - "tags"
8628   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8629   x-axis: "X = CNFs per Service Chain"
8630   y-axis: "Y = Number of Service Chains"
8631   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8632   layout:
8633     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8634     layout: "plot-service-density"
8635
8636 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8637 - type: "plot"
8638   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8639   algorithm: "plot_nf_heatmap"
8640   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8641   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8642   filter: "'NIC_Intel-XXV710' and
8643            'NF_DENSITY' and
8644            'DOCKER' and
8645            'CHAIN' and
8646            'NF_VPPIP4' and
8647            'IPSEC' and
8648            'TNL_1000' and
8649            'IMIX' and
8650            '2T1C' and
8651            'NDRPDR'"
8652   parameters:
8653   - "throughput"
8654   - "name"
8655   - "tags"
8656   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8657   x-axis: "X = CNFs per Service Chain"
8658   y-axis: "Y = Number of Service Chains"
8659   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8660   layout:
8661     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8662     layout: "plot-service-density"
8663
8664 - type: "plot"
8665   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8666   algorithm: "plot_nf_heatmap"
8667   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8668   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8669   filter: "'NIC_Intel-XXV710' and
8670            'NF_DENSITY' and
8671            'DOCKER' and
8672            'CHAIN' and
8673            'NF_VPPIP4' and
8674            'IPSEC' and
8675            'TNL_1000' and
8676            'IMIX' and
8677            '4T2C' and
8678            'NDRPDR'"
8679   parameters:
8680   - "throughput"
8681   - "name"
8682   - "tags"
8683   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8684   x-axis: "X = CNFs per Service Chain"
8685   y-axis: "Y = Number of Service Chains"
8686   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8687   layout:
8688     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8689     layout: "plot-service-density"
8690
8691 - type: "plot"
8692   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8693   algorithm: "plot_nf_heatmap"
8694   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8695   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8696   filter: "'NIC_Intel-XXV710' and
8697            'NF_DENSITY' and
8698            'DOCKER' and
8699            'CHAIN' and
8700            'NF_VPPIP4' and
8701            'IPSEC' and
8702            'TNL_1000' and
8703            'IMIX' and
8704            '8T4C' and
8705            'NDRPDR'"
8706   parameters:
8707   - "throughput"
8708   - "name"
8709   - "tags"
8710   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8711   x-axis: "X = CNFs per Service Chain"
8712   y-axis: "Y = Number of Service Chains"
8713   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8714   layout:
8715     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8716     layout: "plot-service-density"
8717
8718 ###############################################################################
8719
8720 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8721 - type: "plot"
8722   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8723   algorithm: "plot_nf_heatmap"
8724   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8725   data: "plot-vpp-nfv-3n-hsw-mrr"
8726   filter: "'NIC_Intel-XL710' and
8727            'NF_DENSITY' and
8728            'DOCKER' and
8729            'CHAIN' and
8730            'NF_VPPIP4' and
8731            'IMIX' and
8732            'TNL_1000' and
8733            '1T1C' and
8734            'MRR'"
8735   parameters:
8736   - "result"
8737   - "name"
8738   - "tags"
8739   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8740   x-axis: "X = CNFs per Service Chain"
8741   y-axis: "Y = Number of Service Chains"
8742   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8743   layout:
8744     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8745     layout: "plot-service-density"
8746
8747 - type: "plot"
8748   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8749   algorithm: "plot_nf_heatmap"
8750   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8751   data: "plot-vpp-nfv-3n-hsw-mrr"
8752   filter: "'NIC_Intel-XL710' and
8753            'NF_DENSITY' and
8754            'DOCKER' and
8755            'CHAIN' and
8756            'NF_VPPIP4' and
8757            'IPSEC' and
8758            'TNL_1000' and
8759            'IMIX' and
8760            '2T2C' and
8761            'MRR'"
8762   parameters:
8763   - "result"
8764   - "name"
8765   - "tags"
8766   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8767   x-axis: "X = CNFs per Service Chain"
8768   y-axis: "Y = Number of Service Chains"
8769   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8770   layout:
8771     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8772     layout: "plot-service-density"
8773
8774 - type: "plot"
8775   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8776   algorithm: "plot_nf_heatmap"
8777   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8778   data: "plot-vpp-nfv-3n-hsw-mrr"
8779   filter: "'NIC_Intel-XL710' and
8780            'NF_DENSITY' and
8781            'DOCKER' and
8782            'CHAIN' and
8783            'NF_VPPIP4' and
8784            'IPSEC' and
8785            'TNL_1000' and
8786            'IMIX' and
8787            '4T4C' and
8788            'MRR'"
8789   parameters:
8790   - "result"
8791   - "name"
8792   - "tags"
8793   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8794   x-axis: "X = CNFs per Service Chain"
8795   y-axis: "Y = Number of Service Chains"
8796   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8797   layout:
8798     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8799     layout: "plot-service-density"
8800
8801 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8802 - type: "plot"
8803   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8804   algorithm: "plot_nf_heatmap"
8805   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8806   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8807   filter: "'NIC_Intel-XL710' and
8808            'NF_DENSITY' and
8809            'DOCKER' and
8810            'CHAIN' and
8811            'NF_VPPIP4' and
8812            'IPSEC' and
8813            'TNL_1000' and
8814            'IMIX' and
8815            '1T1C' and
8816            'NDRPDR'"
8817   parameters:
8818   - "throughput"
8819   - "name"
8820   - "tags"
8821   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8822   x-axis: "X = CNFs per Service Chain"
8823   y-axis: "Y = Number of Service Chains"
8824   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8825   layout:
8826     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8827     layout: "plot-service-density"
8828
8829 - type: "plot"
8830   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8831   algorithm: "plot_nf_heatmap"
8832   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8833   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8834   filter: "'NIC_Intel-XL710' and
8835            'NF_DENSITY' and
8836            'DOCKER' and
8837            'CHAIN' and
8838            'NF_VPPIP4' and
8839            'IPSEC' and
8840            'TNL_1000' and
8841            'IMIX' and
8842            '2T2C' and
8843            'NDRPDR'"
8844   parameters:
8845   - "throughput"
8846   - "name"
8847   - "tags"
8848   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8849   x-axis: "X = CNFs per Service Chain"
8850   y-axis: "Y = Number of Service Chains"
8851   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8852   layout:
8853     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8854     layout: "plot-service-density"
8855
8856 - type: "plot"
8857   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8858   algorithm: "plot_nf_heatmap"
8859   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8860   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8861   filter: "'NIC_Intel-XL710' and
8862            'NF_DENSITY' and
8863            'DOCKER' and
8864            'CHAIN' and
8865            'NF_VPPIP4' and
8866            'IPSEC' and
8867            'TNL_1000' and
8868            'IMIX' and
8869            '4T4C' and
8870            'NDRPDR'"
8871   parameters:
8872   - "throughput"
8873   - "name"
8874   - "tags"
8875   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8876   x-axis: "X = CNFs per Service Chain"
8877   y-axis: "Y = Number of Service Chains"
8878   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8879   layout:
8880     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8881     layout: "plot-service-density"
8882
8883 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8884 - type: "plot"
8885   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8886   algorithm: "plot_nf_heatmap"
8887   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8888   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8889   filter: "'NIC_Intel-XL710' and
8890            'NF_DENSITY' and
8891            'DOCKER' and
8892            'CHAIN' and
8893            'NF_VPPIP4' and
8894            'IPSEC' and
8895            'TNL_1000' and
8896            'IMIX' and
8897            '1T1C' and
8898            'NDRPDR'"
8899   parameters:
8900   - "throughput"
8901   - "name"
8902   - "tags"
8903   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8904   x-axis: "X = CNFs per Service Chain"
8905   y-axis: "Y = Number of Service Chains"
8906   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8907   layout:
8908     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8909     layout: "plot-service-density"
8910
8911 - type: "plot"
8912   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8913   algorithm: "plot_nf_heatmap"
8914   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8915   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8916   filter: "'NIC_Intel-XL710' and
8917            'NF_DENSITY' and
8918            'DOCKER' and
8919            'CHAIN' and
8920            'NF_VPPIP4' and
8921            'IPSEC' and
8922            'TNL_1000' and
8923            'IMIX' and
8924            '2T2C' and
8925            'NDRPDR'"
8926   parameters:
8927   - "throughput"
8928   - "name"
8929   - "tags"
8930   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8931   x-axis: "X = CNFs per Service Chain"
8932   y-axis: "Y = Number of Service Chains"
8933   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8934   layout:
8935     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8936     layout: "plot-service-density"
8937
8938 - type: "plot"
8939   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8940   algorithm: "plot_nf_heatmap"
8941   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8942   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8943   filter: "'NIC_Intel-XL710' and
8944            'NF_DENSITY' and
8945            'DOCKER' and
8946            'CHAIN' and
8947            'NF_VPPIP4' and
8948            'IPSEC' and
8949            'TNL_1000' and
8950            'IMIX' and
8951            '4T4C' and
8952            'NDRPDR'"
8953   parameters:
8954   - "throughput"
8955   - "name"
8956   - "tags"
8957   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8958   x-axis: "X = CNFs per Service Chain"
8959   y-axis: "Y = Number of Service Chains"
8960   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8961   layout:
8962     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8963     layout: "plot-service-density"
8964
8965 ###############################################################################
8966
8967 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8968 #- type: "plot"
8969 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8970 #  algorithm: "plot_nf_heatmap"
8971 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8972 #  data: "plot-vpp-nfv-3n-skx-mrr"
8973 #  filter: "'NIC_Intel-XXV710' and
8974 #           'NF_DENSITY' and
8975 #           'DOCKER' and
8976 #           'CHAIN' and
8977 #           'NF_VPPIP4' and
8978 #           'IPSEC' and
8979 #           'TNL_10000' and
8980 #           'IMIX' and
8981 #           '2T1C' and
8982 #           'MRR'"
8983 #  parameters:
8984 #  - "result"
8985 #  - "name"
8986 #  - "tags"
8987 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8988 #  x-axis: "X = CNFs per Service Chain"
8989 #  y-axis: "Y = Number of Service Chains"
8990 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8991 #  layout:
8992 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8993 #    layout: "plot-service-density"
8994 #
8995 #- type: "plot"
8996 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8997 #  algorithm: "plot_nf_heatmap"
8998 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8999 #  data: "plot-vpp-nfv-3n-skx-mrr"
9000 #  filter: "'NIC_Intel-XXV710' and
9001 #           'NF_DENSITY' and
9002 #           'DOCKER' and
9003 #           'CHAIN' and
9004 #           'NF_VPPIP4' and
9005 #           'IPSEC' and
9006 #           'TNL_10000' and
9007 #           'IMIX' and
9008 #           '4T2C' and
9009 #           'MRR'"
9010 #  parameters:
9011 #  - "result"
9012 #  - "name"
9013 #  - "tags"
9014 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9015 #  x-axis: "X = CNFs per Service Chain"
9016 #  y-axis: "Y = Number of Service Chains"
9017 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9018 #  layout:
9019 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9020 #    layout: "plot-service-density"
9021 #
9022 #- type: "plot"
9023 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9024 #  algorithm: "plot_nf_heatmap"
9025 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9026 #  data: "plot-vpp-nfv-3n-skx-mrr"
9027 #  filter: "'NIC_Intel-XXV710' and
9028 #           'NF_DENSITY' and
9029 #           'DOCKER' and
9030 #           'CHAIN' and
9031 #           'NF_VPPIP4' and
9032 #           'IPSEC' and
9033 #           'TNL_10000' and
9034 #           'IMIX' and
9035 #           '8T4C' and
9036 #           'MRR'"
9037 #  parameters:
9038 #  - "result"
9039 #  - "name"
9040 #  - "tags"
9041 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9042 #  x-axis: "X = CNFs per Service Chain"
9043 #  y-axis: "Y = Number of Service Chains"
9044 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9045 #  layout:
9046 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9047 #    layout: "plot-service-density"
9048
9049 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9050 - type: "plot"
9051   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9052   algorithm: "plot_nf_heatmap"
9053   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9054   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9055   filter: "'NIC_Intel-XXV710' and
9056            'NF_DENSITY' and
9057            'DOCKER' and
9058            'CHAIN' and
9059            'NF_VPPIP4' and
9060            'IPSEC' and
9061            'TNL_10000' and
9062            'IMIX' and
9063            '2T1C' and
9064            'NDRPDR'"
9065   parameters:
9066   - "throughput"
9067   - "name"
9068   - "tags"
9069   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9070   x-axis: "X = CNFs per Service Chain"
9071   y-axis: "Y = Number of Service Chains"
9072   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9073   layout:
9074     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9075     layout: "plot-service-density"
9076
9077 - type: "plot"
9078   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9079   algorithm: "plot_nf_heatmap"
9080   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9081   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9082   filter: "'NIC_Intel-XXV710' and
9083            'NF_DENSITY' and
9084            'DOCKER' and
9085            'CHAIN' and
9086            'NF_VPPIP4' and
9087            'IPSEC' and
9088            'TNL_10000' and
9089            'IMIX' and
9090            '4T2C' and
9091            'NDRPDR'"
9092   parameters:
9093   - "throughput"
9094   - "name"
9095   - "tags"
9096   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9097   x-axis: "X = CNFs per Service Chain"
9098   y-axis: "Y = Number of Service Chains"
9099   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9100   layout:
9101     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9102     layout: "plot-service-density"
9103
9104 - type: "plot"
9105   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9106   algorithm: "plot_nf_heatmap"
9107   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9108   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9109   filter: "'NIC_Intel-XXV710' and
9110            'NF_DENSITY' and
9111            'DOCKER' and
9112            'CHAIN' and
9113            'NF_VPPIP4' and
9114            'IPSEC' and
9115            'TNL_10000' and
9116            'IMIX' and
9117            '8T4C' and
9118            'NDRPDR'"
9119   parameters:
9120   - "throughput"
9121   - "name"
9122   - "tags"
9123   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9124   x-axis: "X = CNFs per Service Chain"
9125   y-axis: "Y = Number of Service Chains"
9126   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9127   layout:
9128     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9129     layout: "plot-service-density"
9130
9131 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9132 - type: "plot"
9133   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9134   algorithm: "plot_nf_heatmap"
9135   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9136   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9137   filter: "'NIC_Intel-XXV710' and
9138            'NF_DENSITY' and
9139            'DOCKER' and
9140            'CHAIN' and
9141            'NF_VPPIP4' and
9142            'IPSEC' and
9143            'TNL_10000' and
9144            'IMIX' and
9145            '2T1C' and
9146            'NDRPDR'"
9147   parameters:
9148   - "throughput"
9149   - "name"
9150   - "tags"
9151   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9152   x-axis: "X = CNFs per Service Chain"
9153   y-axis: "Y = Number of Service Chains"
9154   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9155   layout:
9156     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9157     layout: "plot-service-density"
9158
9159 - type: "plot"
9160   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9161   algorithm: "plot_nf_heatmap"
9162   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9163   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9164   filter: "'NIC_Intel-XXV710' and
9165            'NF_DENSITY' and
9166            'DOCKER' and
9167            'CHAIN' and
9168            'NF_VPPIP4' and
9169            'IPSEC' and
9170            'TNL_10000' and
9171            'IMIX' and
9172            '4T2C' and
9173            'NDRPDR'"
9174   parameters:
9175   - "throughput"
9176   - "name"
9177   - "tags"
9178   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9179   x-axis: "X = CNFs per Service Chain"
9180   y-axis: "Y = Number of Service Chains"
9181   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9182   layout:
9183     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9184     layout: "plot-service-density"
9185
9186 - type: "plot"
9187   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9188   algorithm: "plot_nf_heatmap"
9189   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9190   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9191   filter: "'NIC_Intel-XXV710' and
9192            'NF_DENSITY' and
9193            'DOCKER' and
9194            'CHAIN' and
9195            'NF_VPPIP4' and
9196            'IPSEC' and
9197            'TNL_10000' and
9198            'IMIX' and
9199            '8T4C' and
9200            'NDRPDR'"
9201   parameters:
9202   - "throughput"
9203   - "name"
9204   - "tags"
9205   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9206   x-axis: "X = CNFs per Service Chain"
9207   y-axis: "Y = Number of Service Chains"
9208   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9209   layout:
9210     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9211     layout: "plot-service-density"
9212
9213 ###############################################################################
9214
9215 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9216 - type: "plot"
9217   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9218   algorithm: "plot_nf_heatmap"
9219   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9220   data: "plot-vpp-nfv-3n-hsw-mrr"
9221   filter: "'NIC_Intel-XL710' and
9222            'NF_DENSITY' and
9223            'DOCKER' and
9224            'CHAIN' and
9225            'NF_VPPIP4' and
9226            'IMIX' and
9227            'TNL_10000' and
9228            '1T1C' and
9229            'MRR'"
9230   parameters:
9231   - "result"
9232   - "name"
9233   - "tags"
9234   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9235   x-axis: "X = CNFs per Service Chain"
9236   y-axis: "Y = Number of Service Chains"
9237   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9238   layout:
9239     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9240     layout: "plot-service-density"
9241
9242 - type: "plot"
9243   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9244   algorithm: "plot_nf_heatmap"
9245   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9246   data: "plot-vpp-nfv-3n-hsw-mrr"
9247   filter: "'NIC_Intel-XL710' and
9248            'NF_DENSITY' and
9249            'DOCKER' and
9250            'CHAIN' and
9251            'NF_VPPIP4' and
9252            'IPSEC' and
9253            'TNL_10000' and
9254            'IMIX' and
9255            '2T2C' and
9256            'MRR'"
9257   parameters:
9258   - "result"
9259   - "name"
9260   - "tags"
9261   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9262   x-axis: "X = CNFs per Service Chain"
9263   y-axis: "Y = Number of Service Chains"
9264   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9265   layout:
9266     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9267     layout: "plot-service-density"
9268
9269 - type: "plot"
9270   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9271   algorithm: "plot_nf_heatmap"
9272   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9273   data: "plot-vpp-nfv-3n-hsw-mrr"
9274   filter: "'NIC_Intel-XL710' and
9275            'NF_DENSITY' and
9276            'DOCKER' and
9277            'CHAIN' and
9278            'NF_VPPIP4' and
9279            'IPSEC' and
9280            'TNL_10000' and
9281            'IMIX' and
9282            '4T4C' and
9283            'MRR'"
9284   parameters:
9285   - "result"
9286   - "name"
9287   - "tags"
9288   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9289   x-axis: "X = CNFs per Service Chain"
9290   y-axis: "Y = Number of Service Chains"
9291   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9292   layout:
9293     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9294     layout: "plot-service-density"
9295
9296 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9297 - type: "plot"
9298   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9299   algorithm: "plot_nf_heatmap"
9300   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9301   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9302   filter: "'NIC_Intel-XL710' and
9303            'NF_DENSITY' and
9304            'DOCKER' and
9305            'CHAIN' and
9306            'NF_VPPIP4' and
9307            'IPSEC' and
9308            'TNL_10000' and
9309            'IMIX' and
9310            '1T1C' and
9311            'NDRPDR'"
9312   parameters:
9313   - "throughput"
9314   - "name"
9315   - "tags"
9316   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9317   x-axis: "X = CNFs per Service Chain"
9318   y-axis: "Y = Number of Service Chains"
9319   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9320   layout:
9321     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9322     layout: "plot-service-density"
9323
9324 - type: "plot"
9325   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9326   algorithm: "plot_nf_heatmap"
9327   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9328   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9329   filter: "'NIC_Intel-XL710' and
9330            'NF_DENSITY' and
9331            'DOCKER' and
9332            'CHAIN' and
9333            'NF_VPPIP4' and
9334            'IPSEC' and
9335            'TNL_10000' and
9336            'IMIX' and
9337            '2T2C' and
9338            'NDRPDR'"
9339   parameters:
9340   - "throughput"
9341   - "name"
9342   - "tags"
9343   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9344   x-axis: "X = CNFs per Service Chain"
9345   y-axis: "Y = Number of Service Chains"
9346   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9347   layout:
9348     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9349     layout: "plot-service-density"
9350
9351 - type: "plot"
9352   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9353   algorithm: "plot_nf_heatmap"
9354   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9355   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9356   filter: "'NIC_Intel-XL710' and
9357            'NF_DENSITY' and
9358            'DOCKER' and
9359            'CHAIN' and
9360            'NF_VPPIP4' and
9361            'IPSEC' and
9362            'TNL_10000' and
9363            'IMIX' and
9364            '4T4C' and
9365            'NDRPDR'"
9366   parameters:
9367   - "throughput"
9368   - "name"
9369   - "tags"
9370   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9371   x-axis: "X = CNFs per Service Chain"
9372   y-axis: "Y = Number of Service Chains"
9373   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9374   layout:
9375     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9376     layout: "plot-service-density"
9377
9378 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9379 - type: "plot"
9380   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9381   algorithm: "plot_nf_heatmap"
9382   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9383   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9384   filter: "'NIC_Intel-XL710' and
9385            'NF_DENSITY' and
9386            'DOCKER' and
9387            'CHAIN' and
9388            'NF_VPPIP4' and
9389            'IPSEC' and
9390            'TNL_10000' and
9391            'IMIX' and
9392            '1T1C' and
9393            'NDRPDR'"
9394   parameters:
9395   - "throughput"
9396   - "name"
9397   - "tags"
9398   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9399   x-axis: "X = CNFs per Service Chain"
9400   y-axis: "Y = Number of Service Chains"
9401   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9402   layout:
9403     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9404     layout: "plot-service-density"
9405
9406 - type: "plot"
9407   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9408   algorithm: "plot_nf_heatmap"
9409   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9410   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9411   filter: "'NIC_Intel-XL710' and
9412            'NF_DENSITY' and
9413            'DOCKER' and
9414            'CHAIN' and
9415            'NF_VPPIP4' and
9416            'IPSEC' and
9417            'TNL_10000' and
9418            'IMIX' and
9419            '2T2C' and
9420            'NDRPDR'"
9421   parameters:
9422   - "throughput"
9423   - "name"
9424   - "tags"
9425   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9426   x-axis: "X = CNFs per Service Chain"
9427   y-axis: "Y = Number of Service Chains"
9428   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9429   layout:
9430     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9431     layout: "plot-service-density"
9432
9433 - type: "plot"
9434   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9435   algorithm: "plot_nf_heatmap"
9436   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9437   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9438   filter: "'NIC_Intel-XL710' and
9439            'NF_DENSITY' and
9440            'DOCKER' and
9441            'CHAIN' and
9442            'NF_VPPIP4' and
9443            'IPSEC' and
9444            'TNL_10000' and
9445            'IMIX' and
9446            '4T4C' and
9447            'NDRPDR'"
9448   parameters:
9449   - "throughput"
9450   - "name"
9451   - "tags"
9452   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9453   x-axis: "X = CNFs per Service Chain"
9454   y-axis: "Y = Number of Service Chains"
9455   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9456   layout:
9457     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9458     layout: "plot-service-density"
9459
9460 ###############################################################################
9461
9462 # Plots - NF Density - CSP - MRR 64b
9463
9464 #- type: "plot"
9465 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9466 #  algorithm: "plot_nf_heatmap"
9467 #  output-file-type: ".html"
9468 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9469 #  data: "plot-vpp-nfv-2n-skx-mrr"
9470 #  filter: "'NIC_Intel-XXV710' and
9471 #           'NF_DENSITY' and
9472 #           'DOCKER' and
9473 #           'PIPELINE' and
9474 #           'NF_VPPIP4' and
9475 #           '64B' and
9476 #           '2T1C' and
9477 #           'MRR'"
9478 #  parameters:
9479 #  - "result"
9480 #  - "name"
9481 #  - "tags"
9482 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9483 #  x-axis: "X = CNFs per Service Pipeline"
9484 #  y-axis: "Y = Number of Service Pipelines"
9485 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9486 #  layout:
9487 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9488 #    layout: "plot-service-density"
9489 #
9490 #- type: "plot"
9491 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9492 #  algorithm: "plot_nf_heatmap"
9493 #  output-file-type: ".html"
9494 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9495 #  data: "plot-vpp-nfv-2n-skx-mrr"
9496 #  filter: "'NIC_Intel-XXV710' and
9497 #           'NF_DENSITY' and
9498 #           'DOCKER' and
9499 #           'PIPELINE' and
9500 #           'NF_VPPIP4' and
9501 #           '64B' and
9502 #           '4T2C' and
9503 #           'MRR'"
9504 #  parameters:
9505 #  - "result"
9506 #  - "name"
9507 #  - "tags"
9508 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9509 #  x-axis: "X = CNFs per Service Pipeline"
9510 #  y-axis: "Y = Number of Service Pipelines"
9511 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9512 #  layout:
9513 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9514 #    layout: "plot-service-density"
9515 #
9516 #- type: "plot"
9517 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9518 #  algorithm: "plot_nf_heatmap"
9519 #  output-file-type: ".html"
9520 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9521 #  data: "plot-vpp-nfv-2n-skx-mrr"
9522 #  filter: "'NIC_Intel-XXV710' and
9523 #           'NF_DENSITY' and
9524 #           'DOCKER' and
9525 #           'PIPELINE' and
9526 #           'NF_VPPIP4' and
9527 #           '64B' and
9528 #           '8T4C' and
9529 #           'MRR'"
9530 #  parameters:
9531 #  - "result"
9532 #  - "name"
9533 #  - "tags"
9534 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9535 #  x-axis: "X = CNFs per Service Pipeline"
9536 #  y-axis: "Y = Number of Service Pipelines"
9537 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9538 #  layout:
9539 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9540 #    layout: "plot-service-density"
9541 #
9542 ## Plots - NF Density - CSP - MRR IMIX
9543 #- type: "plot"
9544 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9545 #  algorithm: "plot_nf_heatmap"
9546 #  output-file-type: ".html"
9547 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9548 #  data: "plot-vpp-nfv-2n-skx-mrr"
9549 #  filter: "'NIC_Intel-XXV710' and
9550 #           'NF_DENSITY' and
9551 #           'DOCKER' and
9552 #           'PIPELINE' and
9553 #           'NF_VPPIP4' and
9554 #           'IMIX' and
9555 #           '2T1C' and
9556 #           'MRR'"
9557 #  parameters:
9558 #  - "result"
9559 #  - "name"
9560 #  - "tags"
9561 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9562 #  x-axis: "X = CNFs per Service Pipeline"
9563 #  y-axis: "Y = Number of Service Pipelines"
9564 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9565 #  layout:
9566 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9567 #    layout: "plot-service-density"
9568 #
9569 #- type: "plot"
9570 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9571 #  algorithm: "plot_nf_heatmap"
9572 #  output-file-type: ".html"
9573 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9574 #  data: "plot-vpp-nfv-2n-skx-mrr"
9575 #  filter: "'NIC_Intel-XXV710' and
9576 #           'NF_DENSITY' and
9577 #           'DOCKER' and
9578 #           'PIPELINE' and
9579 #           'NF_VPPIP4' and
9580 #           'IMIX' and
9581 #           '4T2C' and
9582 #           'MRR'"
9583 #  parameters:
9584 #  - "result"
9585 #  - "name"
9586 #  - "tags"
9587 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9588 #  x-axis: "X = CNFs per Service Pipeline"
9589 #  y-axis: "Y = Number of Service Pipelines"
9590 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9591 #  layout:
9592 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9593 #    layout: "plot-service-density"
9594 #
9595 #- type: "plot"
9596 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9597 #  algorithm: "plot_nf_heatmap"
9598 #  output-file-type: ".html"
9599 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9600 #  data: "plot-vpp-nfv-2n-skx-mrr"
9601 #  filter: "'NIC_Intel-XXV710' and
9602 #           'NF_DENSITY' and
9603 #           'DOCKER' and
9604 #           'PIPELINE' and
9605 #           'NF_VPPIP4' and
9606 #           'IMIX' and
9607 #           '8T4C' and
9608 #           'MRR'"
9609 #  parameters:
9610 #  - "result"
9611 #  - "name"
9612 #  - "tags"
9613 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9614 #  x-axis: "X = CNFs per Service Pipeline"
9615 #  y-axis: "Y = Number of Service Pipelines"
9616 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9617 #  layout:
9618 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9619 #    layout: "plot-service-density"
9620 #
9621 ## Plots - NF Density - CSP - NDR 64b
9622 #- type: "plot"
9623 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9624 #  algorithm: "plot_nf_heatmap"
9625 #  output-file-type: ".html"
9626 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9627 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9628 #  filter: "'NIC_Intel-XXV710' and
9629 #           'NF_DENSITY' and
9630 #           'DOCKER' and
9631 #           'PIPELINE' and
9632 #           'NF_VPPIP4' and
9633 #           '64B' and
9634 #           '2T1C' and
9635 #           'NDRPDR'"
9636 #  parameters:
9637 #  - "throughput"
9638 #  - "name"
9639 #  - "tags"
9640 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9641 #  x-axis: "X = CNFs per Service Pipeline"
9642 #  y-axis: "Y = Number of Service Pipelines"
9643 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9644 #  layout:
9645 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9646 #    layout: "plot-service-density"
9647 #
9648 #- type: "plot"
9649 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9650 #  algorithm: "plot_nf_heatmap"
9651 #  output-file-type: ".html"
9652 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9653 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9654 #  filter: "'NIC_Intel-XXV710' and
9655 #           'NF_DENSITY' and
9656 #           'DOCKER' and
9657 #           'PIPELINE' and
9658 #           'NF_VPPIP4' and
9659 #           '64B' and
9660 #           '4T2C' and
9661 #           'NDRPDR'"
9662 #  parameters:
9663 #  - "throughput"
9664 #  - "name"
9665 #  - "tags"
9666 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9667 #  x-axis: "X = CNFs per Service Pipeline"
9668 #  y-axis: "Y = Number of Service Pipelines"
9669 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9670 #  layout:
9671 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9672 #    layout: "plot-service-density"
9673 #
9674 #- type: "plot"
9675 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9676 #  algorithm: "plot_nf_heatmap"
9677 #  output-file-type: ".html"
9678 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9679 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9680 #  filter: "'NIC_Intel-XXV710' and
9681 #           'NF_DENSITY' and
9682 #           'DOCKER' and
9683 #           'PIPELINE' and
9684 #           'NF_VPPIP4' and
9685 #           '64B' and
9686 #           '8T4C' and
9687 #           'NDRPDR'"
9688 #  parameters:
9689 #  - "throughput"
9690 #  - "name"
9691 #  - "tags"
9692 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9693 #  x-axis: "X = CNFs per Service Pipeline"
9694 #  y-axis: "Y = Number of Service Pipelines"
9695 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9696 #  layout:
9697 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9698 #    layout: "plot-service-density"
9699 #
9700 ## Plots - NF Density - CSP - NDR IMIX
9701 #- type: "plot"
9702 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9703 #  algorithm: "plot_nf_heatmap"
9704 #  output-file-type: ".html"
9705 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9706 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9707 #  filter: "'NIC_Intel-XXV710' and
9708 #           'NF_DENSITY' and
9709 #           'DOCKER' and
9710 #           'PIPELINE' and
9711 #           'NF_VPPIP4' and
9712 #           'IMIX' and
9713 #           '2T1C' and
9714 #           'NDRPDR'"
9715 #  parameters:
9716 #  - "throughput"
9717 #  - "name"
9718 #  - "tags"
9719 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9720 #  x-axis: "X = CNFs per Service Pipeline"
9721 #  y-axis: "Y = Number of Service Pipelines"
9722 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9723 #  layout:
9724 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9725 #    layout: "plot-service-density"
9726 #
9727 #- type: "plot"
9728 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9729 #  algorithm: "plot_nf_heatmap"
9730 #  output-file-type: ".html"
9731 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9732 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9733 #  filter: "'NIC_Intel-XXV710' and
9734 #           'NF_DENSITY' and
9735 #           'DOCKER' and
9736 #           'PIPELINE' and
9737 #           'NF_VPPIP4' and
9738 #           'IMIX' and
9739 #           '4T2C' 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 Pipeline"
9747 #  y-axis: "Y = Number of Service Pipelines"
9748 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9749 #  layout:
9750 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9751 #    layout: "plot-service-density"
9752 #
9753 #- type: "plot"
9754 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9755 #  algorithm: "plot_nf_heatmap"
9756 #  output-file-type: ".html"
9757 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9758 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9759 #  filter: "'NIC_Intel-XXV710' and
9760 #           'NF_DENSITY' and
9761 #           'DOCKER' and
9762 #           'PIPELINE' and
9763 #           'NF_VPPIP4' and
9764 #           'IMIX' and
9765 #           '8T4C' and
9766 #           'NDRPDR'"
9767 #  parameters:
9768 #  - "throughput"
9769 #  - "name"
9770 #  - "tags"
9771 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9772 #  x-axis: "X = CNFs per Service Pipeline"
9773 #  y-axis: "Y = Number of Service Pipelines"
9774 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9775 #  layout:
9776 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9777 #    layout: "plot-service-density"
9778 #
9779 ## Plots - NF Density - CSP - PDR 64b
9780 #- type: "plot"
9781 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9782 #  algorithm: "plot_nf_heatmap"
9783 #  output-file-type: ".html"
9784 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9785 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9786 #  filter: "'NIC_Intel-XXV710' and
9787 #           'NF_DENSITY' and
9788 #           'DOCKER' and
9789 #           'PIPELINE' and
9790 #           'NF_VPPIP4' and
9791 #           '64B' and
9792 #           '2T1C' and
9793 #           'NDRPDR'"
9794 #  parameters:
9795 #  - "throughput"
9796 #  - "name"
9797 #  - "tags"
9798 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9799 #  x-axis: "X = CNFs per Service Pipeline"
9800 #  y-axis: "Y = Number of Service Pipelines"
9801 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9802 #  layout:
9803 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9804 #    layout: "plot-service-density"
9805 #
9806 #- type: "plot"
9807 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9808 #  algorithm: "plot_nf_heatmap"
9809 #  output-file-type: ".html"
9810 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9811 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9812 #  filter: "'NIC_Intel-XXV710' and
9813 #           'NF_DENSITY' and
9814 #           'DOCKER' and
9815 #           'PIPELINE' and
9816 #           'NF_VPPIP4' and
9817 #           '64B' and
9818 #           '4T2C' and
9819 #           'NDRPDR'"
9820 #  parameters:
9821 #  - "throughput"
9822 #  - "name"
9823 #  - "tags"
9824 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9825 #  x-axis: "X = CNFs per Service Pipeline"
9826 #  y-axis: "Y = Number of Service Pipelines"
9827 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9828 #  layout:
9829 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9830 #    layout: "plot-service-density"
9831 #
9832 #- type: "plot"
9833 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9834 #  algorithm: "plot_nf_heatmap"
9835 #  output-file-type: ".html"
9836 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9837 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9838 #  filter: "'NIC_Intel-XXV710' and
9839 #           'NF_DENSITY' and
9840 #           'DOCKER' and
9841 #           'PIPELINE' and
9842 #           'NF_VPPIP4' and
9843 #           '64B' and
9844 #           '8T4C' and
9845 #           'NDRPDR'"
9846 #  parameters:
9847 #  - "throughput"
9848 #  - "name"
9849 #  - "tags"
9850 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9851 #  x-axis: "X = CNFs per Service Pipeline"
9852 #  y-axis: "Y = Number of Service Pipelines"
9853 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9854 #  layout:
9855 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9856 #    layout: "plot-service-density"
9857 #
9858 ## Plots - NF Density - CSP - PDR IMIX
9859 #- type: "plot"
9860 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9861 #  algorithm: "plot_nf_heatmap"
9862 #  output-file-type: ".html"
9863 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9864 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9865 #  filter: "'NIC_Intel-XXV710' and
9866 #           'NF_DENSITY' and
9867 #           'DOCKER' and
9868 #           'PIPELINE' and
9869 #           'NF_VPPIP4' and
9870 #           'IMIX' and
9871 #           '2T1C' and
9872 #           'NDRPDR'"
9873 #  parameters:
9874 #  - "throughput"
9875 #  - "name"
9876 #  - "tags"
9877 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9878 #  x-axis: "X = CNFs per Service Pipeline"
9879 #  y-axis: "Y = Number of Service Pipelines"
9880 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9881 #  layout:
9882 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9883 #    layout: "plot-service-density"
9884 #
9885 #- type: "plot"
9886 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9887 #  algorithm: "plot_nf_heatmap"
9888 #  output-file-type: ".html"
9889 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9890 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9891 #  filter: "'NIC_Intel-XXV710' and
9892 #           'NF_DENSITY' and
9893 #           'DOCKER' and
9894 #           'PIPELINE' and
9895 #           'NF_VPPIP4' and
9896 #           'IMIX' and
9897 #           '4T2C' and
9898 #           'NDRPDR'"
9899 #  parameters:
9900 #  - "throughput"
9901 #  - "name"
9902 #  - "tags"
9903 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9904 #  x-axis: "X = CNFs per Service Pipeline"
9905 #  y-axis: "Y = Number of Service Pipelines"
9906 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9907 #  layout:
9908 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9909 #    layout: "plot-service-density"
9910 #
9911 #- type: "plot"
9912 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9913 #  algorithm: "plot_nf_heatmap"
9914 #  output-file-type: ".html"
9915 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9916 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9917 #  filter: "'NIC_Intel-XXV710' and
9918 #           'NF_DENSITY' and
9919 #           'DOCKER' and
9920 #           'PIPELINE' and
9921 #           'NF_VPPIP4' and
9922 #           'IMIX' and
9923 #           '8T4C' and
9924 #           'NDRPDR'"
9925 #  parameters:
9926 #  - "throughput"
9927 #  - "name"
9928 #  - "tags"
9929 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9930 #  x-axis: "X = CNFs per Service Pipeline"
9931 #  y-axis: "Y = Number of Service Pipelines"
9932 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9933 #  layout:
9934 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9935 #    layout: "plot-service-density"
9936
9937 ###############################################################################
9938 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9939
9940 - type: "plot"
9941   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9942   algorithm: "plot_nf_heatmap"
9943   output-file-type: ".html"
9944   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9945   data: "plot-vpp-nfv-2n-clx-mrr"
9946   filter: "'NIC_Intel-XXV710' and
9947            'NF_DENSITY' and
9948            'VHOST' and
9949            not 'VXLAN' and
9950            'CHAIN' and
9951            'NF_VPPIP4' and
9952            'IMIX' and
9953            '2T1C' and
9954            'MRR'"
9955   parameters:
9956   - "result"
9957   - "name"
9958   - "tags"
9959   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9960   x-axis: "X = VNFs per Service Chain"
9961   y-axis: "Y = Number of Service Chains"
9962   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9963   layout:
9964     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9965     layout: "plot-service-density"
9966
9967 - type: "plot"
9968   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9969   algorithm: "plot_nf_heatmap"
9970   output-file-type: ".html"
9971   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9972   data: "plot-vpp-nfv-2n-clx-mrr"
9973   filter: "'NIC_Intel-XXV710' and
9974            'NF_DENSITY' and
9975            'VHOST' and
9976            not 'VXLAN' and
9977            'CHAIN' and
9978            'NF_VPPIP4' and
9979            'IMIX' and
9980            '4T2C' and
9981            'MRR'"
9982   parameters:
9983   - "result"
9984   - "name"
9985   - "tags"
9986   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9987   x-axis: "X = VNFs per Service Chain"
9988   y-axis: "Y = Number of Service Chains"
9989   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9990   layout:
9991     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9992     layout: "plot-service-density"
9993
9994 - type: "plot"
9995   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9996   algorithm: "plot_nf_heatmap"
9997   output-file-type: ".html"
9998   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9999   data: "plot-vpp-nfv-2n-clx-mrr"
10000   filter: "'NIC_Intel-XXV710' and
10001            'NF_DENSITY' and
10002            'VHOST' and
10003            not 'VXLAN' and
10004            'CHAIN' and
10005            'NF_VPPIP4' and
10006            'IMIX' and
10007            '8T4C' and
10008            'MRR'"
10009   parameters:
10010   - "result"
10011   - "name"
10012   - "tags"
10013   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10014   x-axis: "X = VNFs per Service Chain"
10015   y-axis: "Y = Number of Service Chains"
10016   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10017   layout:
10018     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10019     layout: "plot-service-density"
10020
10021 # Plots - NF Density - VSC - NDR IMIX
10022 - type: "plot"
10023   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10024   algorithm: "plot_nf_heatmap"
10025   output-file-type: ".html"
10026   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10027   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10028   filter: "'NIC_Intel-XXV710' and
10029            'NF_DENSITY' and
10030            'VHOST' and
10031            not 'VXLAN' and
10032            'CHAIN' and
10033            'NF_VPPIP4' and
10034            'IMIX' and
10035            '2T1C' and
10036            'NDRPDR'"
10037   parameters:
10038   - "throughput"
10039   - "name"
10040   - "tags"
10041   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10042   x-axis: "X = VNFs per Service Chain"
10043   y-axis: "Y = Number of Service Chains"
10044   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10045   layout:
10046     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10047     layout: "plot-service-density"
10048
10049 - type: "plot"
10050   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10051   algorithm: "plot_nf_heatmap"
10052   output-file-type: ".html"
10053   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10054   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10055   filter: "'NIC_Intel-XXV710' and
10056            'NF_DENSITY' and
10057            'VHOST' and
10058            not 'VXLAN' and
10059            'CHAIN' and
10060            'NF_VPPIP4' and
10061            'IMIX' 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 = VNFs per Service Chain"
10070   y-axis: "Y = Number of Service Chains"
10071   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10072   layout:
10073     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10074     layout: "plot-service-density"
10075
10076 - type: "plot"
10077   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10078   algorithm: "plot_nf_heatmap"
10079   output-file-type: ".html"
10080   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10081   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10082   filter: "'NIC_Intel-XXV710' and
10083            'NF_DENSITY' and
10084            'VHOST' and
10085            not 'VXLAN' and
10086            'CHAIN' and
10087            'NF_VPPIP4' and
10088            'IMIX' and
10089            '8T4C' and
10090            'NDRPDR'"
10091   parameters:
10092   - "throughput"
10093   - "name"
10094   - "tags"
10095   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10096   x-axis: "X = VNFs per Service Chain"
10097   y-axis: "Y = Number of Service Chains"
10098   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10099   layout:
10100     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10101     layout: "plot-service-density"
10102
10103 # Plots - NF Density - VSC - PDR IMIX
10104 - type: "plot"
10105   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10106   algorithm: "plot_nf_heatmap"
10107   output-file-type: ".html"
10108   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10109   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10110   filter: "'NIC_Intel-XXV710' and
10111            'NF_DENSITY' and
10112            'VHOST' and
10113            not 'VXLAN' and
10114            'CHAIN' and
10115            'NF_VPPIP4' and
10116            'IMIX' and
10117            '2T1C' and
10118            'NDRPDR'"
10119   parameters:
10120   - "throughput"
10121   - "name"
10122   - "tags"
10123   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10124   x-axis: "X = VNFs per Service Chain"
10125   y-axis: "Y = Number of Service Chains"
10126   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10127   layout:
10128     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10129     layout: "plot-service-density"
10130
10131 - type: "plot"
10132   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10133   algorithm: "plot_nf_heatmap"
10134   output-file-type: ".html"
10135   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10136   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10137   filter: "'NIC_Intel-XXV710' and
10138            'NF_DENSITY' and
10139            'VHOST' and
10140            not 'VXLAN' and
10141            'CHAIN' and
10142            'NF_VPPIP4' and
10143            'IMIX' and
10144            '4T2C' and
10145            'NDRPDR'"
10146   parameters:
10147   - "throughput"
10148   - "name"
10149   - "tags"
10150   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10151   x-axis: "X = VNFs per Service Chain"
10152   y-axis: "Y = Number of Service Chains"
10153   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10154   layout:
10155     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10156     layout: "plot-service-density"
10157
10158 - type: "plot"
10159   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10160   algorithm: "plot_nf_heatmap"
10161   output-file-type: ".html"
10162   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10163   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10164   filter: "'NIC_Intel-XXV710' and
10165            'NF_DENSITY' and
10166            'VHOST' and
10167            not 'VXLAN' and
10168            'CHAIN' and
10169            'NF_VPPIP4' and
10170            'IMIX' and
10171            '8T4C' and
10172            'NDRPDR'"
10173   parameters:
10174   - "throughput"
10175   - "name"
10176   - "tags"
10177   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10178   x-axis: "X = VNFs per Service Chain"
10179   y-axis: "Y = Number of Service Chains"
10180   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10181   layout:
10182     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10183     layout: "plot-service-density"
10184
10185 # Plots - NF Density - VSC - MRR IMIX
10186 - type: "plot"
10187   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10188   algorithm: "plot_nf_heatmap"
10189   output-file-type: ".html"
10190   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10191   data: "plot-vpp-nfv-2n-clx-mrr"
10192   filter: "'NIC_Intel-XXV710' and
10193            'NF_DENSITY' and
10194            'VHOST' and
10195            'VXLAN' and
10196            'CHAIN' and
10197            'IMIX' and
10198            '2T1C' and
10199            'MRR'"
10200   parameters:
10201   - "result"
10202   - "name"
10203   - "tags"
10204   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10205   x-axis: "X = VNFs per Service Chain"
10206   y-axis: "Y = Number of Service Chains"
10207   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10208   layout:
10209     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10210     layout: "plot-service-density"
10211
10212 - type: "plot"
10213   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10214   algorithm: "plot_nf_heatmap"
10215   output-file-type: ".html"
10216   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10217   data: "plot-vpp-nfv-2n-clx-mrr"
10218   filter: "'NIC_Intel-XXV710' and
10219            'NF_DENSITY' and
10220            'VHOST' and
10221            'VXLAN' and
10222            'CHAIN' and
10223            'IMIX' and
10224            '4T2C' and
10225            'MRR'"
10226   parameters:
10227   - "result"
10228   - "name"
10229   - "tags"
10230   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10231   x-axis: "X = VNFs per Service Chain"
10232   y-axis: "Y = Number of Service Chains"
10233   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10234   layout:
10235     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10236     layout: "plot-service-density"
10237
10238 - type: "plot"
10239   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10240   algorithm: "plot_nf_heatmap"
10241   output-file-type: ".html"
10242   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10243   data: "plot-vpp-nfv-2n-clx-mrr"
10244   filter: "'NIC_Intel-XXV710' and
10245            'NF_DENSITY' and
10246            'VHOST' and
10247            'VXLAN' and
10248            'CHAIN' and
10249            'IMIX' and
10250            '8T4C' and
10251            'MRR'"
10252   parameters:
10253   - "result"
10254   - "name"
10255   - "tags"
10256   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10257   x-axis: "X = VNFs per Service Chain"
10258   y-axis: "Y = Number of Service Chains"
10259   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10260   layout:
10261     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10262     layout: "plot-service-density"
10263
10264 # Plots - NF Density - VSC - NDR IMIX
10265 - type: "plot"
10266   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10267   algorithm: "plot_nf_heatmap"
10268   output-file-type: ".html"
10269   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10270   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10271   filter: "'NIC_Intel-XXV710' and
10272            'NF_DENSITY' and
10273            'VHOST' and
10274            'VXLAN' and
10275            'CHAIN' and
10276            'IMIX' and
10277            '2T1C' and
10278            'NDRPDR'"
10279   parameters:
10280   - "throughput"
10281   - "name"
10282   - "tags"
10283   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10284   x-axis: "X = VNFs per Service Chain"
10285   y-axis: "Y = Number of Service Chains"
10286   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10287   layout:
10288     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10289     layout: "plot-service-density"
10290
10291 - type: "plot"
10292   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10293   algorithm: "plot_nf_heatmap"
10294   output-file-type: ".html"
10295   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10296   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10297   filter: "'NIC_Intel-XXV710' and
10298            'NF_DENSITY' and
10299            'VHOST' and
10300            'VXLAN' and
10301            'CHAIN' and
10302            'IMIX' and
10303            '4T2C' and
10304            'NDRPDR'"
10305   parameters:
10306   - "throughput"
10307   - "name"
10308   - "tags"
10309   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10310   x-axis: "X = VNFs per Service Chain"
10311   y-axis: "Y = Number of Service Chains"
10312   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10313   layout:
10314     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10315     layout: "plot-service-density"
10316
10317 - type: "plot"
10318   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10319   algorithm: "plot_nf_heatmap"
10320   output-file-type: ".html"
10321   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10322   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10323   filter: "'NIC_Intel-XXV710' and
10324            'NF_DENSITY' and
10325            'VHOST' and
10326            'VXLAN' and
10327            'CHAIN' and
10328            'IMIX' and
10329            '8T4C' and
10330            'NDRPDR'"
10331   parameters:
10332   - "throughput"
10333   - "name"
10334   - "tags"
10335   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10336   x-axis: "X = VNFs per Service Chain"
10337   y-axis: "Y = Number of Service Chains"
10338   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10339   layout:
10340     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10341     layout: "plot-service-density"
10342
10343 # Plots - NF Density - VSC - PDR IMIX
10344 - type: "plot"
10345   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10346   algorithm: "plot_nf_heatmap"
10347   output-file-type: ".html"
10348   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10349   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10350   filter: "'NIC_Intel-XXV710' and
10351            'NF_DENSITY' and
10352            'VHOST' and
10353            'VXLAN' and
10354            'CHAIN' and
10355            'IMIX' and
10356            '2T1C' and
10357            'NDRPDR'"
10358   parameters:
10359   - "throughput"
10360   - "name"
10361   - "tags"
10362   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10363   x-axis: "X = VNFs per Service Chain"
10364   y-axis: "Y = Number of Service Chains"
10365   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10366   layout:
10367     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10368     layout: "plot-service-density"
10369
10370 - type: "plot"
10371   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10372   algorithm: "plot_nf_heatmap"
10373   output-file-type: ".html"
10374   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10375   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10376   filter: "'NIC_Intel-XXV710' and
10377            'NF_DENSITY' and
10378            'VHOST' and
10379            'VXLAN' and
10380            'CHAIN' and
10381            'IMIX' and
10382            '4T2C' and
10383            'NDRPDR'"
10384   parameters:
10385   - "throughput"
10386   - "name"
10387   - "tags"
10388   include-tests: "PDR" # "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 PDR) [Mpps]"
10392   layout:
10393     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10394     layout: "plot-service-density"
10395
10396 - type: "plot"
10397   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10398   algorithm: "plot_nf_heatmap"
10399   output-file-type: ".html"
10400   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10401   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10402   filter: "'NIC_Intel-XXV710' and
10403            'NF_DENSITY' and
10404            'VHOST' and
10405            'VXLAN' and
10406            'CHAIN' and
10407            'IMIX' and
10408            '8T4C' and
10409            'NDRPDR'"
10410   parameters:
10411   - "throughput"
10412   - "name"
10413   - "tags"
10414   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10415   x-axis: "X = VNFs per Service Chain"
10416   y-axis: "Y = Number of Service Chains"
10417   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10418   layout:
10419     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10420     layout: "plot-service-density"
10421
10422 # Plots - NF Density - CSC - MRR IMIX
10423 - type: "plot"
10424   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10425   algorithm: "plot_nf_heatmap"
10426   output-file-type: ".html"
10427   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10428   data: "plot-vpp-nfv-2n-clx-mrr"
10429   filter: "'NIC_Intel-XXV710' and
10430            'NF_DENSITY' and
10431            'DOCKER' and
10432            'CHAIN' and
10433            'NF_VPPIP4' and
10434            'IMIX' and
10435            '2T1C' and
10436            'MRR'"
10437   parameters:
10438   - "result"
10439   - "name"
10440   - "tags"
10441   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10442   x-axis: "X = CNFs per Service Chain"
10443   y-axis: "Y = Number of Service Chains"
10444   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10445   layout:
10446     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10447     layout: "plot-service-density"
10448
10449 - type: "plot"
10450   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10451   algorithm: "plot_nf_heatmap"
10452   output-file-type: ".html"
10453   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10454   data: "plot-vpp-nfv-2n-clx-mrr"
10455   filter: "'NIC_Intel-XXV710' and
10456            'NF_DENSITY' and
10457            'DOCKER' and
10458            'CHAIN' and
10459            'NF_VPPIP4' and
10460            'IMIX' and
10461            '4T2C' and
10462            'MRR'"
10463   parameters:
10464   - "result"
10465   - "name"
10466   - "tags"
10467   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10468   x-axis: "X = CNFs per Service Chain"
10469   y-axis: "Y = Number of Service Chains"
10470   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10471   layout:
10472     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10473     layout: "plot-service-density"
10474
10475 - type: "plot"
10476   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10477   algorithm: "plot_nf_heatmap"
10478   output-file-type: ".html"
10479   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10480   data: "plot-vpp-nfv-2n-clx-mrr"
10481   filter: "'NIC_Intel-XXV710' and
10482            'NF_DENSITY' and
10483            'DOCKER' and
10484            'CHAIN' and
10485            'NF_VPPIP4' and
10486            'IMIX' and
10487            '8T4C' and
10488            'MRR'"
10489   parameters:
10490   - "result"
10491   - "name"
10492   - "tags"
10493   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10494   x-axis: "X = CNFs per Service Chain"
10495   y-axis: "Y = Number of Service Chains"
10496   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10497   layout:
10498     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10499     layout: "plot-service-density"
10500
10501 # Plots - NF Density - CSC - NDR IMIX
10502 - type: "plot"
10503   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10504   algorithm: "plot_nf_heatmap"
10505   output-file-type: ".html"
10506   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10507   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10508   filter: "'NIC_Intel-XXV710' and
10509            'NF_DENSITY' and
10510            'DOCKER' and
10511            'CHAIN' and
10512            'NF_VPPIP4' and
10513            'IMIX' and
10514            '2T1C' and
10515            'NDRPDR'"
10516   parameters:
10517   - "throughput"
10518   - "name"
10519   - "tags"
10520   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10521   x-axis: "X = CNFs per Service Chain"
10522   y-axis: "Y = Number of Service Chains"
10523   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10524   layout:
10525     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10526     layout: "plot-service-density"
10527
10528 - type: "plot"
10529   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10530   algorithm: "plot_nf_heatmap"
10531   output-file-type: ".html"
10532   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10533   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10534   filter: "'NIC_Intel-XXV710' and
10535            'NF_DENSITY' and
10536            'DOCKER' and
10537            'CHAIN' and
10538            'NF_VPPIP4' and
10539            'IMIX' and
10540            '4T2C' and
10541            'NDRPDR'"
10542   parameters:
10543   - "throughput"
10544   - "name"
10545   - "tags"
10546   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10547   x-axis: "X = CNFs per Service Chain"
10548   y-axis: "Y = Number of Service Chains"
10549   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10550   layout:
10551     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10552     layout: "plot-service-density"
10553
10554 - type: "plot"
10555   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10556   algorithm: "plot_nf_heatmap"
10557   output-file-type: ".html"
10558   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10559   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10560   filter: "'NIC_Intel-XXV710' and
10561            'NF_DENSITY' and
10562            'DOCKER' and
10563            'CHAIN' and
10564            'NF_VPPIP4' and
10565            'IMIX' and
10566            '8T4C' and
10567            'NDRPDR'"
10568   parameters:
10569   - "throughput"
10570   - "name"
10571   - "tags"
10572   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10573   x-axis: "X = CNFs per Service Chain"
10574   y-axis: "Y = Number of Service Chains"
10575   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10576   layout:
10577     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10578     layout: "plot-service-density"
10579
10580 # Plots - NF Density - CSC - PDR IMIX
10581 - type: "plot"
10582   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10583   algorithm: "plot_nf_heatmap"
10584   output-file-type: ".html"
10585   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10586   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10587   filter: "'NIC_Intel-XXV710' and
10588            'NF_DENSITY' and
10589            'DOCKER' and
10590            'CHAIN' and
10591            'NF_VPPIP4' and
10592            'IMIX' and
10593            '2T1C' and
10594            'NDRPDR'"
10595   parameters:
10596   - "throughput"
10597   - "name"
10598   - "tags"
10599   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10600   x-axis: "X = CNFs per Service Chain"
10601   y-axis: "Y = Number of Service Chains"
10602   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10603   layout:
10604     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10605     layout: "plot-service-density"
10606
10607 - type: "plot"
10608   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10609   algorithm: "plot_nf_heatmap"
10610   output-file-type: ".html"
10611   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10612   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10613   filter: "'NIC_Intel-XXV710' and
10614            'NF_DENSITY' and
10615            'DOCKER' and
10616            'CHAIN' and
10617            'NF_VPPIP4' and
10618            'IMIX' and
10619            '4T2C' and
10620            'NDRPDR'"
10621   parameters:
10622   - "throughput"
10623   - "name"
10624   - "tags"
10625   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10626   x-axis: "X = CNFs per Service Chain"
10627   y-axis: "Y = Number of Service Chains"
10628   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10629   layout:
10630     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10631     layout: "plot-service-density"
10632
10633 - type: "plot"
10634   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10635   algorithm: "plot_nf_heatmap"
10636   output-file-type: ".html"
10637   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10638   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10639   filter: "'NIC_Intel-XXV710' and
10640            'NF_DENSITY' and
10641            'DOCKER' and
10642            'CHAIN' and
10643            'NF_VPPIP4' and
10644            'IMIX' and
10645            '8T4C' and
10646            'NDRPDR'"
10647   parameters:
10648   - "throughput"
10649   - "name"
10650   - "tags"
10651   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10652   x-axis: "X = CNFs per Service Chain"
10653   y-axis: "Y = Number of Service Chains"
10654   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10655   layout:
10656     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10657     layout: "plot-service-density"
10658
10659 # Plots - NF Density - CSP - MRR IMIX
10660 - type: "plot"
10661   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10662   algorithm: "plot_nf_heatmap"
10663   output-file-type: ".html"
10664   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10665   data: "plot-vpp-nfv-2n-clx-mrr"
10666   filter: "'NIC_Intel-XXV710' and
10667            'NF_DENSITY' and
10668            'DOCKER' and
10669            'PIPELINE' and
10670            'NF_VPPIP4' and
10671            'IMIX' and
10672            '2T1C' and
10673            'MRR'"
10674   parameters:
10675   - "result"
10676   - "name"
10677   - "tags"
10678   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10679   x-axis: "X = CNFs per Service Pipeline"
10680   y-axis: "Y = Number of Service Pipelines"
10681   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10682   layout:
10683     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10684     layout: "plot-service-density"
10685
10686 - type: "plot"
10687   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10688   algorithm: "plot_nf_heatmap"
10689   output-file-type: ".html"
10690   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10691   data: "plot-vpp-nfv-2n-clx-mrr"
10692   filter: "'NIC_Intel-XXV710' and
10693            'NF_DENSITY' and
10694            'DOCKER' and
10695            'PIPELINE' and
10696            'NF_VPPIP4' and
10697            'IMIX' and
10698            '4T2C' and
10699            'MRR'"
10700   parameters:
10701   - "result"
10702   - "name"
10703   - "tags"
10704   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10705   x-axis: "X = CNFs per Service Pipeline"
10706   y-axis: "Y = Number of Service Pipelines"
10707   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10708   layout:
10709     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10710     layout: "plot-service-density"
10711
10712 - type: "plot"
10713   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10714   algorithm: "plot_nf_heatmap"
10715   output-file-type: ".html"
10716   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10717   data: "plot-vpp-nfv-2n-clx-mrr"
10718   filter: "'NIC_Intel-XXV710' and
10719            'NF_DENSITY' and
10720            'DOCKER' and
10721            'PIPELINE' and
10722            'NF_VPPIP4' and
10723            'IMIX' and
10724            '8T4C' and
10725            'MRR'"
10726   parameters:
10727   - "result"
10728   - "name"
10729   - "tags"
10730   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10731   x-axis: "X = CNFs per Service Pipeline"
10732   y-axis: "Y = Number of Service Pipelines"
10733   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10734   layout:
10735     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10736     layout: "plot-service-density"
10737
10738 # Plots - NF Density - CSP - NDR IMIX
10739 - type: "plot"
10740   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10741   algorithm: "plot_nf_heatmap"
10742   output-file-type: ".html"
10743   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10744   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10745   filter: "'NIC_Intel-XXV710' and
10746            'NF_DENSITY' and
10747            'DOCKER' and
10748            'PIPELINE' and
10749            'NF_VPPIP4' and
10750            'IMIX' and
10751            '2T1C' and
10752            'NDRPDR'"
10753   parameters:
10754   - "throughput"
10755   - "name"
10756   - "tags"
10757   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10758   x-axis: "X = CNFs per Service Pipeline"
10759   y-axis: "Y = Number of Service Pipelines"
10760   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10761   layout:
10762     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10763     layout: "plot-service-density"
10764
10765 - type: "plot"
10766   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10767   algorithm: "plot_nf_heatmap"
10768   output-file-type: ".html"
10769   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10770   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10771   filter: "'NIC_Intel-XXV710' and
10772            'NF_DENSITY' and
10773            'DOCKER' and
10774            'PIPELINE' and
10775            'NF_VPPIP4' and
10776            'IMIX' and
10777            '4T2C' and
10778            'NDRPDR'"
10779   parameters:
10780   - "throughput"
10781   - "name"
10782   - "tags"
10783   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10784   x-axis: "X = CNFs per Service Pipeline"
10785   y-axis: "Y = Number of Service Pipelines"
10786   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10787   layout:
10788     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10789     layout: "plot-service-density"
10790
10791 - type: "plot"
10792   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10793   algorithm: "plot_nf_heatmap"
10794   output-file-type: ".html"
10795   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10796   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10797   filter: "'NIC_Intel-XXV710' and
10798            'NF_DENSITY' and
10799            'DOCKER' and
10800            'PIPELINE' and
10801            'NF_VPPIP4' and
10802            'IMIX' and
10803            '8T4C' and
10804            'NDRPDR'"
10805   parameters:
10806   - "throughput"
10807   - "name"
10808   - "tags"
10809   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10810   x-axis: "X = CNFs per Service Pipeline"
10811   y-axis: "Y = Number of Service Pipelines"
10812   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10813   layout:
10814     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10815     layout: "plot-service-density"
10816
10817 # Plots - NF Density - CSP - PDR IMIX
10818 - type: "plot"
10819   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10820   algorithm: "plot_nf_heatmap"
10821   output-file-type: ".html"
10822   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10823   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10824   filter: "'NIC_Intel-XXV710' and
10825            'NF_DENSITY' and
10826            'DOCKER' and
10827            'PIPELINE' and
10828            'NF_VPPIP4' and
10829            'IMIX' and
10830            '2T1C' and
10831            'NDRPDR'"
10832   parameters:
10833   - "throughput"
10834   - "name"
10835   - "tags"
10836   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10837   x-axis: "X = CNFs per Service Pipeline"
10838   y-axis: "Y = Number of Service Pipelines"
10839   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10840   layout:
10841     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10842     layout: "plot-service-density"
10843
10844 - type: "plot"
10845   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10846   algorithm: "plot_nf_heatmap"
10847   output-file-type: ".html"
10848   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10849   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10850   filter: "'NIC_Intel-XXV710' and
10851            'NF_DENSITY' and
10852            'DOCKER' and
10853            'PIPELINE' and
10854            'NF_VPPIP4' and
10855            'IMIX' and
10856            '4T2C' and
10857            'NDRPDR'"
10858   parameters:
10859   - "throughput"
10860   - "name"
10861   - "tags"
10862   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10863   x-axis: "X = CNFs per Service Pipeline"
10864   y-axis: "Y = Number of Service Pipelines"
10865   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10866   layout:
10867     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10868     layout: "plot-service-density"
10869
10870 - type: "plot"
10871   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10872   algorithm: "plot_nf_heatmap"
10873   output-file-type: ".html"
10874   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10875   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10876   filter: "'NIC_Intel-XXV710' and
10877            'NF_DENSITY' and
10878            'DOCKER' and
10879            'PIPELINE' and
10880            'NF_VPPIP4' and
10881            'IMIX' and
10882            '8T4C' and
10883            'NDRPDR'"
10884   parameters:
10885   - "throughput"
10886   - "name"
10887   - "tags"
10888   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10889   x-axis: "X = CNFs per Service Pipeline"
10890   y-axis: "Y = Number of Service Pipelines"
10891   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10892   layout:
10893     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10894     layout: "plot-service-density"
10895
10896 ################################################################################
10897
10898 # Packet Throughput
10899
10900 - type: "plot"
10901   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10902   algorithm: "plot_perf_box_name"
10903   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10904   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10905   include:
10906     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10907     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10908     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10909     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10910   layout:
10911     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10912     layout: "plot-throughput"
10913
10914 - type: "plot"
10915   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10916   algorithm: "plot_perf_box_name"
10917   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10918   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10919   include:
10920     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10921     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10922     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10923     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10924   layout:
10925     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10926     layout: "plot-throughput"
10927
10928 - type: "plot"
10929   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10930   algorithm: "plot_perf_box_name"
10931   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10932   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10933   include:
10934     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10935     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10936     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10937     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10938   layout:
10939     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10940     layout: "plot-throughput"
10941
10942 - type: "plot"
10943   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10944   algorithm: "plot_perf_box_name"
10945   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10946   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10947   include:
10948     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10949     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10950     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10951     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10952   layout:
10953     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10954     layout: "plot-throughput"
10955
10956 - type: "plot"
10957   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10958   algorithm: "plot_perf_box_name"
10959   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10960   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10961   include:
10962     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
10963     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
10964     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10965     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10966     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10967   layout:
10968     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10969     layout: "plot-throughput"
10970
10971 - type: "plot"
10972   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10973   algorithm: "plot_perf_box_name"
10974   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10975   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10976   include:
10977     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10978     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10979     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10980     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10981     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10982   layout:
10983     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10984     layout: "plot-throughput"
10985
10986 - type: "plot"
10987   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10988   algorithm: "plot_perf_box_name"
10989   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10990   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10991   include:
10992     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10993     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10994     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10995     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10996     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10997   layout:
10998     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10999     layout: "plot-throughput"
11000
11001 - type: "plot"
11002   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11003   algorithm: "plot_perf_box_name"
11004   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11005   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11006   include:
11007     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11008     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11009     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11010     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11011     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11012   layout:
11013     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11014     layout: "plot-throughput"
11015
11016 - type: "plot"
11017   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11018   algorithm: "plot_perf_box_name"
11019   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11020   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11021   include:
11022     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11023     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11024     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11025     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11026     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11027   layout:
11028     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11029     layout: "plot-throughput"
11030
11031 - type: "plot"
11032   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11033   algorithm: "plot_perf_box_name"
11034   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11035   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11036   include:
11037     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11038     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11039     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11040     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11041     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11042   layout:
11043     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11044     layout: "plot-throughput"
11045
11046 - type: "plot"
11047   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11048   algorithm: "plot_perf_box_name"
11049   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11050   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11051   include:
11052     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11053     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11054     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11055     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11056     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11057     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11058   layout:
11059     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11060     layout: "plot-throughput"
11061
11062 - type: "plot"
11063   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11064   algorithm: "plot_perf_box_name"
11065   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11066   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11067   include:
11068     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11069     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11070     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11071     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11072     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11073     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11074   layout:
11075     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11076     layout: "plot-throughput"
11077
11078 - type: "plot"
11079   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11080   algorithm: "plot_perf_box_name"
11081   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11082   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11083   include:
11084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11085     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11086     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11087     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11088     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11089   layout:
11090     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11091     layout: "plot-throughput"
11092
11093 - type: "plot"
11094   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11095   algorithm: "plot_perf_box_name"
11096   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11097   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11098   include:
11099     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11100     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11102     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11103     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11104   layout:
11105     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11106     layout: "plot-throughput"
11107
11108 - type: "plot"
11109   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11110   algorithm: "plot_perf_box_name"
11111   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11112   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11113   include:
11114     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11117   layout:
11118     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11119     layout: "plot-throughput"
11120
11121 - type: "plot"
11122   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11123   algorithm: "plot_perf_box_name"
11124   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11125   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11126   include:
11127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11128     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11129     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11130   layout:
11131     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11132     layout: "plot-throughput"
11133
11134 - type: "plot"
11135   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11136   algorithm: "plot_perf_box_name"
11137   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11138   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11139   include:
11140     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11141     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11142     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11143     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11144     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11145   layout:
11146     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11147     layout: "plot-throughput"
11148
11149 - type: "plot"
11150   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11151   algorithm: "plot_perf_box_name"
11152   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11153   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11154   include:
11155     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11156     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11157     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11158     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11159     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11160   layout:
11161     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11162     layout: "plot-throughput"
11163
11164 - type: "plot"
11165   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11166   algorithm: "plot_perf_box_name"
11167   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11168   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11169   include:
11170     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11171     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11173   layout:
11174     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11175     layout: "plot-throughput"
11176
11177 - type: "plot"
11178   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11179   algorithm: "plot_perf_box_name"
11180   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11181   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11182   include:
11183     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11184     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11185     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11186   layout:
11187     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11188     layout: "plot-throughput"
11189
11190 - type: "plot"
11191   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11192   algorithm: "plot_perf_box_name"
11193   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11194   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11195   include:
11196     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11197     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11198     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11202   layout:
11203     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11204     layout: "plot-throughput"
11205
11206 - type: "plot"
11207   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11208   algorithm: "plot_perf_box_name"
11209   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11210   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11211   include:
11212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11218   layout:
11219     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11220     layout: "plot-throughput"
11221
11222 - type: "plot"
11223   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11224   algorithm: "plot_perf_box_name"
11225   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11226   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11227   include:
11228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11234   layout:
11235     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11236     layout: "plot-throughput"
11237
11238 - type: "plot"
11239   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11240   algorithm: "plot_perf_box_name"
11241   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11242   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11243   include:
11244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11249     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11250   layout:
11251     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11252     layout: "plot-throughput"
11253
11254 - type: "plot"
11255   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11256   algorithm: "plot_perf_box_name"
11257   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11258   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11259   include:
11260     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11261     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11262     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11263   layout:
11264     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11265     layout: "plot-throughput"
11266
11267 - type: "plot"
11268   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11269   algorithm: "plot_perf_box_name"
11270   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11271   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11272   include:
11273     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11274     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11275     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11276   layout:
11277     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11278     layout: "plot-throughput"
11279
11280 - type: "plot"
11281   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11282   algorithm: "plot_perf_box_name"
11283   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11284   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11285   include:
11286     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11287     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11288     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11289 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11290 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11291   layout:
11292     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11293     layout: "plot-throughput"
11294
11295 - type: "plot"
11296   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11297   algorithm: "plot_perf_box_name"
11298   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11299   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11300   include:
11301     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11302     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11303     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11304 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11305 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11306   layout:
11307     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11308     layout: "plot-throughput"
11309
11310 - type: "plot"
11311   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11312   algorithm: "plot_perf_box_name"
11313   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11314   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11315   include:
11316     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11317     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11318     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11319     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11320     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11321   layout:
11322     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11323     layout: "plot-throughput"
11324
11325 - type: "plot"
11326   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11327   algorithm: "plot_perf_box_name"
11328   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11329   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11330   include:
11331     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11332     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11333     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11334     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11335     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11336   layout:
11337     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11338     layout: "plot-throughput"
11339
11340 - type: "plot"
11341   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11342   algorithm: "plot_perf_box_name"
11343   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11344   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11345   include:
11346     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11347     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11348     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11349     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11350     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11351   layout:
11352     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11353     layout: "plot-throughput"
11354
11355 - type: "plot"
11356   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11357   algorithm: "plot_perf_box_name"
11358   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11359   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11360   include:
11361     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11362     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11363     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11364     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11365     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11366   layout:
11367     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11368     layout: "plot-throughput"
11369
11370 - type: "plot"
11371   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11372   algorithm: "plot_perf_box_name"
11373   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11374   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11375   include:
11376     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11377     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11378     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11379     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11380     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11381     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11382   layout:
11383     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11384     layout: "plot-throughput"
11385
11386 - type: "plot"
11387   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11388   algorithm: "plot_perf_box_name"
11389   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11390   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11391   include:
11392     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11393     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11394     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11395     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11396     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11397     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11398   layout:
11399     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11400     layout: "plot-throughput"
11401
11402 - type: "plot"
11403   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11404   algorithm: "plot_perf_box_name"
11405   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11406   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11407   include:
11408     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11409     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11410     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11411     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11412     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11413     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11414   layout:
11415     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11416     layout: "plot-throughput"
11417
11418 - type: "plot"
11419   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11420   algorithm: "plot_perf_box_name"
11421   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11422   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11423   include:
11424     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11425     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11426     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11427     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11428     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11429     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11430   layout:
11431     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11432     layout: "plot-throughput"
11433
11434 - type: "plot"
11435   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11436   algorithm: "plot_perf_box_name"
11437   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11438   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11439   include:
11440     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11441     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11442     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11443     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11444     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11445   layout:
11446     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11447     layout: "plot-throughput"
11448
11449 - type: "plot"
11450   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11451   algorithm: "plot_perf_box_name"
11452   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11453   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11454   include:
11455     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11456     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11457     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11458     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11459     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11460   layout:
11461     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11462     layout: "plot-throughput"
11463
11464 - type: "plot"
11465   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11466   algorithm: "plot_perf_box_name"
11467   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11468   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11469   include:
11470     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11471     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11472     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11473     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11474     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11475     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11476   layout:
11477     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11478     layout: "plot-throughput"
11479
11480 - type: "plot"
11481   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11482   algorithm: "plot_perf_box_name"
11483   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11484   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11485   include:
11486     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11487     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11488     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11489     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11490     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11491     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11492   layout:
11493     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11494     layout: "plot-throughput"
11495
11496 - type: "plot"
11497   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11498   algorithm: "plot_perf_box_name"
11499   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11500   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11501   include:
11502     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11503     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11504     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11505     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11506     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11507   layout:
11508     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11509     layout: "plot-throughput"
11510
11511 - type: "plot"
11512   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11513   algorithm: "plot_perf_box_name"
11514   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11515   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11516   include:
11517     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11518     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11519     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11520     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11521     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11522   layout:
11523     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11524     layout: "plot-throughput"
11525
11526 - type: "plot"
11527   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11528   algorithm: "plot_perf_box_name"
11529   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11530   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11531   include:
11532     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11533     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11534     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11535     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11536     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11537     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11538   layout:
11539     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11540     layout: "plot-throughput"
11541
11542 - type: "plot"
11543   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11544   algorithm: "plot_perf_box_name"
11545   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11546   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11547   include:
11548     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11549     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11550     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11551     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11552     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11553     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11554   layout:
11555     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11556     layout: "plot-throughput"
11557
11558 - type: "plot"
11559   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11560   algorithm: "plot_perf_box_name"
11561   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11562   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11563   include:
11564     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11565     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11566     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11567     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11568     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11569   layout:
11570     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11571     layout: "plot-throughput"
11572
11573 - type: "plot"
11574   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11575   algorithm: "plot_perf_box_name"
11576   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11577   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11578   include:
11579     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11580     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11581     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11582     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11583     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11584   layout:
11585     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11586     layout: "plot-throughput"
11587
11588 - type: "plot"
11589   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11590   algorithm: "plot_perf_box_name"
11591   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11592   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11593   include:
11594     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11595     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11596     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11597     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11598     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11599     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11600   layout:
11601     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11602     layout: "plot-throughput"
11603
11604 - type: "plot"
11605   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11606   algorithm: "plot_perf_box_name"
11607   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11608   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11609   include:
11610     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11611     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11612     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11613     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11614     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11615     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11616   layout:
11617     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11618     layout: "plot-throughput"
11619
11620 - type: "plot"
11621   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11622   algorithm: "plot_perf_box_name"
11623   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11624   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11625   include:
11626     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11627     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11628   layout:
11629     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11630     layout: "plot-throughput"
11631
11632 - type: "plot"
11633   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11634   algorithm: "plot_perf_box_name"
11635   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11636   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11637   include:
11638     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11639     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11640   layout:
11641     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11642     layout: "plot-throughput"
11643
11644 - type: "plot"
11645   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11646   algorithm: "plot_perf_box_name"
11647   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11648   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11649   include:
11650     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11651     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11652     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11653     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11654   layout:
11655     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11656     layout: "plot-throughput"
11657
11658 - type: "plot"
11659   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11660   algorithm: "plot_perf_box_name"
11661   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11662   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11663   include:
11664     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11665     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11666     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11667     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11668   layout:
11669     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11670     layout: "plot-throughput"
11671
11672 - type: "plot"
11673   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11674   algorithm: "plot_perf_box_name"
11675   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11676   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11677   include:
11678     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11679     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11680     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11681     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11682   layout:
11683     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11684     layout: "plot-throughput"
11685
11686 - type: "plot"
11687   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11688   algorithm: "plot_perf_box_name"
11689   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11690   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11691   include:
11692     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11693     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11694     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11695     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11696   layout:
11697     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11698     layout: "plot-throughput"
11699
11700 - type: "plot"
11701   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11702   algorithm: "plot_perf_box_name"
11703   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11704   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11705   include:
11706     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11707     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11708     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11709     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11710   layout:
11711     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11712     layout: "plot-throughput"
11713
11714 - type: "plot"
11715   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11716   algorithm: "plot_perf_box_name"
11717   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11718   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11719   include:
11720     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11721     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11722     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11723     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11724   layout:
11725     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11726     layout: "plot-throughput"
11727
11728 - type: "plot"
11729   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11730   algorithm: "plot_perf_box_name"
11731   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11732   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11733   include:
11734     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11735     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11736     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11737     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11738   layout:
11739     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11740     layout: "plot-throughput"
11741
11742 - type: "plot"
11743   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11744   algorithm: "plot_perf_box_name"
11745   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11746   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11747   include:
11748     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11749     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11750     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11751     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11752   layout:
11753     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11754     layout: "plot-throughput"
11755
11756 - type: "plot"
11757   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11758   algorithm: "plot_perf_box_name"
11759   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11760   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11761   include:
11762     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11763     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11764     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11765     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11766     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11767     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11768   layout:
11769     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11770     layout: "plot-throughput"
11771
11772 - type: "plot"
11773   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11774   algorithm: "plot_perf_box_name"
11775   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11776   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11777   include:
11778     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11779     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11780     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11781     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11782     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11783     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11784   layout:
11785     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11786     layout: "plot-throughput"
11787
11788 - type: "plot"
11789   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11790   algorithm: "plot_perf_box_name"
11791   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11792   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11793   include:
11794     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11795     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11796     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11797     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11798     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11799   layout:
11800     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11801     layout: "plot-throughput"
11802
11803 - type: "plot"
11804   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11805   algorithm: "plot_perf_box_name"
11806   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11807   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11808   include:
11809     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11810     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11811     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11812     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11813     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11814   layout:
11815     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11816     layout: "plot-throughput"
11817
11818 - type: "plot"
11819   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11820   algorithm: "plot_perf_box_name"
11821   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11822   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11823   include:
11824     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11825     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11826     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11827     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11828     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11829   layout:
11830     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11831     layout: "plot-throughput"
11832
11833 - type: "plot"
11834   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11835   algorithm: "plot_perf_box_name"
11836   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11837   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11838   include:
11839     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11840     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11841     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11842     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11843     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11844   layout:
11845     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11846     layout: "plot-throughput"
11847
11848 - type: "plot"
11849   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11850   algorithm: "plot_perf_box_name"
11851   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11852   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11853   include:
11854     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11855     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11856     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11857   layout:
11858     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11859     layout: "plot-throughput"
11860
11861 - type: "plot"
11862   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11863   algorithm: "plot_perf_box_name"
11864   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11865   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11866   include:
11867     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11868     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11869     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11870   layout:
11871     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11872     layout: "plot-throughput"
11873
11874 - type: "plot"
11875   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11876   algorithm: "plot_perf_box_name"
11877   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11878   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11879   include:
11880     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11881     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11882     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11883   layout:
11884     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11885     layout: "plot-throughput"
11886
11887 - type: "plot"
11888   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11889   algorithm: "plot_perf_box_name"
11890   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11891   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11892   include:
11893     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11894     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11895     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11896   layout:
11897     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11898     layout: "plot-throughput"
11899
11900 - type: "plot"
11901   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11902   algorithm: "plot_perf_box_name"
11903   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11904   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11905   include:
11906     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11907     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11908     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11909     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11910     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11911   layout:
11912     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11913     layout: "plot-throughput"
11914
11915 - type: "plot"
11916   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11917   algorithm: "plot_perf_box_name"
11918   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11919   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11920   include:
11921     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11922     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11923     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11924     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11925     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11926   layout:
11927     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11928     layout: "plot-throughput"
11929
11930 - type: "plot"
11931   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11932   algorithm: "plot_perf_box_name"
11933   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11934   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11935   include:
11936     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11937     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11938     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11939     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11940     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11941   layout:
11942     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11943     layout: "plot-throughput"
11944
11945 - type: "plot"
11946   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11947   algorithm: "plot_perf_box_name"
11948   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11949   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11950   include:
11951     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11952     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11953     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11954     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11955     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11956   layout:
11957     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11958     layout: "plot-throughput"
11959
11960 - type: "plot"
11961   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11962   algorithm: "plot_perf_box_name"
11963   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11964   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11965   include:
11966     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11967     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11968     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11969     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11970     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11971   layout:
11972     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11973     layout: "plot-throughput"
11974
11975 - type: "plot"
11976   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11977   algorithm: "plot_perf_box_name"
11978   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11979   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11980   include:
11981     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11982     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11983     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11984     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11985     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11986   layout:
11987     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11988     layout: "plot-throughput"
11989
11990 - type: "plot"
11991   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11992   algorithm: "plot_perf_box_name"
11993   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11994   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11995   include:
11996     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11997     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11998     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11999     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12000     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12001   layout:
12002     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12003     layout: "plot-throughput"
12004
12005 - type: "plot"
12006   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12007   algorithm: "plot_perf_box_name"
12008   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12009   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12010   include:
12011     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12012     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12013     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12014     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12015     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12016   layout:
12017     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12018     layout: "plot-throughput"
12019
12020 - type: "plot"
12021   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12022   algorithm: "plot_perf_box_name"
12023   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12024   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12025   include:
12026     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12027     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12028     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12029     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12030     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12031   layout:
12032     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12033     layout: "plot-throughput"
12034
12035 - type: "plot"
12036   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12037   algorithm: "plot_perf_box_name"
12038   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12039   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12040   include:
12041     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12042     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12043     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12044     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12045     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12046   layout:
12047     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12048     layout: "plot-throughput"
12049
12050 - type: "plot"
12051   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12052   algorithm: "plot_perf_box_name"
12053   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12054   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12055   include:
12056     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12057     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12058     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12059     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12060     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12061     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12062   layout:
12063     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12064     layout: "plot-throughput"
12065
12066 - type: "plot"
12067   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12068   algorithm: "plot_perf_box_name"
12069   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12070   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12071   include:
12072     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12073     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12074     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12075     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12076     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12077     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12078   layout:
12079     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12080     layout: "plot-throughput"
12081
12082 - type: "plot"
12083   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12084   algorithm: "plot_perf_box_name"
12085   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12086   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12087   include:
12088     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12089     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12090     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12091     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12092   layout:
12093     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12094     layout: "plot-throughput"
12095
12096 - type: "plot"
12097   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12098   algorithm: "plot_perf_box_name"
12099   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12100   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12101   include:
12102     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12103     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12104     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12105     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12106   layout:
12107     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12108     layout: "plot-throughput"
12109
12110 - type: "plot"
12111   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12112   algorithm: "plot_perf_box_name"
12113   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12114   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12115   include:
12116     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12117     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12118     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12119     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12120     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12121     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12122   layout:
12123     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12124     layout: "plot-throughput"
12125
12126 - type: "plot"
12127   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12128   algorithm: "plot_perf_box_name"
12129   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12130   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12131   include:
12132     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12133     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12134     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12135     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12136     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12137     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12138   layout:
12139     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12140     layout: "plot-throughput"
12141
12142 - type: "plot"
12143   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12144   algorithm: "plot_perf_box_name"
12145   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12146   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12147   include:
12148     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12149     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12150     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12151     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12152     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12153     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12154   layout:
12155     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12156     layout: "plot-throughput"
12157
12158 - type: "plot"
12159   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12160   algorithm: "plot_perf_box_name"
12161   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12162   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12163   include:
12164     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12165     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12166     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12167     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12168     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12169     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12170   layout:
12171     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12172     layout: "plot-throughput"
12173
12174 - type: "plot"
12175   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12176   algorithm: "plot_perf_box_name"
12177   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12178   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12179   include:
12180     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12181     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12182     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12183     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12184     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12185     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12186   layout:
12187     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12188     layout: "plot-throughput"
12189
12190 - type: "plot"
12191   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12192   algorithm: "plot_perf_box_name"
12193   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12194   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12195   include:
12196     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12197     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12198     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12199     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12200     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12201     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12202   layout:
12203     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12204     layout: "plot-throughput"
12205
12206 - type: "plot"
12207   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12208   algorithm: "plot_perf_box_name"
12209   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12210   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12211   include:
12212     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12213     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12214     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12215     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12216     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12217     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12218   layout:
12219     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12220     layout: "plot-throughput"
12221
12222 - type: "plot"
12223   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12224   algorithm: "plot_perf_box_name"
12225   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12226   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12227   include:
12228     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12229     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12230     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12231     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12232     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12233     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12234   layout:
12235     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12236     layout: "plot-throughput"
12237
12238 - type: "plot"
12239   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12240   algorithm: "plot_perf_box_name"
12241   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12242   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12243   include:
12244     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12245     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12246     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12247     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12248     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12249     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12250   layout:
12251     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12252     layout: "plot-throughput"
12253
12254 - type: "plot"
12255   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12256   algorithm: "plot_perf_box_name"
12257   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12258   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12259   include:
12260     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12261     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12262     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12263     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12264     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12265     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12266   layout:
12267     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12268     layout: "plot-throughput"
12269
12270 - type: "plot"
12271   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12272   algorithm: "plot_perf_box_name"
12273   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12274   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12275   include:
12276     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12277     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12278     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12279     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12280     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12281     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12282   layout:
12283     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12284     layout: "plot-throughput"
12285
12286 - type: "plot"
12287   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12288   algorithm: "plot_perf_box_name"
12289   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12290   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12291   include:
12292     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12293     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12294     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12295     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12296     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12297     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12298   layout:
12299     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12300     layout: "plot-throughput"
12301
12302 - type: "plot"
12303   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12304   algorithm: "plot_perf_box_name"
12305   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12306   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12307   include:
12308     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12309     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12310     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12311     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12312     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12313     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12314   layout:
12315     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12316     layout: "plot-throughput"
12317
12318 - type: "plot"
12319   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12320   algorithm: "plot_perf_box_name"
12321   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12322   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12323   include:
12324     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12325     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12326     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12327     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12328     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12329     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12330   layout:
12331     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12332     layout: "plot-throughput"
12333
12334 - type: "plot"
12335   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12336   algorithm: "plot_perf_box_name"
12337   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12338   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12339   include:
12340     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12341     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12342     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12343     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12344     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12345     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12346   layout:
12347     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12348     layout: "plot-throughput"
12349
12350 - type: "plot"
12351   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12352   algorithm: "plot_perf_box_name"
12353   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12354   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12355   include:
12356     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12357     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12358     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12359     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12360     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12361     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12362   layout:
12363     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12364     layout: "plot-throughput"
12365
12366 - type: "plot"
12367   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12368   algorithm: "plot_perf_box_name"
12369   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12370   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12371   include:
12372     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12373     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12374     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12375     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12376   layout:
12377     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12378     layout: "plot-throughput"
12379
12380 - type: "plot"
12381   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12382   algorithm: "plot_perf_box_name"
12383   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12384   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12385   include:
12386     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12387     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12388     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12389     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12390   layout:
12391     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12392     layout: "plot-throughput"
12393
12394 - type: "plot"
12395   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12396   algorithm: "plot_perf_box_name"
12397   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12398   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12399   include:
12400     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12401     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12402     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12403     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12404   layout:
12405     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12406     layout: "plot-throughput"
12407
12408 - type: "plot"
12409   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12410   algorithm: "plot_perf_box_name"
12411   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12412   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12413   include:
12414     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12415     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12416     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12417     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12418   layout:
12419     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12420     layout: "plot-throughput"
12421
12422 - type: "plot"
12423   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12424   algorithm: "plot_perf_box_name"
12425   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12426   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12427   include:
12428     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12429     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12430     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12431     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12432     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12433     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12434   layout:
12435     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12436     layout: "plot-throughput"
12437
12438 - type: "plot"
12439   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12440   algorithm: "plot_perf_box_name"
12441   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12442   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12443   include:
12444     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12445     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12446     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12447     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12448     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12449     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12450   layout:
12451     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12452     layout: "plot-throughput"
12453
12454 - type: "plot"
12455   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12456   algorithm: "plot_perf_box_name"
12457   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12458   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12459   include:
12460     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12461     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12462     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12463     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12464     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12465   layout:
12466     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12467     layout: "plot-throughput"
12468
12469 - type: "plot"
12470   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12471   algorithm: "plot_perf_box_name"
12472   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12473   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12474   include:
12475     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12476     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12477     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12478     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12479     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12480   layout:
12481     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12482     layout: "plot-throughput"
12483
12484 - type: "plot"
12485   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12486   algorithm: "plot_perf_box_name"
12487   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12488   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12489   include:
12490     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12491     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12492     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12493     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12494     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12495   layout:
12496     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12497     layout: "plot-throughput"
12498
12499 - type: "plot"
12500   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12501   algorithm: "plot_perf_box_name"
12502   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12503   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12504   include:
12505     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12506     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12507     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12508     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12509     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12510   layout:
12511     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12512     layout: "plot-throughput"
12513
12514 - type: "plot"
12515   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12516   algorithm: "plot_perf_box_name"
12517   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12518   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12519   include:
12520     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12521     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12522     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12523     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12524   layout:
12525     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12526     layout: "plot-throughput"
12527
12528 - type: "plot"
12529   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12530   algorithm: "plot_perf_box_name"
12531   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12532   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12533   include:
12534     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12535     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12536     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12537     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12538   layout:
12539     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12540     layout: "plot-throughput"
12541
12542 - type: "plot"
12543   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12544   algorithm: "plot_perf_box_name"
12545   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12546   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12547   include:
12548     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12549     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12550     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12551     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12552     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12553     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12554   layout:
12555     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12556     layout: "plot-throughput"
12557
12558 - type: "plot"
12559   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12560   algorithm: "plot_perf_box_name"
12561   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12562   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12563   include:
12564     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12565     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12566     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12567     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12568     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12569     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12570   layout:
12571     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12572     layout: "plot-throughput"
12573
12574 - type: "plot"
12575   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12576   algorithm: "plot_perf_box_name"
12577   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12578   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12579   include:
12580     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12581     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12582     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12583     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12584     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12585     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12586   layout:
12587     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12588     layout: "plot-throughput"
12589
12590 - type: "plot"
12591   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12592   algorithm: "plot_perf_box_name"
12593   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12594   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12595   include:
12596     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12597     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12598     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12599     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12600     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12601     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12602   layout:
12603     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12604     layout: "plot-throughput"
12605
12606 - type: "plot"
12607   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12608   algorithm: "plot_perf_box_name"
12609   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12610   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12611   include:
12612     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12613     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12614     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12615     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12616     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12617     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12618   layout:
12619     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12620     layout: "plot-throughput"
12621
12622 - type: "plot"
12623   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12624   algorithm: "plot_perf_box_name"
12625   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12626   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12627   include:
12628     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12629     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12630     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12631     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12632     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12633     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12634   layout:
12635     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12636     layout: "plot-throughput"
12637
12638 - type: "plot"
12639   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12640   algorithm: "plot_perf_box_name"
12641   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12642   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12643   include:
12644     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12645     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12646     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12647     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12648     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12649     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12650   layout:
12651     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12652     layout: "plot-throughput"
12653
12654 - type: "plot"
12655   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12656   algorithm: "plot_perf_box_name"
12657   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12658   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12659   include:
12660     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12661     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12662     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12663     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12664     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12665     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12666   layout:
12667     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12668     layout: "plot-throughput"
12669
12670 - type: "plot"
12671   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12672   algorithm: "plot_perf_box_name"
12673   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12674   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12675   include:
12676     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12677     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12678     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12679     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12680   layout:
12681     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12682     layout: "plot-throughput"
12683
12684 - type: "plot"
12685   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12686   algorithm: "plot_perf_box_name"
12687   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12688   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12689   include:
12690     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12691     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12692     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12693     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12694   layout:
12695     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12696     layout: "plot-throughput"
12697
12698 - type: "plot"
12699   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12700   algorithm: "plot_perf_box_name"
12701   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12702   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12703   include:
12704     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12705     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12706     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12707     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12708     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12709     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12710   layout:
12711     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12712     layout: "plot-throughput"
12713
12714 - type: "plot"
12715   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12716   algorithm: "plot_perf_box_name"
12717   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12718   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12719   include:
12720     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12721     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12722     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12723     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12724     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12725     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12726   layout:
12727     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12728     layout: "plot-throughput"
12729
12730 - type: "plot"
12731   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12732   algorithm: "plot_perf_box_name"
12733   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12734   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12735   include:
12736     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12737     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12738     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12739     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12740     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12741     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12742   layout:
12743     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12744     layout: "plot-throughput"
12745
12746 - type: "plot"
12747   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12748   algorithm: "plot_perf_box_name"
12749   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12750   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12751   include:
12752     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12753     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12754     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12755     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12756     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12757     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12758   layout:
12759     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12760     layout: "plot-throughput"
12761
12762 #- type: "plot"
12763 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12764 #  algorithm: "plot_perf_box_name"
12765 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12766 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12767 #  include:
12768 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12769 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12770 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12771 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12772 #  layout:
12773 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12774 #    layout: "plot-throughput"
12775 #
12776 #- type: "plot"
12777 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12778 #  algorithm: "plot_perf_box_name"
12779 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12780 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12781 #  include:
12782 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12783 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12784 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12785 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12786 #  layout:
12787 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12788 #    layout: "plot-throughput"
12789
12790 - type: "plot"
12791   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12792   algorithm: "plot_perf_box_name"
12793   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12794   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12795   include:
12796     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12797     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12798     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12799     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12800     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12801     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12802   layout:
12803     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12804     layout: "plot-throughput"
12805
12806 - type: "plot"
12807   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12808   algorithm: "plot_perf_box_name"
12809   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12810   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12811   include:
12812     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12813     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12814     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12815     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12816     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12817     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12818   layout:
12819     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12820     layout: "plot-throughput"
12821
12822 #- type: "plot"
12823 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12824 #  algorithm: "plot_perf_box_name"
12825 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12826 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12827 #  include:
12828 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12829 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12830 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12831 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12832 #  layout:
12833 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12834 #    layout: "plot-throughput"
12835 #
12836 #- type: "plot"
12837 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12838 #  algorithm: "plot_perf_box_name"
12839 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12840 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12841 #  include:
12842 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12843 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12844 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12845 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12846 #  layout:
12847 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12848 #    layout: "plot-throughput"
12849
12850 - type: "plot"
12851   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12852   algorithm: "plot_perf_box_name"
12853   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12854   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12855   include:
12856     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12857     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12858     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12859     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12860     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12861     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12862   layout:
12863     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12864     layout: "plot-throughput"
12865
12866 - type: "plot"
12867   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12868   algorithm: "plot_perf_box_name"
12869   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12870   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12871   include:
12872     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12873     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12874     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12875     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12876     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12877     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12878   layout:
12879     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12880     layout: "plot-throughput"
12881
12882 #- type: "plot"
12883 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12884 #  algorithm: "plot_perf_box_name"
12885 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12886 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12887 #  include:
12888 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12889 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12890 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12891 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12892 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12893 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12894 #  layout:
12895 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12896 #    layout: "plot-throughput"
12897 #
12898 #- type: "plot"
12899 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12900 #  algorithm: "plot_perf_box_name"
12901 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12902 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12903 #  include:
12904 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12905 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12906 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12907 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12908 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12909 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12910 #  layout:
12911 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12912 #    layout: "plot-throughput"
12913
12914 - type: "plot"
12915   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12916   algorithm: "plot_perf_box_name"
12917   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12918   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12919   include:
12920     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12921     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12922     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12923     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12924     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12925     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12926   layout:
12927     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12928     layout: "plot-throughput"
12929
12930 - type: "plot"
12931   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12932   algorithm: "plot_perf_box_name"
12933   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12934   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12935   include:
12936     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12937     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12938     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12939     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12940     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12941     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12942   layout:
12943     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12944     layout: "plot-throughput"
12945
12946 - type: "plot"
12947   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12948   algorithm: "plot_perf_box_name"
12949   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12950   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12951   include:
12952     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12953     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12954     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12955     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12956     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12957     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12958   layout:
12959     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12960     layout: "plot-throughput"
12961
12962 - type: "plot"
12963   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12964   algorithm: "plot_perf_box_name"
12965   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12966   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12967   include:
12968     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12969     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12970     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12971     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12972     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12973     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12974   layout:
12975     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12976     layout: "plot-throughput"
12977
12978 - type: "plot"
12979   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12980   algorithm: "plot_perf_box_name"
12981   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12982   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12983   include:
12984     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12985     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12986     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12987     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12988     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12989     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12990   layout:
12991     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12992     layout: "plot-throughput"
12993
12994 - type: "plot"
12995   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12996   algorithm: "plot_perf_box_name"
12997   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12998   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12999   include:
13000     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13001     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13002     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13003     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13004     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13005     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13006   layout:
13007     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13008     layout: "plot-throughput"
13009
13010 - type: "plot"
13011   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13012   algorithm: "plot_perf_box_name"
13013   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13014   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13015   include:
13016     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13017     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13018     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13019     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13020     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13021     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13022   layout:
13023     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13024     layout: "plot-throughput"
13025
13026 - type: "plot"
13027   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13028   algorithm: "plot_perf_box_name"
13029   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13030   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13031   include:
13032     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13033     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13034     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13035     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13036     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13037     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13038   layout:
13039     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13040     layout: "plot-throughput"
13041
13042 #- type: "plot"
13043 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13044 #  algorithm: "plot_perf_box_name"
13045 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13046 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13047 #  include:
13048 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13049 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13050 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13051 #  layout:
13052 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13053 #    layout: "plot-throughput"
13054 #
13055 #- type: "plot"
13056 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13057 #  algorithm: "plot_perf_box_name"
13058 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13059 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13060 #  include:
13061 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13062 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13063 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13064 #  layout:
13065 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13066 #    layout: "plot-throughput"
13067
13068 - type: "plot"
13069   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13070   algorithm: "plot_perf_box_name"
13071   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13072   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13073   include:
13074     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13075     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13076     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13077     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13078     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13079   layout:
13080     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13081     layout: "plot-throughput"
13082
13083 - type: "plot"
13084   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13085   algorithm: "plot_perf_box_name"
13086   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13087   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13088   include:
13089     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13090     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13091     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13092     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13093     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13094   layout:
13095     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13096     layout: "plot-throughput"
13097
13098 - type: "plot"
13099   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13100   algorithm: "plot_perf_box_name"
13101   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13102   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13103   include:
13104     - "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"
13105     - "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"
13106     - "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"
13107     - "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"
13108     - "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"
13109   layout:
13110     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13111     layout: "plot-throughput"
13112
13113 - type: "plot"
13114   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13115   algorithm: "plot_perf_box_name"
13116   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13117   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13118   include:
13119     - "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"
13120     - "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"
13121     - "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"
13122     - "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"
13123     - "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"
13124   layout:
13125     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13126     layout: "plot-throughput"
13127
13128 - type: "plot"
13129   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13130   algorithm: "plot_perf_box_name"
13131   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13132   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13133   include:
13134     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13135     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13136     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13137     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13138     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13139   layout:
13140     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13141     layout: "plot-throughput"
13142
13143 - type: "plot"
13144   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13145   algorithm: "plot_perf_box_name"
13146   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13147   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13148   include:
13149     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13150     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13151     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13152     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13153     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13154   layout:
13155     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13156     layout: "plot-throughput"
13157
13158 - type: "plot"
13159   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13160   algorithm: "plot_perf_box_name"
13161   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13162   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13163   include:
13164     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13165     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13166     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13167     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13168     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13169   layout:
13170     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13171     layout: "plot-throughput"
13172
13173 - type: "plot"
13174   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13175   algorithm: "plot_perf_box_name"
13176   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13177   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13178   include:
13179     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13180     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13181     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13182     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13183     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13184   layout:
13185     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13186     layout: "plot-throughput"
13187
13188 - type: "plot"
13189   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13190   algorithm: "plot_perf_box_name"
13191   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13192   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13193   include:
13194     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13195     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13196     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13197     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13198     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13199   layout:
13200     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13201     layout: "plot-throughput"
13202
13203 - type: "plot"
13204   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13205   algorithm: "plot_perf_box_name"
13206   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13207   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13208   include:
13209     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13210     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13211     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13212     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13213     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13214   layout:
13215     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13216     layout: "plot-throughput"
13217
13218 - type: "plot"
13219   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13220   algorithm: "plot_perf_box_name"
13221   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13222   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13223   include:
13224     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13225     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13226     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13227     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13228     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13229   layout:
13230     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13231     layout: "plot-throughput"
13232
13233 - type: "plot"
13234   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13235   algorithm: "plot_perf_box_name"
13236   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13237   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13238   include:
13239     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13240     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13241     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13242     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13243     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13244   layout:
13245     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13246     layout: "plot-throughput"
13247
13248 - type: "plot"
13249   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13250   algorithm: "plot_perf_box_name"
13251   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13252   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13253   include:
13254     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13255     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13256     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13257     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13258   layout:
13259     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13260     layout: "plot-throughput"
13261
13262 - type: "plot"
13263   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13264   algorithm: "plot_perf_box_name"
13265   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13266   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13267   include:
13268     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13269     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13270     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13271     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13272   layout:
13273     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13274     layout: "plot-throughput"
13275
13276 - type: "plot"
13277   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13278   algorithm: "plot_perf_box_name"
13279   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13280   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13281   include:
13282     - "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"
13283     - "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"
13284     - "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"
13285     - "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"
13286   layout:
13287     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13288     layout: "plot-throughput"
13289
13290 - type: "plot"
13291   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13292   algorithm: "plot_perf_box_name"
13293   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13294   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13295   include:
13296     - "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"
13297     - "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"
13298     - "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"
13299     - "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"
13300   layout:
13301     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13302     layout: "plot-throughput"
13303
13304 - type: "plot"
13305   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13306   algorithm: "plot_perf_box_name"
13307   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13308   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13309   include:
13310     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13311     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13312     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13313     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13314     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13315     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13316   layout:
13317     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13318     layout: "plot-throughput"
13319
13320 - type: "plot"
13321   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13322   algorithm: "plot_perf_box_name"
13323   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13324   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13325   include:
13326     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13327     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13328     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13329     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13330     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13331     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13332   layout:
13333     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13334     layout: "plot-throughput"
13335
13336 - type: "plot"
13337   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13338   algorithm: "plot_perf_box_name"
13339   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13340   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13341   include:
13342     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13343     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13344     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13345     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13346     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13347     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13348   layout:
13349     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13350     layout: "plot-throughput"
13351
13352 - type: "plot"
13353   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13354   algorithm: "plot_perf_box_name"
13355   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13356   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13357   include:
13358     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13359     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13360     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13361     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13362     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13363     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13364   layout:
13365     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13366     layout: "plot-throughput"
13367
13368 - type: "plot"
13369   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13370   algorithm: "plot_perf_box_name"
13371   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13372   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13373   include:
13374     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13375     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13376     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13377     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13378     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13379     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13380   layout:
13381     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13382     layout: "plot-throughput"
13383
13384 - type: "plot"
13385   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13386   algorithm: "plot_perf_box_name"
13387   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13388   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13389   include:
13390     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13391     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13392     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13393     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13394     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13395     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13396   layout:
13397     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13398     layout: "plot-throughput"
13399
13400 - type: "plot"
13401   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13402   algorithm: "plot_perf_box_name"
13403   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13404   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13405   include:
13406     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13407     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13408     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13409     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13410     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13411   layout:
13412     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13413     layout: "plot-throughput"
13414
13415 - type: "plot"
13416   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13417   algorithm: "plot_perf_box_name"
13418   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13419   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13420   include:
13421     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13422     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13423     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13424     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13425     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13426   layout:
13427     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13428     layout: "plot-throughput"
13429
13430 - type: "plot"
13431   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13432   algorithm: "plot_perf_box_name"
13433   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13434   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13435   include:
13436     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13437     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13438   layout:
13439     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13440     layout: "plot-throughput"
13441
13442 - type: "plot"
13443   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13444   algorithm: "plot_perf_box_name"
13445   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13446   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13447   include:
13448     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13449     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13450   layout:
13451     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13452     layout: "plot-throughput"
13453
13454 - type: "plot"
13455   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13456   algorithm: "plot_perf_box_name"
13457   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13458   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13459   include:
13460     - "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"
13461     - "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"
13462   layout:
13463     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13464     layout: "plot-throughput"
13465
13466 - type: "plot"
13467   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13468   algorithm: "plot_perf_box_name"
13469   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13470   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13471   include:
13472     - "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"
13473     - "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"
13474   layout:
13475     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13476     layout: "plot-throughput"
13477
13478 - type: "plot"
13479   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13480   algorithm: "plot_perf_box_name"
13481   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13482   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13483   include:
13484     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13485     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13486   layout:
13487     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13488     layout: "plot-throughput"
13489
13490 - type: "plot"
13491   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13492   algorithm: "plot_perf_box_name"
13493   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13494   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13495   include:
13496     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13497     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13498   layout:
13499     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13500     layout: "plot-throughput"
13501
13502 - type: "plot"
13503   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13504   algorithm: "plot_perf_box_name"
13505   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13506   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13507   include:
13508     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13509     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13510   layout:
13511     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13512     layout: "plot-throughput"
13513
13514 - type: "plot"
13515   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13516   algorithm: "plot_perf_box_name"
13517   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13518   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13519   include:
13520     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13521     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13522   layout:
13523     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13524     layout: "plot-throughput"
13525
13526 - type: "plot"
13527   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13528   algorithm: "plot_perf_box_name"
13529   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13530   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13531   include:
13532     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13533     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13534     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13535     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13536     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13537     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13538   layout:
13539     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13540     layout: "plot-throughput"
13541
13542 - type: "plot"
13543   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13544   algorithm: "plot_perf_box_name"
13545   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13546   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13547   include:
13548     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13549     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13550     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13551     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13552     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13553     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13554   layout:
13555     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13556     layout: "plot-throughput"
13557
13558 - type: "plot"
13559   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13560   algorithm: "plot_perf_box_name"
13561   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13562   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13563   include:
13564     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13565     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13566     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13567     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13568     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13569     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13570   layout:
13571     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13572     layout: "plot-throughput"
13573
13574 - type: "plot"
13575   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13576   algorithm: "plot_perf_box_name"
13577   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13578   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13579   include:
13580     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13581     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13582     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13583     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13584     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13585     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13586   layout:
13587     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13588     layout: "plot-throughput"
13589
13590 #- type: "plot"
13591 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13592 #  algorithm: "plot_perf_box_name"
13593 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13594 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13595 #  include:
13596 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13597 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13598 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13599 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13600 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13601 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13602 #  layout:
13603 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13604 #    layout: "plot-throughput"
13605 #
13606 #- type: "plot"
13607 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13608 #  algorithm: "plot_perf_box_name"
13609 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13610 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13611 #  include:
13612 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13613 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13614 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13615 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13616 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13617 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13618 #  layout:
13619 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13620 #    layout: "plot-throughput"
13621
13622 - type: "plot"
13623   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13624   algorithm: "plot_perf_box_name"
13625   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13626   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13627   include:
13628     - "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"
13629     - "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"
13630     - "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"
13631     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13632     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13633     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13634   layout:
13635     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13636     layout: "plot-throughput"
13637
13638 - type: "plot"
13639   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13640   algorithm: "plot_perf_box_name"
13641   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13642   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13643   include:
13644     - "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"
13645     - "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"
13646     - "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"
13647     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13648     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13649     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13650   layout:
13651     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13652     layout: "plot-throughput"
13653
13654 ################################################################################
13655
13656 # Packet Speedup
13657
13658 - type: "plot"
13659   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13660   algorithm: "plot_tsa_name"
13661   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13662   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13663   include:
13664     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13665     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13666     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13667     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13668   layout:
13669     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13670     layout: "plot-throughput-speedup-analysis"
13671
13672 - type: "plot"
13673   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13674   algorithm: "plot_tsa_name"
13675   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13676   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13677   include:
13678     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13679     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13680     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13681     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13682   layout:
13683     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13684     layout: "plot-throughput-speedup-analysis"
13685
13686 - type: "plot"
13687   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13688   algorithm: "plot_tsa_name"
13689   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13690   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13691   include:
13692     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13693     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13694     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13695     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13696   layout:
13697     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13698     layout: "plot-throughput-speedup-analysis"
13699
13700 - type: "plot"
13701   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13702   algorithm: "plot_tsa_name"
13703   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13704   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13705   include:
13706     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13707     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13708     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13709     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13710   layout:
13711     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13712     layout: "plot-throughput-speedup-analysis"
13713
13714 - type: "plot"
13715   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13716   algorithm: "plot_tsa_name"
13717   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13718   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13719   include:
13720     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13721     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13722     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13723     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13724     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13725   layout:
13726     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13727     layout: "plot-throughput-speedup-analysis"
13728
13729 - type: "plot"
13730   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13731   algorithm: "plot_tsa_name"
13732   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13733   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13734   include:
13735     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13736     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13737     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13738     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13739     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13740   layout:
13741     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13742     layout: "plot-throughput-speedup-analysis"
13743
13744 - type: "plot"
13745   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13746   algorithm: "plot_tsa_name"
13747   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13748   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13749   include:
13750     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13751     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13752     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13753     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13754     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13755   layout:
13756     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13757     layout: "plot-throughput-speedup-analysis"
13758
13759 - type: "plot"
13760   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13761   algorithm: "plot_tsa_name"
13762   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13763   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13764   include:
13765     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13766     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13767     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13768     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13769     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13770   layout:
13771     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13772     layout: "plot-throughput-speedup-analysis"
13773
13774 - type: "plot"
13775   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13776   algorithm: "plot_tsa_name"
13777   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13778   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13779   include:
13780     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13781     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13782     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13783     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13784     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13785     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13786   layout:
13787     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13788     layout: "plot-throughput-speedup-analysis"
13789
13790 - type: "plot"
13791   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13792   algorithm: "plot_tsa_name"
13793   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13794   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13795   include:
13796     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13797     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13798     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13799     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13800     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13801     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13802   layout:
13803     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13804     layout: "plot-throughput-speedup-analysis"
13805
13806 - type: "plot"
13807   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13808   algorithm: "plot_tsa_name"
13809   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13810   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13811   include:
13812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13817   layout:
13818     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13819     layout: "plot-throughput-speedup-analysis"
13820
13821 - type: "plot"
13822   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13823   algorithm: "plot_tsa_name"
13824   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13825   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13826   include:
13827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13832   layout:
13833     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13834     layout: "plot-throughput-speedup-analysis"
13835
13836 - type: "plot"
13837   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13838   algorithm: "plot_tsa_name"
13839   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13840   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13841   include:
13842     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13845   layout:
13846     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13847     layout: "plot-throughput-speedup-analysis"
13848
13849 - type: "plot"
13850   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13851   algorithm: "plot_tsa_name"
13852   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13853   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13854   include:
13855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13858   layout:
13859     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13860     layout: "plot-throughput-speedup-analysis"
13861
13862 - type: "plot"
13863   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13864   algorithm: "plot_tsa_name"
13865   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13866   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13867   include:
13868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13872     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13873   layout:
13874     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13875     layout: "plot-throughput-speedup-analysis"
13876
13877 - type: "plot"
13878   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13879   algorithm: "plot_tsa_name"
13880   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13881   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13882   include:
13883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13888   layout:
13889     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13890     layout: "plot-throughput-speedup-analysis"
13891
13892 - type: "plot"
13893   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13894   algorithm: "plot_tsa_name"
13895   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13896   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13897   include:
13898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13901   layout:
13902     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13903     layout: "plot-throughput-speedup-analysis"
13904
13905 - type: "plot"
13906   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13907   algorithm: "plot_tsa_name"
13908   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13909   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13910   include:
13911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13913     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13914   layout:
13915     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13916     layout: "plot-throughput-speedup-analysis"
13917
13918 - type: "plot"
13919   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13920   algorithm: "plot_tsa_name"
13921   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13922   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13923   include:
13924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13925     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13929     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13930   layout:
13931     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13932     layout: "plot-throughput-speedup-analysis"
13933
13934 - type: "plot"
13935   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13936   algorithm: "plot_tsa_name"
13937   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13938   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13939   include:
13940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13942     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13946   layout:
13947     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13948     layout: "plot-throughput-speedup-analysis"
13949
13950 - type: "plot"
13951   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13952   algorithm: "plot_tsa_name"
13953   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13954   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13955   include:
13956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13958     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13962   layout:
13963     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13964     layout: "plot-throughput-speedup-analysis"
13965
13966 - type: "plot"
13967   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13968   algorithm: "plot_tsa_name"
13969   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13970   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13971   include:
13972     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13973     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13978   layout:
13979     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13980     layout: "plot-throughput-speedup-analysis"
13981
13982 - type: "plot"
13983   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13984   algorithm: "plot_tsa_name"
13985   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13986   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13987   include:
13988     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13989     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13990     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13991   layout:
13992     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
13993     layout: "plot-throughput-speedup-analysis"
13994
13995 - type: "plot"
13996   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13997   algorithm: "plot_tsa_name"
13998   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13999   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14000   include:
14001     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14002     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14003     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14004   layout:
14005     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14006     layout: "plot-throughput-speedup-analysis"
14007
14008 - type: "plot"
14009   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14010   algorithm: "plot_tsa_name"
14011   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14012   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14013   include:
14014     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14015     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14016     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14017 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14018 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14019   layout:
14020     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14021     layout: "plot-throughput-speedup-analysis"
14022
14023 - type: "plot"
14024   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14025   algorithm: "plot_tsa_name"
14026   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14027   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14028   include:
14029     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14030     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14031     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14032 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14033 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14034   layout:
14035     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14036     layout: "plot-throughput-speedup-analysis"
14037
14038 - type: "plot"
14039   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14040   algorithm: "plot_tsa_name"
14041   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14042   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14043   include:
14044     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14045     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14046     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14047     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14048     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14049   layout:
14050     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14051     layout: "plot-throughput-speedup-analysis"
14052
14053 - type: "plot"
14054   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14055   algorithm: "plot_tsa_name"
14056   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14057   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14058   include:
14059     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14060     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14061     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14062     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14063     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14064   layout:
14065     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14066     layout: "plot-throughput-speedup-analysis"
14067
14068 - type: "plot"
14069   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14070   algorithm: "plot_tsa_name"
14071   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14072   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14073   include:
14074     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14075     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14076     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14077     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14078     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14079   layout:
14080     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14081     layout: "plot-throughput-speedup-analysis"
14082
14083 - type: "plot"
14084   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14085   algorithm: "plot_tsa_name"
14086   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14087   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14088   include:
14089     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14090     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14091     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14092     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14093     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14094   layout:
14095     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14096     layout: "plot-throughput-speedup-analysis"
14097
14098 - type: "plot"
14099   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14100   algorithm: "plot_tsa_name"
14101   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14102   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14103   include:
14104     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14105     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14106     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14107     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14108     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14109     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14110   layout:
14111     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14112     layout: "plot-throughput-speedup-analysis"
14113
14114 - type: "plot"
14115   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14116   algorithm: "plot_tsa_name"
14117   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14118   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14119   include:
14120     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14121     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14122     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14123     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14124     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14125     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14126   layout:
14127     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14128     layout: "plot-throughput-speedup-analysis"
14129
14130 - type: "plot"
14131   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14132   algorithm: "plot_tsa_name"
14133   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14134   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14135   include:
14136     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14137     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14138     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14139     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14140     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14141     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14142   layout:
14143     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14144     layout: "plot-throughput-speedup-analysis"
14145
14146 - type: "plot"
14147   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14148   algorithm: "plot_tsa_name"
14149   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14150   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14151   include:
14152     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14153     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14154     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14155     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14156     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14157     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14158   layout:
14159     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14160     layout: "plot-throughput-speedup-analysis"
14161
14162 - type: "plot"
14163   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14164   algorithm: "plot_tsa_name"
14165   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14166   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14167   include:
14168     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14169     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14170   layout:
14171     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14172     layout: "plot-throughput-speedup-analysis"
14173
14174 - type: "plot"
14175   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14176   algorithm: "plot_tsa_name"
14177   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14178   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14179   include:
14180     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14181     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14182   layout:
14183     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14184     layout: "plot-throughput-speedup-analysis"
14185
14186 - type: "plot"
14187   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14188   algorithm: "plot_tsa_name"
14189   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14191   include:
14192     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14193     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14194     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14195     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14196   layout:
14197     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14198     layout: "plot-throughput-speedup-analysis"
14199
14200 - type: "plot"
14201   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14202   algorithm: "plot_tsa_name"
14203   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14204   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14205   include:
14206     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14207     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14208     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14209     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14210   layout:
14211     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14212     layout: "plot-throughput-speedup-analysis"
14213
14214 - type: "plot"
14215   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14216   algorithm: "plot_tsa_name"
14217   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14218   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14219   include:
14220     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14221     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14222     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14223     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14224   layout:
14225     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14226     layout: "plot-throughput-speedup-analysis"
14227
14228 - type: "plot"
14229   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14230   algorithm: "plot_tsa_name"
14231   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14232   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14233   include:
14234     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14235     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14236     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14237     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14238   layout:
14239     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14240     layout: "plot-throughput-speedup-analysis"
14241
14242 - type: "plot"
14243   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14244   algorithm: "plot_tsa_name"
14245   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14246   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14247   include:
14248     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14249     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14250     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14251     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14252     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14253     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14254   layout:
14255     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14256     layout: "plot-throughput-speedup-analysis"
14257
14258 - type: "plot"
14259   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14260   algorithm: "plot_tsa_name"
14261   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14262   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14263   include:
14264     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14265     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14266     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14267     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14268     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14269     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14270   layout:
14271     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14272     layout: "plot-throughput-speedup-analysis"
14273
14274 - type: "plot"
14275   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14276   algorithm: "plot_tsa_name"
14277   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14278   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14279   include:
14280     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14281     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14282     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14283     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14284     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14285   layout:
14286     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14287     layout: "plot-throughput-speedup-analysis"
14288
14289 - type: "plot"
14290   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14291   algorithm: "plot_tsa_name"
14292   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14293   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14294   include:
14295     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14296     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14297     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14298     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14299     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14300   layout:
14301     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14302     layout: "plot-throughput-speedup-analysis"
14303
14304 - type: "plot"
14305   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14306   algorithm: "plot_tsa_name"
14307   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14308   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14309   include:
14310     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14311     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14312     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14313     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14314     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14315   layout:
14316     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14317     layout: "plot-throughput-speedup-analysis"
14318
14319 - type: "plot"
14320   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14321   algorithm: "plot_tsa_name"
14322   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14323   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14324   include:
14325     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14326     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14327     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14328     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14329     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14330   layout:
14331     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14332     layout: "plot-throughput-speedup-analysis"
14333
14334 - type: "plot"
14335   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14336   algorithm: "plot_tsa_name"
14337   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14338   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14339   include:
14340     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14341     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14342     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14343   layout:
14344     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14345     layout: "plot-throughput-speedup-analysis"
14346
14347 - type: "plot"
14348   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14349   algorithm: "plot_tsa_name"
14350   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14351   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14352   include:
14353     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14354     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14355     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14356   layout:
14357     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14358     layout: "plot-throughput-speedup-analysis"
14359
14360 - type: "plot"
14361   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14362   algorithm: "plot_tsa_name"
14363   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14364   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14365   include:
14366     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14367     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14368     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14369   layout:
14370     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14371     layout: "plot-throughput-speedup-analysis"
14372
14373 - type: "plot"
14374   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14375   algorithm: "plot_tsa_name"
14376   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14377   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14378   include:
14379     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14380     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14381     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14382   layout:
14383     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14384     layout: "plot-throughput-speedup-analysis"
14385
14386 - type: "plot"
14387   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14388   algorithm: "plot_tsa_name"
14389   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14390   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14391   include:
14392     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14393     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14394     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14395     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14396     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14397   layout:
14398     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14399     layout: "plot-throughput-speedup-analysis"
14400
14401 - type: "plot"
14402   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14403   algorithm: "plot_tsa_name"
14404   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14405   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14406   include:
14407     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14408     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14409     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14410     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14411     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14412   layout:
14413     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14414     layout: "plot-throughput-speedup-analysis"
14415
14416 - type: "plot"
14417   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14418   algorithm: "plot_tsa_name"
14419   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14420   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14421   include:
14422     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14423     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14424     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14425     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14426     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14427   layout:
14428     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14429     layout: "plot-throughput-speedup-analysis"
14430
14431 - type: "plot"
14432   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14433   algorithm: "plot_tsa_name"
14434   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14435   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14436   include:
14437     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14438     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14439     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14440     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14441     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14442   layout:
14443     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14444     layout: "plot-throughput-speedup-analysis"
14445
14446 - type: "plot"
14447   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14448   algorithm: "plot_tsa_name"
14449   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14450   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14451   include:
14452     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14453     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14454     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14455     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14456     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14457     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14458   layout:
14459     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14460     layout: "plot-throughput-speedup-analysis"
14461
14462 - type: "plot"
14463   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14464   algorithm: "plot_tsa_name"
14465   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14466   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14467   include:
14468     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14469     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14470     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14471     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14472     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14473     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14474   layout:
14475     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14476     layout: "plot-throughput-speedup-analysis"
14477
14478 - type: "plot"
14479   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14480   algorithm: "plot_tsa_name"
14481   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14482   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14483   include:
14484     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14485     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14486     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14487     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14488   layout:
14489     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14490     layout: "plot-throughput-speedup-analysis"
14491
14492 - type: "plot"
14493   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14494   algorithm: "plot_tsa_name"
14495   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14496   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14497   include:
14498     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14499     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14500     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14501     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14502   layout:
14503     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14504     layout: "plot-throughput-speedup-analysis"
14505
14506 - type: "plot"
14507   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14508   algorithm: "plot_tsa_name"
14509   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14510   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14511   include:
14512     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14513     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14514     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14515     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14516     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14517     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14518   layout:
14519     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14520     layout: "plot-throughput-speedup-analysis"
14521
14522 - type: "plot"
14523   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14524   algorithm: "plot_tsa_name"
14525   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14526   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14527   include:
14528     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14529     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14530     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14531     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14532     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14533     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14534   layout:
14535     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14536     layout: "plot-throughput-speedup-analysis"
14537
14538 - type: "plot"
14539   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14540   algorithm: "plot_tsa_name"
14541   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14542   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14543   include:
14544     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14545     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14546     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14547     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14548     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14549     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14550   layout:
14551     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14552     layout: "plot-throughput-speedup-analysis"
14553
14554 - type: "plot"
14555   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14556   algorithm: "plot_tsa_name"
14557   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14558   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14559   include:
14560     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14561     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14562     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14563     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14564     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14565     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14566   layout:
14567     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14568     layout: "plot-throughput-speedup-analysis"
14569
14570 - type: "plot"
14571   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14572   algorithm: "plot_tsa_name"
14573   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14574   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14575   include:
14576     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14577     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14578     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14579     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14580     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14581     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14582   layout:
14583     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14584     layout: "plot-throughput-speedup-analysis"
14585
14586 - type: "plot"
14587   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14588   algorithm: "plot_tsa_name"
14589   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14590   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14591   include:
14592     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14593     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14594     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14595     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14596     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14597     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14598   layout:
14599     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14600     layout: "plot-throughput-speedup-analysis"
14601
14602 - type: "plot"
14603   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14604   algorithm: "plot_tsa_name"
14605   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14606   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14607   include:
14608     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14609     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14610     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14611     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14612     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14613     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14614   layout:
14615     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14616     layout: "plot-throughput-speedup-analysis"
14617
14618 - type: "plot"
14619   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14620   algorithm: "plot_tsa_name"
14621   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14622   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14623   include:
14624     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14625     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14626     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14627     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14628     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14629     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14630   layout:
14631     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14632     layout: "plot-throughput-speedup-analysis"
14633
14634 - type: "plot"
14635   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14636   algorithm: "plot_tsa_name"
14637   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14638   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14639   include:
14640     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14641     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14642     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14643     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14644     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14645     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14646   layout:
14647     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14648     layout: "plot-throughput-speedup-analysis"
14649
14650 - type: "plot"
14651   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14652   algorithm: "plot_tsa_name"
14653   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14654   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14655   include:
14656     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14657     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14658     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14659     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14660     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14661     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14662   layout:
14663     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14664     layout: "plot-throughput-speedup-analysis"
14665
14666 - type: "plot"
14667   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14668   algorithm: "plot_tsa_name"
14669   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14670   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14671   include:
14672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14674     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14675     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14676   layout:
14677     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14678     layout: "plot-throughput-speedup-analysis"
14679
14680 - type: "plot"
14681   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14682   algorithm: "plot_tsa_name"
14683   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14684   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14685   include:
14686     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14688     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14689     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14690   layout:
14691     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14692     layout: "plot-throughput-speedup-analysis"
14693
14694 - type: "plot"
14695   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14696   algorithm: "plot_tsa_name"
14697   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14698   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14699   include:
14700     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14701     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14702     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14704   layout:
14705     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14706     layout: "plot-throughput-speedup-analysis"
14707
14708 - type: "plot"
14709   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14710   algorithm: "plot_tsa_name"
14711   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14712   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14713   include:
14714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14718   layout:
14719     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14720     layout: "plot-throughput-speedup-analysis"
14721
14722 - type: "plot"
14723   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14724   algorithm: "plot_tsa_name"
14725   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14726   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14727   include:
14728     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14729     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14730     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14731     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14732     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14733     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14734   layout:
14735     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14736     layout: "plot-throughput-speedup-analysis"
14737
14738 - type: "plot"
14739   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14740   algorithm: "plot_tsa_name"
14741   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14742   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14743   include:
14744     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14745     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14746     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14747     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14748     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14749     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14750   layout:
14751     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14752     layout: "plot-throughput-speedup-analysis"
14753
14754 - type: "plot"
14755   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14756   algorithm: "plot_tsa_name"
14757   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14758   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14759   include:
14760     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14761     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14762     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14763     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14764     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14765   layout:
14766     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14767     layout: "plot-throughput-speedup-analysis"
14768
14769 - type: "plot"
14770   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14771   algorithm: "plot_tsa_name"
14772   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14773   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14774   include:
14775     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14776     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14777     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14778     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14779     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14780   layout:
14781     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14782     layout: "plot-throughput-speedup-analysis"
14783
14784 - type: "plot"
14785   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14786   algorithm: "plot_tsa_name"
14787   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14788   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14789   include:
14790     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14791     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14792     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14793     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14794     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14795   layout:
14796     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14797     layout: "plot-throughput-speedup-analysis"
14798
14799 - type: "plot"
14800   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14801   algorithm: "plot_tsa_name"
14802   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14803   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14804   include:
14805     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14806     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14807     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14808     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14809     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14810   layout:
14811     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14812     layout: "plot-throughput-speedup-analysis"
14813
14814 - type: "plot"
14815   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14816   algorithm: "plot_tsa_name"
14817   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14818   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14819   include:
14820     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14821     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14822     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14823     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14824   layout:
14825     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14826     layout: "plot-throughput-speedup-analysis"
14827
14828 - type: "plot"
14829   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14830   algorithm: "plot_tsa_name"
14831   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14832   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14833   include:
14834     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14835     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14836     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14837     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14838   layout:
14839     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14840     layout: "plot-throughput-speedup-analysis"
14841
14842 - type: "plot"
14843   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14844   algorithm: "plot_tsa_name"
14845   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14846   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14847   include:
14848     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14849     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14850     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14851     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14852     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14853     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14854   layout:
14855     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14856     layout: "plot-throughput-speedup-analysis"
14857
14858 - type: "plot"
14859   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14860   algorithm: "plot_tsa_name"
14861   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14862   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14863   include:
14864     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14865     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14866     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14867     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14868     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14869     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14870   layout:
14871     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14872     layout: "plot-throughput-speedup-analysis"
14873
14874 - type: "plot"
14875   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14876   algorithm: "plot_tsa_name"
14877   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14878   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14879   include:
14880     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14881     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14882     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14883     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14884     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14885     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14886   layout:
14887     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14888     layout: "plot-throughput-speedup-analysis"
14889
14890 - type: "plot"
14891   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14892   algorithm: "plot_tsa_name"
14893   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14894   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14895   include:
14896     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14897     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14898     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14899     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14900     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14901     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14902   layout:
14903     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14904     layout: "plot-throughput-speedup-analysis"
14905
14906 - type: "plot"
14907   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14908   algorithm: "plot_tsa_name"
14909   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14910   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14911   include:
14912     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14913     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14914     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14915     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14916     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14917     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14918   layout:
14919     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
14920     layout: "plot-throughput-speedup-analysis"
14921
14922 - type: "plot"
14923   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14924   algorithm: "plot_tsa_name"
14925   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14926   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14927   include:
14928     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14929     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14930     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14931     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14932     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14933     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14934   layout:
14935     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
14936     layout: "plot-throughput-speedup-analysis"
14937
14938 - type: "plot"
14939   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14940   algorithm: "plot_tsa_name"
14941   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14942   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14943   include:
14944     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14945     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14946     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14947     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14948     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14949     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14950   layout:
14951     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
14952     layout: "plot-throughput-speedup-analysis"
14953
14954 - type: "plot"
14955   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14956   algorithm: "plot_tsa_name"
14957   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14958   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14959   include:
14960     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14961     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14962     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14963     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14964     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14965     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14966   layout:
14967     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
14968     layout: "plot-throughput-speedup-analysis"
14969
14970 - type: "plot"
14971   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14972   algorithm: "plot_tsa_name"
14973   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14974   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14975   include:
14976     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14977     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14978     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14979     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14980     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14981     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14982   layout:
14983     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
14984     layout: "plot-throughput-speedup-analysis"
14985
14986 - type: "plot"
14987   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14988   algorithm: "plot_tsa_name"
14989   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14990   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14991   include:
14992     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14993     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14994     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14995     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14996     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14997     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14998   layout:
14999     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15000     layout: "plot-throughput-speedup-analysis"
15001
15002 - type: "plot"
15003   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15004   algorithm: "plot_tsa_name"
15005   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15006   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15007   include:
15008     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15009     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15010     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15011     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15012     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15013   layout:
15014     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15015     layout: "plot-throughput-speedup-analysis"
15016
15017 - type: "plot"
15018   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15019   algorithm: "plot_tsa_name"
15020   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15021   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15022   include:
15023     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15024     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15025     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15026     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15027     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15028   layout:
15029     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15030     layout: "plot-throughput-speedup-analysis"
15031
15032 - type: "plot"
15033   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15034   algorithm: "plot_tsa_name"
15035   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15036   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15037   include:
15038     - "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"
15039     - "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"
15040     - "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"
15041     - "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"
15042     - "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"
15043   layout:
15044     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15045     layout: "plot-throughput-speedup-analysis"
15046
15047 - type: "plot"
15048   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15049   algorithm: "plot_tsa_name"
15050   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15051   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15052   include:
15053     - "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"
15054     - "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"
15055     - "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"
15056     - "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"
15057     - "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"
15058   layout:
15059     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15060     layout: "plot-throughput-speedup-analysis"
15061
15062 - type: "plot"
15063   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15064   algorithm: "plot_tsa_name"
15065   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15066   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15067   include:
15068     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15069     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15070     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15071     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15072     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15073   layout:
15074     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15075     layout: "plot-throughput-speedup-analysis"
15076
15077 - type: "plot"
15078   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15079   algorithm: "plot_tsa_name"
15080   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15081   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15082   include:
15083     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15084     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15085     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15086     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15087     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15088   layout:
15089     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15090     layout: "plot-throughput-speedup-analysis"
15091
15092 - type: "plot"
15093   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15094   algorithm: "plot_tsa_name"
15095   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15096   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15097   include:
15098     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15099     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15100     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15101     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15102     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15103   layout:
15104     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15105     layout: "plot-throughput-speedup-analysis"
15106
15107 - type: "plot"
15108   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15109   algorithm: "plot_tsa_name"
15110   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15111   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15112   include:
15113     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15114     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15115     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15116     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15117     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15118   layout:
15119     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15120     layout: "plot-throughput-speedup-analysis"
15121
15122 - type: "plot"
15123   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15124   algorithm: "plot_tsa_name"
15125   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15126   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15127   include:
15128     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15129     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15130     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15131     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15132     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15133   layout:
15134     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15135     layout: "plot-throughput-speedup-analysis"
15136
15137 - type: "plot"
15138   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15139   algorithm: "plot_tsa_name"
15140   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15141   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15142   include:
15143     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15144     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15145     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15146     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15147     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15148   layout:
15149     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15150     layout: "plot-throughput-speedup-analysis"
15151
15152 - type: "plot"
15153   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15154   algorithm: "plot_tsa_name"
15155   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15156   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15157   include:
15158     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15159     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15160     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15161     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15162     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15163   layout:
15164     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15165     layout: "plot-throughput-speedup-analysis"
15166
15167 - type: "plot"
15168   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15169   algorithm: "plot_tsa_name"
15170   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15171   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15172   include:
15173     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15174     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15175     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15176     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15177     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15178   layout:
15179     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15180     layout: "plot-throughput-speedup-analysis"
15181
15182 - type: "plot"
15183   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15184   algorithm: "plot_tsa_name"
15185   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15186   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15187   include:
15188     - "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"
15189     - "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"
15190     - "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"
15191     - "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"
15192   layout:
15193     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15194     layout: "plot-throughput-speedup-analysis"
15195
15196 - type: "plot"
15197   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15198   algorithm: "plot_tsa_name"
15199   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15200   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15201   include:
15202     - "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"
15203     - "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"
15204     - "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"
15205     - "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"
15206   layout:
15207     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15208     layout: "plot-throughput-speedup-analysis"
15209
15210 - type: "plot"
15211   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15212   algorithm: "plot_tsa_name"
15213   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15214   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15215   include:
15216     - "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"
15217     - "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"
15218     - "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"
15219     - "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"
15220   layout:
15221     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15222     layout: "plot-throughput-speedup-analysis"
15223
15224 - type: "plot"
15225   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15226   algorithm: "plot_tsa_name"
15227   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15228   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15229   include:
15230     - "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"
15231     - "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"
15232     - "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"
15233     - "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"
15234   layout:
15235     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15236     layout: "plot-throughput-speedup-analysis"
15237
15238 - type: "plot"
15239   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15240   algorithm: "plot_tsa_name"
15241   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15242   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15243   include:
15244     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15245     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15246     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15247     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15248     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15249     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15250   layout:
15251     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15252     layout: "plot-throughput-speedup-analysis"
15253
15254 - type: "plot"
15255   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15256   algorithm: "plot_tsa_name"
15257   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15258   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15259   include:
15260     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15261     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15262     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15263     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15264     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15265     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15266   layout:
15267     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15268     layout: "plot-throughput-speedup-analysis"
15269
15270 - type: "plot"
15271   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15272   algorithm: "plot_tsa_name"
15273   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15274   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15275   include:
15276     - "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"
15277     - "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"
15278     - "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"
15279     - "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"
15280     - "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"
15281     - "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"
15282   layout:
15283     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15284     layout: "plot-throughput-speedup-analysis"
15285
15286 - type: "plot"
15287   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15288   algorithm: "plot_tsa_name"
15289   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15290   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15291   include:
15292     - "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"
15293     - "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"
15294     - "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"
15295     - "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"
15296     - "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"
15297     - "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"
15298   layout:
15299     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15300     layout: "plot-throughput-speedup-analysis"
15301
15302 - type: "plot"
15303   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15304   algorithm: "plot_tsa_name"
15305   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15306   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15307   include:
15308     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15309     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15310     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15311     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15312     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15313     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15314   layout:
15315     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15316     layout: "plot-throughput-speedup-analysis"
15317
15318 - type: "plot"
15319   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15320   algorithm: "plot_tsa_name"
15321   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15322   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15323   include:
15324     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15325     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15326     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15327     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15328     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15329     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15330   layout:
15331     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15332     layout: "plot-throughput-speedup-analysis"
15333
15334 - type: "plot"
15335   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15336   algorithm: "plot_tsa_name"
15337   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15338   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15339   include:
15340     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15341     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15342     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15343     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15344     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15345   layout:
15346     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15347     layout: "plot-throughput-speedup-analysis"
15348
15349 - type: "plot"
15350   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15351   algorithm: "plot_tsa_name"
15352   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15353   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15354   include:
15355     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15356     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15357     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15358     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15359     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15360   layout:
15361     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15362     layout: "plot-throughput-speedup-analysis"
15363
15364 - type: "plot"
15365   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15366   algorithm: "plot_tsa_name"
15367   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15368   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15369   include:
15370     - "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"
15371     - "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"
15372   layout:
15373     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15374     layout: "plot-throughput-speedup-analysis"
15375
15376 - type: "plot"
15377   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15378   algorithm: "plot_tsa_name"
15379   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15380   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15381   include:
15382     - "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"
15383     - "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"
15384   layout:
15385     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15386     layout: "plot-throughput-speedup-analysis"
15387
15388 - type: "plot"
15389   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15390   algorithm: "plot_tsa_name"
15391   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15392   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15393   include:
15394     - "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"
15395     - "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"
15396   layout:
15397     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15398     layout: "plot-throughput-speedup-analysis"
15399
15400 - type: "plot"
15401   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15402   algorithm: "plot_tsa_name"
15403   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15404   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15405   include:
15406     - "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"
15407     - "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"
15408   layout:
15409     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15410     layout: "plot-throughput-speedup-analysis"
15411
15412 - type: "plot"
15413   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15414   algorithm: "plot_tsa_name"
15415   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15416   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15417   include:
15418     - "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"
15419     - "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"
15420     - "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"
15421     - "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"
15422     - "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"
15423     - "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"
15424   layout:
15425     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15426     layout: "plot-throughput-speedup-analysis"
15427
15428 - type: "plot"
15429   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15430   algorithm: "plot_tsa_name"
15431   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15432   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15433   include:
15434     - "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"
15435     - "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"
15436     - "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"
15437     - "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"
15438     - "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"
15439     - "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"
15440   layout:
15441     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15442     layout: "plot-throughput-speedup-analysis"
15443
15444 - type: "plot"
15445   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15446   algorithm: "plot_tsa_name"
15447   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15448   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15449   include:
15450     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15451     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15452     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15453     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15454     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15455   layout:
15456     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15457     layout: "plot-throughput-speedup-analysis"
15458
15459 - type: "plot"
15460   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15461   algorithm: "plot_tsa_name"
15462   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15463   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15464   include:
15465     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15466     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15467     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15468     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15469     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15470   layout:
15471     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15472     layout: "plot-throughput-speedup-analysis"
15473
15474 - type: "plot"
15475   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15476   algorithm: "plot_tsa_name"
15477   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15478   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15479   include:
15480     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15481     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15482     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15483     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15484     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15485   layout:
15486     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15487     layout: "plot-throughput-speedup-analysis"
15488
15489 - type: "plot"
15490   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15491   algorithm: "plot_tsa_name"
15492   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15493   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15494   include:
15495     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15496     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15497     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15498     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15499     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15500   layout:
15501     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15502     layout: "plot-throughput-speedup-analysis"
15503
15504 - type: "plot"
15505   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15506   algorithm: "plot_tsa_name"
15507   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15508   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15509   include:
15510     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15511     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15512     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15513     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15514     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15515     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15516   layout:
15517     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15518     layout: "plot-throughput-speedup-analysis"
15519
15520 - type: "plot"
15521   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15522   algorithm: "plot_tsa_name"
15523   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15524   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15525   include:
15526     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15527     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15528     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15529     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15530     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15531     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15532   layout:
15533     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15534     layout: "plot-throughput-speedup-analysis"
15535
15536 - type: "plot"
15537   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15538   algorithm: "plot_tsa_name"
15539   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15540   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15541   include:
15542     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15543     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15544     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15545     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15546   layout:
15547     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15548     layout: "plot-throughput-speedup-analysis"
15549
15550 - type: "plot"
15551   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15552   algorithm: "plot_tsa_name"
15553   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15554   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15555   include:
15556     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15557     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15558     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15559     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15560   layout:
15561     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15562     layout: "plot-throughput-speedup-analysis"
15563
15564 - type: "plot"
15565   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15566   algorithm: "plot_tsa_name"
15567   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15568   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15569   include:
15570     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15571     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15572     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15573     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15574     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15575   layout:
15576     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15577     layout: "plot-throughput-speedup-analysis"
15578
15579 - type: "plot"
15580   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15581   algorithm: "plot_tsa_name"
15582   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15583   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15584   include:
15585     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15586     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15587     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15588     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15589     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15590   layout:
15591     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15592     layout: "plot-throughput-speedup-analysis"
15593
15594 - type: "plot"
15595   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15596   algorithm: "plot_tsa_name"
15597   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15598   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15599   include:
15600     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15601     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15602     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15603     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15604     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15605     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15606   layout:
15607     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15608     layout: "plot-throughput-speedup-analysis"
15609
15610 - type: "plot"
15611   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15612   algorithm: "plot_tsa_name"
15613   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15614   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15615   include:
15616     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15617     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15618     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15619     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15620     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15621     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15622   layout:
15623     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15624     layout: "plot-throughput-speedup-analysis"
15625
15626 - type: "plot"
15627   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15628   algorithm: "plot_tsa_name"
15629   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15630   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15631   include:
15632     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15633     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15634     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15635     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15636   layout:
15637     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15638     layout: "plot-throughput-speedup-analysis"
15639
15640 - type: "plot"
15641   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15642   algorithm: "plot_tsa_name"
15643   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15644   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15645   include:
15646     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15647     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15648     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15649     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15650   layout:
15651     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15652     layout: "plot-throughput-speedup-analysis"
15653
15654 - type: "plot"
15655   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15656   algorithm: "plot_tsa_name"
15657   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15658   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15659   include:
15660     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15661     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15662     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15663     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15664     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15665     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15666   layout:
15667     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15668     layout: "plot-throughput-speedup-analysis"
15669
15670 - type: "plot"
15671   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15672   algorithm: "plot_tsa_name"
15673   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15674   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15675   include:
15676     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15677     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15678     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15679     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15680     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15681     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15682   layout:
15683     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15684     layout: "plot-throughput-speedup-analysis"
15685
15686 - type: "plot"
15687   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15688   algorithm: "plot_tsa_name"
15689   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15690   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15691   include:
15692     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15693     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15694     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15695     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15696     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15697     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15698   layout:
15699     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15700     layout: "plot-throughput-speedup-analysis"
15701
15702 - type: "plot"
15703   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15704   algorithm: "plot_tsa_name"
15705   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15706   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15707   include:
15708     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15709     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15710     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15711     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15712     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15713     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15714   layout:
15715     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15716     layout: "plot-throughput-speedup-analysis"
15717
15718 - type: "plot"
15719   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15720   algorithm: "plot_tsa_name"
15721   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15722   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15723   include:
15724     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15725     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15726     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15727     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15728     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15729     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15730   layout:
15731     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15732     layout: "plot-throughput-speedup-analysis"
15733
15734 - type: "plot"
15735   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15736   algorithm: "plot_tsa_name"
15737   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15738   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15739   include:
15740     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15741     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15742     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15743     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15744     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15745     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15746   layout:
15747     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15748     layout: "plot-throughput-speedup-analysis"
15749
15750 - type: "plot"
15751   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15752   algorithm: "plot_tsa_name"
15753   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15754   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15755   include:
15756     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15757     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15758     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15759     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15760     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15761     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15762   layout:
15763     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15764     layout: "plot-throughput-speedup-analysis"
15765
15766 - type: "plot"
15767   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15768   algorithm: "plot_tsa_name"
15769   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15770   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15771   include:
15772     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15773     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15774     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15775     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15776     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15777     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15778   layout:
15779     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15780     layout: "plot-throughput-speedup-analysis"
15781
15782 - type: "plot"
15783   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15784   algorithm: "plot_tsa_name"
15785   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15786   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15787   include:
15788     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15789     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15790     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15791     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15792     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15793     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15794   layout:
15795     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15796     layout: "plot-throughput-speedup-analysis"
15797
15798 - type: "plot"
15799   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15800   algorithm: "plot_tsa_name"
15801   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15802   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15803   include:
15804     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15805     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15806     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15807     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15808     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15809     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15810   layout:
15811     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15812     layout: "plot-throughput-speedup-analysis"
15813
15814 #- type: "plot"
15815 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15816 #  algorithm: "plot_tsa_name"
15817 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15818 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15819 #  include:
15820 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15821 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15822 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15823 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15824 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15825 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15826 #  layout:
15827 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15828 #    layout: "plot-throughput-speedup-analysis"
15829 #
15830 #- type: "plot"
15831 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15832 #  algorithm: "plot_tsa_name"
15833 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15834 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15835 #  include:
15836 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15837 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15838 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15839 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15840 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15841 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15842 #  layout:
15843 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15844 #    layout: "plot-throughput-speedup-analysis"
15845
15846 - type: "plot"
15847   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15848   algorithm: "plot_tsa_name"
15849   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15850   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15851   include:
15852     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15853     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15854     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15855     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15856     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15857   layout:
15858     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15859     layout: "plot-throughput-speedup-analysis"
15860
15861 - type: "plot"
15862   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15863   algorithm: "plot_tsa_name"
15864   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15865   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15866   include:
15867     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15868     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15869     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15870     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15871     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15872   layout:
15873     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15874     layout: "plot-throughput-speedup-analysis"
15875
15876 - type: "plot"
15877   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15878   algorithm: "plot_tsa_name"
15879   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15880   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15881   include:
15882     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15883     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15884     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15885     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15886     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15887     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15888   layout:
15889     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15890     layout: "plot-throughput-speedup-analysis"
15891
15892 - type: "plot"
15893   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15894   algorithm: "plot_tsa_name"
15895   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15896   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15897   include:
15898     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15899     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15900     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15901     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15902     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15903     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15904   layout:
15905     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15906     layout: "plot-throughput-speedup-analysis"
15907
15908 - type: "plot"
15909   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15910   algorithm: "plot_tsa_name"
15911   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15912   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15913   include:
15914     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15915     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15916     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15917     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15918     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15919   layout:
15920     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15921     layout: "plot-throughput-speedup-analysis"
15922
15923 - type: "plot"
15924   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15925   algorithm: "plot_tsa_name"
15926   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15927   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15928   include:
15929     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15930     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15931     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15932     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15933     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15934   layout:
15935     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15936     layout: "plot-throughput-speedup-analysis"
15937
15938 #- type: "plot"
15939 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15940 #  algorithm: "plot_tsa_name"
15941 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15942 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15943 #  include:
15944 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15945 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15946 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15947 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15948 #  layout:
15949 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15950 #    layout: "plot-throughput-speedup-analysis"
15951 #
15952 #- type: "plot"
15953 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15954 #  algorithm: "plot_tsa_name"
15955 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15956 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15957 #  include:
15958 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15959 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15960 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15961 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15962 #  layout:
15963 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15964 #    layout: "plot-throughput-speedup-analysis"
15965
15966 - type: "plot"
15967   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15968   algorithm: "plot_tsa_name"
15969   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15970   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15971   include:
15972     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15973     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15974     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15975     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15976     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15977     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15978   layout:
15979     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15980     layout: "plot-throughput-speedup-analysis"
15981
15982 - type: "plot"
15983   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15984   algorithm: "plot_tsa_name"
15985   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15986   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15987   include:
15988     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15989     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15990     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15991     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15992     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15993     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15994   layout:
15995     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15996     layout: "plot-throughput-speedup-analysis"
15997
15998 - type: "plot"
15999   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16000   algorithm: "plot_tsa_name"
16001   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16002   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16003   include:
16004     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16005     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16006     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16007     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16008     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16009   layout:
16010     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16011     layout: "plot-throughput-speedup-analysis"
16012
16013 - type: "plot"
16014   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16015   algorithm: "plot_tsa_name"
16016   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16017   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16018   include:
16019     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16020     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16021     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16022     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16023     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16024   layout:
16025     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16026     layout: "plot-throughput-speedup-analysis"
16027
16028 - type: "plot"
16029   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16030   algorithm: "plot_tsa_name"
16031   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16032   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16033   include:
16034     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16035     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16036     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16037     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16038     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16039     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16040   layout:
16041     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16042     layout: "plot-throughput-speedup-analysis"
16043
16044 - type: "plot"
16045   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16046   algorithm: "plot_tsa_name"
16047   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16048   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16049   include:
16050     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16051     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16052     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16053     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16054     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16055     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16056   layout:
16057     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16058     layout: "plot-throughput-speedup-analysis"
16059
16060 - type: "plot"
16061   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16062   algorithm: "plot_tsa_name"
16063   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16064   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16065   include:
16066     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16067     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16068     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16069     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16070   layout:
16071     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16072     layout: "plot-throughput-speedup-analysis"
16073
16074 - type: "plot"
16075   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16076   algorithm: "plot_tsa_name"
16077   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16078   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16079   include:
16080     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16081     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16082     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16083     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16084   layout:
16085     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16086     layout: "plot-throughput-speedup-analysis"
16087
16088 - type: "plot"
16089   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16090   algorithm: "plot_tsa_name"
16091   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16092   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16093   include:
16094     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16095     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16096     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16097     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16098     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16099   layout:
16100     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16101     layout: "plot-throughput-speedup-analysis"
16102
16103 - type: "plot"
16104   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16105   algorithm: "plot_tsa_name"
16106   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16107   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16108   include:
16109     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16110     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16111     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16112     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16113     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16114   layout:
16115     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16116     layout: "plot-throughput-speedup-analysis"
16117
16118 - type: "plot"
16119   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16120   algorithm: "plot_tsa_name"
16121   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16122   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16123   include:
16124     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16125     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16126     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16127     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16128     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16129     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16130   layout:
16131     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16132     layout: "plot-throughput-speedup-analysis"
16133
16134 - type: "plot"
16135   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16136   algorithm: "plot_tsa_name"
16137   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16138   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16139   include:
16140     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16141     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16142     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16143     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16144     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16145     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16146   layout:
16147     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16148     layout: "plot-throughput-speedup-analysis"
16149
16150 #- type: "plot"
16151 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16152 #  algorithm: "plot_tsa_name"
16153 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16154 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16155 #  include:
16156 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16157 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16158 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16159 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16160 #  layout:
16161 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16162 #    layout: "plot-throughput-speedup-analysis"
16163 #
16164 #- type: "plot"
16165 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16166 #  algorithm: "plot_tsa_name"
16167 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16168 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16169 #  include:
16170 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16171 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16172 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16173 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16174 #  layout:
16175 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16176 #    layout: "plot-throughput-speedup-analysis"
16177
16178 - type: "plot"
16179   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16180   algorithm: "plot_tsa_name"
16181   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16182   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16183   include:
16184     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16185     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16186     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16187     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16188     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16189     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16190   layout:
16191     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16192     layout: "plot-throughput-speedup-analysis"
16193
16194 - type: "plot"
16195   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16196   algorithm: "plot_tsa_name"
16197   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16198   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16199   include:
16200     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16201     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16202     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16203     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16204     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16205     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16206   layout:
16207     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16208     layout: "plot-throughput-speedup-analysis"
16209
16210 #- type: "plot"
16211 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16212 #  algorithm: "plot_tsa_name"
16213 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16214 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16215 #  include:
16216 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16217 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16218 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16219 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16220 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16221 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16222 #  layout:
16223 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16224 #    layout: "plot-throughput-speedup-analysis"
16225 #
16226 #- type: "plot"
16227 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16228 #  algorithm: "plot_tsa_name"
16229 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16230 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16231 #  include:
16232 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16233 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16234 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16235 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16236 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16237 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16238 #  layout:
16239 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16240 #    layout: "plot-throughput-speedup-analysis"
16241
16242 #- type: "plot"
16243 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16244 #  algorithm: "plot_tsa_name"
16245 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16246 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16247 #  include:
16248 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16249 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16250 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16251 #  layout:
16252 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16253 #    layout: "plot-throughput-speedup-analysis"
16254 #
16255 #- type: "plot"
16256 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16257 #  algorithm: "plot_tsa_name"
16258 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16259 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16260 #  include:
16261 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16262 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16263 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16264 #  layout:
16265 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16266 #    layout: "plot-throughput-speedup-analysis"
16267
16268 ################################################################################
16269
16270 # Packet Throughput - DPDK
16271
16272 # 2n-skx-xxv710
16273
16274 - type: "plot"
16275   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16276   algorithm: "plot_perf_box_name"
16277   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16278   data: "plot-dpdk-throughput-latency-2n-skx"
16279   include:
16280     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16281     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16282   layout:
16283     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16284     layout: "plot-throughput"
16285
16286 - type: "plot"
16287   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16288   algorithm: "plot_perf_box_name"
16289   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16290   data: "plot-dpdk-throughput-latency-2n-skx"
16291   include:
16292     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16293     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16294   layout:
16295     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16296     layout: "plot-throughput"
16297
16298 - type: "plot"
16299   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16300   algorithm: "plot_perf_box_name"
16301   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16302   data: "plot-dpdk-throughput-latency-2n-skx"
16303   include:
16304     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16305     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16306   layout:
16307     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16308     layout: "plot-throughput"
16309
16310 - type: "plot"
16311   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16312   algorithm: "plot_perf_box_name"
16313   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16314   data: "plot-dpdk-throughput-latency-2n-skx"
16315   include:
16316     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16317     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16318   layout:
16319     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16320     layout: "plot-throughput"
16321
16322 # 2n-skx-x710
16323
16324 - type: "plot"
16325   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16326   algorithm: "plot_perf_box_name"
16327   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16328   data: "plot-dpdk-throughput-latency-2n-skx"
16329   include:
16330     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16331     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16332   layout:
16333     title: "2n-skx-x710-64b-2t1c-base-ndr"
16334     layout: "plot-throughput"
16335
16336 - type: "plot"
16337   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16338   algorithm: "plot_perf_box_name"
16339   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16340   data: "plot-dpdk-throughput-latency-2n-skx"
16341   include:
16342     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16343     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16344   layout:
16345     title: "2n-skx-x710-64b-4t2c-base-ndr"
16346     layout: "plot-throughput"
16347
16348 - type: "plot"
16349   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16350   algorithm: "plot_perf_box_name"
16351   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16352   data: "plot-dpdk-throughput-latency-2n-skx"
16353   include:
16354     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16355     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16356   layout:
16357     title: "2n-skx-x710-64b-2t1c-base-pdr"
16358     layout: "plot-throughput"
16359
16360 - type: "plot"
16361   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16362   algorithm: "plot_perf_box_name"
16363   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16364   data: "plot-dpdk-throughput-latency-2n-skx"
16365   include:
16366     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16367     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16368   layout:
16369     title: "2n-skx-x710-64b-4t2c-base-pdr"
16370     layout: "plot-throughput"
16371
16372 # 3n-skx-xxv710
16373
16374 - type: "plot"
16375   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16376   algorithm: "plot_perf_box_name"
16377   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16378   data: "plot-dpdk-throughput-latency-3n-skx"
16379   include:
16380     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16381     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16382   layout:
16383     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16384     layout: "plot-throughput"
16385
16386 - type: "plot"
16387   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16388   algorithm: "plot_perf_box_name"
16389   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16390   data: "plot-dpdk-throughput-latency-3n-skx"
16391   include:
16392     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16393     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16394   layout:
16395     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16396     layout: "plot-throughput"
16397
16398 - type: "plot"
16399   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16400   algorithm: "plot_perf_box_name"
16401   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16402   data: "plot-dpdk-throughput-latency-3n-skx"
16403   include:
16404     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16405     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16406   layout:
16407     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16408     layout: "plot-throughput"
16409
16410 - type: "plot"
16411   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16412   algorithm: "plot_perf_box_name"
16413   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16414   data: "plot-dpdk-throughput-latency-3n-skx"
16415   include:
16416     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16417     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16418   layout:
16419     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16420     layout: "plot-throughput"
16421
16422 # 3n-skx-x710
16423
16424 - type: "plot"
16425   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16426   algorithm: "plot_perf_box_name"
16427   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16428   data: "plot-dpdk-throughput-latency-3n-skx"
16429   include:
16430     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16431     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16432   layout:
16433     title: "3n-skx-x710-64b-2t1c-base-ndr"
16434     layout: "plot-throughput"
16435
16436 - type: "plot"
16437   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16438   algorithm: "plot_perf_box_name"
16439   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16440   data: "plot-dpdk-throughput-latency-3n-skx"
16441   include:
16442     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16443     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16444   layout:
16445     title: "3n-skx-x710-64b-4t2c-base-ndr"
16446     layout: "plot-throughput"
16447
16448 - type: "plot"
16449   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16450   algorithm: "plot_perf_box_name"
16451   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16452   data: "plot-dpdk-throughput-latency-3n-skx"
16453   include:
16454     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16455     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16456   layout:
16457     title: "3n-skx-x710-64b-2t1c-base-pdr"
16458     layout: "plot-throughput"
16459
16460 - type: "plot"
16461   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16462   algorithm: "plot_perf_box_name"
16463   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16464   data: "plot-dpdk-throughput-latency-3n-skx"
16465   include:
16466     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16467     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16468   layout:
16469     title: "3n-skx-x710-64b-4t2c-base-pdr"
16470     layout: "plot-throughput"
16471
16472 # 3n-hsw-xl710
16473
16474 - type: "plot"
16475   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16476   algorithm: "plot_perf_box_name"
16477   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16478   data: "plot-dpdk-throughput-latency-3n-hsw"
16479   include:
16480     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16481     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16482   layout:
16483     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16484     layout: "plot-throughput"
16485
16486 - type: "plot"
16487   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16488   algorithm: "plot_perf_box_name"
16489   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16490   data: "plot-dpdk-throughput-latency-3n-hsw"
16491   include:
16492     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16493     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16494   layout:
16495     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16496     layout: "plot-throughput"
16497
16498 - type: "plot"
16499   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16500   algorithm: "plot_perf_box_name"
16501   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16502   data: "plot-dpdk-throughput-latency-3n-hsw"
16503   include:
16504     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16505     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16506   layout:
16507     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16508     layout: "plot-throughput"
16509
16510 - type: "plot"
16511   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16512   algorithm: "plot_perf_box_name"
16513   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16514   data: "plot-dpdk-throughput-latency-3n-hsw"
16515   include:
16516     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16517     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16518   layout:
16519     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16520     layout: "plot-throughput"
16521
16522 # 3n-hsw-x710
16523
16524 - type: "plot"
16525   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16526   algorithm: "plot_perf_box_name"
16527   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16528   data: "plot-dpdk-throughput-latency-3n-hsw"
16529   include:
16530     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16531     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16532   layout:
16533     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16534     layout: "plot-throughput"
16535
16536 - type: "plot"
16537   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16538   algorithm: "plot_perf_box_name"
16539   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16540   data: "plot-dpdk-throughput-latency-3n-hsw"
16541   include:
16542     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16543     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16544   layout:
16545     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16546     layout: "plot-throughput"
16547
16548 - type: "plot"
16549   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16550   algorithm: "plot_perf_box_name"
16551   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16552   data: "plot-dpdk-throughput-latency-3n-hsw"
16553   include:
16554     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16555     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16556   layout:
16557     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16558     layout: "plot-throughput"
16559
16560 - type: "plot"
16561   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16562   algorithm: "plot_perf_box_name"
16563   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16564   data: "plot-dpdk-throughput-latency-3n-hsw"
16565   include:
16566     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16567     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16568   layout:
16569     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16570     layout: "plot-throughput"
16571
16572 # 2n-dnv-x553
16573
16574 - type: "plot"
16575   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16576   algorithm: "plot_perf_box_name"
16577   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16578   data: "plot-dpdk-throughput-latency-2n-dnv"
16579   include:
16580     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16581     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16582   layout:
16583     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16584     layout: "plot-throughput"
16585
16586 - type: "plot"
16587   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16588   algorithm: "plot_perf_box_name"
16589   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16590   data: "plot-dpdk-throughput-latency-2n-dnv"
16591   include:
16592     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16593     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16594   layout:
16595     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16596     layout: "plot-throughput"
16597
16598 - type: "plot"
16599   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16600   algorithm: "plot_perf_box_name"
16601   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16602   data: "plot-dpdk-throughput-latency-2n-dnv"
16603   include:
16604     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16605     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16606   layout:
16607     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16608     layout: "plot-throughput"
16609
16610 - type: "plot"
16611   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16612   algorithm: "plot_perf_box_name"
16613   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16614   data: "plot-dpdk-throughput-latency-2n-dnv"
16615   include:
16616     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16617     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16618   layout:
16619     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16620     layout: "plot-throughput"
16621
16622 # 3n-dnv-x553
16623
16624 - type: "plot"
16625   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16626   algorithm: "plot_perf_box_name"
16627   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16628   data: "plot-dpdk-throughput-latency-3n-dnv"
16629   include:
16630     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16631     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16632   layout:
16633     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16634     layout: "plot-throughput"
16635
16636 - type: "plot"
16637   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16638   algorithm: "plot_perf_box_name"
16639   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16640   data: "plot-dpdk-throughput-latency-3n-dnv"
16641   include:
16642     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16643     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16644   layout:
16645     title: "3n-dnv-x553-64b-2t2c-base-ndr"
16646     layout: "plot-throughput"
16647
16648 - type: "plot"
16649   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16650   algorithm: "plot_perf_box_name"
16651   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16652   data: "plot-dpdk-throughput-latency-3n-dnv"
16653   include:
16654     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16655     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16656   layout:
16657     title: "3n-dnv-x553-64b-1t1c-base-pdr"
16658     layout: "plot-throughput"
16659
16660 - type: "plot"
16661   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16662   algorithm: "plot_perf_box_name"
16663   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16664   data: "plot-dpdk-throughput-latency-3n-dnv"
16665   include:
16666     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16667     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16668   layout:
16669     title: "3n-dnv-x553-64b-2t2c-base-pdr"
16670     layout: "plot-throughput"
16671
16672 # 3n-tsh-x520
16673
16674 - type: "plot"
16675   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16676   algorithm: "plot_perf_box_name"
16677   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16678   data: "plot-dpdk-throughput-latency-3n-tsh"
16679   include:
16680     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16681     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16682   layout:
16683     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16684     layout: "plot-throughput"
16685
16686 - type: "plot"
16687   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16688   algorithm: "plot_perf_box_name"
16689   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16690   data: "plot-dpdk-throughput-latency-3n-tsh"
16691   include:
16692     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16693     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16694   layout:
16695     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16696     layout: "plot-throughput"
16697
16698 - type: "plot"
16699   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16700   algorithm: "plot_perf_box_name"
16701   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16702   data: "plot-dpdk-throughput-latency-3n-tsh"
16703   include:
16704     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16705     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16706   layout:
16707     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16708     layout: "plot-throughput"
16709
16710 - type: "plot"
16711   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16712   algorithm: "plot_perf_box_name"
16713   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16714   data: "plot-dpdk-throughput-latency-3n-tsh"
16715   include:
16716     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16717     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16718   layout:
16719     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16720     layout: "plot-throughput"
16721
16722 ################################################################################
16723 ###   2n-clx                                                                 ###
16724 ################################################################################
16725
16726 # Packet Throughput
16727
16728 - type: "plot"
16729   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16730   algorithm: "plot_perf_box_name"
16731   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16732   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16733   include:
16734     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16735     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16736     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16737     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16738   layout:
16739     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16740     layout: "plot-throughput"
16741
16742 - type: "plot"
16743   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16744   algorithm: "plot_perf_box_name"
16745   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16746   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16747   include:
16748     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16749     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16750     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16751     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16752   layout:
16753     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16754     layout: "plot-throughput"
16755
16756 - type: "plot"
16757   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16758   algorithm: "plot_perf_box_name"
16759   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16760   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16761   include:
16762     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16763     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16764     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16765     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16766   layout:
16767     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16768     layout: "plot-throughput"
16769
16770 - type: "plot"
16771   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16772   algorithm: "plot_perf_box_name"
16773   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16774   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16775   include:
16776     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16777     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16778     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16779     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16780   layout:
16781     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16782     layout: "plot-throughput"
16783
16784 - type: "plot"
16785   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16786   algorithm: "plot_perf_box_name"
16787   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16788   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16789   include:
16790     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16791     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16792     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16793     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16794   layout:
16795     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16796     layout: "plot-throughput"
16797
16798 - type: "plot"
16799   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16800   algorithm: "plot_perf_box_name"
16801   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16802   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16803   include:
16804     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16805     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16806     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16807     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16808   layout:
16809     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16810     layout: "plot-throughput"
16811
16812 - type: "plot"
16813   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16814   algorithm: "plot_perf_box_name"
16815   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16816   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16817   include:
16818     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16819     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16820     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16821     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16822     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16823     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16824   layout:
16825     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16826     layout: "plot-throughput"
16827
16828 - type: "plot"
16829   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16830   algorithm: "plot_perf_box_name"
16831   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16832   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16833   include:
16834     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16835     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16836     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16837     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16838     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16839   layout:
16840     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16841     layout: "plot-throughput"
16842
16843 - type: "plot"
16844   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16845   algorithm: "plot_perf_box_name"
16846   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16847   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16848   include:
16849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16853   layout:
16854     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16855     layout: "plot-throughput"
16856
16857 - type: "plot"
16858   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16859   algorithm: "plot_perf_box_name"
16860   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16861   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16862   include:
16863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16867   layout:
16868     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16869     layout: "plot-throughput"
16870
16871 - type: "plot"
16872   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16873   algorithm: "plot_perf_box_name"
16874   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16875   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16876   include:
16877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16880   layout:
16881     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16882     layout: "plot-throughput"
16883
16884 - type: "plot"
16885   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16886   algorithm: "plot_perf_box_name"
16887   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16888   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16889   include:
16890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16891     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16893   layout:
16894     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16895     layout: "plot-throughput"
16896
16897 - type: "plot"
16898   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16899   algorithm: "plot_perf_box_name"
16900   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16901   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16902   include:
16903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16908   layout:
16909     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16910     layout: "plot-throughput"
16911
16912 - type: "plot"
16913   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16914   algorithm: "plot_perf_box_name"
16915   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16916   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16917   include:
16918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16923   layout:
16924     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16925     layout: "plot-throughput"
16926
16927 - type: "plot"
16928   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16929   algorithm: "plot_perf_box_name"
16930   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16931   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16932   include:
16933     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16936   layout:
16937     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16938     layout: "plot-throughput"
16939
16940 - type: "plot"
16941   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16942   algorithm: "plot_perf_box_name"
16943   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16944   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16945   include:
16946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16949   layout:
16950     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16951     layout: "plot-throughput"
16952
16953 - type: "plot"
16954   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16955   algorithm: "plot_perf_box_name"
16956   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16957   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16958   include:
16959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
16964     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16965   layout:
16966     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16967     layout: "plot-throughput"
16968
16969 - type: "plot"
16970   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16971   algorithm: "plot_perf_box_name"
16972   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16973   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16974   include:
16975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16979     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
16980     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16981   layout:
16982     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16983     layout: "plot-throughput"
16984
16985 - type: "plot"
16986   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16987   algorithm: "plot_perf_box_name"
16988   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16989   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16990   include:
16991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16993     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16997   layout:
16998     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16999     layout: "plot-throughput"
17000
17001 - type: "plot"
17002   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17003   algorithm: "plot_perf_box_name"
17004   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17005   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17006   include:
17007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17013   layout:
17014     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17015     layout: "plot-throughput"
17016
17017 - type: "plot"
17018   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17019   algorithm: "plot_perf_box_name"
17020   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17021   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17022   include:
17023     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17024     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17025   layout:
17026     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17027     layout: "plot-throughput"
17028
17029 - type: "plot"
17030   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17031   algorithm: "plot_perf_box_name"
17032   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17033   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17034   include:
17035     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17036     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17037   layout:
17038     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17039     layout: "plot-throughput"
17040
17041 - type: "plot"
17042   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17043   algorithm: "plot_perf_box_name"
17044   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17045   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17046   include:
17047     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17048     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17049     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17050     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17051     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17052     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17053   layout:
17054     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17055     layout: "plot-throughput"
17056
17057 - type: "plot"
17058   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17059   algorithm: "plot_perf_box_name"
17060   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17061   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17062   include:
17063     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17064     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17065     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17066     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17067     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17068     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17069   layout:
17070     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17071     layout: "plot-throughput"
17072
17073 - type: "plot"
17074   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17075   algorithm: "plot_perf_box_name"
17076   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17077   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17078   include:
17079     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17080     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17081     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17082     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17083     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17084     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17085   layout:
17086     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17087     layout: "plot-throughput"
17088
17089 - type: "plot"
17090   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17091   algorithm: "plot_perf_box_name"
17092   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17093   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17094   include:
17095     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17096     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17097     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17098     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17099     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17100     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17101   layout:
17102     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17103     layout: "plot-throughput"
17104
17105 - type: "plot"
17106   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17107   algorithm: "plot_perf_box_name"
17108   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17109   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17110   include:
17111     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17112     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17113     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17114     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17115     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17116     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17117   layout:
17118     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17119     layout: "plot-throughput"
17120
17121 - type: "plot"
17122   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17123   algorithm: "plot_perf_box_name"
17124   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17125   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17126   include:
17127     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17128     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17129     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17130     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17131     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17132     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17133   layout:
17134     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17135     layout: "plot-throughput"
17136
17137 - type: "plot"
17138   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17139   algorithm: "plot_perf_box_name"
17140   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17141   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17142   include:
17143     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17144     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17145     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17146     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17147     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17148   layout:
17149     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17150     layout: "plot-throughput"
17151
17152 - type: "plot"
17153   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17154   algorithm: "plot_perf_box_name"
17155   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17156   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17157   include:
17158     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17159     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17160     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17161     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17162     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17163   layout:
17164     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17165     layout: "plot-throughput"
17166
17167 - type: "plot"
17168   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17169   algorithm: "plot_perf_box_name"
17170   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17171   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17172   include:
17173     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17174     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17175     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17176     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17177     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17178   layout:
17179     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17180     layout: "plot-throughput"
17181
17182 - type: "plot"
17183   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17184   algorithm: "plot_perf_box_name"
17185   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17186   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17187   include:
17188     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17189     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17190     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17191     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17192     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17193   layout:
17194     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17195     layout: "plot-throughput"
17196
17197 - type: "plot"
17198   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17199   algorithm: "plot_perf_box_name"
17200   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17201   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17202   include:
17203     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17204     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17205     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17206     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17207     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17208   layout:
17209     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17210     layout: "plot-throughput"
17211
17212 - type: "plot"
17213   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17214   algorithm: "plot_perf_box_name"
17215   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17216   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17217   include:
17218     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17219     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17220     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17221     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17222     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17223   layout:
17224     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17225     layout: "plot-throughput"
17226
17227 - type: "plot"
17228   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17229   algorithm: "plot_perf_box_name"
17230   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17231   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17232   include:
17233     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17234     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17235     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17236     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17237     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17238   layout:
17239     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17240     layout: "plot-throughput"
17241
17242 - type: "plot"
17243   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17244   algorithm: "plot_perf_box_name"
17245   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17246   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17247   include:
17248     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17249     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17250     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17251     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17252     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17253   layout:
17254     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17255     layout: "plot-throughput"
17256
17257 - type: "plot"
17258   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17259   algorithm: "plot_perf_box_name"
17260   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17261   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17262   include:
17263     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17264     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17265     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17266     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17267     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17268   layout:
17269     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17270     layout: "plot-throughput"
17271
17272 - type: "plot"
17273   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17274   algorithm: "plot_perf_box_name"
17275   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17276   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17277   include:
17278     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17279     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17280     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17281     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17282     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17283   layout:
17284     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17285     layout: "plot-throughput"
17286
17287 - type: "plot"
17288   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17289   algorithm: "plot_perf_box_name"
17290   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17291   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17292   include:
17293     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17294     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17295     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17296     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17297     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17298     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17299   layout:
17300     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17301     layout: "plot-throughput"
17302
17303 - type: "plot"
17304   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17305   algorithm: "plot_perf_box_name"
17306   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17307   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17308   include:
17309     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17310     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17311     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17312     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17313     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17314     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17315   layout:
17316     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17317     layout: "plot-throughput"
17318
17319 - type: "plot"
17320   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17321   algorithm: "plot_perf_box_name"
17322   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17323   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17324   include:
17325     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17326     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17327     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17328     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17329   layout:
17330     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17331     layout: "plot-throughput"
17332
17333 - type: "plot"
17334   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17335   algorithm: "plot_perf_box_name"
17336   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17337   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17338   include:
17339     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17340     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17341     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17342     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17343   layout:
17344     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17345     layout: "plot-throughput"
17346
17347 - type: "plot"
17348   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17349   algorithm: "plot_perf_box_name"
17350   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17351   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17352   include:
17353     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17354     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17355     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17356     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17357     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17358     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17359   layout:
17360     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17361     layout: "plot-throughput"
17362
17363 - type: "plot"
17364   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17365   algorithm: "plot_perf_box_name"
17366   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17367   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17368   include:
17369     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17370     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17371     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17372     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17373     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17374     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17375   layout:
17376     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17377     layout: "plot-throughput"
17378
17379 - type: "plot"
17380   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17381   algorithm: "plot_perf_box_name"
17382   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17383   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17384   include:
17385     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17386     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17387     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17388     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17389   layout:
17390     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17391     layout: "plot-throughput"
17392
17393 - type: "plot"
17394   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17395   algorithm: "plot_perf_box_name"
17396   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17397   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17398   include:
17399     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17400     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17401     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17402     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17403   layout:
17404     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17405     layout: "plot-throughput"
17406
17407 - type: "plot"
17408   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17409   algorithm: "plot_perf_box_name"
17410   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17411   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17412   include:
17413     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17414     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17415     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17416     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17417     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17418     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17419   layout:
17420     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17421     layout: "plot-throughput"
17422
17423 - type: "plot"
17424   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17425   algorithm: "plot_perf_box_name"
17426   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17427   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17428   include:
17429     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17430     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17431     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17432     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17433     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17434     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17435   layout:
17436     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17437     layout: "plot-throughput"
17438
17439 - type: "plot"
17440   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17441   algorithm: "plot_perf_box_name"
17442   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17443   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17444   include:
17445     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17446     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17447     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17448     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17449   layout:
17450     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17451     layout: "plot-throughput"
17452
17453 - type: "plot"
17454   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17455   algorithm: "plot_perf_box_name"
17456   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17457   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17458   include:
17459     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17460     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17461     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17462     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17463   layout:
17464     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17465     layout: "plot-throughput"
17466
17467 - type: "plot"
17468   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17469   algorithm: "plot_perf_box_name"
17470   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17471   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17472   include:
17473     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17474     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17475     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17476     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17477     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17478   layout:
17479     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17480     layout: "plot-throughput"
17481
17482 - type: "plot"
17483   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17484   algorithm: "plot_perf_box_name"
17485   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17486   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17487   include:
17488     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17489     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17490     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17491     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17492     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17493   layout:
17494     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17495     layout: "plot-throughput"
17496
17497 - type: "plot"
17498   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17499   algorithm: "plot_perf_box_name"
17500   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17501   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17502   include:
17503     - "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"
17504     - "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"
17505     - "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"
17506     - "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"
17507     - "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"
17508   layout:
17509     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17510     layout: "plot-throughput"
17511
17512 - type: "plot"
17513   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17514   algorithm: "plot_perf_box_name"
17515   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17516   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17517   include:
17518     - "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"
17519     - "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"
17520     - "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"
17521     - "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"
17522     - "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"
17523   layout:
17524     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17525     layout: "plot-throughput"
17526
17527 - type: "plot"
17528   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17529   algorithm: "plot_perf_box_name"
17530   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17531   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17532   include:
17533     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17534     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17535     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17536     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17537     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17538   layout:
17539     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17540     layout: "plot-throughput"
17541
17542 - type: "plot"
17543   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17544   algorithm: "plot_perf_box_name"
17545   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17546   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17547   include:
17548     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17549     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17550     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17551     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17552     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17553   layout:
17554     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17555     layout: "plot-throughput"
17556
17557 - type: "plot"
17558   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17559   algorithm: "plot_perf_box_name"
17560   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17561   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17562   include:
17563     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17564     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17565     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17566     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17567     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17568   layout:
17569     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17570     layout: "plot-throughput"
17571
17572 - type: "plot"
17573   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17574   algorithm: "plot_perf_box_name"
17575   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17576   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17577   include:
17578     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17579     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17580     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17581     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17582     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17583   layout:
17584     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17585     layout: "plot-throughput"
17586
17587 - type: "plot"
17588   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17589   algorithm: "plot_perf_box_name"
17590   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17591   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17592   include:
17593     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17594     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17595     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17596     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17597   layout:
17598     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17599     layout: "plot-throughput"
17600
17601 - type: "plot"
17602   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17603   algorithm: "plot_perf_box_name"
17604   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17605   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17606   include:
17607     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17608     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17609     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17610     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17611   layout:
17612     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17613     layout: "plot-throughput"
17614
17615 - type: "plot"
17616   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17617   algorithm: "plot_perf_box_name"
17618   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17619   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17620   include:
17621     - "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"
17622     - "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"
17623     - "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"
17624     - "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"
17625   layout:
17626     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17627     layout: "plot-throughput"
17628
17629 - type: "plot"
17630   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17631   algorithm: "plot_perf_box_name"
17632   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17633   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17634   include:
17635     - "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"
17636     - "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"
17637     - "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"
17638     - "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"
17639   layout:
17640     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17641     layout: "plot-throughput"
17642
17643 - type: "plot"
17644   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17645   algorithm: "plot_perf_box_name"
17646   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17647   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17648   include:
17649     - "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"
17650     - "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"
17651     - "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"
17652     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17653     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17654     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17655   layout:
17656     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17657     layout: "plot-throughput"
17658
17659 - type: "plot"
17660   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17661   algorithm: "plot_perf_box_name"
17662   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17663   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17664   include:
17665     - "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"
17666     - "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"
17667     - "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"
17668     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17669     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17670     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17671   layout:
17672     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17673     layout: "plot-throughput"
17674
17675 ################################################################################
17676
17677 # Packet Speedup
17678
17679 - type: "plot"
17680   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17681   algorithm: "plot_tsa_name"
17682   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17683   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17684   include:
17685     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17686     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17687     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17688     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17689   layout:
17690     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17691     layout: "plot-throughput-speedup-analysis"
17692
17693 - type: "plot"
17694   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17695   algorithm: "plot_tsa_name"
17696   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17697   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17698   include:
17699     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17700     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17701     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17702     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17703   layout:
17704     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
17705     layout: "plot-throughput-speedup-analysis"
17706
17707 - type: "plot"
17708   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17709   algorithm: "plot_tsa_name"
17710   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17711   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17712   include:
17713     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17714     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17715     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17716     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17717   layout:
17718     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17719     layout: "plot-throughput-speedup-analysis"
17720
17721 - type: "plot"
17722   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17723   algorithm: "plot_tsa_name"
17724   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17725   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17726   include:
17727     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17728     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17729     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17730     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17731   layout:
17732     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17733     layout: "plot-throughput-speedup-analysis"
17734
17735 - type: "plot"
17736   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17737   algorithm: "plot_tsa_name"
17738   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17739   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17740   include:
17741     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17742     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17743     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17744     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17745   layout:
17746     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17747     layout: "plot-throughput-speedup-analysis"
17748
17749 - type: "plot"
17750   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17751   algorithm: "plot_tsa_name"
17752   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17753   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17754   include:
17755     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17756     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17757     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17758     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17759   layout:
17760     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
17761     layout: "plot-throughput-speedup-analysis"
17762
17763 - type: "plot"
17764   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17765   algorithm: "plot_tsa_name"
17766   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17767   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17768   include:
17769     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17770     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17771     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17772     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17773     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17774     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17775   layout:
17776     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17777     layout: "plot-throughput-speedup-analysis"
17778
17779 - type: "plot"
17780   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17781   algorithm: "plot_tsa_name"
17782   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17783   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17784   include:
17785     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17786     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17787     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17788     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17789     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17790     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17791   layout:
17792     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17793     layout: "plot-throughput-speedup-analysis"
17794
17795 - type: "plot"
17796   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17797   algorithm: "plot_tsa_name"
17798   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17799   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17800   include:
17801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17805   layout:
17806     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17807     layout: "plot-throughput-speedup-analysis"
17808
17809 - type: "plot"
17810   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17811   algorithm: "plot_tsa_name"
17812   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17813   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17814   include:
17815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17819   layout:
17820     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17821     layout: "plot-throughput-speedup-analysis"
17822
17823 - type: "plot"
17824   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17825   algorithm: "plot_tsa_name"
17826   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17827   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17828   include:
17829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17832   layout:
17833     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17834     layout: "plot-throughput-speedup-analysis"
17835
17836 - type: "plot"
17837   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17838   algorithm: "plot_tsa_name"
17839   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17840   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17841   include:
17842     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17845   layout:
17846     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17847     layout: "plot-throughput-speedup-analysis"
17848
17849 - type: "plot"
17850   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17851   algorithm: "plot_tsa_name"
17852   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17853   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17854   include:
17855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17858     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17860   layout:
17861     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17862     layout: "plot-throughput-speedup-analysis"
17863
17864 - type: "plot"
17865   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17866   algorithm: "plot_tsa_name"
17867   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17868   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17869   include:
17870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17872     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17875   layout:
17876     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17877     layout: "plot-throughput-speedup-analysis"
17878
17879 - type: "plot"
17880   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17881   algorithm: "plot_tsa_name"
17882   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17883   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17884   include:
17885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17888   layout:
17889     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17890     layout: "plot-throughput-speedup-analysis"
17891
17892 - type: "plot"
17893   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17894   algorithm: "plot_tsa_name"
17895   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17896   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17897   include:
17898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17901   layout:
17902     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
17903     layout: "plot-throughput-speedup-analysis"
17904
17905 - type: "plot"
17906   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17907   algorithm: "plot_tsa_name"
17908   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17909   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17910   include:
17911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17913     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17914     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17917   layout:
17918     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
17919     layout: "plot-throughput-speedup-analysis"
17920
17921 - type: "plot"
17922   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17923   algorithm: "plot_tsa_name"
17924   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17925   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17926   include:
17927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17929     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17930     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17931     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17933   layout:
17934     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
17935     layout: "plot-throughput-speedup-analysis"
17936
17937 - type: "plot"
17938   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17939   algorithm: "plot_tsa_name"
17940   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17941   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17942   include:
17943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17949   layout:
17950     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
17951     layout: "plot-throughput-speedup-analysis"
17952
17953 - type: "plot"
17954   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17955   algorithm: "plot_tsa_name"
17956   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17957   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17958   include:
17959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17964     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17965   layout:
17966     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
17967     layout: "plot-throughput-speedup-analysis"
17968
17969 - type: "plot"
17970   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17971   algorithm: "plot_tsa_name"
17972   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17973   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17974   include:
17975     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17976     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17977   layout:
17978     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
17979     layout: "plot-throughput-speedup-analysis"
17980
17981 - type: "plot"
17982   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17983   algorithm: "plot_tsa_name"
17984   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17985   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17986   include:
17987     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17988     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17989   layout:
17990     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
17991     layout: "plot-throughput-speedup-analysis"
17992
17993 - type: "plot"
17994   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17995   algorithm: "plot_tsa_name"
17996   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17997   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17998   include:
17999     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18000     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18001     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18002     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18003     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18004     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18005   layout:
18006     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18007     layout: "plot-throughput-speedup-analysis"
18008
18009 - type: "plot"
18010   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18011   algorithm: "plot_tsa_name"
18012   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18013   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18014   include:
18015     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18016     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18017     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18018     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18019     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18020     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18021   layout:
18022     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18023     layout: "plot-throughput-speedup-analysis"
18024
18025 - type: "plot"
18026   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18027   algorithm: "plot_tsa_name"
18028   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18029   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18030   include:
18031     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18032     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18033     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18034     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18035     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18036     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18037   layout:
18038     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18039     layout: "plot-throughput-speedup-analysis"
18040
18041 - type: "plot"
18042   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18043   algorithm: "plot_tsa_name"
18044   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18045   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18046   include:
18047     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18048     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18049     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18050     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18051     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18052     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18053   layout:
18054     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18055     layout: "plot-throughput-speedup-analysis"
18056
18057 - type: "plot"
18058   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18059   algorithm: "plot_tsa_name"
18060   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18061   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18062   include:
18063     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18064     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18065     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18066     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18067     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18068     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18069   layout:
18070     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18071     layout: "plot-throughput-speedup-analysis"
18072
18073 - type: "plot"
18074   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18075   algorithm: "plot_tsa_name"
18076   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18077   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18078   include:
18079     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18080     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18081     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18082     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18083     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18084     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18085   layout:
18086     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18087     layout: "plot-throughput-speedup-analysis"
18088
18089 - type: "plot"
18090   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18091   algorithm: "plot_tsa_name"
18092   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18093   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18094   include:
18095     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18096     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18097     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18098     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18099     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18100   layout:
18101     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18102     layout: "plot-throughput-speedup-analysis"
18103
18104 - type: "plot"
18105   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18106   algorithm: "plot_tsa_name"
18107   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18108   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18109   include:
18110     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18111     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18112     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18113     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18114     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18115   layout:
18116     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18117     layout: "plot-throughput-speedup-analysis"
18118
18119 - type: "plot"
18120   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18121   algorithm: "plot_tsa_name"
18122   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18123   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18124   include:
18125     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18126     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18127     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18128     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18129     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18130   layout:
18131     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18132     layout: "plot-throughput-speedup-analysis"
18133
18134 - type: "plot"
18135   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18136   algorithm: "plot_tsa_name"
18137   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18138   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18139   include:
18140     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18141     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18142     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18143     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18144     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18145   layout:
18146     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18147     layout: "plot-throughput-speedup-analysis"
18148
18149 - type: "plot"
18150   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18151   algorithm: "plot_tsa_name"
18152   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18153   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18154   include:
18155     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18156     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18157     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18158     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18159     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18160   layout:
18161     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18162     layout: "plot-throughput-speedup-analysis"
18163
18164 - type: "plot"
18165   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18166   algorithm: "plot_tsa_name"
18167   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18168   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18169   include:
18170     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18171     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18172     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18173     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18174     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18175   layout:
18176     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18177     layout: "plot-throughput-speedup-analysis"
18178
18179 - type: "plot"
18180   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18181   algorithm: "plot_tsa_name"
18182   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18183   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18184   include:
18185     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18186     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18187     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18188     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18189     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18190   layout:
18191     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18192     layout: "plot-throughput-speedup-analysis"
18193
18194 - type: "plot"
18195   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18196   algorithm: "plot_tsa_name"
18197   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18198   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18199   include:
18200     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18201     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18202     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18203     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18204     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18205   layout:
18206     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18207     layout: "plot-throughput-speedup-analysis"
18208
18209 - type: "plot"
18210   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18211   algorithm: "plot_tsa_name"
18212   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18213   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18214   include:
18215     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18216     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18217     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18218     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18219     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18220   layout:
18221     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18222     layout: "plot-throughput-speedup-analysis"
18223
18224 - type: "plot"
18225   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18226   algorithm: "plot_tsa_name"
18227   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18228   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18229   include:
18230     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18231     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18232     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18233     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18234     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18235   layout:
18236     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18237     layout: "plot-throughput-speedup-analysis"
18238
18239 - type: "plot"
18240   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18241   algorithm: "plot_tsa_name"
18242   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18243   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18244   include:
18245     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18247     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18248     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18249     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18251   layout:
18252     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18253     layout: "plot-throughput-speedup-analysis"
18254
18255 - type: "plot"
18256   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18257   algorithm: "plot_tsa_name"
18258   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18259   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18260   include:
18261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18262     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18263     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18267   layout:
18268     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18269     layout: "plot-throughput-speedup-analysis"
18270
18271 - type: "plot"
18272   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18273   algorithm: "plot_tsa_name"
18274   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18275   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18276   include:
18277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18278     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18279     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18280     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18281   layout:
18282     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18283     layout: "plot-throughput-speedup-analysis"
18284
18285 - type: "plot"
18286   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18287   algorithm: "plot_tsa_name"
18288   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18289   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18290   include:
18291     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18292     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18293     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18294     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18295   layout:
18296     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18297     layout: "plot-throughput-speedup-analysis"
18298
18299 - type: "plot"
18300   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18301   algorithm: "plot_tsa_name"
18302   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18303   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18304   include:
18305     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18306     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18307     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18308     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18309     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18310     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18311   layout:
18312     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18313     layout: "plot-throughput-speedup-analysis"
18314
18315 - type: "plot"
18316   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18317   algorithm: "plot_tsa_name"
18318   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18319   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18320   include:
18321     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18322     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18323     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18324     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18325     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18326     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18327   layout:
18328     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18329     layout: "plot-throughput-speedup-analysis"
18330
18331 - type: "plot"
18332   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18333   algorithm: "plot_tsa_name"
18334   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18335   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18336   include:
18337     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18338     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18339     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18340     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18341   layout:
18342     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18343     layout: "plot-throughput-speedup-analysis"
18344
18345 - type: "plot"
18346   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18347   algorithm: "plot_tsa_name"
18348   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18349   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18350   include:
18351     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18352     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18353     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18354     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18355   layout:
18356     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18357     layout: "plot-throughput-speedup-analysis"
18358
18359 - type: "plot"
18360   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18361   algorithm: "plot_tsa_name"
18362   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18363   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18364   include:
18365     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18366     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18367     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18368     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18369     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18370     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18371   layout:
18372     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18373     layout: "plot-throughput-speedup-analysis"
18374
18375 - type: "plot"
18376   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18377   algorithm: "plot_tsa_name"
18378   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18379   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18380   include:
18381     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18382     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18383     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18384     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18385     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18386     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18387   layout:
18388     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18389     layout: "plot-throughput-speedup-analysis"
18390
18391 - type: "plot"
18392   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18393   algorithm: "plot_tsa_name"
18394   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18395   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18396   include:
18397     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18398     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18399     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18400     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18401   layout:
18402     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18403     layout: "plot-throughput-speedup-analysis"
18404
18405 - type: "plot"
18406   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18407   algorithm: "plot_tsa_name"
18408   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18409   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18410   include:
18411     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18412     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18413     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18414     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18415   layout:
18416     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18417     layout: "plot-throughput-speedup-analysis"
18418
18419 - type: "plot"
18420   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18421   algorithm: "plot_tsa_name"
18422   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18423   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18424   include:
18425     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18429     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18430   layout:
18431     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18432     layout: "plot-throughput-speedup-analysis"
18433
18434 - type: "plot"
18435   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18436   algorithm: "plot_tsa_name"
18437   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18438   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18439   include:
18440     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18443     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18445   layout:
18446     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18447     layout: "plot-throughput-speedup-analysis"
18448
18449 - type: "plot"
18450   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18451   algorithm: "plot_tsa_name"
18452   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18453   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18454   include:
18455     - "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"
18456     - "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"
18457     - "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"
18458     - "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"
18459     - "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"
18460   layout:
18461     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18462     layout: "plot-throughput-speedup-analysis"
18463
18464 - type: "plot"
18465   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18466   algorithm: "plot_tsa_name"
18467   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18468   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18469   include:
18470     - "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"
18471     - "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"
18472     - "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"
18473     - "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"
18474     - "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"
18475   layout:
18476     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18477     layout: "plot-throughput-speedup-analysis"
18478
18479 - type: "plot"
18480   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18481   algorithm: "plot_tsa_name"
18482   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18483   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18484   include:
18485     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18486     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18487     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18488     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18489     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18490   layout:
18491     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18492     layout: "plot-throughput-speedup-analysis"
18493
18494 - type: "plot"
18495   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18496   algorithm: "plot_tsa_name"
18497   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18498   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18499   include:
18500     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18501     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18502     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18503     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18504     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18505   layout:
18506     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18507     layout: "plot-throughput-speedup-analysis"
18508
18509 - type: "plot"
18510   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18511   algorithm: "plot_tsa_name"
18512   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18513   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18514   include:
18515     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18516     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18517     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18518     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18519     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18520   layout:
18521     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18522     layout: "plot-throughput-speedup-analysis"
18523
18524 - type: "plot"
18525   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18526   algorithm: "plot_tsa_name"
18527   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18528   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18529   include:
18530     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18531     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18532     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18533     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18534     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18535   layout:
18536     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18537     layout: "plot-throughput-speedup-analysis"
18538
18539 - type: "plot"
18540   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18541   algorithm: "plot_tsa_name"
18542   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18543   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18544   include:
18545     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18546     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18547     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18548     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18549   layout:
18550     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18551     layout: "plot-throughput-speedup-analysis"
18552
18553 - type: "plot"
18554   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18555   algorithm: "plot_tsa_name"
18556   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18557   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18558   include:
18559     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18560     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18561     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18562     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18563   layout:
18564     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18565     layout: "plot-throughput-speedup-analysis"
18566
18567 - type: "plot"
18568   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18569   algorithm: "plot_tsa_name"
18570   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18571   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18572   include:
18573     - "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"
18574     - "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"
18575     - "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"
18576     - "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"
18577   layout:
18578     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18579     layout: "plot-throughput-speedup-analysis"
18580
18581 - type: "plot"
18582   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18583   algorithm: "plot_tsa_name"
18584   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18585   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18586   include:
18587     - "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"
18588     - "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"
18589     - "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"
18590     - "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"
18591   layout:
18592     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
18593     layout: "plot-throughput-speedup-analysis"
18594
18595 - type: "plot"
18596   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18597   algorithm: "plot_tsa_name"
18598   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18599   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18600   include:
18601     - "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"
18602     - "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"
18603     - "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"
18604     - "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"
18605     - "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"
18606     - "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"
18607   layout:
18608     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18609     layout: "plot-throughput-speedup-analysis"
18610
18611 - type: "plot"
18612   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18613   algorithm: "plot_tsa_name"
18614   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18615   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18616   include:
18617     - "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"
18618     - "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"
18619     - "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"
18620     - "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"
18621     - "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"
18622     - "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"
18623   layout:
18624     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18625     layout: "plot-throughput-speedup-analysis"
18626
18627 ################################################################################
18628
18629 # Packet Throughput - DPDK
18630
18631 # 2n-clx-xxv710
18632
18633 - type: "plot"
18634   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18635   algorithm: "plot_perf_box_name"
18636   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18637   data: "plot-dpdk-throughput-latency-2n-clx"
18638   include:
18639     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18640     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18641   layout:
18642     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18643     layout: "plot-throughput"
18644
18645 - type: "plot"
18646   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18647   algorithm: "plot_perf_box_name"
18648   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18649   data: "plot-dpdk-throughput-latency-2n-clx"
18650   include:
18651     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18652     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18653   layout:
18654     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18655     layout: "plot-throughput"
18656
18657 - type: "plot"
18658   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18659   algorithm: "plot_perf_box_name"
18660   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18661   data: "plot-dpdk-throughput-latency-2n-clx"
18662   include:
18663     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18664     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18665   layout:
18666     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18667     layout: "plot-throughput"
18668
18669 - type: "plot"
18670   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18671   algorithm: "plot_perf_box_name"
18672   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18673   data: "plot-dpdk-throughput-latency-2n-clx"
18674   include:
18675     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18676     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18677   layout:
18678     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18679     layout: "plot-throughput"
18680
18681 # 2n-clx-x710
18682
18683 - type: "plot"
18684   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18685   algorithm: "plot_perf_box_name"
18686   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18687   data: "plot-dpdk-throughput-latency-2n-clx"
18688   include:
18689     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18690     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18691   layout:
18692     title: "2n-clx-x710-64b-2t1c-base-ndr"
18693     layout: "plot-throughput"
18694
18695 - type: "plot"
18696   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18697   algorithm: "plot_perf_box_name"
18698   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18699   data: "plot-dpdk-throughput-latency-2n-clx"
18700   include:
18701     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18702     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18703   layout:
18704     title: "2n-clx-x710-64b-4t2c-base-ndr"
18705     layout: "plot-throughput"
18706
18707 - type: "plot"
18708   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18709   algorithm: "plot_perf_box_name"
18710   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18711   data: "plot-dpdk-throughput-latency-2n-clx"
18712   include:
18713     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18714     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18715   layout:
18716     title: "2n-clx-x710-64b-2t1c-base-pdr"
18717     layout: "plot-throughput"
18718
18719 - type: "plot"
18720   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18721   algorithm: "plot_perf_box_name"
18722   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18723   data: "plot-dpdk-throughput-latency-2n-clx"
18724   include:
18725     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18726     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18727   layout:
18728     title: "2n-clx-x710-64b-4t2c-base-pdr"
18729     layout: "plot-throughput"
18730
18731 ################################################################################
18732
18733 - type: "plot"
18734   title: "Latency by percentile: 2n-skx"
18735   algorithm: "plot_hdrh_lat_by_percentile"
18736   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
18737   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
18738   target-links: "../../_static/vpp"
18739   data: "plot-vpp-hdrh-lat-2n-skx"
18740   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18741   layout:
18742     layout: "plot-hdrh-latency-by-percentile"
18743
18744 - type: "plot"
18745   title: "Latency by percentile: 3n-skx"
18746   algorithm: "plot_hdrh_lat_by_percentile"
18747   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
18748   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
18749   target-links: "../../_static/vpp"
18750   data: "plot-vpp-hdrh-lat-3n-skx"
18751   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18752   layout:
18753     layout: "plot-hdrh-latency-by-percentile"
18754
18755 - type: "plot"
18756   title: "Latency by percentile: 2n-clx"
18757   algorithm: "plot_hdrh_lat_by_percentile"
18758   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
18759   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
18760   target-links: "../../_static/vpp"
18761   data: "plot-vpp-hdrh-lat-2n-clx"
18762   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18763   layout:
18764     layout: "plot-hdrh-latency-by-percentile"
18765
18766 - type: "plot"
18767   title: "Latency by percentile: 3n-hsw"
18768   algorithm: "plot_hdrh_lat_by_percentile"
18769   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
18770   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
18771   target-links: "../../_static/vpp"
18772   data: "plot-vpp-hdrh-lat-3n-hsw"
18773   filter: "'1T1C' and 'NIC_Intel-XL710'"
18774   layout:
18775     layout: "plot-hdrh-latency-by-percentile"
18776
18777 - type: "plot"
18778   title: "Latency by percentile: 3n-tsh"
18779   algorithm: "plot_hdrh_lat_by_percentile"
18780   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
18781   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
18782   target-links: "../../_static/vpp"
18783   data: "plot-vpp-hdrh-lat-3n-tsh"
18784   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18785   layout:
18786     layout: "plot-hdrh-latency-by-percentile"
18787
18788 - type: "plot"
18789   title: "Latency by percentile: DPDK 2n-skx"
18790   algorithm: "plot_hdrh_lat_by_percentile"
18791   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
18792   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
18793   target-links: "../../_static/dpdk"
18794   data: "plot-dpdk-hdrh-lat-2n-skx"
18795   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18796   layout:
18797     layout: "plot-hdrh-latency-by-percentile"
18798
18799 - type: "plot"
18800   title: "Latency by percentile: DPDK 3n-skx"
18801   algorithm: "plot_hdrh_lat_by_percentile"
18802   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
18803   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
18804   target-links: "../../_static/dpdk"
18805   data: "plot-dpdk-hdrh-lat-3n-skx"
18806   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18807   layout:
18808     layout: "plot-hdrh-latency-by-percentile"
18809
18810 - type: "plot"
18811   title: "Latency by percentile: DPDK 2n-clx"
18812   algorithm: "plot_hdrh_lat_by_percentile"
18813   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
18814   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
18815   target-links: "../../_static/dpdk"
18816   data: "plot-dpdk-hdrh-lat-2n-clx"
18817   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18818   layout:
18819     layout: "plot-hdrh-latency-by-percentile"
18820
18821 - type: "plot"
18822   title: "Latency by percentile: DPDK 3n-hsw"
18823   algorithm: "plot_hdrh_lat_by_percentile"
18824   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
18825   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
18826   target-links: "../../_static/dpdk"
18827   data: "plot-dpdk-hdrh-lat-3n-hsw"
18828   filter: "'1T1C' and 'NIC_Intel-XL710'"
18829   layout:
18830     layout: "plot-hdrh-latency-by-percentile"
18831
18832 - type: "plot"
18833   title: "Latency by percentile: DPDK 3n-tsh"
18834   algorithm: "plot_hdrh_lat_by_percentile"
18835   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
18836   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
18837   target-links: "../../_static/dpdk"
18838   data: "plot-dpdk-hdrh-lat-3n-tsh"
18839   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18840   layout:
18841     layout: "plot-hdrh-latency-by-percentile"